flpolprojects commited on
Commit
856e5b3
·
verified ·
1 Parent(s): fb2810b

Update index.html

Browse files
Files changed (1) hide show
  1. 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 - Крем эпохи чистоты</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>
 
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>