-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Unity Coders :: Github</title>
<link rel="stylesheet" type="text/css" href="styles/main.css" />
</head>
<body>
<header>
<img src="styles/logo.png" alt="logo" class="logo" />
<h1><a href="http://www.unitycoders.co.uk">Unity Coders</a></h1>
<p>Github Repos</p>
</header>
<ul id="menubar">
<li><a href="http://www.unitycoders.co.uk">Home</a></li>
<li><a href="/index.html">Projects</a></li>
</ul>
<article>
<h2>
<img class="logo" src="styles/internet-group-chat.svg" alt="irc-logo" />
<a href="http://git.unitycoders.co.uk/uc_pircbotx">IRC Bot</a>
</h2>
<p>A bot for #unity-coders using pircbotx.</p>
</article>
<article>
<h2>
<img class="logo" src="styles/package-x-generic.svg" />
<a href="http://git.unitycoders.co.uk/joomla-extentions">Website Extentions</a>
</h2>
<p>Extentions for the Joomla CMS developed for the unity coders website.</p>
</article>
<article class="dead">
<h2><a href="http://git.unitycoders.co.uk/adastra">AdAstra</a> (dead)</h2>
<p>A Space Based 4X game written in Java.</p>
</article>
</body>
</html>