46 lines
2.3 KiB
Clojure
46 lines
2.3 KiB
Clojure
{:personal {:name "Joseph Ferano"
|
|
:title "Software Engineer"
|
|
:email "joseph@ferano.io"
|
|
:location "Your City, State"
|
|
:bio "Brief description of yourself and what you do."}
|
|
|
|
:games [{:name "Wargate Heroes"
|
|
:description "Mobile Multiplayer Online Battle Arena (MOBA)"
|
|
:image "./images/wargate.jpg"
|
|
:technologies ["Unity" "C#" "uLink" "Mobile"]
|
|
:links [{:title "Trailer" :url "https://www.youtube.com/watch?v=kUcSleqOLCA"}
|
|
{:title "Gameplay" :url "https://www.youtube.com/watch?v=RLPWUH4RKd8"}]}
|
|
{:name "Jaws.io"
|
|
:description "Online IO game where you play as the legendary shark!"
|
|
:image "./images/jaws.jpg"
|
|
:technologies ["Unity" "C#" "Photon" "Mobile"]
|
|
:links [{:title "Trailer" :url "https://www.youtube.com/watch?v=uWEXo278UmQ"}
|
|
{:title "Gameplay" :url "https://www.youtube.com/watch?v=LGnM5aAwFHw"}]}
|
|
{:name "BreachTD"
|
|
:description "Mobile Online Multiplayer Tower Defense"
|
|
:image "./images/breachtd.jpg"
|
|
:technologies ["Unity" "C#" "uLink" "Mobile"]
|
|
:links [{:title "Trailer" :url "https://www.youtube.com/watch?v=8wfprDgj_1Y"}
|
|
{:title "Gameplay" :url "https://www.youtube.com/watch?v=QulMTsbj-Xk"}]}
|
|
{:name "Startship Troopers: Invasion Mobile Infantry"
|
|
:description "Cover shooter with runner mechanics and cinematics"
|
|
:image "./images/starship-troopers.jpg"
|
|
:technologies ["Unity" "C#" "iOS"]
|
|
:links [{:title "Trailer" :url "https://www.youtube.com/watch?v=ZPdTqhgWhaQ"}
|
|
{:title "Gameplay" :url "https://www.youtube.com/watch?v=T5DXcvSaR-w"}]}]
|
|
|
|
:projects [{:name "Project Name"
|
|
:description "Brief project description"
|
|
:url "https://github.com/user/project"
|
|
:demo "https://project-demo.com"
|
|
:technologies ["Clojure" "ClojureScript"]}]
|
|
|
|
:experiments [{:name "Experiment Title"
|
|
:description "Brief description of what this demonstrates"
|
|
:url "https://codepen.io/user/experiment"
|
|
:technologies ["JavaScript" "Canvas API"]}]
|
|
|
|
:social {:github "https://github.com/username"
|
|
:linkedin "https://linkedin.com/in/username"
|
|
:twitter "https://twitter.com/username"}}
|