Add names on everyones pages and fix filepaths to no longer be broken
This commit is contained in:
parent
2923998c88
commit
3da0da4180
7 changed files with 38 additions and 22 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
</p>
|
||||
<hr>
|
||||
<h1> A... (she/her) </h1>
|
||||
|
|
|
@ -9,10 +9,18 @@
|
|||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<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>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
</p>
|
||||
<hr>
|
||||
<h1> Luce (she/it) </h1>
|
||||
|
|
|
@ -9,10 +9,12 @@
|
|||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
<h1> Rose (she/her) </h1>
|
||||
<hr>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,10 +9,12 @@
|
|||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
<h1> Sam (they/them) </h1>
|
||||
<hr>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,17 +2,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<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 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>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
<h1> Violet/Vi (any/all) </h1>
|
||||
<hr>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,17 +2,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<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 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>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
<h1> William Raine (he/him) </h1>
|
||||
<hr>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue