diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 20 | ||||
-rw-r--r-- | public/projects/chords.png | bin | 0 -> 13095 bytes |
2 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> diff --git a/public/projects/chords.png b/public/projects/chords.png Binary files differnew file mode 100644 index 0000000..7883c68 --- /dev/null +++ b/public/projects/chords.png |