<!doctype html> <html> #include header.html <body> <title>ktyl ~ about</title> <div class="sidebar"> #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 the arts, sciences, philosophy, languages and everything in between. </p> <div class="separator"></div> <p> 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, <a href="gallery.html">visual</a> or written. </p> <div class="separator"></div> <p> as a side project itself of course, this website is itself a work in progress. until such time that it is, i might direct instead 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> </div> </div> #include planets.html </body> </html>