From cb205d1c4bf42f5c2e25cef6e7884853c86de056 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Fri, 20 Jan 2023 22:58:09 -0500 Subject: Add RSS feed --- html/assets/rss.svg | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ html/assets/style.css | 22 +++++++++++++++++++- html/feed.xml | 2 ++ html/index.html | 16 +++++++++------ 4 files changed, 89 insertions(+), 7 deletions(-) create mode 100644 html/assets/rss.svg create mode 100644 html/feed.xml (limited to 'html') diff --git a/html/assets/rss.svg b/html/assets/rss.svg new file mode 100644 index 0000000..15cdd0c --- /dev/null +++ b/html/assets/rss.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + diff --git a/html/assets/style.css b/html/assets/style.css index 06345df..4c7cf48 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -89,6 +89,19 @@ blockquote overflow-wrap: anywhere; } +img.rss:hover +{ + transform: scale(120%); +} + +img.rss +{ + height: 1em; + width: 1em; + display: inline; + margin-left: 10px; +} + .main-container { margin: 0; @@ -259,7 +272,7 @@ main { display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: start; } .note-box @@ -293,6 +306,7 @@ main margin-top: 10px; margin-left: 10px; margin-bottom: 10px; + margin-right: 10px } .note-box img @@ -329,6 +343,12 @@ main { display: initial; } + + .note-link + { + margin-left: auto; + margin-right: auto; + } } .animated-box::before diff --git a/html/feed.xml b/html/feed.xml new file mode 100644 index 0000000..5716b68 --- /dev/null +++ b/html/feed.xml @@ -0,0 +1,2 @@ + +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsSat, 21 Jan 2023 03:57:34 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-videoOne thing I’m very interested in is computer graphics. This could be complex 3D graphics or 2DSun, 30 Oct 2022 04:00:00 -0000https://fryzekconcepts.com/notes/generating-videoN64Brew GameJam 2021https://fryzekconcepts.com/notes/n64brew-gamejam-2021So this year myself and two others decided to participate together in the N64Brew homebrew whereSun, 30 Oct 2022 04:00:00 -0000https://fryzekconcepts.com/notes/n64brew-gamejam-2021Baremetal RISC-Vhttps://fryzekconcepts.com/notes/baremetal-risc-vAfter re-watching suckerpinch’s Reverse Emulation video I got inspired to try and replicate whatSun, 30 Oct 2022 04:00:00 -0000https://fryzekconcepts.com/notes/baremetal-risc-vDigital Gardenhttps://fryzekconcepts.com/notes/digital_gardenAfter reading Maggie Appleton page on digital gardens I was inspired to convert my own website intoSun, 30 Oct 2022 04:00:00 -0000https://fryzekconcepts.com/notes/digital_gardenRasterizing Triangleshttps://fryzekconcepts.com/notes/rasterizing-trianglesLately I’ve been trying to implement a software renderer following the algorithm described bySun, 30 Oct 2022 04:00:00 -0000https://fryzekconcepts.com/notes/rasterizing-triangles \ No newline at end of file diff --git a/html/index.html b/html/index.html index 3a84a5f..6ff7569 100644 --- a/html/index.html +++ b/html/index.html @@ -37,39 +37,43 @@

is a developer working on cool things.

-

Notes

+

Notes + + + +

N64Brew GameJam 2021

-

So this year, myself and two others decided to participate together in the N64Brew homebrew where ...

+

So this year, myself and two others decided to participate together in the N64Brew homebrew where ...

Digital Garden

-

After reading Maggie Appleton page on digital gardens I was inspired to convert my own website into...

+

After reading Maggie Appleton page on digital gardens I was inspired to convert my own website into a digital garden.I have many half baked ideas that I seem to be able to finish. Some of them get to a published state like and , but many of them never make it to the published state. The idea of digital garden seems very appealing to me, as it encourages you to post on a topic even if you haven’t made it publishable yet.How this site works - I wanted a bit of challenge when putting together ...

Rasterizing Triangles

-

Lately I’ve been trying to implement a software renderer following the algorithm described by ...

+

Lately I’ve been trying to implement a software renderer following the algorithm described by ...

Baremetal RISC-V

-

After re-watching suckerpinch’s Reverse Emulation video I got inspired to try and replicate what ...

+

After re-watching suckerpinch’s Reverse Emulation video I got inspired to try and replicate what ...

Generating Video

-

One thing I’m very interested in is computer graphics. This could be complex 3D graphics or 2D ...

+

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...

-- cgit v1.2.3