ktyl.dev/src/root/about.html

48 lines
1.3 KiB
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
<div class="sidebar">
2021-11-30 01:32:21 +01:00
#include titlestart.html
/about
#include titleend.html
#include sidebarlinks.html
#include socials.html
</div>
<div class="page">
<h1>hi!</h1>
<div class="textPanel">
<p>
hello! im cat. i like art, science, philosophy, language and everything in between.
</p>
<div class="separator"></div>
<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>
by night, i like to create. i hope to use this site to share what i make, be it interactive, visual or written. please have a look through the <a href="gallery.html">gallery</a> for to see my visual creations, and my <a href="blog.html">blog</a> for my writings. as a side project itself of course, this website is incomplete however, so i might direct you to my <a href="https://ktyl.itch.io/">itch.io</a> to see my games as well as my <a href="https://github.com/ktyldev/">github</a> and <a href="https://gitlab.com/ktyldev/">gitlab</a> to see my public code.
</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>