-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrychlostnecesty.html
361 lines (356 loc) · 20.4 KB
/
rychlostnecesty.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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rýchlostné cesty</title>
<!-- jquery a bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark" aria-label="Eighth navbar example">
<div class="container">
<a class="navbar-brand" href="index.html">dopravanaslovensku.sk</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample07" aria-controls="navbarsExample07" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample07">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="dialnice.html" aria-expanded="false">Diaľnice</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">D1</a></li>
<li><a class="dropdown-item" href="#">D2</a></li>
<li><a class="dropdown-item" href="#">D3</a></li>
<li><a class="dropdown-item" href="#">D4</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="rychlostnecesty.html" aria-expanded="false">Rýchlostné cesty</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">R1</a></li>
<li><a class="dropdown-item" href="#">R2</a></li>
<li><a class="dropdown-item" href="#">R3</a></li>
<li><a class="dropdown-item" href="#">R4</a></li>
<li><a class="dropdown-item" href="#">R5</a></li>
<li><a class="dropdown-item" href="#">R6</a></li>
<li><a class="dropdown-item" href="#">R7</a></li>
<li><a class="dropdown-item" href="#">R8</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="zeleznice.html">Železnice</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ostatne.html">Ostatné</a>
</li>
</ul>
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link" href="login.html" aria-expanded="false"><i class="bi bi-person-circle"></i>Prihlásiť sa</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- koniec navbar -->
<div class="content">
<div class="row mb-3 p-3">
<!-- -----------------------R1-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R1</h3>
<div class="mb-1 text-body-secondary">1972 - súčastnosť</div>
<p class="card-text mb-2">Trnava - Zvolen - Ružomberok</p>
<div class="progress mb-auto" role="progressbar" aria-valuenow="77" aria-valuemin="0"
aria-valuemax="100">
<div class="progress-bar progress-bar-success" role="progressbar" style="width: 65%;" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100">
177,1 km
</div>
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 35%;" aria-valuenow="35"
aria-valuemin="0" aria-valuemax="100">
93,4 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R1_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R1-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
<!-- -----------------------R2-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R2</h3>
<div class="mb-1 text-body-secondary">2003 - súčastnosť</div>
<p class="card-text mb-2">Trenčín - Žiar nad Hornom - Zvolen - Košice</p>
<div class="progress mb-auto">
<div class="progress-bar progress-bar-success" role="progressbar" style="width: 20%;" aria-valuenow="20"
aria-valuemin="0" aria-valuemax="100">68,2 km
</div>
<div class="progress-bar progress-bar-warning" role="progressbar" style="width: 7%;" aria-valuenow="7"
aria-valuemin="0" aria-valuemax="100">
23,4 km
</div>
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 73%;" aria-valuenow="73"
aria-valuemin="0" aria-valuemax="100">
246,7 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R2_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R2-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
<!-- -----------------------R3-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R3</h3>
<div class="mb-1 text-body-secondary">2004 - súčastnosť</div>
<p class="card-text mb-2">Trstená [PL-SK] - Likavka - Martin - Ráztočno - Budča - Šahy [SK-HU]</p>
<div class="progress mb-auto">
<div class="progress-bar progress-bar-success" role="progressbar" style="width: 11%;"
aria-valuenow="11"
aria-valuemin="0" aria-valuemax="100">19,8 km
</div>
<div class="progress-bar progress-bar-warning" role="progressbar" style="width: 3%;"
aria-valuenow="3"
aria-valuemin="0" aria-valuemax="100">
4,4 km
</div>
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 86%;"
aria-valuenow="86"
aria-valuemin="0" aria-valuemax="100">
152,8 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R3_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R3-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
<!-- -----------------------R4-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R4</h3>
<div class="mb-1 text-body-secondary">2007 - súčastnosť</div>
<p class="card-text mb-2">Vyšný Komárik [PL-SK] - Prešov - Košice - Milhosť [SK-HU]</p>
<div class="progress mb-auto">
<div class="progress-bar progress-bar-success" role="progressbar" style="width: 24%;" aria-valuenow="24"
aria-valuemin="0" aria-valuemax="100">23,1 km
</div>
<div class="progress-bar progress-bar-warning" role="progressbar" style="width: 10%;"
aria-valuenow="10"
aria-valuemin="0" aria-valuemax="100">
10,2 km
</div>
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 66%;" aria-valuenow="66"
aria-valuemin="0" aria-valuemax="100">65,3 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R4_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R4-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
<!-- -----------------------R5-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R5</h3>
<div class="mb-1 text-body-secondary">v pláne</div>
<p class="card-text mb-2">Svrčinovec - Svrčinovec [SK-CZ]</p>
<div class="progress mb-auto">
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 100%;" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100">1,7 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R5_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R5-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
<!-- -----------------------R6-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R6</h3>
<div class="mb-1 text-body-secondary">1997 - súčastnosť</div>
<p class="card-text mb-2">Púchov - Lysá pod Makytou [SK-CZ]</p>
<div class="progress mb-auto">
<div class="progress-bar progress-bar-success" role="progressbar" style="width: 26%;" aria-valuenow="26"
aria-valuemin="0" aria-valuemax="100">7,7 km
</div>
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 74%;" aria-valuenow="74"
aria-valuemin="0" aria-valuemax="100">22,3 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R6_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R6-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
<!-- -----------------------R7-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R7</h3>
<div class="mb-1 text-body-secondary">2016 - súčastnosť</div>
<p class="card-text mb-2">Bratislava - Dunajská Streda - Lučenec</p>
<div class="progress mb-auto">
<div class="progress-bar progress-bar-success" role="progressbar" style="width: 14%;" aria-valuenow="14"
aria-valuemin="0" aria-valuemax="100">32,2 km
</div>
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 86%;" aria-valuenow="86"
aria-valuemin="0" aria-valuemax="100">191,6 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R7_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R7-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
<!-- -----------------------R8-------------------- -->
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h3 class="mb-0">R8</h3>
<div class="mb-1 text-body-secondary">v pláne</div>
<p class="card-text mb-2">Nitra - Bánovce nad Bebravou</p>
<div class="progress mb-auto">
<div class="progress-bar progress-bar-danger" role="progressbar" style="width: 100%;" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100">54,9 km
</div>
</div>
<a href="https://sk.wikipedia.org/wiki/R%C3%BDchlostn%C3%A1_cesta_R8_(Slovensko)"
class="icon-link gap-1 icon-link-hover stretched-link">
Čítaj viac
<svg class="bi">
<use xlink:href="#chevron-right"></use>
</svg>
</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg"
role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice"
focusable="false">
<rect width="100%" height="100%" fill="#55595c"></rect>
<image href="obrazky/R8-SVK-2020.svg.png" x="0" y="0" width="100%" height="100%"/>
</svg>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-dark text-light p-3">
<div class="container">
<div class="row">
<div class="col-md-6">
<h6>Kontakt:</h6>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="col-md-6">
<p class="text-right">© 2023 dopravanaslovensku.sk</p>
</div>
</div>
</div>
</footer>
</body>
</html>