-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.84 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
<!--
Check the source code of the iOS app at https://github.com/aboardapp/iOS
:)
-->
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<a id="logo" href="http://www.getaboard.co">Aboard</a>
<ul id="taglines">
<li class="tagline">Reserve your spot on the shuttle on-the-go</li>
<li class="tagline">Get timely reminders and notifications about your rides</li>
<li class="tagline">Easily reach out to co-workers when they’re running late</li>
</ul>
<br />
<a id="download" href="itms-services://?action=download-manifest&url=https://install.diawi.com/app-manifest/9c086f703e113c5517106112e556d671f384fc9e.plist">Download the Beta (iOS only)</a>
<div id ="screenshots">
<img class="screenshot" src="images/screenshots/Title.png" />
<img class="screenshot" src="images/screenshots/Browse Rides.png" />
<img class="screenshot" src="images/screenshots/Profile.png" />
<img class="screenshot" src="images/screenshots/RideDetail-NoReservation.png" />
<img class="screenshot" src="images/screenshots/RideDetail-RiderList-Reservation.png" />
</div>
</body>
</html>