-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (52 loc) · 2.15 KB
/
index.html
File metadata and controls
59 lines (52 loc) · 2.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
---
title: Transit Talk
---
<div class="hero-banner">
<h1> Your Stress Ball for
<br>
Public Transit
</h1>
</div>
<div class="bkgd-1 simple-cols -standard three-btn-cont">
<h2> Our Tool </h2>
<div class="center-btn">
<div class="vertical-cols -center">
<img src="/assets/images/logo.png" alt="TransitTalk Logo" class="logo-large">
<a href="tool.html" class="btn -spaced-top">Learn More</a>
</div>
</div>
<p class="basic-p">
<strong>Transit Talk</strong> empowers users to easily submit issue reports for things like cleanliness, accessibility, and delays on public transit, generating real-time, crowdsourced knowledge about a transit system.
</p>
<div class="three-buttons">
<img src="/assets/images/features.png" class="features-img dsktp-only"
alt="Features - Get Alerts, Report Issues, and Favorite Stops">
</div>
</div>
<div class="simple-cols -standard">
<div>
<p class="basic-p">
<strong>Transit Talk</strong> aims to create a transparent record of issues riders encounter, helping riders avoid problems on their commutes in real time while also helping transit agencies become more responsive to the needs of their customers.
</p>
</div>
<div class="center-text">
<h2> Our Mission </h2>
<a href="mission.html" class="btn">More Info</a>
</div>
</div>
<div class="bkgd-2 simple-cols -standard">
<div class="center-text">
<h2> Our Team </h2>
<a href="team.html" class="btn">Meet Us</a>
</div>
<p class="basic-p">
<strong>Transit Talk</strong> is a volunteer-run project that was created at Chi Hack Night, a weekly community event where people of all backgrounds come together to work on civic tech projects.
</p>
</div>
<div class="vertical-cols -center">
<h2> Application to Other Cities </h2>
<a href="https://github.com/TransitTalk/Transit-Talk" class="btn">Visit our Github</a>
<p class="hero-p">
<strong>Transit Talk</strong> is built for more than just Chicago. Through the use of GTFS, a universal data standard used by transit agencies around the world, Transit Talk can be implemented elsewhere easily. Visit our “In Your City” tab to learn more.
</p>
</div>