mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-12-26 18:22:52 +00:00
add class
This commit is contained in:
parent
e363c81c98
commit
e63ed2db5c
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@
|
|||
<body>
|
||||
<header>
|
||||
<h1>Welcome to divineduty.xyz</h1>
|
||||
<p><em>Our works are our prayers</em></p>
|
||||
<p class="content"><em>Our works are our prayers</em></p>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<main class="content">
|
||||
<section>
|
||||
<h2>Websites on this domain</h2>
|
||||
<ul>
|
||||
|
@ -23,7 +23,7 @@
|
|||
</section>
|
||||
</main>
|
||||
|
||||
<section>
|
||||
<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 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>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<p>I am trying to learn rust and RISC-V architecture.</p>
|
||||
</section>
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue