feat: crushed it like I crushed your mom
|
@ -17,22 +17,21 @@ type alias PageInput =
|
|||
|
||||
pageNames : PageInput
|
||||
pageNames =
|
||||
{ pageHome = "upRoot Health"
|
||||
, pagePlatforms = "Platforms"
|
||||
, pageServices = "Services"
|
||||
, pageDodgers = "Dodgers"
|
||||
, pageDebate = "Debate"
|
||||
, pageHyperBlog = "HyperBlog"
|
||||
, pageNutriDex = "NutriDex"
|
||||
, pageInterviews = "Interviews"
|
||||
, pageContact = "Contact"
|
||||
, pageSupport = "Support"
|
||||
{ pageHome = "upRootHealth"
|
||||
, pagePlatforms = "platforms"
|
||||
, pageServices = "services"
|
||||
, pageDodgers = "cuckList"
|
||||
, pageDebate = "arguments"
|
||||
, pageHyperBlog = "hyperBlog"
|
||||
, pageNutriDex = "nutriDex"
|
||||
, pageInterviews = "interviews"
|
||||
, pageContact = "contact"
|
||||
, pageSupport = "support"
|
||||
}
|
||||
|
||||
|
||||
createPageName : String -> String
|
||||
createPageName pageName =
|
||||
pageNames.pageHome ++ " | " ++ pageName
|
||||
pageNames.pageHome ++ " :: " ++ pageName
|
||||
|
||||
|
||||
contactName : String
|
||||
|
|
|
@ -301,7 +301,7 @@ hyperbolgButton =
|
|||
, alignBottom
|
||||
, E.width <| px 30
|
||||
]
|
||||
{ src = "navbar/hyperblog2.png"
|
||||
{ src = "navbar/hyperblog.png"
|
||||
, 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.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)
|
||||
|
||||
import Blog.Helpers exposing (..)
|
||||
import Config.Colour as T exposing (..)
|
||||
import Config.Format as O exposing (..)
|
||||
import Config.Identity as I exposing (..)
|
||||
import Cuckery.Types exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
import Element as E exposing (..)
|
||||
import Element.Background as D exposing (..)
|
||||
import Element.Border as R exposing (..)
|
||||
import Element exposing (..)
|
||||
import Element.Font as F
|
||||
import Html.Attributes as H exposing (style)
|
||||
import Layouts
|
||||
import Page exposing (Page)
|
||||
import Route exposing (Route)
|
||||
import Shared
|
||||
import Shared exposing (..)
|
||||
import View exposing (View)
|
||||
|
||||
|
||||
|
@ -24,12 +23,6 @@ page shared route =
|
|||
, subscriptions = subscriptions
|
||||
, 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 =
|
||||
{ title = pageNames.pageHome
|
||||
, attributes = []
|
||||
, element = none
|
||||
}
|
||||
View.fromString "Pages.Home_"
|
||||
|
|
|
@ -72,4 +72,4 @@ subscriptions model =
|
|||
|
||||
view : Model -> View Msg
|
||||
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 |