-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (55 loc) · 3.15 KB
/
Copy pathindex.html
File metadata and controls
62 lines (55 loc) · 3.15 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Routes | OC Transpo Bus Tracker</title>
<meta name = "viewport" content = "initial-scale = 1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" integrity="sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="icon" href="img/fav.png">
<link rel = "stylesheet" href = "css/style.css">
<link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-style">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" draggable="false"></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="team/">Team</a></li>
</ul>
</div>
</div>
</nav>
<div class="section">
<div class="wrapper">
<div class="row">
<div class="col-md-12">
<h1 class="white">Travel Simpler, With <span class="heavy">Routes!</span></h1>
<br>
<img src="img/iphone_launch.png" height="586" width="300" draggable="false">
<img src="img/iphone_screen.png" height="586" width="300" draggable="false">
<!--<h2 class="pad-top"><button class="btn btn-dl"><i style="font-size: 18px;" class="fab fa-apple"></i> <span class="heavy">iPhone (Coming Soon!)</span></button>
<button class="btn btn-dl"><i style="font-size: 18px;" class="fab fa-android"></i> <span class="heavy">Android (Coming Soon!)</span></button>
</h2>-->
<!--<h2>Download on <span style="color:#EE1A2C" class="heavy">iPhone</span> only <span style="color:#EE1A2C" class="heavy">(soon!)</span>, because our Android developer is whack.</h2>-->
</div>
<div class="col-md-12 pad-top">
<h2><button class="btn btn-dl" disabled><i style="font-size: 18px;" class="fab fa-apple"></i> <span class="heavy">iPhone (Soon!)</span></button>
<button class="btn btn-dl" disabled><i style="font-size: 18px;" class="fab fa-android"></i> <span class="heavy">Android (Soon!)</span></button></h2>
</div>
</div>
</div>
</div>
</body>
</html>