This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
118 lines (116 loc) · 5.61 KB
/
links.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>Links - Timofei302's official website</title>
<meta name="description" content="Links to my social networks and not only."/>
<link rel="stylesheet" href="/res/stylesheet.css"/>
<script type="module" src='/res/html-include-element.js'></script>
<meta name="robots" content="noindex"/>
</head>
<body>
<html-include src="/header.html" no-shadow></html-include>
<noscript>Our site uses a script for include footer and header, and if the scripts are disabled, the site will be displayed incorrectly. Please add this site to the exceptions of the noscript plugin. We do not use scripts that may harm your privacy.</noscript>
<div class="content">
<div class="links_page">
<h1 align=center>Links</h1>
<table>
<tr><td align=center><strong><h3>Contact me</h3></strong></td></tr>
</table>
<table>
<tr><td>XMPP / Jabber</td><td><a href="xmpp:timofei302@jix.im">timofei302@jix.im</a></td></tr>
<tr><td>Matrix</td><td><a href="https://matrix.to/#/@timofei302:matrix.org">@timofei302:matrix.org</a></td></tr>
<tr><td>Telegram</td><td><a href="https://t.me/Timofei302">@Timofei302</a></tr></tr>
</table>
<br/>
<table>
<tr><td align=center><strong><h3>Donations</h3></strong></td></tr>
</table>
<table>
<!--<tr>
<td>LiberaPay</td><td><a href="https://liberapay.com/Timofei302/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a><br/><script src="https://liberapay.com/Timofei302/widgets/receiving.js"></script></td>
</tr>-->
<tr>
<td>YooMoney</td><td><a href="https://yoomoney.ru/to/410018862403059">LINK</a></td>
</tr>
<tr>
<td>Donate.stream</td><td><a href="https://donate.stream/timofei302">LINK</td>
</tr>
<tr>
<td>DonationAlerts</td><td>F*CK DONATIONALERTS</td>
</tr>
</table>
<br/>
<table>
<tr><td align=center><strong><h3>Links</h3></strong></td></tr>
</table>
<table>
<tr>
<td>Mastodon</td><td><a rel="me" href="https://mastodon.ml/@timofei302"><img src="/res/icons/mastodon.svg" height="30px" style="background-color: #19a6fd; border-radius: 3px; padding: 0 5px 0 5px;"></a></td>
</tr>
<tr><td>Telegram Channel</td><td><a href="https://t.me/+MgOZkocsdPJmZGMy"><img src="/res/icons/telegram.svg" height="30px"></a></tr>
<!-- <tr><td> </td><td> </td></tr> -->
<tr>
<td>PeerTube</td><td><a href="https://peertube.su/a/timofei302/"><img src="/res/icons/peertube.png" height="30px" style="border-radius: 3px;"></a></td>
</tr>
<tr>
<td>YouTube</td><td><a href="https://youtube.com/@timofei302-official"><img src="/res/icons/youtube.png" height="30px" style="border-radius: 3px;"></a></td>
</tr>
<tr>
<td>VKontakte</td><td><a href="https://vk.com/beztim81"><img src="/res/icons/vk.jpg" height="30px" style="border-radius: 3px;"></a></td>
</tr>
<tr>
<td>GitHub</td><td><a href="https://github.com/Timofei302"><img src="/res/icons/github.jpg" height="30px" style="border-radius: 3px;"></a></td>
</tr>
<tr>
<td>Newgrounds</td><td><a href="https://timofei302.newgrounds.com/">LINK</a></td>
</tr>
<tr>
<td>OpenVK</td><td><a href="https://ovk.to/timofei302">LINK</a></td>
</tr>
</table>
<br/>
<table>
<tr><td align=center><strong><h3>Add to your website</h3></strong></td></tr>
</table>
<table class="addtoyoursite">
<tr><td align=center><a href="https://timofei302.github.io" target="_blank"><img src="https://timofei302.github.io/res/88x31.png" width="88px" height="31px"/></a></td>
<td><a href="<wbr>https://<wbr>timofei302.github.io<wbr>" <wbr>target="_blank"><img src="<wbr>https://<wbr>timofei302.github.io/<wbr>res/<wbr>88x31.png" <wbr>width="88px" <wbr>height="31px"<wbr>/></a></td>
</tr>
</table>
</div>
</div>
<style>
table {
margin: 0 auto;
}
table, tr, td {
table-layout: fixed;
width: 100%;
max-width: 600px;
border-collapse: collapse;
border: 3px solid #006e12;
}
td {
padding: 10px;
}
td a {
color: #4876d2;
text-decoration: none;
border-bottom: none;
cursor: pointer;
}
td a:hover {
color: #3b60a9;
text-decoration: none;
border-bottom: none;
}
.addtoyoursite tr td img {
border-radius: 0px;
}
</style>
<html-include src="/footer.html" no-shadow></html-include>
</body>
</html>