m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2022-11-29 16:17:30 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2022-11-29 16:17:30 +0100
commit52ea1ce09ee689705464645f4cf5c3efd462cd7f (patch)
tree681ab92a9e4ff4596f9a14b60395e9fb643e550c
parent26dcaa3c44860f4739966bcbb0e9280e46c2c666 (diff)
Reorder project links
-rw-r--r--src/projects.html.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/projects.html.erb b/src/projects.html.erb
index dbe8e1f..f7166bf 100644
--- a/src/projects.html.erb
+++ b/src/projects.html.erb
@@ -11,16 +11,16 @@ additional code can be found on my <a href='https://github.com/m-chrzan'>GitHub
<a href='<%= path_to 'blog_i-made-a-songbook' %>' >[blog]</a>
<a href='<%= git 'tuturutu' %>'>[source]</a>
</li>
- <li><a href='<%= git 'dicebag' %>'>Dicebag</a>: a dice
- expression parser and roller.
+ <li><a href='https://nocss.club'>No CSS Club</a>: a club so exclusive, even
+ the founder isn't a member of it.
</li>
<li><a href='<%= git 'website' %>'>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='https://nocss.club'>No CSS Club</a>: a club so exclusive, even
- the founder isn't a member of it.
+ <li><a href='<%= git 'dicebag' %>'>Dicebag</a>: a dice
+ expression parser and roller.
</li>
<li><a href='http://hex.m-chrzan.xyz'>Hex Curler</a>: a minimal webgame to be
played with <code>curl</code>.