diff options
author | Joris | 2022-07-10 14:53:28 +0200 |
---|---|---|
committer | Joris | 2022-07-10 14:53:28 +0200 |
commit | ae48213952bb095d4951912e399b6b403b9c5b9e (patch) | |
tree | b5408f4314bed783386016513f6dedbbe18887c9 /public/index.html | |
parent | 1cf7515ea6e1deeeeb34f07e8e66bc256c827af1 (diff) |
Add Chords project
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index f23b7d3..9278e49 100644 --- a/public/index.html +++ b/public/index.html @@ -256,6 +256,26 @@ <section> <h2> + Chords + <p class="subtitle">View a succesion of randomly generated Chords.</p> + </h2> + + <img src="projects/chords.png"> + + <div class="project-footer"> + <ul class="technos"> + <li>TypeScript + <li>CSS + </ul> + <div> + <a href="https://chords.guyonvarch.me" target="_blank">website</a>, + <a href="https://git.guyonvarch.me/chords" target="_blank">code</a> + </div> + </div> + </section> + + <section> + <h2> Reading <p class="subtitle">Guide middle school students to find a book with faceted search.</p> </h2> |