feat: added haskell

This commit is contained in:
Nick 2024-12-05 02:26:48 -06:00
parent 0e6008f06c
commit a4f392eda4
15 changed files with 109 additions and 54 deletions

View file

@ -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