diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-11 10:40:01 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-11 10:40:01 -0500 |
commit | 55732d65bced17326c94ff7bd7e93c281c1807ab (patch) | |
tree | 16dab7c0d27e2076863dd41750452d209afc2857 /html/index.html | |
parent | 1d612cdbcfcb7eaa6c76ce74f0760e1530ce2b84 (diff) |
Add inital draft of GGJ2023 post
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index 392bc04..be2f68c 100644 --- a/html/index.html +++ b/html/index.html @@ -44,6 +44,13 @@ </a> </h2> <div class="notes-container"> + <a href="/notes/global_game_jam_2023.html" class="note-link"> + <div class="note-box"> + <img src="/assets/global_game_jam_2023/screen_shot_2.png"> + <h2>Global Game Jam 2023 - GI Jam</h2> + <p>At the beginning of this month I participated in the Games Institutes’s Global Game Jam event. ...</p> + </div> + </a> <a href="/notes/2022_igalia_graphics_team.html" class="note-link"> <div class="note-box"> <img src="/assets/igalia_logo.png"> |