feat: refactored a shit ton of stuff

This commit is contained in:
Nick 2024-12-09 22:08:35 -06:00
parent 08f5d8e198
commit aa6413e78d
20 changed files with 88 additions and 156 deletions

View file

@ -2,41 +2,11 @@ module Config.Pages.HyperBlog.Helpers exposing (..)
import Config.Format.CardFormat exposing (..)
import Config.Style.Colour exposing (colourTheme)
import Config.Style.Svgs exposing (..)
import Config.Style.Svgs exposing (construction)
import Effect exposing (Effect)
import Element as E exposing (..)
import Element.Font as F
underConstructionMaker : Element msg
underConstructionMaker =
row
topLevelBox
[ cardMaker
[ cardTitleMaker "HYPERBLOG"
, cardFormatter
[ cardContentSpacing
[ column
fieldSpacer
[ cardSubTitleMaker
[ column []
[ row
[ spacing 10
]
[ column [ width <| px 35 ] [ html construction ]
, column
[ width fill
, F.color colourTheme.textLightOrange
, F.bold
, alignBottom
]
[ text "under construction"
]
]
]
]
]
]
]
]
]
hyperBlogMaker =
none