-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (74 loc) · 3.18 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
<!DOCTYPE html>
<html lang="ru">
<head>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<meta property="og:title" content="Lenorio">
<meta property="og:description" content="My name is Alexander. This is my contacts">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/122083296?v=4">
<link rel="icon" type="image/ico" href="media/icon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lenorio</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="background-video">
<video autoplay loop muted>
</video>
</div>
<div class="container">
<div class="content-wrapper">
<div class="left-content">
<div class="rectangle">
<div class="content">
<a href='https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley' target='_blank'>
<img class='avatar' src="media/avatar_static.png" alt='Avatar'>
</a>
<h1 class="nickname">Lenorio</h1>
<img src='icons/Discord.svg' class='discord' alt="Discord">
<div class="social-links social-links-rectangle">
<a href="https://github.com/Lenorio" target="_blank">
<img src="icons/github.svg" alt="Github">
</a>
<a href="https://Lenorio.t.me/" target="_blank">
<img src="icons/telegram.svg" alt="Telegram">
</a>
<a href="https://zelenka.guru/members/7125123/" target="_blank">
<img src="icons/lolz.svg" alt="Lolz">
</a>
<a href="https://steamcommunity.com/id/Lenorio128/" target="_blank">
<img src="icons/steam.svg" alt="Steam">
</a>
<a href='https://music.yandex.ru/users/KINGDARKNESAIDYT/playlists' target='_blank'>
<img src="icons/yandex.svg" alt="Spotify">
</a>
<a href='https://www.roblox.com/users/1229930160/profile' target='_blank'>
<img src="icons/roblox.png" alt="Roblox">
</a>
</div>
</div>
</div>
<div class="spotifyplayer">
<a href="https://music.yandex.ru/users/KINGDARKNESAIDYT/playlists/3" class="spotifynow">
<img src="https://spotify-8p69aysnt-tsprnay.vercel.app/api?theme=dark&scan=true&rainbow=true" alt="Current Spotify Song">
</a>
</div>
</div>
<div class="right-content">
<div class="rectangle-right">
<h1 class="hithere">Привет!</h1>
<p class="nometa">Ты в нужной точке. 📝</p>
<p class="email">Почта: <a href="mailto://[email protected]" class="email2">[email protected]</a> 📩</p>
<video autoplay loop muted class="ayanami">
<source src="media/ayanami.mp4" type="video/mp4">
</video>
</div>
<div id="expand-button" class="rectangle-button">
<img class="arrow" src="icons/arrow.svg" alt="Expand">
</div>
</div>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>