forked from EddyIonescu/tryn-homepage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (87 loc) · 3.37 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>OpenTransit</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet"
type="text/css">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="header " id="top">
<div class="text-vertical-center">
</div>
</header>
<!-- About -->
<section id="about" class="about">
<div class="container text-center">
<h2>Our goal is to empower riders and advocates to improve transit.</h2>
<p class="lead">Take a look at our <a
href="http://muni.opentransit.city" target="_blank">
Metrics App,
</a>
<a
href="http://opentransit-map.s3-website-us-west-2.amazonaws.com" target="_blank">
Vehicles Map,
</a>
</a> and <a
href="https://github.com/trynmaps/tryn-api/wiki/Getting-Started" target="_blank">
Vehicle Locations API.
</a></p>
</div>
<!-- /.container -->
</section>
<section class="bg-primary">
<div class="container text-center">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTlmug9G_i9zImcb8d-W69tMkLe7osKoxTLh0Gl61llkJB8Egcd-vKM6fT9t6wEX5UY7S_36ZZP7MjV/embed?start=true&loop=true&delayms=5000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
</div>
</section>
<!-- Call to action -->
<footer>
<section>
<div class="container text-center">
<h4>Interested? Talk to us at the weekly Code for San Francisco meetup.</h4>
<p class="lead">Reach out at <a href="mailto:[email protected]">[email protected]</a></p>
<p class="lead">Subscribe for product updates <a href="https://mailchi.mp/d5530c138199/opentransit" target="_blank">here</a></p>
<br />
<p class="lead">OpenTransit is Open Source - <a href="https://github.com/trynmaps" target="_blank">star us on GitHub</a></p>
</div>
<!-- /.container -->
</section>
<!-- Footer -->
<div>
<div class="row">
<div class="col-lg-10 mx-auto text-center">
<p>
<br></p>
<!-- <ul class="list-unstyled">
<i class="fa fa-envelope-o fa-fw"></i>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul> -->
<br>
</div>
</div>
</div>
<a id="to-top" href="#top" class="btn btn-dark btn-lg js-scroll-trigger">
<i class="fa fa-chevron-up fa-fw fa-1x"></i>
</a>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.js"></script>
</body>
</html>