m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/projects.html.erb
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-04 17:31:48 +0100
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-04 17:31:48 +0100
commitd93ece45d42225e153f5b92cd51a5b641169542b (patch)
tree700b43dd4d49f053d20f13b7aa747d3be532d096 /src/projects.html.erb
parentdbaaba95e2390effa794a9918f1c7a9515aefe10 (diff)
Add Hex Curler to projects
Diffstat (limited to 'src/projects.html.erb')
-rw-r--r--src/projects.html.erb15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/projects.html.erb b/src/projects.html.erb
new file mode 100644
index 0000000..90cd36c
--- /dev/null
+++ b/src/projects.html.erb
@@ -0,0 +1,15 @@
+<ul>
+ <li><a href='https://github.com/m-chrzan/dicebag'>Dicebag</a>: a dice
+ expression parser and roller.
+ </li>
+ <li><a href='https://gitlab.com/m-chrzan/m-chrzan.gitlab.io'>This website</a>: a small
+ mess of simple scripts for static site generation. I probably should've
+ used Jekyll, but I wanted to play around and build something minimal for
+ personal use. I'm not a webdev.
+ </li>
+ <li><a href='http://hex.m-chrzan.xyz'>Hex Curler</a>: a minimal webgame to be
+ played with <code>curl</code>.
+ <a href='<%= path_to 'blog_hex-curler' %>' >[blog]</a>
+ <a href='https://gitlab.com/m-chrzan/hex-curler'>[source]</a>
+ </li>
+</ul>