site/templates/index.html

23 lines
408 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
Welcome to Yash's website!
</h1>
<p>
Hello there! My name is Yash Karandikar. I am a programmer and Linux enthusiast, as well as an avid Doctor Who fan.
</p>
<p>
Skills:
<ul>
<li>Linux server administration</li>
<li>Docker</li>
<li>Rust</li>
<li>Python</li>
<li>TypeScript</li>
<li>HTML/CSS/JS</li>
</ul>
</p>
{% endblock content %}