-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (78 loc) · 4.31 KB
/
index.html
File metadata and controls
88 lines (78 loc) · 4.31 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Stop waiting out in the cold! BusTickr tracks MCTS busses in real time, giving you estimated arrival times at your favorite stations.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<title>BusTickr: Track your bus in Milwaukee</title>
<link rel="stylesheet" href="styles/css/normalize.css">
<link rel="stylesheet" href="styles/css/main.css">
<script src="js/vendor/modernizr-2.7.1.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="wrapper">
<header>
<div class="inner">
<div class="logo">Bus Tickr</div>
</div>
</header>
<section class="content primary-intro">
<div class="inner">
<h1>Hey Milwaukee! We'll tell you when the bus is coming.</h1>
<p class="description">Stop waiting out in the cold! BusTickr tracks MCTS busses in real time, giving you estimated arrival times at your favorite stations. And coming to your favorite platforms soon:</p>
<ul class="platforms">
<li class="ios">iOS</li>
<li class="pebble">Pebble</li>
<!-- <li class="kiosk">Kiosk</li> -->
<!-- <li class="android coming-soon">Android</li> -->
<!-- <li class="web coming-soon">Web</li> -->
</ul>
<div style="clear:both;"></div>
</div>
</section>
<section class="content for-businesses">
<div class="inner">
<h2>Business Owner?</h2>
<p>Increase traffic into your business by installing a BusTickr kiosk. Patrons will hang out (and spend money) in your business while waiting for the next bus, without worrying about missing it.</p>
<p><a href="https://docs.google.com/forms/d/14lbQgD1hGTqCmpJuMdYTFggcxyG7e386thofgna1xW4/viewform">Contact Us</a> if you want to learn more.</p>
</div>
</section>
<section class="content advertisers">
<div class="inner">
<h2>Advertiser?</h2>
<p>Drive local traffic to your business by purchasing ads on our kioks and applications.</p>
<p><a href="https://docs.google.com/forms/d/14lbQgD1hGTqCmpJuMdYTFggcxyG7e386thofgna1xW4/viewform">Contact Us</a> if you want to learn more.</p>
</div>
</section>
<section class="content advertisers">
<div class="inner">
<h2>Open Source</h2>
<p>BusTickr is proudly powered by open source technology. Find out more at <a href="https://github.com/BusTicker">github.com/BusTicker</a></p>
</div>
</section>
<footer>
<div class="inner">
</div>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>