m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html.erb')
-rw-r--r--src/index.html.erb22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/index.html.erb b/src/index.html.erb
new file mode 100644
index 0000000..23f08bc
--- /dev/null
+++ b/src/index.html.erb
@@ -0,0 +1,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> <%= 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>