initial commit

This commit is contained in:
GNUxeava 2022-03-18 10:14:14 +05:30
parent e5139ffcbb
commit ab28405eb9

43
index.html Normal file
View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<title>divineduty.xyz</title>
</head>
<body>
<main>
<h1>Welcome to divineduty.xyz</h1>
<p><em>Our works are our prayers</em></p>
<section>
<h2>Websites on this domain</h2>
<ul>
<li>Technical blog &mdash; <a href="https://chronicles.divineduty.xyz/">The Divine Chronicles</a></li>
<li>Git repository &mdash; <a href="https://banyan.divineduty.xyz/">The Banyan Tree</a></li>
</ul>
</section>
<section>
<h2>About me</h2>
<p>I am a Computer Science student with an interest in managing computers. I love contributing to open source projects. I am skilled in managing virtual machines and servers, this website being the prime example. I also have a vast amount of experience in managing Archlinux based distributions, followed by Debian based distributions and am proficient in using command line tools. I am skilled in the following, but not limited to:
<ul>
<li>C</li>
<li>C++</li>
<li>bash</li>
<li>python</li>
<li>HTML5</li>
<li>CSS3</li>
</ul>
I have moderate skills in java and javascript.</p>
<p>I am trying to learn rust and RISC-V architecture.</p>
</section>
<section>
<h2>Contact</h2>
<p>Currently, e-mail is the only way to contact me if we are total strangers. I can provide further means of communication once I have judged you are not a spammer or a troll.<p>
<p>Email: bluenerd [at] protonmail [dot] com</p>
</section>
<footer>
<p>&copy; 2022 &hearts; Aditya Kumar</p>
</footer>