About Social Code
summaryrefslogtreecommitdiff
path: root/pages/about.md
blob: d1c3f48e5f9efb026de759356e052933b1ef9103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>