-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (42 loc) · 2.13 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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" href="img/icon.png">
<link rel="apple-touch-icon-precomposed" href="img/icon.png"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>Rate My Ride</title>
<!-- Bootstrap core CSS -->
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:100,200,400,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/global.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home">
<div class="center-content-wrap vertical-align">
<h1 class="logo">Rate My Ride <span>Bus Edition</span></h1>
<div class="row">
<div class="col-xs-12">
<a href="find.html?type=auto" class="btn btn-lg btn-custom btn-splash btn-block">Currently on bus <i class="fa fa-map-marker"></i></a>
</div>
<div class="col-xs-12">
<a href="#" class="btn btn-lg btn-custom btn-splash btn-block" onclick="swal('Coming Soon!')">On bus earlier <i class="fa fa-history"></i></a>
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maps.google.com/maps/api/js"></script>
<script src="js/sweet-alert.min.js"></script>
<script src="js/global.js"></script>
</body>