Update media and add ssh key

This commit is contained in:
Garden 2024-10-26 14:28:31 +02:00
parent 564560af41
commit 60e54eaf79
25 changed files with 215 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 KiB

After

Width:  |  Height:  |  Size: 133 KiB

22
people/people/aurora.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>A | 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>
<h1> A... (she/her) </h1>
<hr>
<p>
I like to vary my name a bit but I'm cool with almost any vaguely feminine name that starts with A!
</p>
</body>
</html>

26
people/people/jake.html Normal file
View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Jake | 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>
<h1> Jake (he/they) </h1>
<hr>
<p>
im jake, or jamie, both are good, i use he/they pronouns though i dont take offense to anyone using she either tbh
</p>
<p>
im just kinda some dude<br>
i make sure the other idiots do things like drinking water
</p>
</body>
</html>

25
people/people/luce.html Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Luce | 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>
<h1> Luce (she/it) </h1>
<hr>
<p>
heya im luce, im the system's resident tech nerd <br>
i also do other sorts of nerdery like politics <br>
these days thats mostly what i do, i dont front too much outside of meetings because of burnout <br>
though i still like doing what i do and wont stop despite the burnout forcing me to slow down a bit
</p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

23
people/people/rose.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Rose | 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>
<h1> Rose (she/her) </h1>
<hr>
<img src="media/rose-avatar.png" alt="Picrew of rose" width="200">
<hr>
<img src="media/rose-banner.png" alt="A drawing of a redish lynx on a red background with a rose on the left side" width="700" >
</body>
</html>

20
people/people/sam.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Sam | 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>
<h1> Sam (they/them) </h1>
<hr>
</body>
</html>

20
people/people/sol.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Sol | 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>
<h1> Sol (she/they) </h1>
<hr>
</body>
</html>

18
people/people/temp.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Meet the system | 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>
</body>
</html>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Vanessa | 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>
<h1> Vanessa (she/her) </h1>
<hr>
</body>
</html>

20
people/people/vi.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Vi | 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>
<h1> Violet/Vi (any/all) </h1>
<hr>
</body>
</html>

20
people/people/will.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Will | 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>
<h1> William Raine (he/him) </h1>
<hr>
</body>
</html>

1
ssh/pine-fbed.pub Normal file
View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHPzSPOhyHCXlWtYDE0RHt7SSmEVFukznyqnae+4CzOv pine-fbed1