mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: worked on some stuff
This commit is contained in:
parent
d8ac47c5ee
commit
cfbab179e2
48 changed files with 45 additions and 47 deletions
|
@ -88,7 +88,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = debateName }
|
||||
Layouts.Navbar { }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = contactName }
|
||||
Layouts.Navbar { }
|
||||
|
||||
|
||||
|
||||
|
@ -104,25 +104,25 @@ contactList device =
|
|||
List.concat
|
||||
(case ( device.class, device.orientation ) of
|
||||
( Phone, Portrait ) ->
|
||||
[ [] ]
|
||||
[ [ instructionMaker ] ]
|
||||
|
||||
( Phone, Landscape ) ->
|
||||
[ [instructionMaker] ]
|
||||
[ [ instructionMaker ] ]
|
||||
|
||||
( Tablet, Portrait ) ->
|
||||
[ [instructionMaker] ]
|
||||
[ [ instructionMaker ] ]
|
||||
|
||||
( Tablet, Landscape ) ->
|
||||
[ [instructionMaker] ]
|
||||
[ [ instructionMaker ] ]
|
||||
|
||||
( Desktop, Portrait ) ->
|
||||
[ [instructionMaker] ]
|
||||
[ [ instructionMaker ] ]
|
||||
|
||||
( Desktop, Landscape ) ->
|
||||
[ [instructionMaker] ]
|
||||
[ [ instructionMaker ] ]
|
||||
|
||||
( BigDesktop, Portrait ) ->
|
||||
[ [instructionMaker] ]
|
||||
[ [ instructionMaker ] ]
|
||||
|
||||
( BigDesktop, Landscape ) ->
|
||||
[ [ instructionMaker ] ]
|
||||
|
|
|
@ -99,7 +99,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = dodgersName }
|
||||
Layouts.Navbar { }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = donateName }
|
||||
Layouts.Navbar {}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = donateName }
|
||||
Layouts.Navbar { }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = homeName }
|
||||
Layouts.Navbar { }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar {currentRoute = hyperBlogName}
|
||||
Layouts.Navbar {}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = interviewsName }
|
||||
Layouts.Navbar { }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = nutriDexName }
|
||||
Layouts.Navbar { }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar { currentRoute = servicesName }
|
||||
Layouts.Navbar {}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue