-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
73 lines (73 loc) · 2.84 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta property="og:title" content="Zenettany">
<meta property="og:description" content="My name is yasno :0">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/65571116?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>Zenettany</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/asuka.gif" alt='Avatar'>
</a>
<h1 class="nickname">Zenettany</h1>
<img src='icons/Discord.svg' class='discord' alt="Discord">
<div class="social-links social-links-rectangle">
<a href="https://github.com/Tsprnay" target="_blank">
<img src="icons/github.svg" alt="Github">
</a>
<a href="https://uglyy.t.me/" target="_blank">
<img src="icons/telegram.svg" alt="Telegram">
</a>
<a href="https://zelenka.guru/members/529524/" target="_blank">
<img src="icons/lolz.svg" alt="Lolz">
</a>
<a href="https://steamcommunity.com/id/Sayoricom" target="_blank">
<img src="icons/steam.svg" alt="Steam">
</a>
<a href='https://open.spotify.com/user/cafpejld1dndlegu7wlytidnc?si=00e4331f016a48c6' target='_blank'>
<img src="icons/spotify.svg" alt="Spotify">
</a>
<a href='https://www.roblox.com/users/2471008019/profile' target='_blank'>
<img src="icons/roblox.png" alt="Roblox">
</a>
</div>
</div>
</div>
<div class="spotifyplayer">
<a href="https://github.com/Tsprnay" 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">Hi there 👋</h1>
<p class="nometa">Write directly to the point. 📝</p>
<p class="email">My 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>