Imported files
This commit is contained in:
parent
b69f303c29
commit
34ef3e6617
BIN
img/pfp.png
Normal file
BIN
img/pfp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 622 KiB |
49
index.html
Normal file
49
index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="img/pfp.png">
|
||||
<title>mint</title>
|
||||
<meta property="og:title" content="mint">
|
||||
<meta property="og:description" content="17 | nb | they/she">
|
||||
<meta property="og:url" content="https://they.mint.lgbt/">
|
||||
<meta property="og:site_name" content="they.mint.lgbt">
|
||||
<meta property="og:image" content="https://they.mint.lgbt/img/pfp.png">
|
||||
<style>
|
||||
body {
|
||||
font-family: monospace;
|
||||
font-size: 110%;
|
||||
padding: 10%;
|
||||
color: #e5dafd;
|
||||
background-color: #001c6f;
|
||||
animation-name: boot;
|
||||
animation-duration: 1s;
|
||||
}
|
||||
@keyframes boot {
|
||||
from {transform: scale(0.95); opacity: 0;}
|
||||
to {transform: scale(1); opacity: 1;}
|
||||
}
|
||||
a {
|
||||
color: #e5dafd;
|
||||
text-decoration: none;
|
||||
}
|
||||
img {
|
||||
border-radius: 100%;
|
||||
}
|
||||
#discord:after {
|
||||
content: 'discord';
|
||||
}
|
||||
#discord:hover:after {
|
||||
content: 'mint#2000';
|
||||
}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<img src="img/pfp.png" width=116px height=116px></img>
|
||||
<h1>mint</h1>
|
||||
<p>17 | nb | they/she</p>
|
||||
<nav><a href="https://twitter.com/mntphin">twitter</a> <a href="https://fedi.mint.lgbt/@they">fedimint</a> <a href="https://fem.mint.lgbt/m">femgit</a> <a href="gemini://mint.lgbt/they/">gemini</a><nav>
|
||||
<nav><a href="https://matrix.to/#/@they:mint.lgbt">matrix</a> <span id="discord"></span> <a href="xmpp:they@mint.lgbt">xmpp</a> <a href="mailto:they@mint.lgbt">email</a></nav>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue