m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/projects.html.erb
blob: ba31ad56452e0b98ea2508def572a3ca5efb4302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<p>
You can find my most useful and interesting projects
<a href='https://git.m-chrzan.xyz'>here</a>. Mirrors of these and some
additional code can be found on my <a href='https://github.com/m-chrzan'>GitHub
</a> and <a href='https://gitlab.com/m-chrzan'>GitLab</a> profiles.
</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='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='<%= path_to 'thesis' %>'>MSO Query Answering on Trees</a>: my
      master's thesis.
      <a href='<%= git 'mgr' %>'>[source]</a>
      <a href='<%= path_to 'thesis-slides' %>'>[slides]</a>
    <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>.
        <a href='<%= path_to 'blog_hex-curler' %>' >[blog]</a>
        <a href='<%= git 'hex-curler' %>'>[source]</a>
    </li>
</ul>