blob: b547a2fd8b50ecf3cd895b42bc59fcf9912799f1 (
plain)
1
2
3
4
5
6
7
8
|
{% extends "base.html" %}
{% block content %}
<div class="hey">
<h1 class="pre-title">Hey, I'm Arslaan!</h1>
<h3 class="title">I’m a 13-year-old developer exploring systems programming, Linux, FOSS, reverse-engineering, jailbreaking, and a bit of embedded systems.</h3>
</div>
{% endblock content %}
|