馃寪 My personal website, written in Haskell and Sass
skiletro.com
personal-website
website
portfolio
haskell
ssg
1---
2title: Hi!
3---
4
5<h1>Hi! I'm Jamie!</h1>
6
7<p>
8 I also go by skiletro, or just simply skil, and use they/them pronouns. I'm
9 interested in a whole range of things; most of which have some sort of
10 connection to technology. Mechanical keyboards, and linux ricing are some of
11 my current interests, alongside esports, hardware, and a little language
12 learning on the side!
13</p>
14
15<h2>Projects</h2>
16<ul>
17 <li>
18 <img
19 src="/assets/images/erebus.webp"
20 height="120px"
21 align="right"
22 style="padding-left: 1rem"
23 />
24 <a href="https://tangled.org/skilet.ro/gaia/">gaia</a>
25 - A Nix flake containing all of my system configuration. It features
26 numerous custom packages, configurations for multiple systems, and secrets
27 handling, just to name a few features. I've put a <em>lot</em> of effort
28 into considering both form and function.
29 </li>
30 <li>
31 <img
32 src="/assets/images/converter.webp"
33 height="120px"
34 align="left"
35 style="padding-right: 1rem"
36 />
37 <a href="http://github.com/skiletro/cave-360-video-converter/"
38 >cave 360 video converter</a
39 >
40 - Written in Go as part of my software dev internship at MMU, this internal
41 tool converts panoramic 360 videos into a format that can be used as a
42 background for the university's cave facility.
43 </li>
44 <li>
45 <!-- <img -->
46 <!-- src="https://placehold.co/120x90" -->
47 <!-- align="right" -->
48 <!-- style="padding-left: 1rem" -->
49 <!-- /> -->
50 <a href="https://github.com/skiletro/Simple2FA">Simple2FA</a> - Written as
51 part of my undergraduate studies, Simple2FA, as the name suggests, is a very
52 basic two-factor authentication app. It has support for manual entry, as
53 well as scanning QR codes, to import TOTP keys.
54 </li>
55 <li>
56 <!-- <img -->
57 <!-- src="https://placehold.co/120x90" -->
58 <!-- align="left" -->
59 <!-- style="padding-right: 1rem" -->
60 <!-- /> -->
61 <a href="https://www.behance.net/skiletro#">Graphics design work</a> - While
62 I haven't updated my portfolio in a while, I've done quite a lot of work in
63 the graphics design space, creating logos and whatnot. I intend to move this
64 portfolio to this website sometime in the future, but for now all my work
65 happily lives on Behance.
66 </li>
67 <li>
68 ...and more! I honestly can't think of everything off the top of my head,
69 and I'm always doing more stuff, so check here often!
70 </li>
71</ul>
72
73<h2>Programming Languages and Other Skills</h2>
74<ul>
75 <li>C#</li>
76 <li>Java</li>
77 <li>Nix</li>
78 <li>HTML</li>
79 <li>CSS/SCSS</li>
80 <li>Figma</li>
81</ul>
82
83<h2>Contact Me</h2>
84<p>
85 Feel free to contact me on
86 <a href="https://bsky.app/profile/skilet.ro">bluesky</a>, or through social
87 media. I don't bite!
88</p>
89
90<hr />
91
92<h2>Posts</h2>
93$partial("templates/post-list.html")$
94
95<p>鈥r you can find more in the <a href="/archive">archives</a>.</p>