-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
40 lines (34 loc) · 1.22 KB
/
contactus.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
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>Contact Us - GDC@WM</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="navbar.css">
<style>
p {
text-align: center;
}
</style>
</head>
<body>
<div class="topnav">
<a href="/">Home</a>
<a href="/parryt">Parryt</a>
<a href="/memberinfo">Members</a>
<a href="/artshowcase">Art</a>
<a href="/contactus" class="active">Contact Us</a>
</div>
<div class="body">
<h1><p><b>Contact Us</b></p></h1>
<p><img src="img/parrotsprite.png" title="parrot" alt="a green parrot"></p> <p>Interested in Learning More?</p>
<p><button onclick = "window.location.href='https://discord.gg/5vKe6HDKH6';">
Join The Discord!
</button></p>
<p>Or Find us on TribeLink:</p>
<p><a href="https://tribelink.wm.edu/organization/gamedesign"><img src="img/tribelink-logo.png" style="width:500px;height:100px"></a>
</p>
<p><img src="img/barrel.png" title="barrel" alt="Screenshot"><img src="img/barrel.png" title="barrel" alt="Screenshot"><img src="img/barrel.png" title="barrel" alt="Screenshot"><img src="img/barrel.png" title="barrel" alt="Screenshot"></p>
</div>
</body>
</html>