adityakumar.xyz/index.html

54 lines
2.3 KiB
HTML
Raw Normal View History

2022-03-18 04:44:14 +00:00
<!DOCTYPE html>
<html>
<head>
2022-03-18 05:08:45 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1">
2022-03-18 04:44:14 +00:00
<title>divineduty.xyz</title>
2022-03-18 05:08:45 +00:00
<link rel="stylesheet" type="text/css" href="style.css">
2022-03-18 04:44:14 +00:00
</head>
<body>
2022-03-18 05:16:26 +00:00
<header>
2022-03-18 04:44:14 +00:00
<h1>Welcome to divineduty.xyz</h1>
<p><em>Our works are our prayers</em></p>
2022-03-18 05:16:26 +00:00
</header>
2022-03-18 04:44:14 +00:00
2022-03-18 05:16:26 +00:00
<main>
2022-03-18 04:44:14 +00:00
<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>
2022-03-18 04:56:17 +00:00
</main>
2022-03-18 04:44:14 +00:00
<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>
2022-03-18 05:14:19 +00:00
<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>
2022-03-18 04:44:14 +00:00
<p>Email: bluenerd [at] protonmail [dot] com</p>
</section>
<footer>
2022-03-18 04:50:29 +00:00
<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 rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
2022-03-18 04:49:35 +00:00
<p><a href="https://banyan.divineduty.xyz/GNUxeava/divineduty.xyz">View source</a></p>
2022-03-18 04:44:14 +00:00
<p>&copy; 2022 &hearts; Aditya Kumar</p>
</footer>
2022-03-18 04:56:17 +00:00
</body>
</html>