mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
initial commit
This commit is contained in:
parent
e5139ffcbb
commit
ab28405eb9
1 changed files with 43 additions and 0 deletions
43
index.html
Normal file
43
index.html
Normal 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 — <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>
|
||||
|
||||
<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>© 2022 ♥ Aditya Kumar</p>
|
||||
</footer>
|
Loading…
Reference in a new issue