website
add source buttons
bendn 2022-09-03
parent 12161f6 · commit 45f6e1b
-rw-r--r--projects/chess.html3
-rw-r--r--projects/tetris.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/chess.html b/projects/chess.html
index 8c0ab60..441b10f 100644
--- a/projects/chess.html
+++ b/projects/chess.html
@@ -29,6 +29,9 @@
<a class="button" href="https://bendn.itch.io/chess">
<i class="fa-brands fa-itch-io"></i> view
</a>
+ <a class="button" href="https://github.com/bend-n/chess">
+ <i class="fa-brands fa-github"></i> source
+ </a>
</div>
<p>A simple chess project</p>
<screenshot-list
diff --git a/projects/tetris.html b/projects/tetris.html
index e799ecf..190644a 100644
--- a/projects/tetris.html
+++ b/projects/tetris.html
@@ -29,6 +29,9 @@
<a class="button" href="https://bendn.itch.io/tetris">
<i class="fa-brands fa-itch-io"></i> view
</a>
+ <a class="button" href="https://github.com/bend-n/tetris">
+ <i class="fa-brands fa-github"></i> source
+ </a>
</div>
<p>I made this one on the spur of a moment.</p>
<screenshot-list