About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-30 00:20:52 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-30 00:20:52 +0100
commit31d83c2ad43fd562e2fb57fa8eb0acd87d0dc9a1 (patch)
tree90ac1ee8be7f600ce4ec31013e93671798141010
parentb7edf7a86f78eb8b8500fada8b4f9ad0603cd780 (diff)
Add code link to site
-rw-r--r--html/about.html3
-rw-r--r--html/feed.xml2
-rw-r--r--html/graphics_feed.xml2
-rw-r--r--html/index.html3
-rw-r--r--html/notes/2022_igalia_graphics_team.html3
-rw-r--r--html/notes/android_swrast.html3
-rw-r--r--html/notes/baremetal-risc-v.html3
-rw-r--r--html/notes/converting_from_3d_to_2d.html3
-rw-r--r--html/notes/digital_garden.html3
-rw-r--r--html/notes/freedreno_journey.html3
-rw-r--r--html/notes/generating-video.html3
-rw-r--r--html/notes/global_game_jam_2023.html3
-rw-r--r--html/notes/mesa_23_1_contributions_behind_the_scenes.html3
-rw-r--r--html/notes/n64brew-gamejam-2021.html3
-rw-r--r--html/notes/rasterizing-triangles.html3
-rw-r--r--html/notes/vulkanised_2024.html3
-rw-r--r--html/now.html3
-rw-r--r--templates/main.html3
18 files changed, 34 insertions, 18 deletions
diff --git a/html/about.html b/html/about.html
index 8347270..5ef480e 100644
--- a/html/about.html
+++ b/html/about.html
@@ -20,7 +20,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/feed.xml b/html/feed.xml
index 89b0b54..9b47435 100644
--- a/html/feed.xml
+++ b/html/feed.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Wed, 03 Jul 2024 15:07:36 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;One thing I’m very interested in is computer graphics. This could be
+<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Mon, 29 Jul 2024 23:20:14 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;One thing I’m very interested in is computer graphics. This could be
complex 3D graphics or simple 2D graphics. The idea of getting a
computer to display visual data fascinates me. One fundamental part of
showing visual data is interfacing with a computer monitor. This can be
diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml
index 83e4082..be27b83 100644
--- a/html/graphics_feed.xml
+++ b/html/graphics_feed.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Wed, 03 Jul 2024 15:07:37 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description>&lt;p&gt;This year I started a new job working with &lt;a
+<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Mon, 29 Jul 2024 23:20:15 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description>&lt;p&gt;This year I started a new job working with &lt;a
href="https://www.igalia.com/technology/graphics"&gt;Igalia’s Graphics
Team&lt;/a&gt;. For those of you who don’t know &lt;a
href="https://www.igalia.com/"&gt;Igalia&lt;/a&gt; they are a &lt;a
diff --git a/html/index.html b/html/index.html
index a12cf29..322a45c 100644
--- a/html/index.html
+++ b/html/index.html
@@ -20,7 +20,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/2022_igalia_graphics_team.html b/html/notes/2022_igalia_graphics_team.html
index 8ddac71..f32d41f 100644
--- a/html/notes/2022_igalia_graphics_team.html
+++ b/html/notes/2022_igalia_graphics_team.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/android_swrast.html b/html/notes/android_swrast.html
index 28a47be..856f8f9 100644
--- a/html/notes/android_swrast.html
+++ b/html/notes/android_swrast.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/baremetal-risc-v.html b/html/notes/baremetal-risc-v.html
index 000b21a..2632f4c 100644
--- a/html/notes/baremetal-risc-v.html
+++ b/html/notes/baremetal-risc-v.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/converting_from_3d_to_2d.html b/html/notes/converting_from_3d_to_2d.html
index 547927d..162a883 100644
--- a/html/notes/converting_from_3d_to_2d.html
+++ b/html/notes/converting_from_3d_to_2d.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/digital_garden.html b/html/notes/digital_garden.html
index 572956b..c3ef570 100644
--- a/html/notes/digital_garden.html
+++ b/html/notes/digital_garden.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/freedreno_journey.html b/html/notes/freedreno_journey.html
index 671a12d..7fee884 100644
--- a/html/notes/freedreno_journey.html
+++ b/html/notes/freedreno_journey.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/generating-video.html b/html/notes/generating-video.html
index 66d23bc..7075ea7 100644
--- a/html/notes/generating-video.html
+++ b/html/notes/generating-video.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/global_game_jam_2023.html b/html/notes/global_game_jam_2023.html
index 3a2a3a2..526c24d 100644
--- a/html/notes/global_game_jam_2023.html
+++ b/html/notes/global_game_jam_2023.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/mesa_23_1_contributions_behind_the_scenes.html b/html/notes/mesa_23_1_contributions_behind_the_scenes.html
index 7224b23..0a66ee0 100644
--- a/html/notes/mesa_23_1_contributions_behind_the_scenes.html
+++ b/html/notes/mesa_23_1_contributions_behind_the_scenes.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/n64brew-gamejam-2021.html b/html/notes/n64brew-gamejam-2021.html
index 4b7a09d..1ea168e 100644
--- a/html/notes/n64brew-gamejam-2021.html
+++ b/html/notes/n64brew-gamejam-2021.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/rasterizing-triangles.html b/html/notes/rasterizing-triangles.html
index 57ad95e..017a0c7 100644
--- a/html/notes/rasterizing-triangles.html
+++ b/html/notes/rasterizing-triangles.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/notes/vulkanised_2024.html b/html/notes/vulkanised_2024.html
index 16c4bc5..b630aa8 100644
--- a/html/notes/vulkanised_2024.html
+++ b/html/notes/vulkanised_2024.html
@@ -21,7 +21,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/html/now.html b/html/now.html
index b64a8b1..2e6eee6 100644
--- a/html/now.html
+++ b/html/now.html
@@ -20,7 +20,8 @@
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>
diff --git a/templates/main.html b/templates/main.html
index 7256daa..b24cdb2 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -35,7 +35,8 @@ $endif$
$endif$
<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>
+ <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
+ <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
</div>
</div>
<main>