aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2022-07-10 14:53:28 +0200
committerJoris2022-07-10 14:53:28 +0200
commitae48213952bb095d4951912e399b6b403b9c5b9e (patch)
treeb5408f4314bed783386016513f6dedbbe18887c9
parent1cf7515ea6e1deeeeb34f07e8e66bc256c827af1 (diff)
downloadpersonal-page-ae48213952bb095d4951912e399b6b403b9c5b9e.tar.gz
personal-page-ae48213952bb095d4951912e399b6b403b9c5b9e.tar.bz2
personal-page-ae48213952bb095d4951912e399b6b403b9c5b9e.zip
Add Chords project
-rw-r--r--public/index.html20
-rw-r--r--public/projects/chords.pngbin0 -> 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
new file mode 100644
index 0000000..7883c68
--- /dev/null
+++ b/public/projects/chords.png
Binary files differ