<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width initial-scale=1">
    <title>adityakumar.xyz</title>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>

  <body>
    <header>
      <h1>Welcome to Aditya's website</h1>
      <!-- <p class="content"><em>Our works are our prayers</em></p> -->
    </header>

    <main class="content">
      <section>
        <h2>Services on this domain</h2>
        <ul>
          <li>Technical blog &mdash; <a href="https://blog.adityakumar.xyz/">Aditya's blog</a></li>
          <li>Git repository &mdash; <a href="https://gitea.adityakumar.xyz/">Gitea</a></li>
          <li>Cloud storage &mdash; <a href="https://vault.adityakumar.xyz/">Vault</a></li>
          <li>Chat server &mdash; <a href="https://chat.adityakumar.xyz.">Prosody IM &mdash; XMPP Server</a></li>
        </ul>
        <h2>Services no longer offered</h2>
        <ul>
          <li>Meta search engine &mdash; SearXNG</li> 
          <li>A decentralised fediverse server based on Pleroma &mdash; River</li>
          <li>Lightweight, privacy friendly and ad-free YouTube client &mdash; Piped</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>git</li>
          <li>bash</li>
          <li>python</li>
          <li>rust</li>
          <li>KVM</li>
          <li>nginx</li>
        </ul>
        I have moderate skills in java and javascript.</p>
        <p>I am trying to learn <s>rust and</s> RISC-V instruction set 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://gitea.adityakumar.xyz/aditya/adityakumar.xyz">View source</a></p>
        <p>&copy; 2023 &hearts; Aditya Kumar</p>
      </footer>
  </body>
</html>