-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (71 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="ru" >
<head>
<meta charset="UTF-8">
<title>Xhub - The best platform</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="header">
<h2><a >Помощь</a></h2>
<div class="mid-spot" onclick="document.body.classList.toggle('gold');"></div>
<button class="contact-btn" onclick="window.location.href = 'catalog.html';">
<span class="glow"></span>
<span class="contact-btn-content">Каталог</span>
</button>
<div class="spotlight">
<div></div>
<div></div>
<div></div>
</div>
</div>
<canvas id="particleCanvas"></canvas>
<div class="accent-lines">
<div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="heroSubP">
<p>Инновации</p>
</div>
<div class="hero">
<div class="heroT">
<h2>Xhub</h2>
<h2>Xhub</h2>
</div>
</div>
<p class="heroP">Лучшая платформа, <br>
За всю историю сайта! </p>
<div class="mountains">
<div></div>
<div></div>
<div></div>
</div>
<div class="hero-spacer"></div>
<div class="content-section">
<div class="content-acc">
<div></div>
<div></div>
</div>
<p class="subt">Революционный дизайн</p>
<h3 class="title">Упорство. Труд.<br>
Универсальность.</h3>
<p class="subp">В основе лежит наша революционная концепция, <br>обеспечение адаптивности ко всем архитектурам приложений.</p>
</div>
<div>
<p style="text-align: center; color: white;font-size: 14px">© Xhub 2024</p>
</div>
<!-- partial -->
<script src="script.js"></script>
</body>
</html>