This commit is contained in:
Garden 2024-10-07 16:59:54 +02:00
commit 17b1723405
2 changed files with 68 additions and 0 deletions

40
contact.html Normal file
View file

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Contact | Garden System</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>
<a href="index.html">>Home<</a> <a href="contact.html">>Contact<</a>
</p>
<hr>
<h2>Contact info</h2>
<hr>
<h3>Email</h3>
<p>
Email for most stuff: <a href="mailto:lilly@gay-garden.no">lilly@gay-garden.no</a><br>
Email for politics: <a href="mailto:lilly_eikje@riseup.net">lilly_eikje@riseup.net</a><br>
PGP key ID: 3E7881FE21FDB21C
</p>
<hr>
<h3>Fedi</h3>
<p>
Main fedi: <a rel="me" href="https://kitsunes.club/@garden">@garden@kitsunes.club</a><br>
Alt fedi: <a rel="me" href="https://akko.gay-garden.no/@garden">@garden@akko.gay-garden.no</a>
</p>
<hr>
<h3>Other</h3>
<p>
Discord: @grdnsys<br>
Signal: <a href="https://signal.me/#eu/zeAMqrPzlQIymrWQLtkFbwvNFhgLJ4WTaZRfOq2nDDhMRgkFYyBFJoUAJX5GtIlf">@garden.64</a>
</p>
<p>
If you want any other ways of contacting us, just send us an email or something and ask
</p>
</body>
</html>

28
index.html Normal file
View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Home | Garden System</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>
<a href="index.html">>Home<</a> <a href="contact.html">>Contact<</a>
</p>
<hr>
<p>
Hey, we are Garden, though you might know us as Lilly, we also go by that sometimes.<br>
</p>
<p>
We are a mixed origin system.<br>
Collectively you can call us garden.<br>
Collectively we use they/them pronouns but thought of in the plural sense.
</p>
<p>
If you don't know what any of that means you can look <a href="https://morethanone.info">here</a>
</p>
</body>
</html>