-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
50 lines (47 loc) · 2.06 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
<!doctype html>
<html>
<head>
<title>CLSB Programming Club</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="global/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<h1 id="title"><span class="lime">root@CLSB-Programming</span><span class="blue"> ~ $ </span><span class="blinker">█</span></h1>
<h2>About</h2>
<p>Programming club runs on Mondays and Tuesdays 12:50-1:30 in W4.</p>
<h2>Members</h2>
<ul>
<li><a href="members/adam/index.html">Adam Jones</a></li>
<li><a href="members/vinu/index.html">Vinu Jeyananthan</a></li>
<li><a href="members/jacob/index.html">Jacob Smith</a></li>
<li><a href="https://techiehub.github.io/">James Cahill</a></li>
<li><a href="members/thomas/index.html">Thomas Crossley</a></li>
<li><a href="members/hector/index.html">Hector Warner</a></li>
<li><a href="members/hamish/index.html">Hamish Campbell</a></li>
<li><a href="members/phillip/Home.html">Philip Benjamin</a></li>
</ul>
<h2>Demos</h2>
<ul>
<li><a href="spaceinvaders/index.html">Space Invaders Demo</a></li>
<li><a href="https://domdomegg.github.io/cookieclicker/">Cookie clicker game</a></li>
<li><a href="https://domdomegg.github.io/pifromrandom/">Calculating pi from random numbers</a></li>
<li><a href="https://domdomegg.github.io/coffee-shop/">Coffee shop game</a></li>
</ul>
<h2>Guides</h2>
<ul>
<li><a href="https://docs.google.com/document/d/1JLoLOa95Op__M10j9R6MWAR8MPJWfHbeQY0duX01fNs">Alexa Skills</a></li>
</ul>
<h2>Examples</h2>
<ul>
<li><a href="examples/index.html">Examples Page</a></li>
</ul>
<p>We're on GitHub! Click the icon to view the repo.</p>
<p>
<a href="https://github.com/CLSB-Programming/clsb-programming.github.io"><img src="global/github.svg" height="32" width="31.25" alt="GitHub Link"></a>
</p>
</div>
</body>
</html>