-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (45 loc) · 1.93 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
<html lang="en-US">
<head>
<title>Humans vs. Zombies | Games Society DCU</title>
<meta charset="UTF-8">
<meta name="description" content="Home section for the Humans vs. Zombies game | Games Society DCU">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/ff.css">
<link rel="shortcut icon" href="img/logo-75.png">
</head>
<body>
<nav>
<ol class="navLi">
<li>Home</li>
<li>|</li>
<li><a href="status/status.html">Game Status</a></li>
<li>|</li>
<li><a href="info/info.html">Info</a></li>
</ol>
<a href="https://dcuclubsandsocs.ie/society/games" target="_blank"><img src="img/logo.png" alt="Games Soc Logo"></a>
</nav>
<div class="clearfix"></div>
<div class="main">
<div class="bannerContainer">
<img class="banner" src="img/banner.JPG" alt="HvZ Banner Picture">
</div>
<h1>Humans vs. Zombies</h1>
<p class="center">A massive, week-long, co-ordinated game of buildup tag played anually on DCU's Glasnevin campus.</p>
<div class="store">
<span>
<div><h3>Humans!</h3><p>Armed with dart blasters and balled-up socks, humans can stun the Zombies, rendering them non-contagious for a short time!</p></div>
<div><h3>Zombies!</h3><p>Zombies are slowly starving, and have to hunt Humans to stay alive!</p></div>
</span>
<span>
<div><h3>Missions!</h3><p>Throughout the week, missions take place. These can reward one of the two teams when they win, potentially turning the tide in the apocalyptical battle!</p></div>
<div><h3>Free!</h3><p>The event is free of charge and open to any members of the participating societies.</p></div>
</span>
</div>
<div class="clearfix"></div>
</div>
<footer>
<p>2022 DCU Games Society | Implemented by Cost, CorruptDTA, Skins and Robert</p>
</footer>
</body>
</html>