About Social Code
summaryrefslogtreecommitdiff
path: root/pages/about.md
blob: 9e8861bf48502828702dc1af2d02c3d925b909d8 (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
37
38
39
40
41
42
---
title: About
---

<img class="page-self-image" src="/assets/me.jpg">

Hello my name is Lucas Francisco Fryzek, and welcome to my website!

I’m a software developer with specific interests in computer graphics, GPUs, embedded systems, and 
operating systems. I'm currently working with Igalia's graphics team working on the open source
driver stack in mesa. 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://mastodon.social/@hazematman">
    <svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#mastodon"></use></svg>
    <span>Hazematman</span>
</a>
</li>
<li>
<a href="mailto:lucas.fryzek@fryzekconcepts.com">
    <svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#mail"></use></svg>
    <span>lucas.fryzek@fryzekconcepts.com</span>
</a>
</li>
</ul>
</div>