-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
41 lines (41 loc) · 1.52 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<link rel="stylesheet" href="css/primary.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<title>Parasprite Dev Team</title>
<!-- JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<!-- Codepony LunaSquee -->
<body>
<div class="headblock">
<span class="maintitle">Parasprite Dev Team</span>
<span class="subtitle">People from #parasprite IRC channel creating things.</span>
</div>
<nav class="navgb">
<ul>
<li><a href="/">Home</a></li>
<li class="active"><a href="about.html">About us</a></li>
<li><a href="https://github.com/ParaspriteDev" target="_blank">GitHub</a></li>
<li class="nav_e"><a href="#">Projects</a>
<ul>
<li><a href="pon3gine.html">Pon3Gine</a></li>
<li><a href="#">Coming soon</a></li>
</ul>
</li>
</ul>
</nav>
<div class="maincon">
<h1>Welcome to the Parasprite Dev Team homepage!</h1>
<p>This page is still under construction</p>
</div>
<footer>
<span class="maincredit">© 2015 Parasprite Dev Team</span>
<span class="subcredit">Designed by <a href="https://lunasqu.ee/" target="_blank">LunaSquee</a></span>
</footer>
</body>
</html>