website/templates/about.html

11 lines
618 B
HTML
Raw Normal View History

2021-06-01 23:15:46 +02:00
{% extends "template.html" %}
{% block title %}Hello, this is my {% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
2023-10-11 21:41:05 +02:00
My name is Stefan Friese. I am fascinated by computers since I first saw my Dad working on the ZX Spectrumn. For me, the greatest thing is to learn something new. I like music, engineering, art, design and security CTFs. I write blog entries on my journey, so I&rsquo;ll be able to look stuff up, remember and share it with you and students at work.<p></p><div class="contact";><script src="https://tryhackme.com/badge/502760"></script><p></p></div>
2022-05-31 00:19:36 +02:00
{% endblock %}