diff options
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/html/about.html b/html/about.html index 6b3d7c5..8347270 100644 --- a/html/about.html +++ b/html/about.html @@ -20,6 +20,7 @@ <div class="header-links"> <a href="/now.html" class="header-link">Now</a> <a href="/about.html" class="header-link">About</a> + <a rel="me" href="https://mastodon.social/@hazematman">Social</a> </div> </div> <main> @@ -31,17 +32,29 @@ <div class="note-body"> <p><img class="page-self-image" src="/assets/me.jpg"></p> <p>Hello my name is Lucas Fryzek, and welcome to my website!</p> -<p>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.</p> +<p>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.</p> <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> +<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> +<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> +<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> |