-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
45 lines (40 loc) · 1.62 KB
/
categories.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
<html>
<head>
<title>Categories</title>
<link rel="stylesheet" type="text/css" href="http:////netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/categories.css">
</head>
<body>
<ul>
<li style:"display: inline; color: white;"><a href="index.html">Home</a></li>
<li style:"display: inline; color: white;"><a href="transportation-mode.html">Directions</a></li>
</ul>
<div class="container">
<h1 class="header">categories</h1>
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2 circle">
<p><span class="glyphicon glyphicon-eye-open"/><br/>see</p>
</div>
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2 circle">
<p><span class="glyphicon glyphicon-book"/><br/>read</p>
</div>
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2 circle">
<p><span class="glyphicon glyphicon-user"/><br/>walk</p>
</div>
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2 circle">
<p><span class="glyphicon glyphicon-flash"/><br/>eat</p>
</div>
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2 circle">
<p><span class="glyphicon glyphicon-headphones"/><br/>listen</p>
</div>
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2 circle">
<p><span class="glyphicon glyphicon-glass"/><br/>drink </p>
</div>
</div>
<h1 class="pull-right">
<a href="time.html">Next</a>
</h1>
</div>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
</body>
</html>