-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (33 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Gimme some motivation</title>
<meta name="keywords" content="motivation booster, motivation, profound quotes about life and other things">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container-fluid">
<div id="main">
<div id="content"></div>
<div id="description"></div>
</div>
</div>
<nav class="navbar navbar-default navbar-fixed-bottom">
<div class="container-fluid">
<div class="row">
<div class="col-md-6"><p>All code in its glory is available on <a href="https://github.com/agagata/motivation-app">github</a>.</p></div>
<div class="col-md-6 refresh"><i class="fa fa-refresh"></i></div>
</div>
</div>
</nav>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>