Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
a8a9045174 | ||
|
a299fd160c | ||
|
a21b28663a |
4 changed files with 39 additions and 21 deletions
BIN
media/avatars/nina.png
Normal file
BIN
media/avatars/nina.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
|
@ -27,6 +27,7 @@
|
|||
<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>
|
||||
|
|
38
people/nina.html
Normal file
38
people/nina.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!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>
|
|
@ -1,21 +0,0 @@
|
|||
<!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