-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 2.09 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
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="https://3xyh3sqxv063a8xzo5uk2zn1-wpengine.netdna-ssl.com/wp-content/uploads/2016/01/cropped-slack-icon-32x32.png">
<title>Andela » TMac Checkin</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#"><i class="fa fa-user"></i> Profile</a></li>
</ul>
</nav>
<h3 class="text-muted"><strong>tmac</strong>.checkin</h3>
</div>
<div class="jumbotron">
<h1>No stress</h1>
<p class="lead">Check in / out your Mac with ease</p>
<p><a class="btn btn-warning" href="#" role="button"><i class="fa fa-check"></i> Check In</a>
<a class="btn btn-success" href="#" role="button"><i class="fa fa-check"></i> Check Out</a>
</p>
</div>
<footer class="footer">
<p>Buily with <i class="fa fa-heart"></i> by <a href="https://github.com/AndelaOSP/tmac" target="_blank">Andelans</a></p>
</footer>
</div> <!-- /container -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.9.0/firebase.js"></script>
<script src="js/main.js"></script>
</body>
</html>