Compare commits
No commits in common. "master" and "WIP" have entirely different histories.
4 changed files with 21 additions and 39 deletions
Binary file not shown.
Before Width: | Height: | Size: 222 KiB |
|
@ -27,7 +27,6 @@
|
|||
<li><a href="people/jake.html">🕰️ Jake (He/Him)</a></li>
|
||||
<li><a href="people/luce.html">💾 Luce (she/it)</a></li>
|
||||
<li><a href="people/miriam.html">🌙 Miriam (she/her)</a></li>
|
||||
<li><a href="people/nina.html">🎲 Nina (she/they)</a></li>
|
||||
<li><a href="people/rose.html">🌹🔥 Rose (she/her)</a></li>
|
||||
<li><a href="people/sam.html">🎭 Sam (they/them)</a></li>
|
||||
<li><a href="people/sol.html">⚙️ Sol (she/they)</a></li>
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>🎲 Nina | Garden System</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
<a href="../people.html">>Headmates<</a>
|
||||
<a href="../blog.html">>Blog<</a>
|
||||
</p>
|
||||
<hr>
|
||||
<h1> 🎲 Nina (she/they) </h1>
|
||||
<hr>
|
||||
<img src="../media/avatars/nina.png" alt="Drawing of Nina" width="200">
|
||||
<hr>
|
||||
<p>
|
||||
🎲 - <b>Nina</b> - 🎲</p>
|
||||
<ul>
|
||||
<li><u>Age:</u> Adult</li>
|
||||
<li><u>Gender:</u> Woman</li>
|
||||
<li><u>Sexuality:</u> Undecided</li>
|
||||
<li><u>Species:</u> Undecided</li>
|
||||
<li><u>Role:</u> Good question</li>
|
||||
</ul>
|
||||
<p>🎲 <b>Bio</b> 🎲<br>
|
||||
Hey I'm new, split off of Luce recently and don't know jack shit about who I am yet.<br>
|
||||
<br>
|
||||
🎲
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
21
people/temp.html
Executable file
21
people/temp.html
Executable file
|
@ -0,0 +1,21 @@
|
|||
<!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">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
<a href="../people.html">>Headmates<</a>
|
||||
<a href="../blog.html">>Blog<</a>
|
||||
</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue