feat: crushed it like I crushed your mom

This commit is contained in:
Nick 2024-11-26 21:17:31 -06:00
parent 27b69e5d33
commit 7d22f82b12
30 changed files with 500 additions and 288 deletions

View file

@ -23,7 +23,6 @@ pageList =
[ spacing 30
, centerX
, centerY
, alignTop
, paddingEach { top = 30, bottom = 30, left = 30, right = 30 }
]
@ -70,13 +69,9 @@ spartanFont =
F.typeface "League Spartan"
navBarLinkFormat : List (Attr () msg)
navBarLinkFormat =
[ F.size 15
, centerX
-- , F.bold
[ F.size 17
]
@ -197,3 +192,15 @@ tooltip usher tooltip_ =
tooltip_
]
none
basicDivider : Element msg
basicDivider =
el
[ E.width fill
, centerX
, D.widthEach { bottom = 1, top = 0, left = 0, right = 0 }
, D.color (rgb255 200 200 200)
, paddingEach { top = 40, bottom = 0, left = 0, right = 0 }
]
none

View file

@ -17,7 +17,7 @@ type alias PageInput =
pageNames : PageInput
pageNames =
{ pageHome = "The Nutrivore"
{ pageHome = "upRoot Health"
, pagePlatforms = "Platforms"
, pageServices = "Services"
, pageDodgers = "Dodgers"