-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1006 Bytes
/
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
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>Home - GDC@WM</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="navbar.css">
</head>
<body>
<div class="topnav">
<a href="/" class="active">Home</a>
<a href="/parryt">Parryt</a>
<a href="/memberinfo">Members</a>
<a href="/artshowcase">Art</a>
<a href="/contactus">Contact Us</a>
</div>
<div class="body">
<div class="center">
<img src="img/gdc-wm.jpg" width="200" height="200" title="logo">
<h1>Game Design Club at William & Mary</h1>
<h2>Open to programmers, artists, writers, musicians, visionaries, and other talented students who have something to contribute.</h2>
<br>
<h2>Check out our current project: <a href="https://github.com/GDC-WM/Mr.Pudding">Mr.Pudding</a>
<h2>Check out our previous project: <a href="/parryt">Parryt</a>
</div>
</div>
</body>
</html>