About Social Code
summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2022-11-02 18:35:40 -0400
committerLucas Fryzek <lucas.fryzek@gmail.com>2022-11-02 18:35:40 -0400
commit1920b397fad8b1d6cd0233a5aa9a12365b16a287 (patch)
tree2b10edd83a77f59dcfdce2f3a38bea4126e06fd1 /pages
Initial commit
Diffstat (limited to 'pages')
-rw-r--r--pages/about.md36
-rw-r--r--pages/now.md10
2 files changed, 46 insertions, 0 deletions
diff --git a/pages/about.md b/pages/about.md
new file mode 100644
index 0000000..d1c3f48
--- /dev/null
+++ b/pages/about.md
@@ -0,0 +1,36 @@
+---
+title: About
+---
+
+<img class="page-self-image" src="/assets/me.jpg">
+
+Hello my name is Lucas Fryzek, and welcome to my website!
+
+I’m a software developer with specific interests in computer graphics, embedded systems, and
+operating systems. For my day job I work on DO-178 certified graphics drivers for safety critical
+environments, and in my free time I enjoy working on personal projects (including this website). I
+plan to use this site to share information about projects I’m working on, or just generally cool stuff
+I’m interested in.
+
+<div class="social-links-container">
+<ul class="social-media-list">
+<li>
+<a href="https://github.com/Hazematman">
+ <svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg>
+ <span>Hazematman</span>
+</a>
+</li>
+<li>
+<a href="https://www.linkedin.com/in/lucas-fryzek">
+ <svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#linkedin"></use></svg>
+ <span>lucas-fryzek</span>
+</a>
+</li>
+<li>
+<a href="https://www.twitter.com/Hazematman">
+ <svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#twitter"></use></svg>
+ <span>Hazematman</span>
+</a>
+</li>
+</ul>
+</div>
diff --git a/pages/now.md b/pages/now.md
new file mode 100644
index 0000000..f3ebc55
--- /dev/null
+++ b/pages/now.md
@@ -0,0 +1,10 @@
+---
+title: Now
+---
+A monthly update about my life
+
+> ## October 2022
+> After reading about digital gardens, I've decided to convert my whole website into
+> its very own digital garden. I wasn't too happy with existing themes and tools I could find
+> online so I decided to try and build a digital garden engine myself using pandoc and custom
+> filters.