-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.html
152 lines (137 loc) · 8.02 KB
/
game.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<title>Addison Herr</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
</head>
<body>
<script>
/* Set the width of the side navigation to 250px and the left margin of the page content to 250px and add a black background color to body */
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
document.getElementById("main").style.marginLeft = "250px";
}
/* Set the width of the side navigation to 0 and the left margin of the page content to 0, and the background color of body to white */
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("main").style.marginLeft = "0";
document.body.style.backgroundColor = "white";
}
</script>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">HOME</a>
<a href="game.html">GAME DESIGN</a>
<a href="vr.html">VIRTUAL REALITY</a>
<a href="audiovisual.html">AUDIOVISUAL</a>
<a href="motion.html">MOTION GRAPHICS</a>
<a href="dance.html">DANCE</a>
<a href="about.html">CONTACT</a>
<a href="#"></a>
</div>
<!-- Use any element to open the sidenav -->
<span onclick="openNav()" class="menu"><img src="hamburger.png" alt="menu button" height="50" width="50" class="padding"></span>
<!-- Add all page content inside this div if you want the side nav to push page content to the right (not used if you only want the sidenav to sit on top of the page -->
<div id="main">
<h1 class="textcenter">EXPERIMENTAL GAME DESIGN</h1>
<h6 class="textcenter">I CREATE HYPNOTIC, MINIMALISTIC GAMES WITH UNIQUE MECHANICS AND BANGING SOUNDTRACKS. DOWNLOAD ONE AND ENTER THE FLOW STATE.</h6>
<div class="album py-5">
<div class="container">
<div class="row" style="padding-bottom: 5%;">
<div class="col-md-12">
<div class="card mb-12 shadow-sm make-it-fast" style="width: 36rem; margin-left: auto; margin-right: auto;">
<img class="card-img-top" loading="eager" src="bloomog.gif?width=36rem">
<div class="card-body">
<h5 class="card-text">BLOOM: AMBIENT TIME WARP SHOOTER</h5>
<div class="text-center">
<div class="btn-group">
<a class="btn btn-outline-dark" href="https://drive.google.com/file/d/1i4PQekxLzOJiTYLkANj1ieedy_F1M3tV/view?usp=sharing" role="button">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-bottom: 5%;">
<div class="col-md-12">
<div class="card mb-12 shadow-sm make-it-fast" style="width: 36rem; margin-left: auto; margin-right: auto;">
<img class="card-img-top" loading="eager" src="neonbloom.gif?width=36rem">
<div class="card-body">
<h5 class="card-text">WITHER: NEON BLOOM VARIANT</h5>
<div class="text-center">
<div class="btn-group">
<a class="btn btn-outline-dark" href="https://drive.google.com/file/d/1i4PQekxLzOJiTYLkANj1ieedy_F1M3tV/view?usp=sharing" role="button">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-bottom: 5%;">
<div class="col-md-12">
<div class="card mb-12 shadow-sm make-it-fast" style="width: 36rem; margin-left: auto; margin-right: auto;">
<img class="card-img-top" loading="lazy" src="ring.gif?width=36rem">
<div class="card-body">
<h5 class="card-text">RING: POLAR SYMMETRY BULLET HELL</h5>
<div class="text-center">
<div class="btn-group">
<a class="btn btn-outline-dark" href="https://drive.google.com/file/d/105Vkfg8OVQ0vsrYsf0cLj5fhlv1Bj2W3/view?usp=sharing" role="button">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-bottom: 5%;">
<div class="col-md-12">
<div class="card mb-12 shadow-sm make-it-fast" style="width: 36rem; margin-left: auto; margin-right: auto;">
<img class="card-img-top" loading="lazy" src="luminous.gif?width=36rem">
<div class="card-body">
<h5 class="card-text">SUPERNOVA: CUBIC DATAMOSHING</h5>
<div class="text-center">
<div class="btn-group">
<a class="btn btn-outline-dark" href="https://drive.google.com/file/d/1-kPm1vgjHBpgHC3gYxSGr7a4rc4kXaY1/view?usp=sharing" role="button">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-bottom: 5%;">
<div class="col-md-12">
<div class="card mb-12 shadow-sm make-it-fast" style="width: 36rem; margin-left: auto; margin-right: auto;">
<img class="card-img-top" loading="lazy" src="void.gif?width=36rem">
<div class="card-body">
<h5 class="card-text">VOID: SIMULTANEOUS 2D PROJECTIONS OF 3D SPACE</h5>
<div class="text-center">
<div class="btn-group">
<a class="btn btn-outline-dark" href="https://drive.google.com/file/d/1RVW7ZQ7o-wiG9SC_zPJTFN9otgObCbRY/view?usp=sharing" role="button">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-bottom: 5%;">
<div class="col-md-12">
<div class="card mb-12 shadow-sm make-it-fast" style="width: 36rem; margin-left: auto; margin-right: auto;">
<img class="card-img-top" loading="lazy" src="led.gif?width=36rem">
<div class="card-body">
<h5 class="card-text">LED: 1-DIMENSIONAL STEALTH ROGUELIKE</h5>
<div class="text-center">
<div class="btn-group">
<a class="btn btn-outline-dark" href="https://drive.google.com/file/d/1hfC7rYjR-E2nDS9JCCJj8SOfFWUmJRXJ/view?usp=sharing" role="button">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!--
-->