site/templates/index.html

38 lines
875 B
HTML
Raw Normal View History

2021-11-09 21:31:32 -06:00
{% extends "base.html" %}
{% block content %}
2021-11-10 12:15:44 -06:00
<h1 class="text-align-center">
2021-11-09 21:31:32 -06:00
Welcome to Yash's website!
</h1>
2021-11-10 11:38:26 -06:00
<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>
2021-11-10 12:15:44 -06:00
<p>
Stuff:
<ul>
<li>IRC: karx.xyz/6697 (requires SSL)</li>
2021-11-20 15:59:49 -06:00
<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>
2021-11-10 12:15:44 -06:00
</ul>
</p>
<p>
Links:
<ul>
2021-12-13 17:23:08 -06:00
<li><a href="https://git.karx.xyz">my gitea (email me issues and patches!)</a></li>
2021-11-10 12:15:44 -06:00
<li><a href="https://github.com/karx1">github</a></li>
</ul>
</p>
2021-11-09 21:31:32 -06:00
{% endblock content %}