ktyl.dev/src/root/about.html

63 lines
1.2 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-05 03:09:49 +02:00
I am an engineer/artist exploring human technology.
2022-06-04 20:33:35 +02:00
</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.
2022-06-05 03:09:49 +02:00
I am passionate about free and open source software, and the importance of developing tools that serve everyone.
2022-06-04 20:33:35 +02:00
</p>
<p>
2022-06-05 03:09:49 +02:00
I tinker for fun and when I can, make things inspired by physics, the universe and boundaries, physical, imagined or otherwise.
I am currently most enamoured by optics, orbital mechanics and relativity.
2022-06-04 20:33:35 +02:00
</p>
<p>
2022-06-05 03:09:49 +02:00
Besides computing, I like caring for my plants, photography, and studying language, culture and philosophy.
I explore fashion, makeup, gender expression and regularly 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>
</div>
2021-11-30 01:32:21 +01:00
#include planets.html
2021-09-13 01:06:53 +02:00
</body>
</html>