-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
413 lines (413 loc) · 13.9 KB
/
Copy pathindex.html
File metadata and controls
413 lines (413 loc) · 13.9 KB
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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="" />
</head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<button class="menu-btn">
<span></span>
<span></span>
<span></span>
</button>
<ul class="menu">
<li class="menu__list"><a href="#" class="menu__link">SHOP</a></li>
<li class="menu__list"><a href="#" class="menu__link">GAMES</a></li>
<li class="menu__list">
<a href="#" class="menu__link">METAVERSE</a>
</li>
</ul>
<a href="#" class="logo">
<img src="images/logo.svg" alt="Logo" />
</a>
<a href="#" class="basket">
<img src="images/bag.svg" alt="Basket" />
<span>12</span>
</a>
</nav>
</div>
</header>
<main class="main">
<section class="top">
<div class="container">
<h1 class="title">Meta Quest 2</h1>
<p class="subtitle">Get an Elite Strap free</p>
<p class="top__text">
For a limited time only, save $59.99 USD. Offer ends 1/19/23
</p>
<button class="buy-btn">
<span class="buy-btn__text">BUY NOW</span>
<span class="buy-btn__price">399,99 USD</span>
</button>
<p class="buy__text">Meta Quest 2 is for ages 13+</p>
</div>
</section>
<section class="features">
<div class="container">
<div class="features__titles">
<h2 class="features__title section-title">product features</h2>
<p class="features__text">Easy to set up and safe to use</p>
</div>
<div class="tabs">
<div class="tabs__btn">
<button
class="tabs__btn-item tabs__btn-item--active"
data-button="content-1"
>
01 Graphics
</button>
<button class="tabs__btn-item" data-button="content-2">
02 Controls
</button>
<button class="tabs__btn-item" data-button="content-3">
03 Processor
</button>
<button class="tabs__btn-item" data-button="content-4">
04 Set up your play area
</button>
<button class="tabs__btn-item" data-button="content-5">
05 Gardian activity
</button>
<button class="tabs__btn-item" data-button="content-6">
06 Headset casting
</button>
</div>
<div class="tabs__content">
<div
class="tabs__content-item tabs__content-item--active"
id="content-1"
>
<img
class="tabs__content-img"
src="./images/content.jpeg"
alt="Фотография"
/>
<div class="tabs__content-box">
<h3>Graphics</h3>
<p>
With 1832 x 1920 pixels per eye, everything from multiplayer
games and productivity apps to 360 0 videos look beyond
incredible
</p>
</div>
<div class="video">
<button class="video__btn">
<img src="images/play.svg" alt="Кнопка воспроизведение" />
</button>
<span>Watch the video</span>
</div>
</div>
<div
class="tabs__content-item tabs__content-item--active"
id="content-2"
>
<img
class="tabs__content-img"
src="./images/content.jpeg"
alt="Фотография"
/>
<div class="tabs__content-box">
<h3>Graphics</h3>
<p>
With 1832 x 1920 pixels per eye, everything from multiplayer
games and productivity apps to 360 0 videos look beyond
incredible
</p>
</div>
<div class="video">
<button class="video__btn">
<img src="images/play.svg" alt="Кнопка воспроизведение" />
</button>
<span>Watch the video</span>
</div>
</div>
<div class="tabs__content-item" id="content-3">
<img
class="tabs__content-img"
src="./images/content.jpeg"
alt="Фотография"
/>
<div class="tabs__content-box">
<h3>Graphics</h3>
<p>
With 1832 x 1920 pixels per eye, everything from multiplayer
games and productivity apps to 360 0 videos look beyond
incredible
</p>
</div>
<div class="video">
<button class="video__btn">
<img src="images/play.svg" alt="Кнопка воспроизведение" />
</button>
<span>Watch the video</span>
</div>
</div>
<div class="tabs__content-item" id="content-4">
<img
class="tabs__content-img"
src="./images/content.jpeg"
alt="Фотография"
/>
<div class="tabs__content-box">
<h3>Graphics</h3>
<p>
With 1832 x 1920 pixels per eye, everything from multiplayer
games and productivity apps to 360 0 videos look beyond
incredible
</p>
</div>
<div class="video">
<button class="video__btn">
<img src="images/play.svg" alt="Кнопка воспроизведение" />
</button>
<span>Watch the video</span>
</div>
</div>
<div class="tabs__content-item" id="content-5">
<img
class="tabs__content-img"
src="./images/content.jpeg"
alt="Фотография"
/>
<div class="tabs__content-box">
<h3>Graphics</h3>
<p>
With 1832 x 1920 pixels per eye, everything from multiplayer
games and productivity apps to 360 0 videos look beyond
incredible
</p>
</div>
<div class="video">
<button class="video__btn">
<img src="images/play.svg" alt="Кнопка воспроизведение" />
</button>
<span>Watch the video</span>
</div>
</div>
<div class="tabs__content-item" id="content-6">
<img
class="tabs__content-img"
src="./images/content.jpeg"
alt="Фотография"
/>
<div class="tabs__content-box">
<h3>Graphics</h3>
<p>
With 1832 x 1920 pixels per eye, everything from multiplayer
games and productivity apps to 360 0 videos look beyond
incredible
</p>
</div>
<div class="video">
<button class="video__btn">
<img src="images/play.svg" alt="Кнопка воспроизведение" />
</button>
<span>Watch the video</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="game">
<div class="container">
<div class="section-title game__title">GAMES</div>
<div class="game__inner">
<div class="game__descr">
<p class="game__descr-title">It’s all fun and games</p>
<p class="game__descr-text">
Discover new adventures, master epic challenges or revisit
classic moments in your favourite games and experiences
</p>
<a href="#" class="game__link">SEE ALL GAMES</a>
</div>
<div class="game__item">
<img class="game__item-img" src="images/game-1.jpeg" alt="" />
<h3 class="game__item-title">Blade & Sorcery: Nomad</h3>
<p class="game__item-text">
Step into a medieval fantasy sandbox that uses phisics to serve
up some of the most realistic combat in VR
</p>
<a href="#" class="game__item-link">see more</a>
</div>
<div class="game__item">
<img class="game__item-img" src="images/game-2.jpeg" alt="" />
<h3 class="game__item-title">Population: One</h3>
<p class="game__item-text">
Climb anything. Fight everywhere. Experience battle royale only
possible in VR
</p>
<a href="#" class="game__item-link">see more</a>
</div>
<div class="game__item">
<img class="game__item-img" src="images/game-3.jpeg" alt="" />
<h3 class="game__item-title">Supernatural</h3>
<p class="game__item-text">
Box, Flow, Meditate and Stretch with real coaches in stunning
destinations from around the world. Enjoy new workouts every
day.
</p>
<a href="#" class="game__item-link">see more</a>
</div>
</div>
</div>
</section>
<div class="buy">
<p class="buy__bg">OCULUS</p>
<img src="images/oculus.png" alt="" class="buy__img" />
<button class="buy-btn">
<span class="buy-btn__text">BUY NOW</span>
<span class="buy-btn__price">399.99USD</span>
</button>
<p class="buy__text">Meta Quest 2 is for ages 13+</p>
</div>
<section class="equipment">
<div class="container">
<h2 class="equipment__title section-title">IN THE BOX</h2>
<div class="equipment__box">
<div class="equipment__box-item equipment__box-item--one">
<img class="equipment__box-img" src="images/eq1.jpeg" alt="" />
<p class="equipment__box-text">VR Headset</p>
</div>
<div class="equipment__box-item">
<img class="equipment__box-img" src="images/eq2.png" alt="" />
<p class="equipment__box-text">
Two Touch Controllers & AA Batteries
</p>
</div>
<div class="equipment__box-item">
<p class="equipment__box-title">What's included</p>
</div>
<div class="equipment__box-item">
<img class="equipment__box-img" src="images/eq3.png" alt="" />
<p class="equipment__box-text">Charging Cable & Power Adapter</p>
</div>
<div class="equipment__box-item">
<img class="equipment__box-img" src="images/eq4.png" alt="" />
<p class="equipment__box-text">Glasses Spacer</p>
</div>
</div>
</div>
</section>
<div class="promo">
<div class="container">
<div class="promo__inner"><button class="promo__btn">GO</button></div>
</div>
</div>
<section class="accessories">
<div class="container">
<h2 class="accessories__title section-title">Accessories</h2>
<p class="accessories__text">Personalize every experience</p>
<div class="accessories__items">
<div class="accessories__item">
<img src="images/acc1.jpeg" alt="" class="accessories__img" />
<h3 class="accessories__item-title">
Meta Quest 2 Carrying Case
</h3>
<p class="accessories__item-text">
Protect your system–at home or away.
</p>
<p class="accessories__item-price">$59.99 USD</p>
<button class="accessories__item-btn">buy now</button>
</div>
<div class="accessories__item">
<img src="images/acc2.jpeg" alt="" class="accessories__img" />
<h3 class="accessories__item-title">Link Cable</h3>
<p class="accessories__item-text">
Harness the power of your PC with this premium fiber-optic
cable.
</p>
<p class="accessories__item-price">$79.99 USD</p>
<button class="accessories__item-btn">buy now</button>
</div>
<div class="accessories__item">
<img src="images/acc3.jpeg" alt="" class="accessories__img" />
<h3 class="accessories__item-title">Meta Quest 2 Active Pack</h3>
<p class="accessories__item-text">
A wipeable facial interface, wrist straps, and knuckle straps.
</p>
<p class="accessories__item-price">$69.99 USD</p>
<button class="accessories__item-btn">buy now</button>
</div>
<div class="accessories__item">
<img src="images/acc4.jpeg" alt="" class="accessories__img" />
<h3 class="accessories__item-title">Meta Quest Gift Cards</h3>
<p class="accessories__item-text">
Redeemable on 350+ games and apps.
</p>
<p class="accessories__item-price">$15-50 USD</p>
<button class="accessories__item-btn">buy now</button>
</div>
</div>
</div>
</section>
<section class="contacts">
<div class="container">
<h2 class="contacts__title">Get news and updates</h2>
<div class="contacts__inner">
<div class="contacts__form">
<form action="" class="form">
<input class="form__input" type="text" placeholder="E-mail" />
<button class="form__btn" type="submit">go</button>
</form>
<p class="contacts__text">
By signing up you agree to receive updates and marketing
messages (e.g. email, social, etc.) from Meta about Meta’s
existing and future products and services. You may withdraw your
consent and unsubscribe at any time by clicking the unsubscribe
link included in our messages. Your subscription is subject to
the Terms and Privacy Policy.
</p>
</div>
<a href="mailto:oculusshop@gmail.com" class="contacts__email"></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<nav class="nav">
<ul class="menu">
<li class="menu__list"><a href="#" class="menu__link">SHOP</a></li>
<li class="menu__list"><a href="#" class="menu__link">GAMES</a></li>
<li class="menu__list">
<a href="#" class="menu__link">METAVERSE</a>
</li>
<li class="menu__list">
<a href="#" class="menu__link">CONTACT US</a>
</li>
</ul>
<a href="#" class="logo">
<img src="images/logo.svg" alt="Logo" />
</a>
<ul href="#" class="social">
<li class="social__item">
<a href="#" class="social__link">
<img src="images/youtube.svg" alt="" />
</a>
</li>
<li class="social__item">
<a href="#" class="social__link">
<img src="images/facebock.svg" alt="" />
</a>
</li>
<li class="social__item">
<a href="#" class="social__link">
<img src="images/instagram.svg" alt="" />
</a>
</li>
</ul>
</nav>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>