About Social Code
summaryrefslogtreecommitdiff
path: root/html/about.html
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-04-28 16:58:01 -0400
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-04-28 16:58:01 -0400
commitcb31a3788c74cea253a5a7657f5c9b65341309f6 (patch)
tree44b60ea66fb0790eabe63a5659dfe1a48e6dbd80 /html/about.html
parent8cb244ed5b535139dcaa6a11a4edca73a84afaf5 (diff)
Add social link to site
Diffstat (limited to 'html/about.html')
-rw-r--r--html/about.html21
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>