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 =
|
main =
|
||||||
document
|
document
|
||||||
{ init = init
|
{ init = init
|
||||||
<<<<<<< HEAD
|
|
||||||
, view = (\model -> { title = "Werefox Software", body = view model })
|
, view = (\model -> { title = "Werefox Software", body = view model })
|
||||||
=======
|
|
||||||
, view = \model -> { title = "Your Mom", body = view model }
|
|
||||||
>>>>>>> f6d93413dd1d2522bcad922341680ebeb1a268fa
|
|
||||||
, update = update
|
, update = update
|
||||||
, subscriptions = subscriptions
|
, subscriptions = subscriptions
|
||||||
}
|
}
|
||||||
|
@ -149,13 +145,6 @@ init flags =
|
||||||
, items =
|
, items =
|
||||||
initDropdowns
|
initDropdowns
|
||||||
[ HomeLink "Home" "/"
|
[ HomeLink "Home" "/"
|
||||||
, InitDropdown
|
|
||||||
"Social Media"
|
|
||||||
(initDropdowns
|
|
||||||
[ NavLink "Twitter" "https://twitter.com/Shadow8t4"
|
|
||||||
, NavLink "LinkedIn" "http://linkedin.com/in/alexander-huddleston-2b4080186"
|
|
||||||
]
|
|
||||||
)
|
|
||||||
, InitDropdown
|
, InitDropdown
|
||||||
"Games"
|
"Games"
|
||||||
(initDropdowns
|
(initDropdowns
|
||||||
|
@ -174,10 +163,9 @@ init flags =
|
||||||
, NavLink "PSVR Research Paper" "/assets/other/Public_Speaking_in_VR_Research_Paper.pdf"
|
, 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 =
|
, gallery =
|
||||||
initGallery
|
initGallery
|
||||||
"Portfolio Gallery"
|
"Portfolio Gallery"
|
||||||
|
|
Reference in a new issue