27 lines
806 B
HTML
27 lines
806 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Luce | 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>
|
|
</p>
|
|
<hr>
|
|
<h1> Luce (she/it) </h1>
|
|
<hr>
|
|
<img src="media/luce-avatar.png" alt="Drawing of Luce" width="200">
|
|
<hr>
|
|
<p>
|
|
heya im luce, im the system's resident tech nerd <br>
|
|
i also do other sorts of nerdery like politics <br>
|
|
these days thats mostly what i do, i dont front too much outside of meetings because of burnout <br>
|
|
though i still like doing what i do and wont stop despite the burnout forcing me to slow down a bit
|
|
</p>
|
|
</body>
|
|
</html>
|