mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added haskell
This commit is contained in:
parent
0e6008f06c
commit
a4f392eda4
15 changed files with 109 additions and 54 deletions
|
@ -111,28 +111,27 @@ view { content, model, toContentMsg, props } =
|
|||
[ row
|
||||
(nonHighlightedTitleFormat
|
||||
++ [ centerX
|
||||
, spacing 10
|
||||
, padding 20
|
||||
]
|
||||
)
|
||||
[ E.image
|
||||
[ spacing 2
|
||||
, E.width <| px 80
|
||||
, E.width <| px 180
|
||||
, centerX
|
||||
]
|
||||
{ src = "navbar/nutrivorelogo.png"
|
||||
{ src = "navbar/uprootnutrition.png"
|
||||
, description = ""
|
||||
}
|
||||
, column []
|
||||
[ link [ centerX ]
|
||||
{ url = localhostUrl ++ pageNames.pageHome
|
||||
, label = text "upRoot"
|
||||
}
|
||||
, link [ centerX ]
|
||||
{ url = localhostUrl ++ pageNames.pageHome
|
||||
, label = text "Nutrition"
|
||||
}
|
||||
]
|
||||
|
||||
-- , column []
|
||||
-- [ link [ centerX ]
|
||||
-- { url = localhostUrl ++ pageNames.pageHome
|
||||
-- , label = text "upRoot"
|
||||
-- }
|
||||
-- , link [ centerX ]
|
||||
-- { url = localhostUrl ++ pageNames.pageHome
|
||||
-- , label = text "Nutrition"
|
||||
-- }
|
||||
-- ]
|
||||
]
|
||||
, el
|
||||
[ E.width <| px 140
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue