Yeah let's remove this.
This commit is contained in:
parent
720464a3d7
commit
905588e520
1 changed files with 1 additions and 13 deletions
14
src/Main.elm
14
src/Main.elm
|
@ -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"
|
||||
|
|
Reference in a new issue