diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index 91ad380..4164709 100644 --- a/html/index.html +++ b/html/index.html @@ -45,6 +45,14 @@ </a> </h2> <div class="notes-container"> + <a href="/notes/converting_from_3d_to_2d.html" class="note-link"> + <div class="note-box"> + <img src="/assets/3d_to_2d.png"> + <h2>Converting from 3D to 2D</h2> + <p>Recently I’ve been working on a project where I needed to + convert an application written in to a ...</p> + </div> + </a> <a href="/notes/mesa_23_1_contributions_behind_the_scenes.html" class="note-link"> <div class="note-box"> <img src="/assets/mesa3d.svg"> |