-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new rules, updated colors, removed resume
- Loading branch information
Danny Hawk
committed
Mar 18, 2021
1 parent
1c8bad7
commit 87d245f
Showing
19 changed files
with
1,476 additions
and
1,518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,75 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142326937-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-142326937-1'); | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
|
||
<!--Google Fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Open+Sans:400,600,800&display=swap" rel="stylesheet"> | ||
|
||
<!--Fontawesome--> | ||
<script src="https://kit.fontawesome.com/f95239c1ec.js"></script> | ||
|
||
<!--CSS--> | ||
<link rel="stylesheet" type="text/css" href="css/global2.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#00aba9"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<title>Anything But Games | Danny Hawk</title> | ||
</head> | ||
<body> | ||
<nav> | ||
<div class="navSidebar"> | ||
<a href="index.html" class="danny" style="font-size: 24.5px;">DANNY HAWK</a> | ||
<div class="navLinks" style="border-bottom: none;"> | ||
<a class="inactive" href="about.html">ABOUT</a> | ||
<p>•</p> | ||
<a class="inactive" href="DannyHawk_Resume.pdf">RESUME</a> | ||
</div> | ||
<div class="social"> | ||
<a href="https://hawkdanny.itch.io/"><i id="itch" class="fab fa-itch-io"></i></a> | ||
<a href="https://www.linkedin.com/in/hawkdanny/"><i id="linkedin" class="fab fa-linkedin-in"></i></a> | ||
<a href="https://twitter.com/hawkdanny"><i id="twitter" class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/hawkdanny"><i id="github" class="fab fa-github"></i></a> | ||
<a href="https://www.twitch.tv/hawkdanny"><i id="twitch" class="fab fa-twitch"></i></i></a> | ||
<a href="https://soundcloud.com/dannyhawkmusic"><i id="soundcloud" class="fab fa-soundcloud"></i></a> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="projectPage"> | ||
<div class="projectPageHeaderMedia"> | ||
<img src="media/homepage/abg_homepage.jpg" width="800" height="450"> | ||
</div> | ||
|
||
<div class="projectPageInfo"> | ||
<div class="projectPageContent"> | ||
<div class="projectPageDescription"> | ||
<h1 class="projectPageTitle">ANYTHING BUT GAMES</h1> | ||
<p class="projectPageDescription">Anything But Games is a mix between an open mic and a talk series. Each month at the NYU Game Center I would organize and host a night of Anything But Games, where 4 students or faculty would each get 15 minutes to present, perform, teach, screen, or whatever verb they want. The only rule is that games are NOT ALLOWED.<p> | ||
</div> | ||
<div class="projectPageLearnings"> | ||
<h5>THINGS I LEARNED</h5> | ||
<div class="learnings"> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Mirror_test">The Mirror Test</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Moby-Dick">Moby Dick</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.karmatrails.com/mexico-tradicional-dances/">la danza de los diablos</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.atlasobscura.com/places/two-guns">Two Guns, Arizona</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Simulacra_and_Simulation">Jean Baudrillard</a></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142326937-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-142326937-1'); | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
|
||
<!--Google Fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Open+Sans:400,600,800&display=swap" rel="stylesheet"> | ||
|
||
<!--Fontawesome--> | ||
<script src="https://kit.fontawesome.com/f95239c1ec.js"></script> | ||
|
||
<!--CSS--> | ||
<link rel="stylesheet" type="text/css" href="css/global2.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#00aba9"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<title>Anything But Games | Danny Hawk</title> | ||
</head> | ||
<body> | ||
<nav> | ||
<div class="navSidebar"> | ||
<a href="index.html" class="danny" style="font-size: 24.5px;">DANNY HAWK</a> | ||
<div class="social"> | ||
<a href="https://hawkdanny.itch.io/"><i id="itch" class="fab fa-itch-io"></i></a> | ||
<a href="https://www.linkedin.com/in/hawkdanny/"><i id="linkedin" class="fab fa-linkedin-in"></i></a> | ||
<a href="https://twitter.com/hawkdanny"><i id="twitter" class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/hawkdanny"><i id="github" class="fab fa-github"></i></a> | ||
<a href="https://www.twitch.tv/hawkdanny"><i id="twitch" class="fab fa-twitch"></i></i></a> | ||
<a href="https://soundcloud.com/dannyhawkmusic"><i id="soundcloud" class="fab fa-soundcloud"></i></a> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="projectPage"> | ||
<div class="projectPageHeaderMedia"> | ||
<img src="media/homepage/abg_homepage.jpg" width="800" height="450"> | ||
</div> | ||
|
||
<div class="projectPageInfo"> | ||
<div class="projectPageContent"> | ||
<div class="projectPageDescription"> | ||
<h1 class="projectPageTitle">ANYTHING BUT GAMES</h1> | ||
<p class="projectPageDescription">Anything But Games is a mix between an open mic and a talk series. Each month at the NYU Game Center I would organize and host a night of Anything But Games, where 4 students or faculty would each get 15 minutes to present, perform, teach, screen, or whatever verb they want. The only rule is that games are NOT ALLOWED.<p> | ||
</div> | ||
<div class="projectPageLearnings"> | ||
<h5>THINGS I LEARNED</h5> | ||
<div class="learnings"> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Mirror_test">The Mirror Test</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Moby-Dick">Moby Dick</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.karmatrails.com/mexico-tradicional-dances/">la danza de los diablos</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.atlasobscura.com/places/two-guns">Two Guns, Arizona</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Simulacra_and_Simulation">Jean Baudrillard</a></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,84 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142326937-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-142326937-1'); | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
|
||
<!--Google Fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Open+Sans:400,600,800&display=swap" rel="stylesheet"> | ||
|
||
<!--Fontawesome--> | ||
<script src="https://kit.fontawesome.com/f95239c1ec.js"></script> | ||
|
||
<!--CSS--> | ||
<link rel="stylesheet" type="text/css" href="css/global2.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#00aba9"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<title>Bird Town | Danny Hawk</title> | ||
</head> | ||
<body> | ||
<nav> | ||
<div class="navSidebar"> | ||
<a href="index.html" class="danny" style="font-size: 24.5px;">DANNY HAWK</a> | ||
<div class="navLinks" style="border-bottom: none;"> | ||
<a href="about.html">ABOUT</a> | ||
<p>•</p> | ||
<a href="DannyHawk_Resume.pdf">RESUME</a> | ||
</div> | ||
<div class="social"> | ||
<a href="https://hawkdanny.itch.io/"><i id="itch" class="fab fa-itch-io"></i></a> | ||
<a href="https://www.linkedin.com/in/hawkdanny/"><i id="linkedin" class="fab fa-linkedin-in"></i></a> | ||
<a href="https://twitter.com/hawkdanny"><i id="twitter" class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/hawkdanny"><i id="github" class="fab fa-github"></i></a> | ||
<a href="https://www.twitch.tv/hawkdanny"><i id="twitch" class="fab fa-twitch"></i></i></a> | ||
<a href="https://soundcloud.com/dannyhawkmusic"><i id="soundcloud" class="fab fa-soundcloud"></i></a> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="projectPage"> | ||
<div class="projectPageHeaderMedia"> | ||
<iframe src="https://www.youtube-nocookie.com/embed/SYcbyfcF9X0?vq=hd1080&modestbranding=1&showinfo=0&rel=0&iv_load_policy=3&theme=light&color=white" width="800" height="450" frameborder="0"></iframe> | ||
</div> | ||
|
||
<div class="projectPageInfo"> | ||
<div class="projectPageContent"> | ||
<div class="projectPageDescription"> | ||
<h1 class="projectPageTitle">BIRD TOWN</h1> | ||
<p class="projectPageDescription">Bird Town is a comedy video game about a town of birds where you play as Margo in the final 15 minutes of her town's summer festival. Each playthrough of the game is a real time fifteen minutes where you decide how to spend your day, whether its getting into hijinks or talking with neighbors, going on bite sized adventures or taking a nap. It's your day and you can do whatever you want.</p> | ||
<div class="projectPageLinks"> | ||
<a class="fancyLink" href="https://birdtowngame.com/">Bird Town's Website</a> | ||
</div> | ||
</div> | ||
<div class="projectPageLearnings"> | ||
<h5>THINGS I LEARNED</h5> | ||
<div class="learnings"> | ||
<div class="learning"><a class="fancyLink" href="https://youtu.be/YeGoQbdcmEI?t=10709">NYU Game Design MFA</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://yarnspinner.dev/">Yarn</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Kanban_(development)">Project Management</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.blender.org/">Blender</a></div> | ||
<div class="learning"><a class="fancyLink" href="birdtown-finchedupdate.html">Custom Fixed Update</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.wikihow.com/Write">Writing</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://tinyletter.com/">TinyLetter</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://docs.unity3d.com/Manual/FrameDebugger.html">Frame Debugger</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://roystan.net/articles/outline-shader.html">Outline Shader</a></div> | ||
<div class="learning"><a class="fancyLink" href="media/birds_concept_001_MB.png">Art Directing</a></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div style="height: 20vh;"></div> | ||
</div> | ||
</body> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142326937-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-142326937-1'); | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
|
||
<!--Google Fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Open+Sans:400,600,800&display=swap" rel="stylesheet"> | ||
|
||
<!--Fontawesome--> | ||
<script src="https://kit.fontawesome.com/f95239c1ec.js"></script> | ||
|
||
<!--CSS--> | ||
<link rel="stylesheet" type="text/css" href="css/global2.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#00aba9"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<title>Bird Town | Danny Hawk</title> | ||
</head> | ||
<body> | ||
<nav> | ||
<div class="navSidebar"> | ||
<a href="index.html" class="danny" style="font-size: 24.5px;">DANNY HAWK</a> | ||
<div class="social"> | ||
<a href="https://hawkdanny.itch.io/"><i id="itch" class="fab fa-itch-io"></i></a> | ||
<a href="https://www.linkedin.com/in/hawkdanny/"><i id="linkedin" class="fab fa-linkedin-in"></i></a> | ||
<a href="https://twitter.com/hawkdanny"><i id="twitter" class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/hawkdanny"><i id="github" class="fab fa-github"></i></a> | ||
<a href="https://www.twitch.tv/hawkdanny"><i id="twitch" class="fab fa-twitch"></i></i></a> | ||
<a href="https://soundcloud.com/dannyhawkmusic"><i id="soundcloud" class="fab fa-soundcloud"></i></a> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="projectPage"> | ||
<div class="projectPageHeaderMedia"> | ||
<iframe src="https://www.youtube-nocookie.com/embed/SYcbyfcF9X0?vq=hd1080&modestbranding=1&showinfo=0&rel=0&iv_load_policy=3&theme=light&color=white" width="800" height="450" frameborder="0"></iframe> | ||
</div> | ||
|
||
<div class="projectPageInfo"> | ||
<div class="projectPageContent"> | ||
<div class="projectPageDescription"> | ||
<h1 class="projectPageTitle">BIRD TOWN</h1> | ||
<p class="projectPageDescription">Bird Town is a comedy video game about a town of birds where you play as Margo in the final 15 minutes of her town's summer festival. Each playthrough of the game is a real time fifteen minutes where you decide how to spend your day, whether its getting into hijinks or talking with neighbors, going on bite sized adventures or taking a nap. It's your day and you can do whatever you want.</p> | ||
<div class="projectPageLinks"> | ||
<a class="fancyLink" href="https://birdtowngame.com/">Bird Town's Website</a> | ||
</div> | ||
</div> | ||
<div class="projectPageLearnings"> | ||
<h5>THINGS I LEARNED</h5> | ||
<div class="learnings"> | ||
<div class="learning"><a class="fancyLink" href="https://youtu.be/YeGoQbdcmEI?t=10709">NYU Game Design MFA</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://yarnspinner.dev/">Yarn</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Kanban_(development)">Project Management</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.blender.org/">Blender</a></div> | ||
<div class="learning"><a class="fancyLink" href="birdtown-finchedupdate.html">Custom Fixed Update</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://www.wikihow.com/Write">Writing</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://tinyletter.com/">TinyLetter</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://docs.unity3d.com/Manual/FrameDebugger.html">Frame Debugger</a></div> | ||
<div class="learning"><a class="fancyLink" href="https://roystan.net/articles/outline-shader.html">Outline Shader</a></div> | ||
<div class="learning"><a class="fancyLink" href="media/birds_concept_001_MB.png">Art Directing</a></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div style="height: 20vh;"></div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.