-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (70 loc) · 4.54 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YourBCABus</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.typekit.net/qjo5whp.css">
<link rel="stylesheet" href="style.css" />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.5.0/js/all.js" integrity="sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0" crossorigin="anonymous"></script>
</head>
<body>
<div class="hero-header gradient-background w-100">
<nav class="navbar navbar-expand-md navbar-dark">
<a class="navbar-brand align-middle" href="https://yourbcabus.com"><img src="/images/logo.png" width="40" /> <span class="align-middle" style="font-weight: 600;">YourBCABus</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse align-middle" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active"><a class="nav-link" href="/">About</a></li>
<li class="nav-item"><a class="nav-link" href="/support">Support</a></li>
</ul>
</div>
</nav>
<div class="container fill-minus-navbar">
<div class="row h-100">
<div class="col h-md-100 d-flex flex-column justify-content-center align-items-center align-items-md-start text-white text-center text-md-left mr-md-5">
<h3 class="display-3">It's <em>your</em> BCA bus.</h3>
<p><strong>Android beta available now.</strong></p>
<p>Enough with having to constantly refresh MyBCABus. Enough with staring at your phone, wondering when your BCA bus will arrive. Say hello to the future of BCA bussing.</p>
<div class="cta-container">
<a href="https://yourbcabus.com" class="btn btn-primary mb-1">Web App</a>
<a href="https://itunes.apple.com/us/app/yourbcabus/id1443414640" class="btn btn-info mb-1">iOS App</a>
<a href="https://play.google.com/apps/testing/com.yourbcabus.android.yourbcabus" class="btn btn-success mb-1">Android Beta</a>
</div>
</div>
<div class="col-md-4 h-100 overflow-hidden d-md-flex justify-content-md-center align-items-md-center align-items-lg-start p-3">
<img class="d-block w-100 mx-auto" src="/images/iphone-xs.png" />
</div>
</div>
</div>
</div>
<div class="container px-3 py-5">
<h3 class="h1">BCA bus meets BCA smarts.</h3>
<p class="lead">YourBCABus lets you:</p>
<ul>
<li>Get notified when your bus arrives at BCA</li>
<li>Find your bus in the BCA parking lot</li>
<li>Wake up in time with "Get Off" alerts</li>
<li>Learn which bus to take and when your stop comes <em class="text-secondary">(only on select buses)</em></li>
<li>Get predictions on when your bus will arrive at BCA</li>
<li><span class="badge badge-primary">New!</span> View progressive bus dismissal times</li>
</ul>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h3 class="display-4">Download YourBCABus today.</h3>
<div class="cta-container">
<a href="https://yourbcabus.com" class="btn btn-primary mb-1">Web App</a>
<a href="https://itunes.apple.com/us/app/yourbcabus/id1443414640" class="btn btn-info mb-1">iOS App</a>
<a href="https://play.google.com/apps/testing/com.yourbcabus.android.yourbcabus" class="btn btn-success mb-1">Android App</a>
</div>
</div>
</div>
</body>
</html>