-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheavymetal.html
49 lines (49 loc) · 2.14 KB
/
heavymetal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link href="css/portfoliostylesheet.css" rel="stylesheet">
<title>Tristan Holub - Portfolio</title>
<script> </script>
</head>
<body>
<div class="header">
<input type="checkbox" id="check">
<label for="check" class="show-menu">☰</label>
<nav class="navigation">
<a href="index.html">Home</a>
<a href="sproutingspirit.html">Sprouting Spirit</a>
<a href="webengine.html">WebGL Game Engine</a>
<a id="currentPg" href="#">Heavy Metal</a>
<a href="stratosfarm.html">Stratos Farm</a>
<a href="projectsolar.html">Project: Solar</a>
<label for="check" class="hide-menu">🗙</label>
</nav>
</div>
<div class="description">
<h2>Heavy Metal</h2>
<p>
Heavy Metal is a VR Shooter four friends and I developed during our 2018-2019 school year at Drexel University. During its production, I charged myself with creating most of the game's 3D models and wrote scripts for player movement, weapons, and user interaction. In addition to my development contributions, I also organized the team during meetings and "Welding Time" - our scheduled development sessions.
</p>
</div>
<div class="content">
<div class="item">
<h2>Prototype Demo</h2>
<p>Testing of primary game functionality. Proof of Concept.</p>
<iframe src="https://www.youtube.com/embed/lQDwpTIVuFo?rel=0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="item">
<h2>Final Demo</h2>
<p>The last update before the end of the year. Current State.</p>
<iframe src="https://www.youtube.com/embed/Sh9V_EJc_ak?rel=0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="extra">
<h2>Code</h2>
<p>The main Code/Scripts that I wrote all of or had a part in writing for development</p>
<div class="btnContainer">
<a class="thinbtn" href="HeavyMetalScripts.zip" target="_blank">Download Code Samples</a>
</div>
</div>
</body>
</html>