-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
59 lines (43 loc) · 2.58 KB
/
about.html
File metadata and controls
59 lines (43 loc) · 2.58 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
<html>
<head>
<meta charset="utf-8">
<link href="assets/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="assets/material/material.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1">
<title>Horaires bus - À propos</title>
</head>
<body style="padding-top: 5px;padding-left:5px;padding-right:5px;">
<div class="row">
<div class="col-md-3">
<div class="bs-component">
<div class="panel">
<div class="panel-body">
<p> Cette application permet de rechercher les horaires des bus en opendata <span id='coverage'></span>.</p>
<p>Les fiches horaires peuvent être sauvegardées pour consultation hors connexion. </p>
</div>
</div>
<div class="panel">
<div class="panel-body">
<p> Si vous avez des suggestions d'amélioration, des bugs à reporter, des envies de contribuer, ou juste envie de nous offrir une bière, contactez-nous sur <a href="https://github.com/nlehuby/Transport_Schedules" target="_blank">Github</a> ;)</p>
</div>
</div>
<div class="panel">
<div class="panel-heading"><b>Licenses</b></div>
<div class="panel-body">
<p><b>données</b> : opendata, mises à disposition via <a href="http://navitia.io" target="_blank">navitia.io</a></p>
<p><b>code de l'application</b> : opensource, (c) 2014 Noémie Lehuby (<a href="https://twitter.com/nlehuby" target="_blank">@nlehuby</a>) & Adrien Sleewaegen</p>
<p><b>logo</b> : domaine public </p>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="btn btn-primary btn-fab btn-raised mdi-action-home pull-right" id="accueil"></a>
<!-- Your site ends -->
<script src="assets/jquery_ui/jquery-1.10.2.min.js"></script>
<script src="assets/bootstrap/bootstrap.min.js"></script>
<script src="assets/material/material.min.js"></script>
<script src="params.js"></script>
<script src="about.js"></script>
</body>
</html>