-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (50 loc) · 2.07 KB
/
index.html
File metadata and controls
57 lines (50 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/app.css">
<title>humanity</title>
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/classes.js"></script>
</head>
<div class="container">
<header>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<a class="navbar-brand" href="#">humanity</a>
</div>
</nav>
</header>
<section>
<div class="jumbotron">
<h1>humanity/humanity</h1>
<p class="desc"><a href="https://github.com/humanity/humanity">humanity</a> is a Cards Against Humanity clone written in Java maintained by <a href="https://github.com/ttaylorr">Taylor Blau</a> and <a href="https://github.com/jack-t">Jack Townsend</a>.</p>
<p><a class="btn btn-primary btn-lg" href="https://github.com/humanity/humanity" role="button">Find us on Github</a></p>
</div>
</section>
<footer>
<ul class="nav nav-pills">
<li class="pull-left">
<a href="#">© 2014 humanity</a>
</li>
<li class="dropup pull-right">
<a class="dropup-toggle" data-toggle="dropdown" href="#">Repositories</a>
<ul class="dropdown-menu">
<li class="nav-header"><a href="#">Other Repositories</a></li>
<li class="divider"></li>
<li><a href="https://github.com/humanity/humanity/tree/master/core">humanity-core</a></li>
<li><a href="https://github.com/humanity/humanity/tree/master/server">humanity-server</a></li>
<li><a href="https://github.com/humanity/humanity/tree/master/client">humanity-client</a></li>
<li class="divider"></li>
<li><a href="https://github.com/humanity/logger">logger</a></li>
</ul>
</a>
</li>
<li class="pull-right">
<a href"#" onclick="makeAClass()">Classnames</a>
</li>
</ul>
</footer>
</div>
</html>