Spaces:
Running
Running
Update index.html
Browse files- index.html +18 -18
index.html
CHANGED
@@ -3,40 +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 |
<div class="container">
|
12 |
<header>
|
13 |
-
<h1 class="
|
14 |
-
<p class="subtitle"
|
15 |
</header>
|
16 |
<section class="hero">
|
17 |
-
<div class="
|
18 |
<div class="hero-text">
|
19 |
-
<h2
|
20 |
-
<p
|
21 |
-
<button class="
|
22 |
</div>
|
23 |
</section>
|
24 |
<section class="features" id="features">
|
25 |
-
<div class="
|
26 |
-
<h3
|
27 |
-
<p
|
28 |
</div>
|
29 |
-
<div class="
|
30 |
-
<h3
|
31 |
-
<p
|
32 |
</div>
|
33 |
-
<div class="
|
34 |
-
<h3
|
35 |
-
<p
|
36 |
</div>
|
37 |
</section>
|
38 |
</div>
|
39 |
-
<canvas id="particle-canvas"></canvas>
|
40 |
<script src="script.js"></script>
|
41 |
</body>
|
42 |
</html>
|
|
|
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="quantum-bg" id="quantum-bg"></div>
|
11 |
+
<canvas id="holo-canvas"></canvas>
|
12 |
<div class="container">
|
13 |
<header>
|
14 |
+
<h1 class="quantum-title" id="quantum-title">Revolut</h1>
|
15 |
+
<p class="subtitle">Кожа, переписанная будущим</p>
|
16 |
</header>
|
17 |
<section class="hero">
|
18 |
+
<div class="holo-product" id="holo-product"></div>
|
19 |
<div class="hero-text">
|
20 |
+
<h2>Квантовая гармония</h2>
|
21 |
+
<p>Нано-крем перестраивает твою кожу на молекулярном уровне.</p>
|
22 |
+
<button class="quantum-button" onclick="orderNow()">Взять будущее</button>
|
23 |
</div>
|
24 |
</section>
|
25 |
<section class="features" id="features">
|
26 |
+
<div class="holo-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)" ontouchstart="podTouch(this)">
|
27 |
+
<h3>Молекулярный щит</h3>
|
28 |
+
<p>Защита от загрязнений 24/7.</p>
|
29 |
</div>
|
30 |
+
<div class="holo-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)" ontouchstart="podTouch(this)">
|
31 |
+
<h3>Кинетическая регенерация</h3>
|
32 |
+
<p>Восстановление в реальном времени.</p>
|
33 |
</div>
|
34 |
+
<div class="holo-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)" ontouchstart="podTouch(this)">
|
35 |
+
<h3>Голографический баланс</h3>
|
36 |
+
<p>Идеальная кожа в каждом измерении.</p>
|
37 |
</div>
|
38 |
</section>
|
39 |
</div>
|
|
|
40 |
<script src="script.js"></script>
|
41 |
</body>
|
42 |
</html>
|