-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (65 loc) · 3.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Darby Game Development</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<div class="heading">
<div id="sizer">
</div>
<div id="text">
<div class="terminal-underscore" id="terminal">_</div>
</div>
</div>
<div class="content">
<div class="about">
Be there Tuesdays and Thursdays after school to make some games of your own!
</div>
<div class="contact">
<div>
<div><a href="https://join.slack.com/t/gamedev-clubworkspace/signup">Join our Slack</a>
</div>
<small>(use your school account to be automatically accepted)</small>
</div>
<a href="https://join.slack.com/t/gamedev-clubworkspace/signup"><img src="slack-logo.svg"></a>
<a href="https://github.com/hdb-gamedev">
<div>Visit our Github</div>
<img src="github-logo.svg">
</a>
<a href="https://github.com/hdb-gamedev/gamedev-dl/releases/download/releases/gamedev-dl-v1.0.0.exe">
<div>
Download Programs
</div>
<img src="programs-logos.svg">
</a>
</div>
<h2 class="groups-heading">Groups</h2>
<div class="groups" id="groups">
<div class="group">
<div class="greek"><a href="https://hdb-gamedev.github.io/group-sigma">Σ</a></div>
<a href="https://github.com/hdb-gamedev/group-sigma" class="github"><img src="github-logo.svg"></a>
<a href="https://hdb-gamedev.github.io/group-sigma" class="play"><img src="play-button.svg"></a>
</div>
<div class="group">
<div class="greek"><a href="https://hdb-gamedev.github.io/group-zeta-eta">Ζη</a></div>
<a href="https://github.com/hdb-gamedev/group-zeta-eta" class="github"><img src="github-logo.svg"></a>
<a href="https://hdb-gamedev.github.io/group-zeta-eta" class="play"><img src="play-button.svg"></a>
</div>
<div class="group">
<div class="greek"><a href="https://hdb-gamedev.github.io/group-iota-tau-psi">ιτψ</a></div>
<a href="https://github.com/hdb-gamedev/group-iota-tau-psi" class="github"><img src="github-logo.svg"></a>
<a href="https://hdb-gamedev.github.io/group-iota-tau-psi" class="play"><img src="play-button.svg"></a>
</div>
<div class="group">
<div class="greek"><a href="https://hdb-gamedev.github.io/roguelike">rgl</a></div>
<a href="https://github.com/hdb-gamedev/roguelike" class="github"><img src="github-logo.svg"></a>
<a href="https://hdb-gamedev.github.io/roguelike" class="play"><img src="play-button.svg"></a>
</div>
</div>
</div>
</div>
<script src="terminal.js"></script>
</body>
</html>