-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Octo Visuals!</title>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="d3/d3.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="application.js"></script>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Unkempt|ABeeZee|Goudy+Bookletter+1911|Belleza' rel='stylesheet' type='text/css'>
<link href="application.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="center-text"> Octo Visuals! </h1>
<h3 class="center-text"> Type your GitHub name: </h3>
<input placeholder="e.g. Shosanna" class="center-block">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12 repos-chart">
</div>
</div>
</div>
<div class="footer">
<img src="ocat.jpg" alt="octo cat!" width="150">
</div>
</body>
</html>