From 65909d33df0aa1c852f69b46b5705b5c678b250c Mon Sep 17 00:00:00 2001
From: Lucas Fryzek <lucas.fryzek@fryzekconcepts.com>
Date: Fri, 28 Feb 2025 21:33:39 +0000
Subject: Add png favicon

---
 html/about.html                                          |   3 ++-
 html/assets/favicon.png                                  | Bin 0 -> 4859 bytes
 html/index.html                                          |   3 ++-
 html/notes/2022_igalia_graphics_team.html                |   3 ++-
 html/notes/2024_igalia_graphics_team.html                |   3 ++-
 html/notes/android_swrast.html                           |   3 ++-
 html/notes/baremetal-risc-v.html                         |   3 ++-
 html/notes/converting_from_3d_to_2d.html                 |   3 ++-
 html/notes/digital_garden.html                           |   3 ++-
 html/notes/freedreno_journey.html                        |   3 ++-
 html/notes/generating-video.html                         |   3 ++-
 html/notes/global_game_jam_2023.html                     |   3 ++-
 .../notes/mesa_23_1_contributions_behind_the_scenes.html |   3 ++-
 html/notes/n64brew-gamejam-2021.html                     |   3 ++-
 html/notes/rasterizing-triangles.html                    |   3 ++-
 html/notes/vulkanised_2024.html                          |   3 ++-
 html/now.html                                            |   3 ++-
 17 files changed, 32 insertions(+), 16 deletions(-)
 create mode 100644 html/assets/favicon.png

(limited to 'html')

diff --git a/html/about.html b/html/about.html
index 8a7e5e4..73c0907 100644
--- a/html/about.html
+++ b/html/about.html
@@ -9,7 +9,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/assets/favicon.png b/html/assets/favicon.png
new file mode 100644
index 0000000..ba61f69
Binary files /dev/null and b/html/assets/favicon.png differ
diff --git a/html/index.html b/html/index.html
index da95147..47efe59 100644
--- a/html/index.html
+++ b/html/index.html
@@ -9,7 +9,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/2022_igalia_graphics_team.html b/html/notes/2022_igalia_graphics_team.html
index f32d41f..c186820 100644
--- a/html/notes/2022_igalia_graphics_team.html
+++ b/html/notes/2022_igalia_graphics_team.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/2024_igalia_graphics_team.html b/html/notes/2024_igalia_graphics_team.html
index d3b7f9f..984eada 100644
--- a/html/notes/2024_igalia_graphics_team.html
+++ b/html/notes/2024_igalia_graphics_team.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/android_swrast.html b/html/notes/android_swrast.html
index 856f8f9..c7edc92 100644
--- a/html/notes/android_swrast.html
+++ b/html/notes/android_swrast.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/baremetal-risc-v.html b/html/notes/baremetal-risc-v.html
index 2632f4c..ad77a6b 100644
--- a/html/notes/baremetal-risc-v.html
+++ b/html/notes/baremetal-risc-v.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/converting_from_3d_to_2d.html b/html/notes/converting_from_3d_to_2d.html
index 162a883..b241852 100644
--- a/html/notes/converting_from_3d_to_2d.html
+++ b/html/notes/converting_from_3d_to_2d.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/digital_garden.html b/html/notes/digital_garden.html
index c3ef570..d75011f 100644
--- a/html/notes/digital_garden.html
+++ b/html/notes/digital_garden.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/freedreno_journey.html b/html/notes/freedreno_journey.html
index 7fee884..29385ba 100644
--- a/html/notes/freedreno_journey.html
+++ b/html/notes/freedreno_journey.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/generating-video.html b/html/notes/generating-video.html
index 7075ea7..b0ce1c8 100644
--- a/html/notes/generating-video.html
+++ b/html/notes/generating-video.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/global_game_jam_2023.html b/html/notes/global_game_jam_2023.html
index 526c24d..afb0cc9 100644
--- a/html/notes/global_game_jam_2023.html
+++ b/html/notes/global_game_jam_2023.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
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 0a66ee0..11cd1c7 100644
--- a/html/notes/mesa_23_1_contributions_behind_the_scenes.html
+++ b/html/notes/mesa_23_1_contributions_behind_the_scenes.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/n64brew-gamejam-2021.html b/html/notes/n64brew-gamejam-2021.html
index 1ea168e..b7764c2 100644
--- a/html/notes/n64brew-gamejam-2021.html
+++ b/html/notes/n64brew-gamejam-2021.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/rasterizing-triangles.html b/html/notes/rasterizing-triangles.html
index 017a0c7..153a471 100644
--- a/html/notes/rasterizing-triangles.html
+++ b/html/notes/rasterizing-triangles.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/notes/vulkanised_2024.html b/html/notes/vulkanised_2024.html
index b630aa8..99ce749 100644
--- a/html/notes/vulkanised_2024.html
+++ b/html/notes/vulkanised_2024.html
@@ -10,7 +10,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
diff --git a/html/now.html b/html/now.html
index 2e6eee6..bff1e55 100644
--- a/html/now.html
+++ b/html/now.html
@@ -9,7 +9,8 @@
 
     <link rel="stylesheet" href="/assets/style.css">
     <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
-    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> 
+    <link rel="icon" type="image/png" href="/assets/favicon.png">
+    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
 </head>
 
 <body>
-- 
cgit v1.2.3