diff options
Diffstat (limited to 'pages/about.md')
-rw-r--r-- | pages/about.md | 36 |
1 files changed, 36 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> |