flpolprojects commited on
Commit
e728f26
·
verified ·
1 Parent(s): 7cc7efc

Update index.html

Browse files
Files changed (1) hide show
  1. 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 - Эра чистой кожи</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>
 
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>