Add Tea
This commit is contained in:
parent
44e77cc590
commit
98527584e8
3 changed files with 38 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
<a href="people/rose.html">🌹🔥 Rose (she/her)</a>
|
||||
<a href="people/sam.html">🎭 Sam (they/them)</a>
|
||||
<a href="people/sol.html">⚙️ Sol (she/they)</a>
|
||||
<a href="people/Tea.html">💠 Tea (he/him)</a>
|
||||
<a href="people/vanessa.html">🩸 Vanessa (she/her)</a>
|
||||
<a href="people/vi.html">🪽 Violet (she/any)</a>
|
||||
<a href="people/pi.html">🪽🗡️ Pi (she/they)</a>
|
||||
|
|
BIN
people/media/tea-avatar.png
Normal file
BIN
people/media/tea-avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 453 KiB |
37
people/tea.html
Normal file
37
people/tea.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>💠 Tea | 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>
|
||||
</p>
|
||||
<hr>
|
||||
<h1> 💠 Tea (he/him) </h1>
|
||||
<hr>
|
||||
<img src="media/tea-avatar.png" alt="Drawing of Tea" width="200">
|
||||
<hr>
|
||||
<p>
|
||||
💠 - <b>Tea</b> - 💠<br>
|
||||
<b>·</b> <u>Age:</u> Late Teens?<br>
|
||||
<b>·</b> <u>Gender:</u> Guy<br>
|
||||
<b>·</b> <u>Sexuality:</u> Straight?<br>
|
||||
<b>·</b> <u>Species:</u> Vampire?<br>
|
||||
<b>·</b> <u>Role:</u> ???<br>
|
||||
<br>
|
||||
💠 <b>Bio</b> 💠<br>
|
||||
<br>
|
||||
Hey! I'm Tea, I used to be around a lot but I missed several years so I might be a bit behind on some things...<br>
|
||||
I like anime and Xenoblade and tinkering with tech stuffs.<br>
|
||||
<br>
|
||||
💠
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue