mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: crushed it like I crushed your mom
This commit is contained in:
parent
27b69e5d33
commit
7d22f82b12
30 changed files with 500 additions and 288 deletions
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@ type alias PageInput =
|
|||
|
||||
pageNames : PageInput
|
||||
pageNames =
|
||||
{ pageHome = "The Nutrivore"
|
||||
{ pageHome = "upRoot Health"
|
||||
, pagePlatforms = "Platforms"
|
||||
, pageServices = "Services"
|
||||
, pageDodgers = "Dodgers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue