ktyl.dev/src/root/about.html

64 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
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-06-05 02:48:18 +02:00
</div>
2022-01-05 23:41:30 +01:00
2022-06-05 02:48:18 +02:00
#include footer.html
2022-01-05 23:41:30 +01:00
</div>
2021-11-30 01:32:21 +01:00
#include planets.html
2021-09-13 01:06:53 +02:00
</body>
</html>