m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/index.html.erb
blob: 75fca0f529454bed38decce31183f0e8548a4cc6 (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
<p>
  I am a software engineer, writing smart contracts and other fun things
  for <a href='https://celo.org'>Celo</a>. I'm currently pursuing a master's
  degree in CS at the University of Warsaw, where I previously got my
  bachelor's.
</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='mailto:<%= Email %>'>Email</a></li>
  <li><a href='<%= path_to 'key' %>'>PGP</a></li>
  <li><a href='https://git.m-chrzan.xyz'>Code</a></li>
  <li><a href='<%= path_to 'crypto' %>'>Crypto</a></li>
</ul>