Making it easier to choose contact points in links

This commit is contained in:
blank X 2019-01-24 00:17:41 +07:00
parent c3d608f864
commit 1d037f7f7f
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 12 additions and 9 deletions

View File

@ -30,17 +30,17 @@
<a href='https://reddit.com/u/the_blank_x' class='red'><i class='fa fa-reddit-alien' style='color: red;'><p></p></i></a>
<a href='https://twitter.com/the_blank_x' class='blue'><i class='fa fa-twitter' style='color: blue;'><p></p></i></a>
</div>
<a href='https://t.me/blank_x' class='blue'>Telegram Main (@blank_x)</a>
<a href='https://t.me/theblankx' class='blue'>Telegram Alt (@theblankx)</a>
<a href='https://t.me/blank_x' class='blue'>Telegram Main (@blank_x)</a><p class='h'></p>
<a href='https://t.me/theblankx' class='blue'>Telegram Alt (@theblankx)</a><p class='h'></p>
<noscript><p class='green'>Ever tried enabling Javascript and seeing something different?</p></noscript>
<a href='https://keybase.io/blank_x' class='blue'>Keybase (blank_x)</a>
<a href='mailto:21416808@etlgr.com' class='red'>214416808@etlgr.com</a>
<a href='mailto:theblankx@protonmail.com' class='blue'>theblankx@protonmail.com</a>
<a href='mailto:theblankx@tutanota.com' class='red'>theblankx@tutanota.com</a>
<a href='https://keybase.io/blank_x' class='blue'>Keybase (blank_x)</a><p class='h'></p>
<a href='mailto:21416808@etlgr.com' class='red'>214416808@etlgr.com</a><p class='h'></p>
<a href='mailto:theblankx@protonmail.com' class='blue'>theblankx@protonmail.com</a><p class='h'></p>
<a href='mailto:theblankx@tutanota.com' class='red'>theblankx@tutanota.com</a><p class='h'></p>
<p></p>
<a href='mailto:theblankx@outlook.com' class='blue'>theblankx@outlook.com</a>
<a href='https://reddit.com/u/the_blank_x' class='red'>Reddit (u/the_blank_x)</a>
<a href='https://twitter.com/the_blank_x' class='blue'>Twitter (the_blank_x)</a>
<a href='mailto:theblankx@outlook.com' class='blue'>theblankx@outlook.com</a><p class='h'></p>
<a href='https://reddit.com/u/the_blank_x' class='red'>Reddit (u/the_blank_x)</a><p class='h'></p>
<a href='https://twitter.com/the_blank_x' class='blue'>Twitter (the_blank_x)</a><p class='h'></p>
</div>
<script>
window.intergramId = "-1001173397482";

View File

@ -69,3 +69,6 @@ div.tocclass, iframe {
box-sizing: border-box; */
width: 100%;
}
p.h {
display: none;
}