site/templates/index.html

38 lines
875 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="text-align-center">
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>
<p>
Stuff:
<ul>
<li>IRC: karx.xyz/6697 (requires SSL)</li>
<li>E-mail: <a href="mailto:yashkarandikar158@gmail.com">yashkarandikar158@gmail.com</a> [<a href="/signature.asc">GPG Signature</a>]</li>
<li>Mastodon: <a href="https://tilde.zone/@karx">@karx@tilde.zone</a></li>
</ul>
</p>
<p>
Links:
<ul>
<li><a href="https://git.karx.xyz">my gitea (email me issues and patches!)</a></li>
<li><a href="https://github.com/karx1">github</a></li>
</ul>
</p>
{% endblock content %}