Compare commits
4 Commits
refactor/s
...
main
Author | SHA1 | Date |
---|---|---|
Cat Flynn | 8df4e68899 | |
Cat Flynn | 7269d2df1a | |
Cat Flynn | 4ea9f759d6 | |
ktyl | c65854df9f |
2
blog
2
blog
|
@ -1 +1 @@
|
|||
Subproject commit 745cedab0f6f829c9d61a0d1d31d6a8913d7e81e
|
||||
Subproject commit 57cb9a24716d1094c4fc3cb491eec296d7a1dc0d
|
|
@ -1,5 +1,4 @@
|
|||
<ul class="nav-links">
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="/blog.html">blog</a></li>
|
||||
<li><a href="/gallery.html">gallery</a></li>
|
||||
<li><a href="/vn/books.html">vn</a></li>
|
||||
|
|
|
@ -1,62 +0,0 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
#include header.html
|
||||
|
||||
<body>
|
||||
<title>ktyl ~ about</title>
|
||||
|
||||
<div class="nav">
|
||||
#include titlestart.html
|
||||
/about
|
||||
#include titleend.html
|
||||
#include nav.html
|
||||
|
||||
#include socials.html
|
||||
</div>
|
||||
|
||||
<div class="page">
|
||||
|
||||
<div class="pfp">
|
||||
<img src="pfp.jpg"></img>
|
||||
</div>
|
||||
|
||||
<h1>Hi, I'm Cat</h1>
|
||||
|
||||
<div class="text-panel">
|
||||
|
||||
<p>
|
||||
I am an engineer/artist exploring human technology.
|
||||
</p>
|
||||
|
||||
<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 tools that serve everyone.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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>
|
||||
For inquiries, professional or otherwise, please <a href="mailto:me@ktyl.dev">send me an email</a>!
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
#include planets.html
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,17 +0,0 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
#include header.html
|
||||
|
||||
<body>
|
||||
|
||||
#include titlestart.html
|
||||
/contact
|
||||
#include titleend.html
|
||||
|
||||
#include sidebar.html
|
||||
#include planets.html
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue