mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: added a bunch of stuff
This commit is contained in:
parent
2a0b5f25ca
commit
16cc054355
52 changed files with 252 additions and 38 deletions
|
@ -170,3 +170,13 @@ basicDivider =
|
|||
, paddingEach { top = 40, bottom = 0, left = 0, right = 0 }
|
||||
]
|
||||
none
|
||||
|
||||
|
||||
formatName : String -> String
|
||||
formatName name =
|
||||
name
|
||||
|> String.toLower
|
||||
|> String.replace " " ""
|
||||
|> String.replace "'" ""
|
||||
|> String.replace "." ""
|
||||
|> String.replace "-" ""
|
||||
|
|
|
@ -19,7 +19,7 @@ type alias PageInput =
|
|||
pageNames : PageInput
|
||||
pageNames =
|
||||
{ pageRoot = "home"
|
||||
, pageHome = "upRootHealth"
|
||||
, pageHome = "upRootNutrition"
|
||||
, pagePlatforms = "platforms"
|
||||
, pageServices = "services"
|
||||
, pageDodgers = "cuckList"
|
||||
|
|
|
@ -26,7 +26,7 @@ barMaker getTooltip num =
|
|||
, D.color colourTheme.textDarkGrey
|
||||
, D.width 2
|
||||
, B.gradient
|
||||
{ angle = 90
|
||||
{ angle = 1.57
|
||||
, steps =
|
||||
List.concat
|
||||
[ List.repeat num colourTheme.barGreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue