mint.lgbt/about/index.html

187 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>mint.lgbt</title>
<meta property="og:title" content="mint.lgbt" />
<meta
property="og:description"
content="a more private, more mogai-friendly collection of web services"
/>
<meta property="og:image" content="https://mint.lgbt/img/logo.png" />
<meta property="og:url" content="https://mint.lgbt/about" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="shortcut icon"
type="image/jpg"
href="https://mint.lgbt/img/logo.png"
/>
<meta charset="UTF-8" />
<style>
body {
color: white;
margin: 0;
font-family: monospace;
background: linear-gradient(34deg, #d24a42, #d27122);
background-size: 200% 200%;
}
.navbar {
padding: 1%;
background-color: black;
color: white;
position: fixed;
border-radius: 0 0 16px 16px;
width: 97.975%;
}
.right {
text-align: right;
}
.padnav {
padding-right: 3%;
}
#banner {
color: white;
padding: 12% 14% 12% 14%;
text-align: left;
vertical-align: middle;
font-size: 16px;
}
h1 {
font-size: 48px;
}
.button {
border: 2px solid white;
border-radius: 16px;
padding: 10px;
color: white;
text-decoration: none;
transition: 0.2s;
}
.button:hover {
background-color: white;
color: black;
}
.footer {
padding: 1%;
background-color: black;
color: white;
border-radius: 16px 16px 0 0;
bottom: 0;
position: fixed;
width: 97.975%;
}
.pfp {
width: 128px;
height: 128px;
border-radius: 64px;
}
a {
text-decoration: none;
color: white;
}
.members {
width: 100%;
font-size: 12px;
text-align: center;
}
.team-member {
float: left;
width: 33%;
text-align: center;
}
.donate-profiles {
text-align: center;
}
.empty {
color: ghostwhite;
}
.donators {
padding-top: 256px;
text-align: center;
}
</style>
</head>
<body>
<div class="navbar">
<nav>
<img
style="vertical-align: middle; padding-right: 3%"
width="5%"
height="5%"
src="https://mint.lgbt/img/logo.png"
/><span class="padnav" style="text-align: right; font-size: 20px"
><a href="/">home</a></span
><span class="padnav" style="text-align: right; font-size: 20px"
><a href="/about">about</a></span
><span class="padnav" style="text-align: right; font-size: 20px"
><a href="https://liberapay.com/mint.lgbt/">donate</a></span
>
</nav>
</div>
<div id="banner">
<h1>what is mint.lgbt?</h1>
<p>
mint.lgbt is a non-profit collective dedicated on hosting and creating
mogai-friendly, open source and private services. for fundings we ask
for donations through liberapay so if you want to support us give us a
tip over there.
</p>
<h2><u>members</u></h2>
<div class="members">
<div style="float: left; width: 33%">
<img class="pfp" src="https://mint.lgbt/img/mint.png" />
<h3><u>mint</u></h3>
<p>they/them · founder</p>
<br />
<a href="https://they.mint.lgbt/" class="button">website</a>
</div>
<div class="team-member">
<img class="pfp" src="https://mint.lgbt/img/luna.png" />
<h3><u>luna</u></h3>
<p>she/her · programmer</p>
<br />
<a href="https://luna.mint.lgbt/" class="button">website</a>
</div>
<div class="team-member">
<img class="pfp" src="https://mint.lgbt/img/jo.png" />
<h3><u>jo</u></h3>
<p>she/they · designer</p>
<br />
<a href="https://j0.lol/" class="button">website</a>
</div>
</div>
<div class="donators">
<h3 align="center">donators</h3>
<p>thank you to all of these amazing people for donating! without them, we wouldn't be able to keep operating these services</p>
<p><small>(psst! if you want to join this list, please email <a href="mailto:her@mint.lgbt">her@mint.lgbt</a> with your recipt and social media profiles, and we'll add you)</small></p>
<div class="donate-profiles">
<div class="empty">
<p>none so far! donate at <a href="https://liberapay.com/mint.lgbt">liberapay</a> to be added to this list</p>
</div>
</div>
</div>
</div>
<footer class="footer">
© 2021 mint.lgbt. No rights reserved.<br /><a href="terms.html"
>terms of service</a
>
· <a href="privacy.html">privacy policy</a>
</footer>
</body>
</html>