blob: 299e14a45e32c56f24865b5a6457fc171b800bd5 (
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
|
<p>
I studied computer science at the University of Warsaw, completing my bachelor's
degree in 2018 and master's in 2022.
</p>
<p>
I'm interested in Polish traditional music. I play trombone and tenor saxhorn in
a few different bands.
</p>
<h2>Recent posts <a style='font-size: 18px;' href='<%= path_to 'rss' %>'>(RSS)</a>:</h2>
<ul>
<% posts.take(5).each do |post| -%>
<li>
<a href='<%= path_to post['id'] %>'><%= post['title'] %></a> <%= format_date post['date'] %>
</li>
<% end -%>
</ul>
<hr />
<ul class='links'>
<li><a href='<%= path_to 'contact' %>'>Contact</a></li>
<li><a href='https://git.m-chrzan.xyz'>Code</a></li>
<li><a href='<%= path_to 'links' %>'>Links</a></li>
<li><a href='<%= path_to 'donate' %>'>Donate</a></li>
</ul>
|