diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 21:15:05 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 21:15:05 -0500 |
commit | 75b3b6a4785b91909de7e06d2b729e43c1daeb59 (patch) | |
tree | 8aa686f655b634e77f8fa0cef958a57fed1b6ebd /html/index.html | |
parent | 6474b2abb5a607a924dacab2a6fec6de69fe5c6b (diff) |
Move over remaining blog posts
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index 67fe83c..3a84a5f 100644 --- a/html/index.html +++ b/html/index.html @@ -39,6 +39,13 @@ <h2 class="main-heading">Notes</h2> <div class="notes-container"> + <a href="/notes/n64brew-gamejam-2021.html" class="note-link"> + <div class="note-box"> + <img src="/assets/2021-12-10-n64brew-gamejam-2021/bug_3.png"> + <h2>N64Brew GameJam 2021</h2> + <p>So this year, myself and two others decided to participate together in the N64Brew homebrew where ...</p> + </div> + </a> <a href="/notes/digital_garden.html" class="note-link"> <div class="note-box"> <h2>Digital Garden</h2> @@ -59,6 +66,12 @@ <p>After re-watching suckerpinch’s Reverse Emulation video I got inspired to try and replicate what ...</p> </div> </a> + <a href="/notes/generating-video.html" class="note-link"> + <div class="note-box"> + <h2>Generating Video</h2> + <p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or 2D ...</p> + </div> + </a> </div> </div> </main> </body> |