-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.45 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Keep Moving</title>
<!-- Styling -->
<link rel="stylesheet" type="text/css" href="assets/stylesheets/stylesheet.css">
<link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="//code.cdn.mozilla.net/fonts/fira.css">
<!-- JavaScript -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="assets/javascript/vendor/jquery.textfill.min.js"></script>
<script type="text/javascript" src="assets/javascript/display-utilities.js"></script>
<script type="text/javascript" src="assets/javascript/calendar-interface.js"></script>
<script src="//apis.google.com/js/client.js?onload=checkAuth"></script>
</head>
<body>
<div class="sidebar">
<div class="upcoming"><div class="text-wrapper"></div></div>
<div class="upcoming"><div class="text-wrapper"></div></div>
<div class="upcoming"><div class="text-wrapper"></div></div>
<div class="upcoming"><div class="text-wrapper"></div></div>
</div>
<a href="create.html" class="button"><i class="ion-plus"></i></a>
<div class="top">
<div class="left">
<h1 id="name"></h1>
<small>How about lunch with Casey today?</small>
</div>
<div class="right">
<h1 id="time"></h1>
<small id="date"></small>
</div>
</div>
<div id="metro">
</div>
</body>
</html>