mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added and customized AY navbar
This commit is contained in:
parent
0569a063bb
commit
a7000d6302
53 changed files with 2517 additions and 872 deletions
|
@ -9,12 +9,16 @@ import Config.Format.Response
|
|||
import Config.Helpers.Viewport exposing (resetViewport)
|
||||
import Config.Pages.Home.Helpers exposing (..)
|
||||
import Config.Style.Colour exposing (colourTheme)
|
||||
import Config.Style.Svgs exposing (construction2)
|
||||
import Config.Style.Transitions exposing (transitionStyleMedium)
|
||||
import Effect exposing (Effect)
|
||||
import Element as E exposing (..)
|
||||
import Element.Font as F exposing (color)
|
||||
import Layouts
|
||||
import Page exposing (Page)
|
||||
import Route exposing (Route)
|
||||
import Shared exposing (..)
|
||||
import Svg.Attributes as SvgAttr exposing (..)
|
||||
import View exposing (View)
|
||||
|
||||
|
||||
|
@ -89,6 +93,21 @@ view shared model =
|
|||
}
|
||||
|
||||
|
||||
|
||||
-- construction2
|
||||
-- { elementAttributes =
|
||||
-- [ centerX
|
||||
-- , centerY
|
||||
-- , transitionStyleMedium
|
||||
-- , mouseOver [ F.color colourTheme.textDarkOrange ]
|
||||
-- ]
|
||||
-- , sharedModel = shared
|
||||
-- , svgAttributes =
|
||||
-- [ SvgAttr.width "300" ]
|
||||
-- }
|
||||
-- , element = homeContainer shared.device
|
||||
|
||||
|
||||
homeContainer : Device -> Element msg
|
||||
homeContainer device =
|
||||
topLevelContainer (homeList device)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue