feat: crushed it like I crushed your mom
|
@ -17,22 +17,21 @@ type alias PageInput =
|
||||||
|
|
||||||
pageNames : PageInput
|
pageNames : PageInput
|
||||||
pageNames =
|
pageNames =
|
||||||
{ pageHome = "upRoot Health"
|
{ pageHome = "upRootHealth"
|
||||||
, pagePlatforms = "Platforms"
|
, pagePlatforms = "platforms"
|
||||||
, pageServices = "Services"
|
, pageServices = "services"
|
||||||
, pageDodgers = "Dodgers"
|
, pageDodgers = "cuckList"
|
||||||
, pageDebate = "Debate"
|
, pageDebate = "arguments"
|
||||||
, pageHyperBlog = "HyperBlog"
|
, pageHyperBlog = "hyperBlog"
|
||||||
, pageNutriDex = "NutriDex"
|
, pageNutriDex = "nutriDex"
|
||||||
, pageInterviews = "Interviews"
|
, pageInterviews = "interviews"
|
||||||
, pageContact = "Contact"
|
, pageContact = "contact"
|
||||||
, pageSupport = "Support"
|
, pageSupport = "support"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
createPageName : String -> String
|
createPageName : String -> String
|
||||||
createPageName pageName =
|
createPageName pageName =
|
||||||
pageNames.pageHome ++ " | " ++ pageName
|
pageNames.pageHome ++ " :: " ++ pageName
|
||||||
|
|
||||||
|
|
||||||
contactName : String
|
contactName : String
|
||||||
|
|
|
@ -301,7 +301,7 @@ hyperbolgButton =
|
||||||
, alignBottom
|
, alignBottom
|
||||||
, E.width <| px 30
|
, E.width <| px 30
|
||||||
]
|
]
|
||||||
{ src = "navbar/hyperblog2.png"
|
{ src = "navbar/hyperblog.png"
|
||||||
, description = ""
|
, description = ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
2
frontend/src/Pages/CuckList.elm → frontend/src/Pages/Cucklist.elm
Executable file → Normal file
|
@ -1,4 +1,4 @@
|
||||||
module Pages.CuckList exposing (Model, Msg, page)
|
module Pages.Cucklist exposing (Model, Msg, page)
|
||||||
|
|
||||||
import Config.Colour as T exposing (..)
|
import Config.Colour as T exposing (..)
|
||||||
import Config.Format as O exposing (..)
|
import Config.Format as O exposing (..)
|
20
frontend/src/Pages/Home_.elm
Executable file → Normal file
|
@ -1,18 +1,17 @@
|
||||||
module Pages.Home_ exposing (Model, Msg, page)
|
module Pages.Home_ exposing (Model, Msg, page)
|
||||||
|
|
||||||
|
import Blog.Helpers exposing (..)
|
||||||
import Config.Colour as T exposing (..)
|
import Config.Colour as T exposing (..)
|
||||||
import Config.Format as O exposing (..)
|
import Config.Format as O exposing (..)
|
||||||
import Config.Identity as I exposing (..)
|
import Config.Identity as I exposing (..)
|
||||||
import Cuckery.Types exposing (..)
|
|
||||||
import Effect exposing (Effect)
|
import Effect exposing (Effect)
|
||||||
import Element as E exposing (..)
|
import Element exposing (..)
|
||||||
import Element.Background as D exposing (..)
|
import Element.Font as F
|
||||||
import Element.Border as R exposing (..)
|
|
||||||
import Html.Attributes as H exposing (style)
|
import Html.Attributes as H exposing (style)
|
||||||
import Layouts
|
import Layouts
|
||||||
import Page exposing (Page)
|
import Page exposing (Page)
|
||||||
import Route exposing (Route)
|
import Route exposing (Route)
|
||||||
import Shared
|
import Shared exposing (..)
|
||||||
import View exposing (View)
|
import View exposing (View)
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,12 +23,6 @@ page shared route =
|
||||||
, subscriptions = subscriptions
|
, subscriptions = subscriptions
|
||||||
, view = view
|
, view = view
|
||||||
}
|
}
|
||||||
|> Page.withLayout toLayout
|
|
||||||
|
|
||||||
|
|
||||||
toLayout : Model -> Layouts.Layout Msg
|
|
||||||
toLayout model =
|
|
||||||
Layouts.Navbar {}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -79,7 +72,4 @@ subscriptions model =
|
||||||
|
|
||||||
view : Model -> View Msg
|
view : Model -> View Msg
|
||||||
view model =
|
view model =
|
||||||
{ title = pageNames.pageHome
|
View.fromString "Pages.Home_"
|
||||||
, attributes = []
|
|
||||||
, element = none
|
|
||||||
}
|
|
||||||
|
|
|
@ -72,4 +72,4 @@ subscriptions model =
|
||||||
|
|
||||||
view : Model -> View Msg
|
view : Model -> View Msg
|
||||||
view model =
|
view model =
|
||||||
View.fromString "Pages.Blog"
|
View.fromString "Pages.Hyperblog"
|
||||||
|
|
BIN
frontend/static/navbar/arguments-dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
frontend/static/navbar/community-dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
frontend/static/navbar/contact-dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
frontend/static/navbar/cucklist-dark.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
frontend/static/navbar/donate-dark.png
Normal file
After Width: | Height: | Size: 818 B |
BIN
frontend/static/navbar/home-dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
frontend/static/navbar/hyperblog-dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
BIN
frontend/static/navbar/interviews-dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
frontend/static/navbar/nutridex-dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
frontend/static/navbar/services-dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |