-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstakeholders.html
163 lines (146 loc) · 6.77 KB
/
stakeholders.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="./bootstrap-4.3.1-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./bootstrap-4.3.1-dist/js/bootstrap.min.js">
<link rel="stylesheet" href="./style.css">
<link href="https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto:300&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Raleway:700|Roboto:300&display=swap" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> -->
<meta charset="utf-8">
<title></title>
</head>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/ionicons@4.5.10-0/dist/ionicons.js"></script>
<!--
# # ####### # # # #
## ## # ## # # #
# # # # # # # # # #
# # # ##### # # # # #
# # # # # # # #
# # # # ## # #
# # ####### # # #####
-->
<!--Main Navigation-->
<header>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top center whiteTranspBg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img class=" img-fluid d-none d-lg-flex" src="./Onett_final.png" alt="ONETT">
<img class="img-fluid d-md-flex d-lg-none d-xl-none" src="./logo_mobile.png" alt="ONETT">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active text_space">
<a class="nav-link" href="about.html"><h4>About</h4><span class="sr-only">(current)</span></a>
</li>
<li class="nav-item text_space">
<a class="nav-link" href="https://snap.summerofcode.es/"><h4>Try it!</h4></a>
</li>
<li class="nav-item text_space">
<a class="nav-link" href="team.html"><h4>Team</h4></a>
</li>
<li class="nav-item text_space">
<a class="nav-link" href="stakeholders.html"><h4>Stakeholders</h4></a>
</li>
</ul>
<!-- <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form> -->
</div>
</div>
</nav>
<!--
# # # ### # #
## ## # # # ## #
# # # # # # # # # #
# # # # # # # # #
# # ####### # # # #
# # # # # # ##
# # # # ### # #
-->
<img src="./bus-stop-diversity-men-1869715.jpg" width="100%" height="auto"alt="bus_stop">
<div class="container flex-center ">
<div class="row pt-5 mt-3">
<div class="col-lg-12 wow fadeIn mb-5 text-center text-lg-left">
<div class="white-text">
<h1 class="h1-responsive font-weight-bold wow fadeInLeft ralewayhead" data-wow-delay="0.3s">Welcome Stakeholders! The future of transport is in your hands</h1>
<hr class="hr-light wow fadeInLeft" data-wow-delay="0.3s">
<p class="wow fadeInLeft ralewaytext" data-wow-delay="0.3s">ONETT converter from GTFS to TRANSMODEL is a super-power with which you can
convert all your old GTFS files into TRANSMODEL, created specifically to save time to stakeholders and help Europe to make the transition into this standard.</p>
<br>
<a class="btn btn-outline-white wow fadeInLeft ralewaytext" data-wow-delay="0.3s">Try now! </a>
<a href="https://snap.summerofcode.es/authorities" class="btn orange-bg white ralewayhead" role="button">GTFS to TRANSMODEL Converter</a>
<br>
</div>
</div>
<div class="col-lg-12 wow fadeIn">
<div class="view intro-video responsive">
<!-- <img src="./animacion_gtfs_5.mp4" align="float-center" width="100%" height="auto" alt="" style="border-radius=0;"> -->
<video clasposter="./animacion_gtfs_5.mp4" width="100%" height="auto" playsinline autoplay muted loop>
<source src="./animacion_gtfs_5.mp4" type="video/mp4">
</video>
<!-- <div class="embed-responsive embed-responsive-16by9 wow fadeInRight">
<iframe class="embed-responsive-item" width="200" height="200" src="animacion_gtfs_1.mp4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen playsinline autoplay muted loop></iframe>
allowfullscreen></iframe>
</div> -->
</div>
</div>
</div>
</div>
</header>
<!--
####### # # ######
# ## # # #
# # # # # #
##### # # # # #
# # # # # #
# # ## # #
####### # # ######
-->
<br><br><br><br><br><br><br>
<div class="jumbotron gradientBg">
<h5 class="white ralewayhead" align="center">WANNA SPEND LESS? ONETT SHOWS YOU THE CHEAPEST WAY!</h5>
<br><br>
<div class="container">
<div class="container-fluid white" >
<div class="row vertical-align">
<div class="col-md-6 col-sm-12">
<div class="row">
<div class="col-md-3 col-sm-4">
<a href="https://github.com/osoc-es">
<h5 align="left"><ion-icon class="ion-icon" size="large" name="logo-github"></ion-icon></h5>
</a>
</div>
<div class="col-md-3 col-sm-4">
<a href="https://twitter.com/osocode_es">
<h5 align="left"><ion-icon class="ion-icon" size="large" name="logo-twitter"></ion-icon></h5>
</a>
</div>
<div class="col-md-3 col-sm-4">
<a href="https://www.youtube.com/channel/UCajxNQfzDysVK_9nVFvtUzQ">
<h5 align="left"><ion-icon class="ion-icon" size="large" name="logo-youtube"></ion-icon></h5>
</a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<h5 class="white ralewayhead" align="right">ONETT Spain 2019. oSoC19.All rights reserved</h5>
</div>
</div>
</div>
</div>
</div>
<script src="/home/pabloc/Desktop/oSoc19/webpage/main.js"></script>
<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.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>