-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.html
More file actions
63 lines (55 loc) · 2.43 KB
/
source.html
File metadata and controls
63 lines (55 loc) · 2.43 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Pa00k - Source code</title>
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="./css/custom.css">
<link rel="icon" href="images/pa00k_icon.png">
</head>
<body>
<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">Pa00k</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li><a href="./">Home</a></li>
<li><a href="./design.html">Design</a></li>
<li><a href="./construction.html">Construction</a></li>
<li><a href="./vcontroller.html">Virtual controller</a></li>
<!--<li><a href="/source.html">Source code</a></li>-->
<li><a href="./team.html">Team</a></li>
</ul>
</div>
</div>
<div id="content">
<h1>Source code</h1>
<p>The source code is available on <a href="http://github.com/pa00k">GitHub</a>.</p>
<ul>
<li><a href="https://github.com/Pa00k/pa00k-controller">Virtual controller</a></li>
<li><a href="https://github.com/Pa00k/Arduino">Code running on Arduino board</a></li>
<li><a href="https://github.com/Pa00k/pa00k-site">This website</a> was created with <a href="http://jaspervdj.be/hakyll/">Hakyll</a>, a Haskell library for generating static sites</li>
</ul>
</div>
<hr class="featurette-divider">
<!-- FOOTER -->
<footer>
<p class="pull-right">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</p>
<p>© 2014 HexaMasters, Inc.</p>
</footer>
<!-- JS -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/docs.min.js"></script>
</body>
</html>