-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (78 loc) · 3.92 KB
/
index.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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 id="currentPg" href="#">Home</a>
<a href="sproutingspirit.html">Sprouting Spirit</a>
<a href="webengine.html">WebGL Game Engine</a>
<a href="heavymetal.html">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="intro">
<h2>Tristan Holub</h2>
<p>Computer Science Major focusing on Video Game Development</p><br>
<a class="thinbtn" id="resBtn" href="Resume.pdf" target="_blank">View Resume</a>
<br><br><nav class="socialIcons">
<a href="https://github.com/tholub99" target="_blank"><img src="images/githubwhite.png" alt="LinkedInIcon"></a>
<a href="https://linkedin.com/in/tristan-h" target="_blank"><img src="images/linkedinwhite.png" alt="LinkedInIcon"></a>
<a href="mailto:[email protected]" target="_blank"><img src="images/emailiconwhite.png" alt="EmailIcon"></a>
</nav>
</div>
<div class="content">
<div class="item">
<h2>Sprouting Spirit</h2>
<p>3D Platforming Adventure</p>
<img class="center sqaureImg" src="images/sproutingspiritlogo.png" alt="SproutingSpiritLogo"><br>
<a class="thinbtn" href="sproutingspirit.html">View Details</a>
</div>
<div class="item">
<h2>Donut Dunkers</h2>
<p>3D Puzzle Game</p>
<img class="center sqaureImg" src="images/donutdunkerslogo.png" alt="DonutDunkersLogo"><br>
<a class="thinbtn" href="https://www.donutdunkersgame.com">View Details</a>
</div>
<div class="item">
<h2>WebGL Engine</h2>
<p>WebGL Game Engine Project</p>
<img class="center sqaureImg" src="images/enginelogo.png" alt="EngineLogo"><br>
<a class="thinbtn" href="webengine.html">View Details</a>
</div>
<div class="item">
<h2>Heavy Metal</h2>
<p>Virtual Reality Mech Shooter</p>
<img class="center sqaureImg" src="images/heavymetallogo.png" alt="HeavyMetalLogo"><br>
<a class="thinbtn" href="heavymetal.html">View Details</a>
</div>
<div class="item">
<h2>Stratos Farm</h2>
<p>3D Tower Defense Strategy Game</p>
<img class="center sqaureImg" src="images/stratosfarmlogo.png" alt="StratosFarmLogo"><br>
<a class="thinbtn" href="stratosfarm.html">View Details</a>
</div>
<div class="item">
<h2>Project: Solar</h2>
<p>OpenGL 3D Graphics Project</p>
<img class="center sqaureImg" src="images/solarlogo.png" alt="SolarLogo"><br>
<a class="thinbtn" href="projectsolar.html">View Details</a>
</div>
<!--<div class="item">
<h2>3D Modeling</h2>
<p>3D Modeling Projects done in 3DS Max</p>
<img class="center sqaureImg" src="images/hssmall.png" alt="HylianShield"><br>
<a class="thinbtn" href="https://tristanholub.weebly.com" target="_blank">Go to Page</a>
</div>-->
</div>
</body>
</html>