Added contact.html
This commit is contained in:
parent
d780be017c
commit
bb077b35a6
|
@ -0,0 +1,28 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>/blankX/contact.html</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>/blankx/contact.html</h1>
|
||||||
|
<p class='green'>Now with <a href='https://github.com/ForkAwesome/Fork-Awesome'>Fork Awesome</a></p>
|
||||||
|
<br>
|
||||||
|
<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='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>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Binary file not shown.
|
@ -15,6 +15,20 @@ body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
p.red {
|
p.red, a.red {
|
||||||
color: rgb(255, 42, 42);
|
color: rgb(255, 42, 42);
|
||||||
}
|
}
|
||||||
|
div.linkz {
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
font-size: 4em;
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
a.blue {
|
||||||
|
color: rgb(42, 255, 42);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue