-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.55 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hackerfleet's developer homepage</title>
<link rel="stylesheet" href="vendor/clear-sans-webfont/css/clear-sans.css" type="text/css"/>
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css" type="text/css"/>
<link rel="stylesheet" href="main.css" type="text/css"/>
</head>
<body>
<div class="container">
<div class="well">
<div class="center-block">
<div class="center-block hf-logo hf-dark logo-large">
<img src="assets/images/logo_150.png"/>
</div>
</div>
<h3 class="text-center">
<a href="about.html"><span>About</span></a> |
<a href="https://github.com/hackerfleet/">Code</span></a> |
<a href="https://hfos.readthedocs.org/">Docs</span></a>
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hackerfleet/hfos" data-size="large" data-show-count="true"
aria-label="Star hackerfleet/hfos on GitHub">Star</a>
</div>
</div>
</div>
<p class="copyright pull-right">
Content
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">(CC-BY-NC-SA-4.0)</a>
by Hackerfleet, Background picture
<a href="https://creativecommons.org/licenses/by-nc/2.0/">(CC-BY-NC-2.0)</a> by
<a href="https://www.flickr.com/photos/cedwardbrice/14120236648/in/explore-2014-05-30">
CEBImagery
</a>
</p>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>