-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonline.html
376 lines (368 loc) · 17.3 KB
/
online.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" href="./styles/bs.min.css">
<link rel="stylesheet" href="./styles/online.min.css">
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
<title>Restia Online</title>
</head>
<body>
<header class="header">
<div class="header-container container">
<div class="header-title">
<div href="index.html" class="header-title-logo">
<a href="index.html" class="header-title-logo-link">
<img class="header-title-logo-link-img"
src="https://restia.cz/wp-content/uploads/2019/04/Restia-logo.svg" alt="RESTIA">
</a>
<a href="#" class="header-title-logo-name">ONLINE</a>
</div>
<span class="header-title-description">
Chytrý <b>online objednávkový systém</b> pro vaši restauraci
</span>
</div>
<nav class="header-navbar header-navbar--large">
<a href="#" class="header-navbar-item header-navbar--large-item">FAQ</a>
<a href="#" class="header-navbar-item header-navbar--large-item">Kontakty</a>
<a href="#"
class="header-navbar-item header-navbar-item--outlined header-navbar--large-item header-navbar--large-item--outlined">Objednat</a>
</nav>
<button class="header-navbar-burger" onclick="openNav()" aria-label="Otevřít menu">
<span></span><span></span><span></span>
</button>
<nav class="header-navbar header-navbar--small is-closed">
<div class="header-navbar--small-items">
<button
class="header-navbar-item header-navbar--small-item header-navbar--small-item-close-button"
onclick="closeNav()" aria-label="Zavřít menu">×</button>
<a href="#" class="header-navbar-item header-navbar--small-item">FAQ</a>
<a href="#" class="header-navbar-item header-navbar--small-item">Kontakty</a>
<a href="#"
class="header-navbar-item header-navbar--small-item header-navbar-item--outlined header-navbar--small-item--outlined">Objednat</a>
</div>
</nav>
</div>
</header>
<main>
<section class="intro">
<div class="container">
<div class="intro-info">
<header class="intro-info-header">
<h1 class="intro-info-header-heading">
PŘIVEĎTE DO SVÉ RESTAURACE <b>ZÁKAZNÍKY</b>, KTEŘÍ CHTĚJÍ <b>OBJEDNÁVAT ONLINE</b>
</h1>
<span class="intro-info-header-description">Z domova. Z práce. Od vašeho stolu.</span>
</header>
<ul class="intro-info-list">
<div class="intro-info-list-line"></div>
<li class="intro-info-list-item">
<h3 class="intro-info-list-item-heading">S SEBOU</h3>
<p class="intro-info-list-item-description">Váš host si objedná z domova a jídlo si chce vyzvednout. Nebo dojedl u Vašeho stolu a přeje si další porci s sebou.</p>
</li>
<li class="intro-info-list-item">
<h3 class="intro-info-list-item-heading">NA ROZVOZ</h3>
<p class="intro-info-list-item-description">Objednaná jídla můžete i rozvážet. Restia ONLINE Vám zorganizuje řidiče a trasy a pomůže komunikovat se hosty.</p>
</li>
<li class="intro-info-list-item">
<h3 class="intro-info-list-item-heading">KE STOLU</h3>
<p class="intro-info-list-item-description">Host přijde k Vašemu stolu a sám si chce objednat z mobilu či tabletu. Nechce čekat na číšníka nebo má rád soukromí.</p>
</li>
</ul>
<button class="button button--outlined intro-info-button" data-bs-toggle="modal" data-bs-target="#demo-modal">
<span class="button-text">VYZKOUŠET DEMO VERZI</span>
<i class="fas fa-chevron-right button-arrow"></i>
</button>
</div>
<div class="intro-video">
<video class="intro-video-video" autoplay loop muted src="https://ak.picdn.net/shutterstock/videos/1052428162/preview/stock-footage-time-lapse-of-soft-clouds-moving-in-a-blue-sky-basque-country-of-france-hd-x-fps.webm"></video>
<button class="button button--full intro-video-button" onclick="toggleVid()" aria-label="Přepnout video"><i class="fas fa-pause"></i></button>
</div>
</div>
</section>
<section class="clients">
<div class="clients-carousel">
<img class="clients-store" src="./assets/dispecink/logo-BK.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-GETFOOD.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-YAMYAM.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-BK.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-GETFOOD.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-YAMYAM.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-BK.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-GETFOOD.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-YAMYAM.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-BK.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-GETFOOD.svg" alt="">
<img class="clients-store" src="./assets/dispecink/logo-YAMYAM.svg" alt="">
</div>
</section>
<section class="benefits">
<header class="benefits-header container">
<h2 class="benefits-header-heading">CHYŤTE SVÉ <b>ONLINE HOSTY</b>, AŤ JSOU KDEKOLI</h2>
<span class="benefits-header-description">Restia ONLINE sama hlídá, kam své jídlo <b>expedujete</b>.</span>
</header>
<div class="benefits-bubbles container">
<div class="benefits-bubbles-bubble" data-parallax="3">
<h3 class="benefits-bubbles-bubble-heading">+ 40 %</h3>
<span class="benefits-bubbles-bubble-description">Průměrný nárůst objednávek</span>
</div>
<div class="benefits-bubbles-bubble" data-parallax="2">
<h3 class="benefits-bubbles-bubble-heading">0 závazků</h3>
<span class="benefits-bubbles-bubble-description">Jednoduché měsíční fee</span>
</div>
<div class="benefits-bubbles-bubble" data-parallax="4">
<h3 class="benefits-bubbles-bubble-heading">Rychlá instalace</h3>
<span class="benefits-bubbles-bubble-description">ještě dnes</span>
</div>
</div>
<div class="benefits-buttons container">
<button class="button button--full benefits-buttons-button" data-bs-toggle="modal" data-bs-target="#demo-modal">
<span class="button-text">OBJEDNEJTE SI KONZULTACI ZDARMA</span>
<i class="fas fa-chevron-right button-arrow"></i>
</button>
<button class="button button--outlined benefits-buttons-button" data-bs-toggle="modal" data-bs-target="#demo-modal">
<span class="button-text">VYZKOUŠET DEMO VERZI</span>
<i class="fas fa-chevron-right button-arrow"></i>
</button>
</div>
<img src="./assets/online/taska.png" alt="" class="benefits-bag">
<img src="./assets/online/tac.png" alt="" class="benefits-tray">
</section>
<section class="features">
<div class="container">
<header class="features-header">
<h2 class="features-header-heading"><b>JEDNODUŠŠÍ</b> TO BÝT NEMŮŽE</h2>
<p class="features-header-description">Známe každodenní provoz v restauraci. Proto jsme vyvinuli komplexní
objednávkový systém, který <b>skutečně šetří Váš čas</b>.</p>
</header>
<div class="features-list">
<div class="features-list-item">
<header class="features-list-item-header">
<img src="./assets/online/icon-instalace.svg" alt="Rychlá instalace" class="features-list-item-header-img">
<h3 class="features-list-item-header-heading">Rychlá instalace</h3>
</header>
<p class="features-list-item-description">Základní verzi můžete mít na webu ještě dnes.</p>
</div>
<div class="features-list-item">
<header class="features-list-item-header">
<img src="./assets/online/icon-smlouva.svg" alt="Bez smlouvy" class="features-list-item-header-img">
<h3 class="features-list-item-header-heading">Bez smlouvy</h3>
</header>
<p class="features-list-item-description">Platíte jednoduché měsíční fee. Nic víc.</p>
</div>
<div class="features-list-item">
<header class="features-list-item-header">
<img src="./assets/online/icon-mate.svg" alt="Ať máte jakýkoli web" class="features-list-item-header-img">
<h3 class="features-list-item-header-heading">Ať máte jakýkoli web</h3>
</header>
<p class="features-list-item-description">Restia kamárádí s každým webem. Snadno se přizpůsobí.</p>
</div>
<div class="features-list-item">
<header class="features-list-item-header">
<img src="./assets/online/icon-budoucnost.svg" alt="Budoucnost začíná teď" class="features-list-item-header-img">
<h3 class="features-list-item-header-heading">Budoucnost začíná teď</h3>
</header>
<p class="features-list-item-description">Online se stává samozřejmostí. Restia Vám dává náskok.</p>
</div>
<div class="features-list-item">
<header class="features-list-item-header">
<img src="./assets/online/icon-nemate.svg" alt="I když zatím nemáte web" class="features-list-item-header-img">
<h3 class="features-list-item-header-heading">I když zatím nemáte web</h3>
</header>
<p class="features-list-item-description">Za 1 h Vám v Restii vytvoříme jednoduché stránky.</p>
</div>
<div class="features-list-item">
<header class="features-list-item-header">
<img src="./assets/online/icon-triky.svg" alt="Ukáže Vám svoje trinky" class="features-list-item-header-img">
<h3 class="features-list-item-header-heading">Ukáže Vám svoje triky</h3>
</header>
<p class="features-list-item-description">Restia umí mnohem víc. Třeba kasu nebo rozvoz. Je to na Vás.</p>
</div>
</div>
</div>
</section>
<section class="reviews">
<header class="reviews-header container">
<h3 class="reviews-header-heading">TADY UŽ RESTII <b>MAJÍ. A JSOU RÁDI</b>.</h3>
<span class="reviews-header-description">Těmto klientům už Restia ONLINE řídí online objednávky a přináší
tržby.</span>
</header>
<div class="container body">
<div class="reviews-box carousel slide" id="carousel" data-bs-ride="carousel" data-bs-interval="10000">
<ul class="reviews-box-indicators carousel-indicators">
<button class="reviews-box-indicators-indicator active" type="button" data-bs-target="#carousel"
data-bs-slide-to="0" aria-current="true" aria-label="Recenze 1"></button>
<button class="reviews-box-indicators-indicator" type="button" data-bs-target="#carousel" data-bs-slide-to="1"
aria-label="Recenze 2"></button>
<button class="reviews-box-indicators-indicator" type="button" data-bs-target="#carousel" data-bs-slide-to="2"
aria-label="Recenze 3"></button>
<button class="reviews-box-indicators-indicator" type="button" data-bs-target="#carousel" data-bs-slide-to="3"
aria-label="Recenze 4"></button>
<button class="reviews-box-indicators-indicator" type="button" data-bs-target="#carousel" data-bs-slide-to="4"
aria-label="Recenze 5"></button>
</ul>
<button class="carousel-control-prev" type="button" data-bs-target="#carousel" data-bs-slide="prev" aria-label="Předchozí recenze">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carousel" data-bs-slide="next" aria-label="Následující recenze">
<div class="carousel-control-next-icon" aria-hidden="true"></div>
</button>
<div class="carousel-inner">
<div class="reviews-box-review carousel-item active">
<figure>
<blockquote>
<p>Od zavedení online objednávek nám vzrostly tržby průměrně o 40 % měsíčně. Restia k nám
přilákala nové hosty a navíc šetří čas provozního.</p>
</blockquote>
<figcaption>Mirek Flok, majitel pizzerie XY</figcaption>
</figure>
</div>
<div class="reviews-box-review carousel-item">
<figure>
<blockquote>
<p>lorem</p>
</blockquote>
<figcaption>ipsum</figcaption>
</figure>
</div>
<div class="reviews-box-review carousel-item">
<figure>
<blockquote>
<p>lorem</p>
</blockquote>
<figcaption>ipsum</figcaption>
</figure>
</div>
<div class="reviews-box-review carousel-item">
<figure>
<blockquote>
<p>lorem</p>
</blockquote>
<figcaption>ipsum</figcaption>
</figure>
</div>
<div class="reviews-box-review carousel-item">
<figure>
<blockquote>
<p>lorem</p>
</blockquote>
<figcaption>ipsum</figcaption>
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="try">
<div class="container">
<article class="try-box">
<div class="try-box-text">
<h2 class="try-box-text-heading">
Vyzkoušejte Restii ONLINE už <b>od 990 Kč měsíčně.</b>
</h2>
<p class="try-box-text-para">
Nemáme žádné skryté poplatky<br />
a hrajeme fér
</p>
<a href="" class="button button--inverted try-box-text-button" data-bs-toggle="modal" data-bs-target="#demo-modal">
<span class="button-text">RYCHLÁ KONZULTACE ZDARMA</span>
<i class="fas fa-chevron-right button-arrow"></i>
</a>
</div>
<img src="./assets/online/phone.png" alt="Vyzkoušejte Restii ONLINE už od 990 Kč měsíčně." class="try-box-img">
</article>
</div>
</section>
</main>
<img src="./assets/online/stul.jpg" alt="" class="table">
<footer class="footer">
<div class="container row">
<div class="row-column row-column-address">
<div class="left">
<a href="index.html">
<img src="https://restia.cz/wp-content/uploads/2019/05/Restia-logo-white-02.svg" alt="Restia">
</a>
<address>
Americká 662/70<br />
Liberec 460 07<br />
IČ: 05960789<br />
DIČ: CZ05960789<br />
Datová schránka: k7zf699
</address>
</div>
<div class="right">
<div class="socials">
<a href="https://www.facebook.com/Restia-servis-105106031204049/" class="socials-link"
aria-label="Restia Facebook"><i class="fab fa-fw fa-facebook-f"></i></a>
<a href="#" class="socials-link" aria-label="Restia Instagram"><i class="fab fa-fw fa-instagram"></i></a>
<a href="#" class="socials-link" aria-label="Restia Newsletter"><i class="fas fa-fw fa-rss"></i></a>
<a href="#" class="socials-link" aria-label="Restia Google+"><i class="fab fa-fw fa-google-plus-g"></i></a>
</div>
</div>
</div>
<div class="row-column row-column-restia">
<span class="row-column-heading">
Restia
</span>
<a href="">O nás</a>
<a href="">Objednávkový systém</a>
<a href="">Dispečink</a>
<a href="">Otázky a odpovědi</a>
<a href="">Podmínky užití</a>
<a href="">Reklamační řád</a>
</div>
<div class="row-column row-column-showroom">
<span class="row-column-heading">
Showroom
</span>
<address>
RESTIA – revolution/it<br />
Ludmilina 1687/3 180 00<br />
Praha 8 Palmovka
</address>
</div>
<div class="row-column row-column-contact">
<span class="row-column-heading">
Kontakt
</span>
<a class="mail" href="mailto:[email protected]">[email protected]</a>
<a class="mail" href="mailto:[email protected]">[email protected]</a>
<a class="mail" href="mailto:[email protected]">[email protected]</a>
<a class="tel" href="tel:+420721444434">+420 721 444 434</a>
<a class="tel" href="tel:+420777931661">+420 777 931 661</a>
</div>
</footer>
<div class="demo modal fade" id="demo-modal" tabindex="-1" role="dialog" aria-hidden="true"
data-bs-backdrop="static" data-bs-keyboard="false">
<div class="demo-dialog modal-dialog modal-dialog-centered" role="document">
<div class="demo-content modal-content">
<button class="demo-close-button" data-bs-dismiss="modal" aria-label="Zavřít">×</button>
<h2 class="demo-heading">Vyzkoušet <span class="is-red">DEMO</span> VERZI</h2>
<p>Podívejte se, jak by mohly vypadat Vaše online objednávky</p>
<a href="#" class="button button--full">
<div class="button-text">UKÁZKA ONLINE OBJEDNÁVEK</div>
<i class="fas fa-chevron-right button-arrow"></i>
</a>
<p>Chci si vyzkoušet, jak jednoduchá je administrace</p>
<small>Vyplňte prosím e-mail, na který Vám zašleme Vaše přihlašovací údaje</small>
<form class="demo-form" action="">
<input class="demo-form-email" type="email" name="" id="" placeholder="Váš e-mail"
onkeyup="validateEmail()">
<input class="demo-form-submit button button--outlined disabled" type="submit" value="ODESLAT"
disabled="true">
</form>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script src="https://kit.fontawesome.com/5877601269.js" crossorigin="anonymous"></script>
<script src="./scripts/header.js"></script>
<script src="./scripts/burger.js"></script>
<script src="./scripts/online.js"></script>
</body>