no questions plz

This commit is contained in:
blank X 2019-01-13 21:32:55 +07:00
parent bb077b35a6
commit 74e22f3bc3
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 10 additions and 13 deletions

View File

@ -11,18 +11,15 @@
<p>Sorted in most active order</p>
<h2>Not abandoned accounts</h2>
<div class='linkz'>
<a href='https://t.me/blank_x' class='blue'><i class='fa fa-telegram'><p></p></i></a>
<a href='https://t.me/theblankx' class='blue'><i class='fa fa-telegram'><p></p></i></a>
<a href='https://keybase.io/blank_x' class='blue'><i class='fa fa-keybase'><p></p></i></a>
<a href='mailto:214416808@etlgr.com' class='red'><i class='fa fa-envelope'><p></p></i></a>
<a href='mailto:theblankx@protonmail.com' class='blue'><i class='fa fa-envelope'><p></p></i></a>
<a href='https://t.me/blank_x' class='blue'><i class='fa fa-telegram' class='blue'><p></p></i></a>
<a href='https://t.me/theblankx' class='blue'><i class='fa fa-telegram' class='blue'><p></p></i></a>
<a href='https://keybase.io/blank_x' class='blue'><i class='fa fa-keybase' class='blue'><p></p></i></a>
<a href='mailto:214416808@etlgr.com' class='red'><i class='fa fa-envelope' class='red'><p></p></i></a>
<a href='mailto:theblankx@protonmail.com' class='blue'><i class='fa fa-envelope' class='blue'><p></p></i></a>
<a href='mailto:theblankx@tutanota.com' class='red'><i class='fa fa-envelope'><p></p></i></a>
</div>
<h2>(probably) Abandoned accounts</h2>
<div class='linkz'>
<a href='mailto:theblankx@outlook.com' class='blue'><i class='fa fa-envelope'><p></p></i></a>
<a href='https://reddit.com/u/the_blank_x' class='red'><i class='fa fa-reddit-alien'><p></p></i></a>
<a href='https://twitter.com/the_blank_x' class='red'><i class='fa fa-twitter'><p></p></i></a>
<a href='mailto:theblankx@outlook.com' class='blue'><i class='fa fa-envelope' class='blue'><p></p></i></a>
<a href='https://reddit.com/u/the_blank_x' class='red'><i class='fa fa-reddit-alien' class='red'><p></p></i></a>
<a href='https://twitter.com/the_blank_x' class='red'><i class='fa fa-twitter' class='red'><p></p></i></a>
</div>
</body>
</html>

View File

@ -15,7 +15,7 @@ body {
background-color: black;
text-align: center;
}
p.red, a.red {
p.red, a.red, i.red {
color: rgb(255, 42, 42);
}
div.linkz {
@ -29,6 +29,6 @@ div.linkz {
height: 100vh;
box-sizing: border-box;
}
a.blue {
a.blue, i.blue {
color: rgb(42, 255, 42);
}