Spaces:
Running
Running
Update index.html
Browse files- index.html +19 -18
index.html
CHANGED
@@ -3,39 +3,40 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Revolut - Крем
|
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="product
|
18 |
<div class="hero-text">
|
19 |
-
<h2
|
20 |
-
<p
|
21 |
-
<button class="
|
22 |
</div>
|
23 |
</section>
|
24 |
-
<section class="features">
|
25 |
-
<div class="feature-
|
26 |
-
<h3
|
27 |
-
<p
|
28 |
</div>
|
29 |
-
<div class="feature-
|
30 |
-
<h3
|
31 |
-
<p
|
32 |
</div>
|
33 |
-
<div class="feature-
|
34 |
-
<h3
|
35 |
-
<p
|
36 |
</div>
|
37 |
</section>
|
38 |
</div>
|
|
|
39 |
<script src="script.js"></script>
|
40 |
</body>
|
41 |
</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="neuro-bg" id="neuro-bg"></div>
|
11 |
<div class="container">
|
12 |
<header>
|
13 |
+
<h1 class="neuro-title" id="neuro-title">Revolut</h1>
|
14 |
+
<p class="subtitle">Эволюция кожи начинается с тебя</p>
|
15 |
</header>
|
16 |
<section class="hero">
|
17 |
+
<div class="ar-product" id="ar-product"></div>
|
18 |
<div class="hero-text">
|
19 |
+
<h2>Нано-ренессанс</h2>
|
20 |
+
<p>Крем, который читает твою ДНК и побеждает прыщи навсегда.</p>
|
21 |
+
<button class="neuro-button" onclick="orderNow()">Активировать</button>
|
22 |
</div>
|
23 |
</section>
|
24 |
+
<section class="features" id="features">
|
25 |
+
<div class="feature-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)">
|
26 |
+
<h3>Генетический код</h3>
|
27 |
+
<p>Адаптация под твою уникальную кожу.</p>
|
28 |
</div>
|
29 |
+
<div class="feature-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)">
|
30 |
+
<h3>Квантовая чистота</h3>
|
31 |
+
<p>Мгновенное удаление загрязнений.</p>
|
32 |
</div>
|
33 |
+
<div class="feature-pod" onmouseover="podEffect(this)" onmouseout="podReset(this)">
|
34 |
+
<h3>Нейро-связь</h3>
|
35 |
+
<p>Крем реагирует на твои эмоции.</p>
|
36 |
</div>
|
37 |
</section>
|
38 |
</div>
|
39 |
+
<canvas id="particle-canvas"></canvas>
|
40 |
<script src="script.js"></script>
|
41 |
</body>
|
42 |
</html>
|