-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
72 lines (54 loc) · 3.17 KB
/
about.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
71
72
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Metro Or Drive</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://unpkg.com/basscss@8.0.2/css/basscss.min.css" rel="stylesheet">
<script type="text/javascript" src="app.js"></script>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"/>
</head>
<body >
<!-- NAV BAR -->
<nav class="db dt-l w-100 border-box pa3 ph5-l mt3">
<div class='db dtc-l v-mid mid-gray link dim w-100 w-25-l tc tl-l mb2 mb0-l'>
<a href="./index.html" class='link dim'>MetroOrDrive</a>
</div>
<div class="db dtc-l v-mid w-100 w-75-l tc tr-l">
<!-- <div class='fl-r' style="text-align: right;padding-right: 3%"> -->
<a href="./about.html" class='link dim'>About</a>
<!-- <a href="http://codingforproduct.com/workshop_summary" class='link dim ml4'>Coding For Product</a>
--> <!-- </div> -->
</div>
</nav>
<!-- MAIN UI -->
<!-- LEFT SIDE TEXT -->
<!-- <div class="fl w-50 pa2">
<div style ="padding-left:30px; text-align: left ;padding-top: 25px"> -->
<div id="begin" class="page">
<div style = "padding-top: 2rem">
<div class="dib w-100 pa2">
<div style ="text-align: center;">
<img src='./img/ourteam.svg' alt="commute" style ="margin: auto; height: 15rem" class="clip-m"></img>
<br>
<h1 class="mt4" id="abouttext">
MetroOrDrive came to be because of a five week coding workshop, <a id="aboutlink" href="http://codingforproduct.com/workshop_summary">Coding For Product</a> (the brainchild of the awesome <i>Wai-Yin Kwan</i>), in coordination with <a id="aboutlink" href="https://philosophie.is">Philosophie</a> and <a id="aboutlink" href="https://www.womenwhocode.com/">Women Who Code</a>. This amazing workshop walked coders of various skill levels through the app cycle from idea, to design, language and framework choices, user testing, and all the way to deployment.</p>
We focused around advocating the <a id="aboutlink" href="https://www.metro.net/">LA Metro</a> system, and the teams came up with some pretty wonderful and varied apps.</p>
Our team created a tool that computes someone's annual average commute in both time and cost to and from work, by both public transportation and driving so a side-by-side comparison can be made.</p>
With this tool, commuters can decide which makes the most sense for them: <i><a style="font-size: inherit; font-weight: inherit" href="./index.html">Metro or drive</a></i>?
</h1>
</div>
</div>
</div>
</div>
<!-- <script src="js/transition.js"></script>
--></body>
<!-- FOOTER -->
</div id="footer">
<div>
<img src='./img/LA_skyline.svg' alt="LA skyline"></img>
<div class="fl w-100 mt2" style="text-align:center">
<p class="dib" style="margin-bottom:1rem; font-size:1.25rem; font-weight:300 "> <a id="aboutlink2" href="https://github.com/eliserothberg">Elise</a> & <a id="aboutlink2" href="https://github.com/kelasol">Kelena</a> & <a id="aboutlink2" href="https://github.com/wandiliu">Wandi</a> </p>
</div>
</div>
</html>