forked from GogaNotClown/PersonalWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (75 loc) · 5.58 KB
/
Copy pathindex.html
File metadata and controls
75 lines (75 loc) · 5.58 KB
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<!-- Open Graph -->
<meta property="og:type" content="profile">
<meta property="og:locale" content="ru_RU">
<meta property="og:title" content="Моя карточка">
<meta property="og:description" content="Тут есть ссылки, что необходимо ещё?">
<meta property="og:site_name" content="© GogaNotClown, immails, Igordos">
<meta name="theme-color" content="#81AD81">
<meta property="og:image" content="https://igordos.dev/random-avatar.php">
<meta property="profile:username" content="Igordos">
<meta property="profile:gender" content="male">
<meta name="owner" content="igordos@vivaldi.net">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="resource-type" content="Homepage">
<meta http-equiv="content-language" content="ru">
<meta name="pinterest-rich-pin" content="false" />
<!--link rel="alternate" href="https://teletype.in/rss/igordos" type="application/xml" title="Блог"-->
<title>Это я</title>
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="./index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
<link rel="shortcut icon" href='' type="image/x-icon" id="icon">
<link rel="icon" href='' id="icon">
</head>
<body>
<div class="card">
<div class="content">
<div class="up">
<!--script>document.write("<img class=\"avatar\" src=\"https://thisfursonadoesnotexist.com/v2/jpgs/seed" + Math.floor(Math.random() * (99999 - 10000 + 1) + 10000) + ".jpg\">")</script-->
<img class="avatar" alt="Аватар" id="avatar" src='/img/noelle.jpg'>
<p>
<!--a class="social" href="https://teletype.in/@igordos/"><i class="fa fa-rss"></i></a-->
<a href="https://openvk.org/pepega"><img class="up-link" alt="ovk" style="position: relative; top: 2px" src="https://raw.githubusercontent.com/openvk/openvk/master/Web/static/img/logo.svg"></a>
<a class="social" href="https://igodra.t.me"><i class="fab fa-telegram-plane"></i></a>
<a class="social" href="https://last.fm/ru/user/Igordos"><i class="fab fa-lastfm"></i></a>
<a class="social" href="https://steamcommunity.com/id/Igordos_YT/"><i class="fab fa-steam"></i></a>
<a class="social" href="https://www.reddit.com/u/IgordosDev"><i class="fab fa-reddit-alien"></i></a>
<a class="social" href="/gallery"><i class="fas fa-image"></i></a>
<!--a class="social" href="https://howlongtobeat.com/user/Igordos"><i class="fas fa-h-square"></i></a>
<a class="social" href="https://www.youtube.com/c/Igordos"><i class="fab fa-youtube"></i></a>
<a class="social" href="https://discord.gg/xRV2PGdSGg"><i class="fab fa-discord"></i></a>
<a class="social" href="https://www.guilded.gg/i/2OORrmX2"><i class="fab fa-guilded"></i></a>
<a class="social" href="https://pin.it/2gh9WYV"><i class="fab fa-pinterest"></i></a>
<a class="social" href="https://twitch.tv/igodra_"><i class="fab fa-twitch"></i></a-->
</p>
</div>
<h3>Igordos<span style="opacity: 50%" title="not really">Dev</span> / igodra</h3>
<p id="status"><a href="https://openvk.org/wall532_14"></a><noscript>а дайте мне возможность включить javascript и даже больше</noscript></p>
<details>
<summary class="unselectable">Мои плашки форумов</summary>
<div class="card details">
<div class="content content-details">
<a class="image" href="https://mynickname.com/Igordos"><img src="https://mynickname.com/img.php?nick=Igordos&sert=23&text=t0" alt="mynickname.com"></a>
<a class="image" href="http://veselcraft.ru/"><img src="/img/vc-banner.gif" alt="veselcraft" border="0" height="28" style="position: relative;"></a>
<a class="image" href="https://myslivets.com"><img src="/img/myslivets-banner.png" alt="myslivets" border="0" height="28" style="position: relative; left: 5px"></a>
<a class="image" href="http://w01te.narod.ws"><img src="/img/w01te-banner.gif" title="w01te's personal web-site" alt="w01te's personal web-site" border="0" height="28" style="position: relative; right: -13px"></a>
<a class="image" href="https://t.me/+G-bU7huIe5o2MDYy"><img src="/img/kakava-banner.gif" border="0" height="28" style="position: relative; right: -18px" title="Канал с какавой" alt="Канал Какавы"></a>
<!--a class="discord image" href="https://discord.gg/xRV2PGdSGg"><img alt="Discord" src="https://discordapp.com/api/guilds/753669010318426323/widget.png?style=shield"></a-->
</div>
</div>
</details>
</div>
<div class="attribution">
<a href="#" class="attribution-link">©</a>
<noscript><style>.attribution-link { display: none; }</style></noscript>
</div>
</div>
</body> </html>