-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
379 lines (340 loc) · 13.1 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
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
377
378
379
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Homepage | Coffeehub.store</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="stylesheets/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/screen.css">
</head>
<body>
<!-- NAVIGATION -->
<header id="nheader">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand pl-0 pr-100" href="#">
<img srcset="assets/imgs/logo.png, assets/imgs/logo-2x.png 2x, assets/imgs/logo-3x.png 3x"
src="assets/imgs/logo.png" alt="logo-coffeehub.store" id="header-logo">
</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="nav navbar-nav ml-auto">
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#chemex" role="button" aria-haspopup="true" aria-expanded="false">methods</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#chemex">chemex</a>
<a class="dropdown-item" href="#frenchpress">frenchpress</a>
<a class="dropdown-item" href="#aeropress">aeropress</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="eshop.html">e-shop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">kontakt</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<main class="container-fluid p-0" id="wrapper">
<section class="intro-bg">
<h1>Taste a good coffee<br><span class="underline">at home</span></h1>
<video id="main-video" src="assets/videos/brewing_filter.mp4" autoplay muted loop>
<h2>ZVOL SI METODU</h2>
</video>
<!-- <video src="assets/videos/brewing_filter_2.mp4" autoplay muted loop>
Video by KML from Pexels
Sorry, your browser doesn't support embedded videos.
</video> -->
<!-- button for scrolling -->
<a href="#chemex">
<div id="scroll-down">
<img srcset="assets/icons/arrow-down.png, assets/icons/arrow-down-2x.png 2x" src="assets/icons/arrow-down.png" alt="down">
</div>
</a>
</section>
<section id="methods-nav" class="method-section">
<div class="col-sm-1 methods-nav-wrapper">
<ul>
<!-- fill <li> with icons -->
<li>
<a href="#chemex">
<img class="round-icon" src="assets/icons/icon_ch.png">
</a>
</li>
<li>
<a href="#frenchpress">
<img class="round-icon" src="assets/icons/icon_mk.png">
</a>
</li>
<li>
<a href="#aeropress">
<img class="round-icon" src="assets/icons/icon_ae.png">
</a>
</li>
<li>
<a href="#chemex">
<img class="round-icon" src="assets/icons/icon_fp.png">
</a>
</li>
</ul>
</div>
</section>
<section class="row method-item method-section m-0" id="chemex">
<!-- QUESTION jezis -->
<!-- <section id="methods-nav"> - is this correct to put here? or up there -->
<section class="col-sm-12 col-md-4 method-item-media p-0 mb-lg-0 mb-md-3 mb-sm-5 mb-5">
<img src="assets/imgs/chemex-small.jpg" srcset="assets/imgs/chemex_small.jpg 525w, assets/imgs/chemex.jpg 760w, assets/imgs/chemex-2x.jpg 1520w, assets/imgs/chemex-3x.jpg 2280w" alt="chemex getting ready">
</section>
<section class="col-sm-12 col-md-8 method-item-content">
<header class="method-item-content-title">
<h2>CHEMEX</h2>
<!-- <p></p> -->
</header>
<article class="method-item-content-desc">
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Earum, totam dolore maiores aut commodi porro adipisci
vitae iste, maxime obcaecati, excepturi vel expedita atque eligendi veritatis quasi repellat? Omnis, vel?
</p>
</article>
<article class="method-item-content-links">
<div class="button-2">
<a href="eshop.html" class="link-big">kúpiť</a>
</div>
<div class="button-2">
<a href="product.html" class="link-big">návod</a>
</div>
</article>
</section>
</section>
<section class="row method-item method-section m-0" id="frenchpress">
<!-- QUESTION jezis -->
<!-- <section id="methods-nav"> - is this correct to put here? or up there -->
<section class="col-sm-12 col-md-4 method-item-media p-0 mb-lg-0 mb-md-3 mb-sm-5 mb-5">
<img src="assets/imgs/frenchpress.jpg">
</section>
<section class="col-sm-12 col-md-8 method-item-content">
<header class="method-item-content-title">
<h2>FRENCHPRESS</h2>
<!-- <p></p> -->
</header>
<article class="method-item-content-desc">
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Earum, totam dolore maiores aut commodi porro adipisci
vitae iste, maxime obcaecati, excepturi vel expedita atque eligendi veritatis quasi repellat? Omnis, vel?
</p>
</article>
<article class="method-item-content-links">
<div class="button-2">
<a href="eshop.html" class="link-big">kúpiť</a>
</div>
<div class="button-2">
<a href="product.html" class="link-big">návod</a>
</div>
</article>
</section>
</section>
<section class="row method-item method-section m-0" id="aeropress">
<!-- QUESTION jezis -->
<!-- <section id="methods-nav"> - is this correct to put here? or up there -->
<section class="col-sm-12 col-md-4 method-item-media p-0 mb-lg-0 mb-md-3 mb-sm-5 mb-5">
<img src="assets/imgs/aeropress.jpg">
</section>
<section class="col-sm-12 col-md-8 method-item-content">
<header class="method-item-content-title">
<h2>AEROPRESS</h2>
<!-- <p></p> -->
</header>
<article class="method-item-content-desc">
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Earum, totam dolore maiores aut commodi porro adipisci
vitae iste, maxime obcaecati, excepturi vel expedita atque eligendi veritatis quasi repellat? Omnis, vel?
</p>
</article>
<article class="method-item-content-links">
<div class="button-2">
<a href="eshop.html" class="link-big">kúpiť</a>
</div>
<div class="button-2">
<a href="product.html" class="link-big">návod</a>
</div>
</article>
</section>
</section>
<section class="row eshop eshop-content-table m-0" id="eshop">
<!-- QUESTION jezis -->
<!-- <section id="methods-nav"> - is this correct to put here? or up there -->
<!-- <section class="col-sm-12 col-md-4 method-item-media p-0 mb-lg-0 mb-md-3 mb-sm-5 mb-5">
<img src="assets/imgs/aeropress.jpg">
</section> -->
<section class="col-sm-12 col-md-12 mb-5 eshop-content">
<header class="eshop-content-title">
<h2>Populárne objednávky:</h2>
<!-- <p></p> -->
</header>
</section>
<article class="col-sm-12 col-md-6 col-lg-6 col-xl-4 mb-lg-5 mb-md-5 mb-sm-5 mb-5 eshop-content eshop-content-table-item">
<div class="eshop-content-wrapper button-img">
<a href="eshop.html" class="d-none">x</a>
<img class="" src="assets/imgs/products/kettle.jpeg">
<article class="eshop-content-table-item-desc">
<h3>Kettle</h3>
<h4>€ 38,00</h4>
<h5>Na sklade: <span>4</span>ks</h5>
</article>
</div>
</article>
<article class="col-sm-12 col-md-6 col-lg-6 col-xl-4 mb-lg-5 mb-md-5 mb-sm-5 mb-5 eshop-content eshop-content-table-item">
<div class="eshop-content-wrapper button-img">
<a href="eshop.html" class="d-none">x</a>
<img class="" src="assets/imgs/products/grinder.jpeg">
<article class="eshop-content-table-item-desc">
<h3>Grinder</h3>
<h4>€ 280,00</h4>
<h5>Na sklade: <span>2</span>ks</h5>
</article>
</div>
</article>
<article class="col-sm-12 col-md-6 col-lg-6 col-xl-4 mb-lg-5 mb-md-5 mb-sm-5 mb-5 eshop-content eshop-content-table-item">
<div class="eshop-content-wrapper button-img">
<a href="eshop.html" class="d-none">x</a>
<img class="" src="assets/imgs/products/v60filters.jpeg">
<article class="eshop-content-table-item-desc">
<h3>Filters</h3>
<h4>€ 4,00</h4>
<h5>Na sklade: <span>10</span>ks</h5>
</article>
</div>
</article>
<article class="col-sm-12 col-md-6 col-lg-6 col-xl-4 mb-lg-5 mb-md-5 mb-sm-5 mb-5 eshop-content eshop-content-table-item">
<div class="eshop-content-wrapper button-img">
<a href="eshop.html" class="d-none">x</a>
<img class="" src="assets/imgs/products/dripper.jpg">
<article class="eshop-content-table-item-desc">
<h3>Dripper</h3>
<h4>€ 3,30</h4>
<h5>Na sklade: <span>8</span>ks</h5>
</article>
</div>
</article>
<section id="eshop-gotoshop" class="col-sm-12 col-md-12 mb-lg-0 mb-md-3 mb-sm-5 mb-5 eshop-content eshop-content-table-item">
<div class="button-3">
<a href="eshop.html" class="link-big">prejsť do obchodu</a>
</div>
</section>
</section>
<section class="row m-0" id="team">
<header>
<h2 class="mb-5">TEAM</h2>
<p class="pl-5 pr-5">
We are a hard working group, who's aim is to listen to your problems
and to come up with the best solution possible. We follow the lates trends on
the web to create custom talierd niche websites.
</p>
</header>
<section class="mycarousel">
<div class="button-left slider-button">
<span> < </span>
</div>
<div class="button-right slider-button">
<span> > </span>
</div>
<article class="mycarousel-item show">
<div class="picture">
<img src="assets/imgs/team/1.png" srcset="assets/imgs/team/1.png, assets/imgs/team/1-2x.png 2x">
</div>
<div class="info">
<h3>NAME SURNAME</h3>
<h4>Lead Developer</h4>
</div>
<div class="social">
<img class="social-icons" src="assets/icons/twitter.png">
<img class="social-icons" src="assets/icons/linkedIn.png">
</div>
</article>
<article class="mycarousel-item">
<div class="picture">
<img src="assets/imgs/team/2.png" srcset="assets/imgs/team/2.png, assets/imgs/team/2-2x.png 2x">
</div>
<div class="info">
<h3>NAME SURNAME</h3>
<h4>Lead Designer</h4>
</div>
<div class="social">
<img class="social-icons" src="assets/icons/twitter.png">
<img class="social-icons" src="assets/icons/dribbel.png">
<img class="social-icons" src="assets/icons/linkedIn.png">
</div>
</article>
<article class="mycarousel-item">
<div class="picture">
<img src="assets/imgs/team/3.png" srcset="assets/imgs/team/3.png, assets/imgs/team/3-2x.png 2x">
</div>
<div class="info">
<h3>NAME SURNAME</h3>
<h4>Marketing Director</h4>
</div>
<div class="social">
<img class="social-icons" src="assets/icons/skype.png">
<img class="social-icons" src="assets/icons/linkedIn.png">
</div>
</article>
<article class="mycarousel-item">
<div class="picture">
<img src="assets/imgs/team/4.png" srcset="assets/imgs/team/4.png, assets/imgs/team/4-2x.png 2x">
</div>
<div class="info">
<h3>NAME SURNAME</h3>
<h4>Business Director</h4>
</div>
<div class="social">
<img class="social-icons" src="assets/icons/skype.png">
<img class="social-icons" src="assets/icons/linkedIn.png">
</div>
</article>
</section>
</section>
<section class="row m-0" id="kontakt">
<div class="col-sm-12 col-md-12">
<h2 class="mb-5">KONTAKT</h2>
</div>
<section class="col-sm-12 col-lg-5 text-sm-center text-lg-left" id="map">
<p>Where are we located?</p>
<img src="assets/imgs/map.png" srcset="assets/imgs/map.png, assets/imgs/map-2x.png 2x" alt="map">
</section>
<section class="col-sm-12 col-lg-7">
<p>Want to contact us now? Just drop us a line below.</p>
<form action="" method="post" id="contact-form">
<textarea id="message" name="message" placeholder="Leave us a message..."></textarea>
<input type="email" id="email" pattern=".+@.*" placeholder="[email protected]" required>
<button type="submit" id="submit" class="button-4">SEND</button>
</form>
</section>
</section>
</main>
<footer id="footer">
<div class="adresa">
<p>
<span>Adresa:</span> Studentská 1770/1, 708 00 Ostrava-Poruba, Česko
</p>
</div>
<div class="copyright">
<p>
copyright © 2019 Martin Albert
</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>