ktyl.dev/src/root/about.html

80 lines
1.9 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
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">
2022-06-04 20:33:35 +02:00
<div class="pfp">
<img src="pfp.jpg"></img>
</div>
2022-01-05 23:41:30 +01:00
<h1>Hi, I'm Cat</h1>
2021-12-31 18:02:21 +01:00
<div class="text-panel">
<p>
2022-06-04 20:33:35 +02:00
I am an engineer and artist at the intersection of humans and technology.
</p>
2022-01-05 23:41:30 +01:00
2022-06-04 20:33:35 +02:00
<div class="separator"></div>
<p>
In my day job I find novel uses for interactive, immersive and games technology for training and simulation.
I am passionate about free and open source software, and the importance of developing technologies that serve everyone.
</p>
<p>
I tinker for fun and make things when I can, inspired by physics, the universe and boundaries. I am currently most enamoured by optics, orbital mechanics and relativity.
</p>
<p>
Besides computing, I like caring for my plants, photography, and studying language, culture and philosophy. I take an interest in fashion, makeup and self-presentation, and regularly go to see live music.
</p>
<div class="separator"></div>
<p>
2022-06-04 20:33:35 +02:00
For inquiries, professional or otherwise, please <a href="mailto:me@ktyl.dev">send me an email</a>!
</p>
2022-01-05 23:41:30 +01:00
<!--
2022-06-04 20:33:35 +02:00
<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>.
2022-01-05 23:41:30 +01:00
2022-06-04 20:33:35 +02:00
</p>
<div class="separator"></div>
<p>
2022-01-05 23:41:30 +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>
2022-06-04 20:33:35 +02:00
-->
</div>
</div>
2021-11-30 01:32:21 +01:00
#include planets.html
2021-09-13 01:06:53 +02:00
</body>
</html>