feat: crushed it like I crushed your mom

This commit is contained in:
Nick 2024-11-26 21:17:36 -06:00
parent 7d22f82b12
commit eb17ceb6c2
18 changed files with 19 additions and 30 deletions

View file

@ -18,21 +18,20 @@ type alias PageInput =
pageNames : PageInput
pageNames =
{ pageHome = "upRootHealth"
, pagePlatforms = "Platforms"
, pageServices = "Services"
, pageDodgers = "Dodgers"
, pageDebate = "Debate"
, pageHyperBlog = "HyperBlog"
, pageNutriDex = "NutriDex"
, pageInterviews = "Interviews"
, pageContact = "Contact"
, pageSupport = "Support"
, 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

View file

@ -301,7 +301,7 @@ hyperbolgButton =
, alignBottom
, E.width <| px 30
]
{ src = "navbar/hyperblog2.png"
{ src = "navbar/hyperblog.png"
, description = ""
}
]

View 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
View 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_"

View file

@ -72,4 +72,4 @@ subscriptions model =
view : Model -> View Msg
view model =
View.fromString "Pages.Blog"
View.fromString "Pages.Hyperblog"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB