-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (239 loc) · 9.75 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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Suivre mon trajet BlaBlaCar."/>
<meta name="author" content="Thérence F."/>
<meta property="og:title" content="Thérence F."/>
<meta property="og:image" content="https://nicolasvaillant.net/in/ressources/img/thumbnail.png"/>
<meta property="og:url" content="https://therenceforot.fr"/>
<meta property="og:site_name" content="Thérence F."/>
<meta property="og:description" content="Suivre mon trajet BlaBlaCar."/>
<meta name="twitter:title" content="Thérence F." />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="https://therenceforot.fr" />
<meta name="twitter:card" content="Suivre mon trajet BlaBlaCar." />
<!-- Check browser compatibility : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color -->
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#2E383D">
<!-- shortcut icon for all sizes -->
<link rel="shortcut icon" type="image/png" href="ressources/ico/car_ico.ico"/>
<link rel="shortcut icon" type="image/png" href="ressources/ico/car_ico_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/png" href="ressources/ico/car_ico_32.png" sizes="32x32"/>
<link rel="shortcut icon" type="image/png" href="ressources/ico/car_ico_48.png" sizes="48x48"/>
<link rel="shortcut icon" type="image/png" href="ressources/ico/car_ico_64.png" sizes="64x64"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/anim.css">
<link rel="stylesheet" href="css/root.css">
<link rel="stylesheet" href="css/main.css">
<!-- Never forget to import our beloved jQuery <3 -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/parameters.js" defer></script>
<script src="js/script.js" defer></script>
<!-- ICONS -->
<style type="text/css">
.fas{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.fa-comments:before {
content: "\f086";}
.fa-phone-alt:before {
content: "\f879"; }
.fa-car:before {
content: "\f1b9"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-mountain:before {
content: "\f6fc"; }
</style>
<link rel="preload" href="fontawesome/css/all_used.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="fontawesome/css/all_used.css"></noscript>
<!-- Compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">-->
<!-- Compiled and minified JavaScript -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>-->
<link rel="start" title="Thérence F. | Plan de route" href="index.html" />
<title>Thérence F. | Plan de route</title>
</head>
<body>
<!--Button to display shortcuts-->
<div class="fixed-action-btn">
<div class="btn-floating btn-large">
<div class="container-i">
<i class="fas fa-plus"></i>
</div>
<div>
<span>
<a class="btn-floating child" href="#anchor--car" aria-label="Renvoie vers les informations de la voiture">
<i class="fas fa-car"></i>
Informations sur la voiture
</a>
</span>
<span>
<a class="btn-floating shortcut--sms child" aria-label="Raccourci SMS">
<i class="fas fa-comments"></i>
Envoie moi un SMS
</a>
</span>
<span>
<a class="btn-floating shortcut--call child" aria-label="Raccourci Appel">
<i class="fas fa-phone-alt"></i>
Appel moi
</a>
</span>
</div>
</div>
<div class="btn--bg"></div>
</div>
<main class="disabled--main">
<!--<main class="">-->
<!--header infos-->
<div class="header">
<div class="content--beforeTravel">
<h1>Plan de route</h1>
<div class="shortcuts">
<a href="" class="shortcut--sms" aria-label="Raccourci SMS">
<i class="fas fa-comments"></i>
</a>
<a href="" class="shortcut--call" aria-label="Raccourci Appel">
<i class="fas fa-phone-alt"></i>
</a>
</div>
</div>
<div class="bottom--line">
<label for="name--main">Qui êtes-vous ?
<select name="name--main" id="name--main"></select>
</label>
</div>
<div class="banner--timer">
<p class="time_left"></p>
</div>
</div>
<!-- Banner displayed as a disclaimer -->
<div class="disclaimer--time">
<i class="fas fa-exclamation-circle"></i>
<p class="">Horaires approximatifs à confirmer selon la circulation</p>
</div>
<!-- <button class="testNextStep" onclick="nextStepEvent()">Prochaine étape</button>-->
<!-- Main content : timeline -->
<div class="content">
<div class="timeline">
<!-- Start tag -->
<div class="timeline--start">
<p>Départ</p>
</div>
<!-- Container used as main timeline -->
<div class="timeline--line"></div>
<!-- End tag -->
<div class="timeline--end">
<p>Arrivée</p>
</div>
<!-- Container used as main timeline : style displayed -->
<div class="timeline--line--draw"></div>
<!-- Container used to display trip evolution : style displayed -->
<div class="timeline--line--evolution">
<i class="fas fa-car car--timeline hidden_ico"></i>
</div>
</div>
<!-- Container used to set clients -->
<div class="clients"></div>
</div>
<!-- Container used to give car information -->
<div class="car--info" id="anchor--car">
<h1>Retrouver la voiture</h1>
<hr>
<div class="inside">
<p>Le modèle (Peugeot 207 grise)</p>
<div class="wrapper">
<img src="ressources/img/car.jpg" alt="Ma voiture">
</div>
<p>La plaque d'immatriculation</p>
<div class="wrapper">
<div class="im--car">
<div class="col-l">
<i class="fas fa-certificate"></i>
<p>F</p>
</div>
<div class="num">
<div class="numbers">
<p>CC-</p>
</div>
<div class="numbers">
<p>000-AA</p>
<!--<p>530-RH</p>-->
<div class="hide"></div>
</div>
</div>
<div class="col-r">
<i class="fas fa-mountain"></i>
<p>07</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer copyright : author -->
<div class="footer--copyright">
<p>Made by <a href="https://github.com/NicolasVaillant">@NicolasVaillant</a></p>
</div>
</main>
<!-- Modal on start -->
<div class="modal close--modal">
<h1>Bonjour</h1>
<h3>Quelques précisions avant le voyage</h3>
<div class="content">
<label for="name--modal"> Qui êtes-vous ?
<select id="name--modal" name="name--modal"></select>
</label>
<div class="luggage--all">
<p>Type de bagage à transporter</p>
<div class="luggage">
<label for="luggage--modal">
<select id="luggage--modal" name="luggage--modal"></select>
</label>
<label for="nb--luggage">
<input type="text" name="nb--luggage" id="nb--luggage" value="1" pattern="[0-9]*">
</label>
</div>
<p id="info--input--number">
Veuillez entrer un nombre compris entre 1 et 5
</p>
</div>
<div class="footer--submit">
<button class="button_submit_modal display--button"
type="submit"
name="submit"
onclick="submitModal(clientDisplay)">Valider
</button>
<button class="remove--input" onclick="resetNumModal()">Reset</button>
</div>
</div>
</div>
<!--Container displayed when device is not a smartphone-->
<div class="desktopContainer">
<div class="all">
<div class="wrapper">
<img src="ressources/img/undraw_nav.svg" alt="Mobile only">
<hr>
<h1>Oops...</h1>
<p>Ce site est disponible uniquement sur téléphone.</p>
</div>
<div class="wrapperBefore"></div>
</div>
</div>
</body>
</html>