uncard/index.html

50 lines
1.5 KiB
HTML

<!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>