m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/index.html.erb
blob: 11715c136559ce9bf763bae2b94709d18caeb985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<p>
    I am a software engineer, writing smart contracts and other fun things
    for <a href='https://celo.org'>Celo</a>. I got my bachelor's in computer
    science at the University of Warsaw.
</p>

<h2>Recent posts:</h2>

<ul>
<% posts.take(5).each do |post| %>
  <li>
    <a href='<%= path_to post['title'] %>'><%= post['title'] %></a> <%= format_date post['date'] %>
  </li>
<% end %>
</ul>

<hr />
<ul class='links'>
    <li><a href='mailto:marcin.j.chrzanowski@gmail.com'>Email</a></li>
    <li><a href='https://github.com/m-chrzan'>GitHub</a></li>
    <li><a href='https://linkedin.com/in/marcin-chrzanowski'>LinkedIn</a></li>
</ul>