mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
54 lines
2.4 KiB
HTML
54 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width initial-scale=1">
|
|
<title>divineduty.xyz</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>Welcome to divineduty.xyz</h1>
|
|
<p class="content"><em>Our works are our prayers</em></p>
|
|
</header>
|
|
|
|
<main class="content">
|
|
<section>
|
|
<h2>Websites on this domain</h2>
|
|
<ul>
|
|
<li>Technical blog — <a href="https://chronicles.divineduty.xyz/">The Divine Chronicles</a></li>
|
|
<li>Git repository — <a href="https://banyan.divineduty.xyz/">The Banyan Tree</a></li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
<section class="content">
|
|
<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 am sufficiently confident 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 class="content">
|
|
<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 determined you are not a spammer or a troll.<p>
|
|
<p>Email: bluenerd [at] protonmail [dot] com</p>
|
|
</section>
|
|
|
|
<footer class="content">
|
|
<hr>
|
|
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
|
|
<p><a class="footer-link" href="https://banyan.divineduty.xyz/GNUxeava/divineduty.xyz">View source</a></p>
|
|
<p>© 2022 ♥ Aditya Kumar</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|