-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
32 lines (27 loc) · 1.03 KB
/
about.html
File metadata and controls
32 lines (27 loc) · 1.03 KB
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
26
27
28
29
30
31
---
title: About
layout: default
---
<h2> About me</h2>
<div class="indexPageContent">
<div class="divRight">
<img src="/assets/img/about/robbertColor.jpg"/>
<!-- <p style="color: black"><b>"Creativity is randomness placed into a framework."</b></p> -->
</div>
<div class="divLeft">
<article>
I am Robbert. I'm interested in technology, swimming, music, cryptography, (mathematical) riddles, sustainable global development, open-source software and much more.
I am also a big fan of <a href="https://signal.org">Signal</a>.
I will mostly use this website for blogging about my
projects, so anyone who's interested can read about what I spend my free time on.
You can find my project posts on the <a href="/projects">projects page</a>.
<br> <br>
</article>
<div class="icon linkedin">
<a href="http://www.linkedin.com/in/robberthofman">{% include icons/linkedin.html %}</a>
</div>
<div class="icon github">
<a href="http://www.github.com/robberth">{% include icons/github.html %}</a>
</div>
</div>
</div>