-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
48 lines (48 loc) · 1.75 KB
/
schedule.html
File metadata and controls
48 lines (48 loc) · 1.75 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
44
45
46
47
48
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="bootstrap/css/bootstrap-theme.min.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/triphelper.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<title>Your Schedule</title>
</head>
<body style="text-align:center">
<div class="jumbotron">
<div style="float:left">
<a href="index.html">
<img src="resources/logo.gif" width="150px" height="125px">
</a>
</div>
<h1>Here is your schedule!</h1>
</div>
<div class="col-md-3">
<div style="float:left">
<p>Directions powered by:</p>
<p><img src='resources/arcgis.jpg' width="100px" height="60px" /></p>
<p>Listen to your directions with:</p>
<p><img src='http://www.wholeapple.com/wp-content/uploads/2010/12/plantronics-voyager-pro-logo.jpg'
width="112px"
height="80px"/></p>
<p><img src='resources/1.png' /></p>
<p><img src='resources/2.png' /></p>
<p><img src='resources/3.png' /></p>
<p><img src='resources/4.png' /></p>
<p><img src='resources/5.png' /></p>
<p><img src='resources/6.png' /></p>
<p><img src='resources/7.png' /></p>
<div>
<a class='btn btn-primary' href="myTrip.html">Back to itinerary</a>
</div>
<div style="margin-top:15px">
<a href="#" class='btn btn-primary'><span class="glyphicon glyphicon-arrow-left" /> Yesterday</a>
<a href="#" class='btn btn-primary'>Tomorrow <span class="glyphicon glyphicon-arrow-right" /></a>
</div>
</div>
</div>
<div class="col-md-9" role="main">
<img src="resources/map.png" style="width:100%"/>
</div>
</body>
</html>