Add an 'about me' block in the sidebar

This commit is contained in:
Philipp Oppermann
2020-09-07 12:24:04 +02:00
parent 3c0e8dc56a
commit 00ebabddc2

View File

@@ -108,6 +108,15 @@
</ul>
</div>
{%- endif %}
<div class="block">
<h2>About Me</h2>
<p>
I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges.
</p><p>
If you want to work with me, reach out on <a href = "https://www.linkedin.com/in/phil-opp/">LinkedIn</a> or write me at <a href="mailto:job@phil-opp.com">job@phil-opp.com</a>.
</p>
</div>
</aside>
{% endblock main %}