diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-17 14:54:11 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-17 14:54:11 +0200 |
commit | 1f231a8e40686ef89dd40918ffa9ee5246112e12 (patch) | |
tree | c51c7e279453607c814ef686b6c25496e834b9d2 /src | |
parent | 3f83c7069b2474e3abbbab8a058a81bc75ffd1e2 (diff) |
Add tuturutu to Projects page
Diffstat (limited to 'src')
-rw-r--r-- | src/projects.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/projects.html.erb b/src/projects.html.erb index f5cdad2..955b32f 100644 --- a/src/projects.html.erb +++ b/src/projects.html.erb @@ -7,6 +7,11 @@ stuff is mostly a lot of university assignments). </p> <ul> + <li><a href='https://tuturutu.net'>tuturutu.net</a>: a songbook of + traditional Polish music. + <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> |