{% extends "base.html" %}

{% block content %}
<article>
  <p>
    Hello, my name is
    <strong>Prince Bett.</strong>
    I am a
    <strong>systems programmer</strong>
    based in Nairobi, Kenya. I enjoy ricing my linux setup and working on 
  projects I find interesting. I also play
    <strong>flute</strong>
    and
    <strong>conduct</strong>
    in 
  orchestra on weekends.
  </p>
</article>
<ul class="social">
  <li>
    <a href="https://codeberg.org/kodesoul">
      <img src="/codeberg.svg" alt="github">
    </a>
  </li>
  <li>
    <a href="https://github.com/kodesoul">
      <img src="/github.svg" alt="github">
    </a>
  </li>
</ul>
{% endblock content %}
<!-- <a href="{{ get_url(path='@/blog/_index.md')}}">blog</a> -->