Spaces:
Running
Running
Update index.html
Browse files- index.html +21 -18
index.html
CHANGED
@@ -3,37 +3,40 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Revolut 2070 -
|
7 |
<link rel="stylesheet" href="styles.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<div class="
|
11 |
-
<canvas id="
|
12 |
<div class="container">
|
13 |
<header>
|
14 |
-
<h1 class="
|
15 |
-
<p class="subtitle"
|
16 |
</header>
|
17 |
<section class="hero">
|
18 |
-
<div class="
|
|
|
|
|
|
|
19 |
<div class="hero-text">
|
20 |
-
<h2
|
21 |
-
<p
|
22 |
-
<button class="
|
23 |
</div>
|
24 |
</section>
|
25 |
<section class="features" id="features">
|
26 |
-
<div class="
|
27 |
-
<h3
|
28 |
-
<p
|
29 |
</div>
|
30 |
-
<div class="
|
31 |
-
<h3
|
32 |
-
<p
|
33 |
</div>
|
34 |
-
<div class="
|
35 |
-
<h3
|
36 |
-
<p
|
37 |
</div>
|
38 |
</section>
|
39 |
</div>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Revolut 2070 - Кожа нового измерения</title>
|
7 |
<link rel="stylesheet" href="styles.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<div class="cosmo-bg" id="cosmo-bg"></div>
|
11 |
+
<canvas id="cosmo-canvas"></canvas>
|
12 |
<div class="container">
|
13 |
<header>
|
14 |
+
<h1 class="cosmo-title" id="cosmo-title">Revolut</h1>
|
15 |
+
<p class="subtitle">Эстетика чистоты из 2070</p>
|
16 |
</header>
|
17 |
<section class="hero">
|
18 |
+
<div class="cosmo-product" id="cosmo-product">
|
19 |
+
<div class="holo-layer layer-1"></div>
|
20 |
+
<div class="holo-layer layer-2"></div>
|
21 |
+
</div>
|
22 |
<div class="hero-text">
|
23 |
+
<h2>Космическая кожа</h2>
|
24 |
+
<p>Нанотехнологии превращают твою кожу в совершенство.</p>
|
25 |
+
<button class="cosmo-button" onclick="orderNow()">Погрузиться</button>
|
26 |
</div>
|
27 |
</section>
|
28 |
<section class="features" id="features">
|
29 |
+
<div class="cosmo-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)" ontouchstart="podTouch(this)">
|
30 |
+
<h3>Эфирная защита</h3>
|
31 |
+
<p>Барьер от времени и загрязнений.</p>
|
32 |
</div>
|
33 |
+
<div class="cosmo-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)" ontouchstart="podTouch(this)">
|
34 |
+
<h3>Пульс регенерации</h3>
|
35 |
+
<p>Клетки обновляются мгновенно.</p>
|
36 |
</div>
|
37 |
+
<div class="cosmo-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)" ontouchstart="podTouch(this)">
|
38 |
+
<h3>Галактический баланс</h3>
|
39 |
+
<p>Гармония в каждом слое кожи.</p>
|
40 |
</div>
|
41 |
</section>
|
42 |
</div>
|