Yeah let's remove this.

This commit is contained in:
Alexis Werefox 2021-05-01 20:08:34 +00:00
parent 720464a3d7
commit 905588e520

View file

@ -30,11 +30,7 @@ main : Program Flags Model Msg
main =
document
{ init = init
<<<<<<< HEAD
, view = (\model -> { title = "Werefox Software", body = view model })
=======
, view = \model -> { title = "Your Mom", body = view model }
>>>>>>> f6d93413dd1d2522bcad922341680ebeb1a268fa
, update = update
, subscriptions = subscriptions
}
@ -149,13 +145,6 @@ init flags =
, items =
initDropdowns
[ HomeLink "Home" "/"
, InitDropdown
"Social Media"
(initDropdowns
[ NavLink "Twitter" "https://twitter.com/Shadow8t4"
, NavLink "LinkedIn" "http://linkedin.com/in/alexander-huddleston-2b4080186"
]
)
, InitDropdown
"Games"
(initDropdowns
@ -174,10 +163,9 @@ init flags =
, NavLink "PSVR Research Paper" "/assets/other/Public_Speaking_in_VR_Research_Paper.pdf"
]
)
, HomeLink "Resume" "/assets/other/ResumeHuddlestonAlexander.pdf"
]
}
, welcome = welcomeBanner "Werefox Software" "A self-hosted portfolio site for and by Alex Huddleston"
, welcome = welcomeBanner "Werefox Software" "A self-hosted portfolio site"
, gallery =
initGallery
"Portfolio Gallery"