diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-02 11:08:56 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-02 11:08:56 -0500 |
commit | 8ed47eac7a593a4728792317d04bb1d597db3134 (patch) | |
tree | 80ce316d0a2baee90903b3ee205e578162d77f87 /html/index.html | |
parent | 39d8c7d7018a90e1ad8cf2df032c4b9accc2c574 (diff) |
A first Igalia post
Also add support for embedded youtube videos in posts. As well as fix some
bugs with drawing note-cards on front page.
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 7e44285..a06ccea 100644 --- a/html/index.html +++ b/html/index.html @@ -43,6 +43,13 @@ </a> </h2> <div class="notes-container"> + <a href="/notes/2022_igalia_graphics_team.html" class="note-link"> + <div class="note-box"> + <img src="/assets/igalia_logo.png"> + <h2>2022 Graphics Team Contributions at Igalia</h2> + <p>This year I started a new job working with Igalia’s Graphics Team. For those of you who don’t ...</p> + </div> + </a> <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"> |