-
Notifications
You must be signed in to change notification settings - Fork 0
/
pood.html
389 lines (377 loc) · 18.7 KB
/
pood.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
380
381
382
383
384
385
386
387
388
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script defer src="theme.js"></script>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<nav class="navbar">
<ul class="navbar-nav">
<!--Logo osa-->
<li class="logo">
<!--Vaja lisada link-->
<a href="#" class="nav-link">
<span class="link-text logo-text">VRshop</span>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="angle-double-right"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="svg-inline--fa fa-angle-double-right fa-w-14 fa-5x"
>
<g class="fa-group">
<path
fill="currentColor"
d="M224 273L88.37 409a23.78 23.78 0 0 1-33.8 0L32 386.36a23.94 23.94 0 0 1 0-33.89l96.13-96.37L32 159.73a23.94 23.94 0 0 1 0-33.89l22.44-22.79a23.78 23.78 0 0 1 33.8 0L223.88 239a23.94 23.94 0 0 1 .1 34z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M415.89 273L280.34 409a23.77 23.77 0 0 1-33.79 0L224 386.26a23.94 23.94 0 0 1 0-33.89L320.11 256l-96-96.47a23.94 23.94 0 0 1 0-33.89l22.52-22.59a23.77 23.77 0 0 1 33.79 0L416 239a24 24 0 0 1-.11 34z"
class="fa-primary"
></path>
</g>
</svg>
</a>
</li>
<!--VR-->
<li class="nav-item">
<a href="#" class="nav-link">
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="vr-prillid"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
class="svg-icon"
>
<g class="svg-icons">
<path
fill="currentColor"
d="M15,17 L13,15 L11,15 L9,17 L7,17 C5.8954305,17 5,16.1045695 5,15 L5,9 C5,7.8954305 5.8954305,7 7,7 L17,7 C18.1045695,7 19,7.8954305 19,9 L19,15 C19,16.1045695 18.1045695,17 17,17 L15,17 Z M22,14 C22,14.5522847 21.5522847,15 21,15 C20.4477153,15 20,14.5522847 20,14 L20,10 C20,9.44771525 20.4477153,9 21,9 C21.5522847,9 22,9.44771525 22,10 L22,14 Z M4,14 C4,14.5522847 3.55228475,15 3,15 C2.44771525,15 2,14.5522847 2,14 L2,10 C2,9.44771525 2.44771525,9 3,9 C3.55228475,9 4,9.44771525 4,10 L4,14 Z"
></path>
</g>
</svg>
<span class="link-text">Mis on VR?</span>
</a>
</li>
<!--Store-->
<li class="nav-item">
<a href="#" class="nav-link">
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="ostukäru"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 502.001 502.001"
class="svg-icon"
>
<g class="svg-icon">
<g>
<g>
<path
d="M500.36,140.869c-1.849-2.815-4.99-4.51-8.358-4.51H205.888l-7.164-43.511c-0.79-4.798-4.918-8.333-9.78-8.375
l-50.185-0.435c-0.03,0-0.06,0-0.089,0c-5.482,0-9.95,4.42-9.998,9.914c-0.048,5.522,4.391,10.038,9.913,10.086l41.771,0.362
l6.854,41.629l-47.517,204.096c-14.554,4.07-25.265,17.443-25.265,33.279c0,19.056,15.503,34.559,34.559,34.559
c16.35,0,30.074-11.417,33.645-26.694h173.217c3.571,15.278,17.295,26.694,33.645,26.694c19.056,0,34.559-15.503,34.559-34.559
c0-19.056-15.503-34.559-34.559-34.559c-14.786,0-27.428,9.337-32.353,22.423h-175.8c-3.63-9.645-11.453-17.244-21.238-20.578
l4.508-19.217h251.578c3.987,0,7.593-2.368,9.177-6.027l75.812-175.114C502.516,147.241,502.208,143.685,500.36,140.869z
M389.494,368.846c8.027,0,14.559,6.531,14.559,14.559c0,8.028-6.531,14.559-14.559,14.559c-8.028,0-14.559-6.531-14.559-14.559
C374.935,375.377,381.467,368.846,389.494,368.846z M163.546,383.404c0,8.028-6.531,14.559-14.559,14.559
c-8.027,0-14.559-6.531-14.559-14.559c0-8.028,6.531-14.559,14.559-14.559S163.546,375.376,163.546,383.404z M409.621,311.474
H169.31l5.772-24.846H391.63c5.522,0,10-4.477,10-10s-4.478-10-10-10H179.728l5.276-22.711h140.424c5.522,0,10-4.477,10-10
c0-5.523-4.478-10-10-10H189.65l5.276-22.71h182.823c5.522,0,10-4.477,10-10s-4.478-10-10-10H199.572l5.772-24.846h271.43
L409.621,311.474z"
/>
<path
d="M416.188,201.206h16.017c5.522,0,10-4.477,10-10c0-5.523-4.478-10-10-10h-16.017c-5.522,0-10,4.477-10,10
C406.188,196.729,410.666,201.206,416.188,201.206z"
/>
<path
d="M366.003,223.916c-5.522,0-10,4.477-10,10s4.478,10,10,10h19.221c5.522,0,10-4.477,10-10s-4.478-10-10-10H366.003z"
/>
<path
d="M134.251,298.386c0-5.523-4.478-10-10-10h-81.15c-5.522,0-10,4.477-10,10s4.478,10,10,10h81.15
C129.773,308.386,134.251,303.909,134.251,298.386z"
/>
<path
d="M62.673,214.422h81.15c5.522,0,10-4.477,10-10c0-5.523-4.478-10-10-10h-81.15c-5.522,0-10,4.477-10,10
C52.673,209.945,57.15,214.422,62.673,214.422z"
/>
<path
d="M82.608,241.404c-5.522,0-10,4.477-10,10c0,5.523,4.478,10,10,10h8.542c5.522,0,10-4.477,10-10s-4.478-10-10-10H82.608z"
/>
<path
d="M52.033,251.404c0-5.523-4.478-10-10-10H10c-5.522,0-10,4.477-10,10c0,5.523,4.478,10,10,10h32.033
C47.556,261.404,52.033,256.927,52.033,251.404z"
/>
</g>
</g>
</g>
</svg>
<span class="link-text">Poodi</span>
</a>
</li>
<!--Kontakt-->
<li class="nav-item">
<a href="#" class="nav-link">
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="address-kaart"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
class="svg-icon"
>
<g class="svg-icon">
<path
fill="currentColor"
d="M14.023,12.154c1.514-1.192,2.488-3.038,2.488-5.114c0-3.597-2.914-6.512-6.512-6.512
c-3.597,0-6.512,2.916-6.512,6.512c0,2.076,0.975,3.922,2.489,5.114c-2.714,1.385-4.625,4.117-4.836,7.318h1.186
c0.229-2.998,2.177-5.512,4.86-6.566c0.853,0.41,1.804,0.646,2.813,0.646c1.01,0,1.961-0.236,2.812-0.646
c2.684,1.055,4.633,3.568,4.859,6.566h1.188C18.648,16.271,16.736,13.539,14.023,12.154z M10,12.367
c-2.943,0-5.328-2.385-5.328-5.327c0-2.943,2.385-5.328,5.328-5.328c2.943,0,5.328,2.385,5.328,5.328
C15.328,9.982,12.943,12.367,10,12.367z"
></path>
</g>
</svg>
<span class="link-text">Kontakt</span>
</a>
</li>
<!--Ostukorv teha-->
<li class="nav-item">
<a href="#" class="nav-link">
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="address-card"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512.002 512.002"
class="svg-icon"
>
<g>
<g>
<path
d="M486.389,153.614H371.202L292.894,6.795c-3.328-6.246-11.059-8.627-17.322-5.273c-6.238,3.328-8.601,11.076-5.273,17.322
l71.874,134.771h-172.35l71.874-134.771c3.328-6.246,0.964-14.003-5.273-17.322c-6.289-3.354-13.986-0.973-17.322,5.273
l-78.308,146.82H25.605c-14.139,0-25.599,11.46-25.599,25.599v51.198c0,14.139,11.46,25.599,25.599,25.599h0.444
c0,0.956-0.393,1.869-0.282,2.824l25.599,230.392c1.442,12.962,12.399,22.775,25.446,22.775H435.2
c13.047,0,24.003-9.813,25.445-22.775l25.599-230.392c0.111-0.964-0.282-1.869-0.282-2.824h0.435
c14.139,0,25.599-11.46,25.599-25.599v-51.198C511.988,165.083,500.529,153.614,486.389,153.614z M435.191,486.403H76.803
L51.204,256.011H460.79L435.191,486.403z M486.389,230.412L486.389,230.412H25.605v-51.198h101.535l-10.444,19.575
c-3.328,6.246-0.964,14.003,5.273,17.322c1.928,1.024,3.985,1.502,6.016,1.502c4.574,0,9.002-2.449,11.315-6.775l16.87-31.623
h199.656l16.87,31.623c2.312,4.326,6.741,6.775,11.315,6.775c2.022,0,4.087-0.478,6.016-1.502
c6.238-3.328,8.601-11.076,5.273-17.322l-10.444-19.575h101.535V230.412z"
/>
</g>
</g>
<g>
<g>
<path
d="M140.801,281.61c-21.17,0-38.399,17.228-38.399,38.399v102.397c0,21.179,17.228,38.399,38.399,38.399
s38.399-17.228,38.399-38.399V320.009C179.2,298.838,161.971,281.61,140.801,281.61z M153.6,422.405c0,7.065-5.734,12.8-12.8,12.8
s-12.8-5.734-12.8-12.8V320.009c0-7.065,5.734-12.8,12.8-12.8s12.8,5.734,12.8,12.8V422.405z"
/>
</g>
</g>
<g>
<g>
<path
d="M255.997,281.61c-21.17,0-38.399,17.228-38.399,38.399v102.397c0,21.179,17.228,38.399,38.399,38.399
s38.399-17.228,38.399-38.399V320.009C294.396,298.838,277.167,281.61,255.997,281.61z M268.797,422.405
c0,7.065-5.734,12.8-12.8,12.8c-7.065,0-12.8-5.734-12.8-12.8V320.009c0-7.065,5.734-12.8,12.8-12.8c7.065,0,12.8,5.734,12.8,12.8
V422.405z"
/>
</g>
</g>
<g>
<g>
<path
d="M371.193,281.61c-21.17,0-38.399,17.228-38.399,38.399v102.397c0,21.179,17.228,38.399,38.399,38.399
s38.399-17.228,38.399-38.399V320.009C409.592,298.838,392.364,281.61,371.193,281.61z M383.993,422.405
c0,7.065-5.734,12.8-12.8,12.8s-12.8-5.734-12.8-12.8V320.009c0-7.065,5.734-12.8,12.8-12.8s12.8,5.734,12.8,12.8V422.405z"
/>
</g>
</g>
</svg>
<span class="link-text">Ostukorv</span>
</a>
</li>
<!--Themebutton-->
<li class="nav-item" id="themeButton">
<a href="#" class="nav-link">
<svg
class="theme-icon"
id="lightIcon"
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="moon-stars"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
class="svg-inline--fa fa-moon-stars fa-w-16 fa-7x"
>
<g class="fa-group">
<path
fill="currentColor"
d="M320 32L304 0l-16 32-32 16 32 16 16 32 16-32 32-16zm138.7 149.3L432 128l-26.7 53.3L352 208l53.3 26.7L432 288l26.7-53.3L512 208z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M332.2 426.4c8.1-1.6 13.9 8 8.6 14.5a191.18 191.18 0 0 1-149 71.1C85.8 512 0 426 0 320c0-120 108.7-210.6 227-188.8 8.2 1.6 10.1 12.6 2.8 16.7a150.3 150.3 0 0 0-76.1 130.8c0 94 85.4 165.4 178.5 147.7z"
class="fa-primary"
></path>
</g>
</svg>
<svg
class="theme-icon"
id="solarIcon"
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="sun"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
class="svg-inline--fa fa-sun fa-w-16 fa-7x"
>
<g class="fa-group">
<path
fill="currentColor"
d="M502.42 240.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.41-94.8a17.31 17.31 0 0 0-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4a17.31 17.31 0 0 0 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.41-33.5 47.3 94.7a17.31 17.31 0 0 0 31 0l47.31-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3a17.33 17.33 0 0 0 .2-31.1zm-155.9 106c-49.91 49.9-131.11 49.9-181 0a128.13 128.13 0 0 1 0-181c49.9-49.9 131.1-49.9 181 0a128.13 128.13 0 0 1 0 181z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M352 256a96 96 0 1 1-96-96 96.15 96.15 0 0 1 96 96z"
class="fa-primary"
></path>
</g>
</svg>
<svg
class="theme-icon"
id="darkIcon"
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="sunglasses"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
class="svg-inline--fa fa-sunglasses fa-w-18 fa-7x"
>
<g class="fa-group">
<path
fill="currentColor"
d="M574.09 280.38L528.75 98.66a87.94 87.94 0 0 0-113.19-62.14l-15.25 5.08a16 16 0 0 0-10.12 20.25L395.25 77a16 16 0 0 0 20.22 10.13l13.19-4.39c10.87-3.63 23-3.57 33.15 1.73a39.59 39.59 0 0 1 20.38 25.81l38.47 153.83a276.7 276.7 0 0 0-81.22-12.47c-34.75 0-74 7-114.85 26.75h-73.18c-40.85-19.75-80.07-26.75-114.85-26.75a276.75 276.75 0 0 0-81.22 12.45l38.47-153.8a39.61 39.61 0 0 1 20.38-25.82c10.15-5.29 22.28-5.34 33.15-1.73l13.16 4.39A16 16 0 0 0 180.75 77l5.06-15.19a16 16 0 0 0-10.12-20.21l-15.25-5.08A87.95 87.95 0 0 0 47.25 98.65L1.91 280.38A75.35 75.35 0 0 0 0 295.86v70.25C0 429 51.59 480 115.19 480h37.12c60.28 0 110.38-45.94 114.88-105.37l2.93-38.63h35.76l2.93 38.63c4.5 59.43 54.6 105.37 114.88 105.37h37.12C524.41 480 576 429 576 366.13v-70.25a62.67 62.67 0 0 0-1.91-15.5zM203.38 369.8c-2 25.9-24.41 46.2-51.07 46.2h-37.12C87 416 64 393.63 64 366.11v-37.55a217.35 217.35 0 0 1 72.59-12.9 196.51 196.51 0 0 1 69.91 12.9zM512 366.13c0 27.5-23 49.87-51.19 49.87h-37.12c-26.69 0-49.1-20.3-51.07-46.2l-3.12-41.24a196.55 196.55 0 0 1 69.94-12.9A217.41 217.41 0 0 1 512 328.58z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M64.19 367.9c0-.61-.19-1.18-.19-1.8 0 27.53 23 49.9 51.19 49.9h37.12c26.66 0 49.1-20.3 51.07-46.2l3.12-41.24c-14-5.29-28.31-8.38-42.78-10.42zm404-50l-95.83 47.91.3 4c2 25.9 24.38 46.2 51.07 46.2h37.12C489 416 512 393.63 512 366.13v-37.55a227.76 227.76 0 0 0-43.85-10.66z"
class="fa-primary"
></path>
</g>
</svg>
<span class="link-text">Vali maailm</span>
</a>
</li>
</ul>
</nav>
</header>
<!--Põhi veebilehe osa-->
<main>
<!--Pilt tekstis aka. konteiner1-->
<div class="esimene-konteiner">
<h2 class="pilditekst">VRshop</h2>
</div>
<!--konteiner1 lõpp-->
<!--Tooteklasside konteinerid-->
<div class="flex-grid-pood">
<a href="kaubavalik/headsetid.html">
<div class="flex-grid-pood-ese" id="ese1">
<h1 class="flex-grid-ese-tekst">HEADSETID</h1>
</div>
</a>
<a href="kaubavalik/tarkvara.html">
<div class="flex-grid-pood-ese" id="ese2">
<h1 class="flex-grid-ese-tekst">TARKVARA</h1>
</div>
</a>
<a href="kaubavalik/riistvara.html">
<div class="flex-grid-pood-ese" id="ese3">
<h1 class="flex-grid-ese-tekst">ARVUTID/KONSOOLID</h1>
</div>
</a>
<a href="kaubavalik/wallet.html">
<div class="flex-grid-pood-ese" id="ese4">
<h1 class="flex-grid-ese-tekst">KRÜPTO RAHAKOTT</h1>
</div>
</a>
</div>
<!--Tooteklasside konteinerid lõpp-->
</main>
<footer>
<!-- Footer -->
<div class='footer'>
<div class='footer-content'>
<div class='footer-section about'>
<h1 class='footer-pealkiri-vr'><span>VR</span>SHOP</h1>
<p class='footer-text'>
VRshop on Sinu tehnikapartner igas reaalsuses! Vali ise oma MAAILM!
<ul class='flex-center'>
<li><a href='#'><i class="fa fa-facebook fa-4x icon-3d"></i></a></li>
<li><a href='#'><i class="fa fa-instagram fa-4x icon-3d"></i></a></li>
<li><a href='#'><i class="fa fa-twitter fa-4x icon-3d"></i></a></li>
<li><a href='#'><i class="fa fa-youtube fa-4x icon-3d"></i></a></li>
</ul>
</p>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
</div>
<div class='footer-section'>
<h1 class='footer-pealkiri'>OSTUABI</h1>
<ul>
<pre style="line-height: 10px;">
<li><a href='#' class='footer-text'>Tellimine</a></li>
<li><a href='#'class='footer-text'>Makseviisid</a></li>
<li><a href='#'class='footer-text'>Kohaletoimetamine</a></li>
<li><a href='#'class='footer-text'>Tagastamisõigus</a></li>
</pre>
</ul>
</div>
<div class='footer-section ettevõtte-info'>
<h1 class='footer-pealkiri'>ETTEVÕTTE INFO</h1>
<pre class='footer-text'>
VRShop
Narva mnt 18, Tartu, Eesti
Reg nr:
Tel nr +372
info@VRShop.com
</pre>
</div>
<div class='footer-maps'>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2091.4724806152653!2d26.72254711546573!3d58.38543289338208!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46eb37b2e8a6ef3d%3A0xb1c21ea409a3845f!2sTartu%20%C3%9Clikooli%20Delta%20keskus!5e0!3m2!1set!2sfi!4v1637339573980!5m2!1set!2sfi" width="300" height="200" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div class='footer-bottom'>
© 2021 VRshop.com | Designed by Kaspar, Agnes, Andra
</div>
</footer>
</body>