ktyl.dev/src/root/about.html

42 lines
981 B
HTML
Raw Normal View History

2021-09-13 01:06:53 +02:00
<!doctype html>
<html>
#include header.html
<body>
2021-12-16 21:38:26 +01:00
<title>ktyl ~ about</title>
2021-09-13 01:06:53 +02:00
2021-12-31 17:17:55 +01:00
<div class="nav">
2021-11-30 01:32:21 +01:00
#include titlestart.html
/about
#include titleend.html
2021-12-23 23:57:36 +01:00
#include nav.html
#include socials.html
</div>
<div class="page">
2021-12-31 23:52:28 +01:00
<h1>hi, i'm cat</h1>
2021-12-31 18:02:21 +01:00
<div class="text-panel">
<p>
2021-12-23 02:37:51 +01:00
by day i work with hardware, software and people finding useful things to do with immersive technology. for professional inquiries, please find me on <a href="https://www.linkedin.com/in/cat-flynn-08751611b/">linkedin</a>.
</p>
<div class="separator"></div>
<p>
2022-01-02 02:04:27 +01:00
by night, i create. often it's <a href="https://ktyl.itch.io/">games</a> or <a href="https://github.com/ktyldev/">code</a>, but i am also interested in photography, writing, drawing, and making music. this website is to share those things. i'm working on building it out at the moment, so for now please just enjoy some things i've made in the <a href="gallery.html">gallery</a>!
</p>
2021-12-23 02:37:51 +01:00
</div>
</div>
2021-11-30 01:32:21 +01:00
#include planets.html
2021-09-13 01:06:53 +02:00
</body>
</html>