-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (100 loc) · 6.19 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="7ouDtORrBsw5zqvru-KV6gdDqs5TALjQ1rjZhfnU4fk" />
<!-- -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sergey5588</title>
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="stylesheet" href="./assets/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
</head>
<body style="background-color: #008080; zoom: 1.5;">
<div class="col-md-8 mx-auto cntr" style="/*border: 1px solid black; */max-width: fit-content;">
<div class="container">
<div class="row">
<div class="col-xl">
<div class="window">
<div class="title-bar">
<div class="title-bar-text"><img src="https://win98icons.alexmeub.com/icons/png/media_player-0.png" style="max-width: 16px;"> Avatar</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close" onclick="this.parentElement.parentElement.parentElement.remove()"></button>
</div>
</div>
<div class="window-body">
<img src="https://avatars.githubusercontent.com/sergey5588" style="max-width: 130px;">
</div>
</div>
</div>
<div class="col-xl">
<div class="window">
<div class="title-bar">
<div class="title-bar-text"> <img src="https://win98icons.alexmeub.com/icons/png/chm-1.png" style="max-width: 16px;">About me</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close" onclick="this.parentElement.parentElement.parentElement.remove()"></button>
</div>
</div>
<div class="window-body">
<span>Sergey5588</span>
<br>
<span id='yo'>{old}</span>
<br>
<span>+3 GMT</span>
<br>
<span><img src="https://upload.wikimedia.org/wikipedia/commons/f/f3/Flag_of_Russia.svg" style="max-width: 16px; margin-top: 2px; margin-right: 2px;"> from Russia</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl">
<div class="window">
<div class="title-bar">
<div class="title-bar-text" id="skill_title"> <img src="https://win98icons.alexmeub.com/icons/png/chart1-4.png" style="max-width: 16px;"> Skills</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close" onclick="this.parentElement.parentElement.parentElement.remove()"></button>
</div>
</div>
<div class="window-body" style="min-width: 135px; max-width: 170px;">
<p id="skill_txt">confidently: C# and Unity, C++ and SFML, python, GDScript and godot. <br> superficially: html, css, javascript, lua, java, go</p>
</div>
</div>
</div>
<div class="col-xl">
<div class="window" style="min-width: 170px;">
<div class="title-bar">
<div class="title-bar-text"><img src="https://win98icons.alexmeub.com/icons/png/address_book-0.png" style="max-width: 16px;"> Contacts</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close" onclick="this.parentElement.parentElement.parentElement.remove()"></button>
</div>
</div>
<div class="window-body">
<button class="contact" onclick="window.open('https://github.com/Sergey5588')">
<img src="assets/github.svg" style="max-width: 15px;">
Github</button>
<br>
<button class="contact" onclick="alert('username: sergey5588');window.open('discord://discordapp.com/users/808665387142873108')">
<img src="https://i.redd.it/tbjhgqpc2nn61.png" style="max-width: 15px;">
Discord</button>
<br>
<button class="contact" onclick="window.open('https://steamcommunity.com/profiles/76561199163822783/')">
<img src="assets/SteamOldFavicon.webp" style="max-width: 15px;">
Steam</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="./assets/post.js"></script>
</html>