diff options
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> |