adityakumar.xyz/index.html

62 lines
2.8 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>
2022-03-18 05:49:24 +00:00
<p class="content"><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:49:24 +00:00
<main class="content">
2022-03-18 04:44:14 +00:00
<section>
2022-05-09 05:44:51 +00:00
<h2>Services on this domain</h2>
2022-03-18 04:44:14 +00:00
<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>
2022-05-02 13:01:22 +00:00
<li>Cloud storage &mdash; <a href="https://vault.divineduty.xyz/">Vault</a></li>
<li>Social network &mdash; <a href="https://river.divineduty.xyz/">Divine River</a></li>
2022-05-07 07:32:12 +00:00
<li>Chat server &mdash; <a href="https://chat.divineduty.xyz.">Prosody IM &mdash; XMPP Server</a></l1>
2022-03-18 04:44:14 +00:00
</ul>
</section>
2022-03-18 04:56:17 +00:00
</main>
2022-03-18 04:44:14 +00:00
2022-03-18 05:49:24 +00:00
<section class="content">
2022-03-18 04:44:14 +00:00
<h2>About me</h2>
2022-03-18 05:51:04 +00:00
<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:
2022-03-18 04:44:14 +00:00
<ul>
<li>C</li>
<li>C++</li>
2022-05-07 07:32:12 +00:00
<li>git</li>
2022-03-18 04:44:14 +00:00
<li>bash</li>
<li>python</li>
<li>HTML5</li>
<li>CSS3</li>
2022-05-02 13:01:22 +00:00
<li>KVM</li>
<li>nginx</li>
2022-03-18 04:44:14 +00:00
</ul>
I have moderate skills in java and javascript.</p>
2022-05-02 13:01:22 +00:00
<p>I am trying to learn rust and RISC-V instruction set architecture.</p>
2022-03-18 04:44:14 +00:00
</section>
2022-03-18 05:49:24 +00:00
<section class="content">
2022-03-18 04:44:14 +00:00
<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>
2022-03-18 06:14:22 +00:00
<footer class="content">
<hr>
2022-03-18 06:22:59 +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 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>
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>
2022-05-02 13:01:22 +00:00