feat: did a ton of work

This commit is contained in:
Nick 2024-11-26 04:32:11 -06:00
parent a220b0d9c1
commit 078bd0ac70
67 changed files with 358 additions and 192 deletions

View file

@ -20,7 +20,7 @@ topLevelContainer =
pageList : List (Attribute msg)
pageList =
[ spacing 10
[ spacing 30
, centerX
, centerY
, alignTop
@ -30,7 +30,7 @@ pageList =
transitionStyle : Attribute msg
transitionStyle =
htmlAttribute <| style "transition" "all 0.5s ease-in-out"
htmlAttribute <| style "transition" "all 0.3s ease-in-out"
transitionHighlightedLinkHover : Element msg -> Element msg
@ -70,10 +70,6 @@ spartanFont =
F.typeface "League Spartan"
imageSpacer : Attribute msg
imageSpacer =
spacing 20
navBarLinkFormat : List (Attr () msg)
navBarLinkFormat =
@ -120,7 +116,7 @@ paragraphLinkFormat =
paragraphSpacing : Attribute msg
paragraphSpacing =
spacing 8
spacing 3
paragraphText : List (Attr () msg)
@ -169,13 +165,6 @@ paragraphAlignCenter =
++ paragraphText
paragraphColumnFormat : List (Attribute msg)
paragraphColumnFormat =
[ spacing 20
, paragraphWidth
]
myTooltip : String -> Element msg
myTooltip str =
el