About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-04-02 09:29:01 -0400
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-04-02 09:29:01 -0400
commit3bc476a9d16338582ee193b564941aebbe452550 (patch)
tree441d163340bc076e5102df747d5533989bc71371
parentc4a96d638320cf134e0cc384c76b9a7907ab26f3 (diff)
Update image CSS
-rw-r--r--html/assets/style.css4
-rw-r--r--html/feed.xml2
-rw-r--r--html/graphics_feed.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/html/assets/style.css b/html/assets/style.css
index d9c40d8..43a3396 100644
--- a/html/assets/style.css
+++ b/html/assets/style.css
@@ -56,11 +56,11 @@ figure
width: fit-content;
}
-img
+img
{
display: block;
margin: auto;
- max-width: 800px;
+ max-width: 100%;
height: auto;
}
diff --git a/html/feed.xml b/html/feed.xml
index fd9e5dc..dac7e7b 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>Tue, 28 Feb 2023 19:54:00 -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 accomplished by generating a video signal that the monitor understands. Below I have written instructions on how an FPGA can be used to generate a video signal. I have specifically worked with the iCEBreaker FPGA but the theory contained within this should work with any FPGA or device that you can generate the appropriate timings for.&lt;/p&gt;
+<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>Sun, 02 Apr 2023 13:27:21 -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 accomplished by generating a video signal that the monitor understands. Below I have written instructions on how an FPGA can be used to generate a video signal. I have specifically worked with the iCEBreaker FPGA but the theory contained within this should work with any FPGA or device that you can generate the appropriate timings for.&lt;/p&gt;
&lt;h3 id="tools"&gt;Tools&lt;/h3&gt;
&lt;p&gt;Hardware used (&lt;a href="https://www.crowdsupply.com/1bitsquared/icebreaker-fpga"&gt;link for board&lt;/a&gt;):&lt;/p&gt;
&lt;ul&gt;
diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml
index b776e9b..d46431f 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>Tue, 28 Feb 2023 19:54:01 -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 href="https://en.wikipedia.org/wiki/Igalia"&gt;“worker-owned, employee-run cooperative model consultancy focused on open source software”&lt;/a&gt;.&lt;/p&gt;
+<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>Sun, 02 Apr 2023 13:27:21 -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 href="https://en.wikipedia.org/wiki/Igalia"&gt;“worker-owned, employee-run cooperative model consultancy focused on open source software”&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As a new member of the team, I thought it would be a great idea to summarize the incredible amount of work the team completed in 2022. If you’re interested keep reading!&lt;/p&gt;
&lt;h2 id="vulkan-1.2-conformance-on-rpi-4"&gt;Vulkan 1.2 Conformance on RPi 4&lt;/h2&gt;
&lt;p&gt;One of the big milestones for the team in 2022 was &lt;a href="https://www.khronos.org/conformance/adopters/conformant-products#submission_694"&gt;achieving Vulkan 1.2 conformance on the Raspberry Pi 4&lt;/a&gt;. The folks over at the Raspberry Pi company wrote a nice &lt;a href="https://www.raspberrypi.com/news/vulkan-update-version-1-2-conformance-for-raspberry-pi-4/"&gt;article&lt;/a&gt; about the achievement. Igalia has been partnering with the Raspberry Pi company to bring build and improve the graphics driver on all versions of the Raspberry Pi.&lt;/p&gt;