Add names on everyones pages and fix filepaths to no longer be broken

This commit is contained in:
Garden 2024-10-08 15:20:03 +02:00
parent 2923998c88
commit 3da0da4180
7 changed files with 38 additions and 22 deletions

View file

@ -9,8 +9,8 @@
<body> <body>
<p> <p>
<a href="index.html">>Home<</a> <a href="../index.html">>Home<</a>
<a href="contact.html">>Contact<</a> <a href="../contact.html">>Contact<</a>
</p> </p>
<hr> <hr>
<h1> A... (she/her) </h1> <h1> A... (she/her) </h1>

View file

@ -9,10 +9,18 @@
<body> <body>
<p> <p>
<a href="index.html">>Home<</a> <a href="../index.html">>Home<</a>
<a href="contact.html">>Contact<</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> </p>
</body> </body>
</html> </html>

View file

@ -9,8 +9,8 @@
<body> <body>
<p> <p>
<a href="index.html">>Home<</a> <a href="../index.html">>Home<</a>
<a href="contact.html">>Contact<</a> <a href="../contact.html">>Contact<</a>
</p> </p>
<hr> <hr>
<h1> Luce (she/it) </h1> <h1> Luce (she/it) </h1>

View file

@ -9,10 +9,12 @@
<body> <body>
<p> <p>
<a href="index.html">>Home<</a> <a href="../index.html">>Home<</a>
<a href="contact.html">>Contact<</a> <a href="../contact.html">>Contact<</a>
</p> </p>
<hr>
<h1> Rose (she/her) </h1>
<hr>
</body> </body>
</html> </html>

View file

@ -9,10 +9,12 @@
<body> <body>
<p> <p>
<a href="index.html">>Home<</a> <a href="../index.html">>Home<</a>
<a href="contact.html">>Contact<</a> <a href="../contact.html">>Contact<</a>
</p> </p>
<hr>
<h1> Sam (they/them) </h1>
<hr>
</body> </body>
</html> </html>

View file

@ -2,17 +2,19 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Meet the system | Garden System</title> <title>Vi | Garden System</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<p> <p>
<a href="index.html">>Home<</a> <a href="../index.html">>Home<</a>
<a href="contact.html">>Contact<</a> <a href="../contact.html">>Contact<</a>
</p> </p>
<hr>
<h1> Violet/Vi (any/all) </h1>
<hr>
</body> </body>
</html> </html>

View file

@ -2,17 +2,19 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Meet the system | Garden System</title> <title>Will | Garden System</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<p> <p>
<a href="index.html">>Home<</a> <a href="../index.html">>Home<</a>
<a href="contact.html">>Contact<</a> <a href="../contact.html">>Contact<</a>
</p> </p>
<hr>
<h1> William Raine (he/him) </h1>
<hr>
</body> </body>
</html> </html>