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

@ -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

View file

@ -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 = ""
} }
] ]

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.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
View 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
}

View file

@ -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"

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