diff options
author | DemonKingSwarn <rockingswarn@gmail.com> | 2024-05-20 02:05:28 +0530 |
---|---|---|
committer | DemonKingSwarn <rockingswarn@gmail.com> | 2024-05-20 02:05:28 +0530 |
commit | cdfd3cc646aeff32076ff286af826be689e44710 (patch) | |
tree | 54c10ec6d65b49d5fc25d97de590aa733c083ae4 /index.html | |
download | website-cdfd3cc646aeff32076ff286af826be689e44710.zip website-cdfd3cc646aeff32076ff286af826be689e44710.tar.gz |
first blood
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..357d2f6 --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="/assets/css/style.css"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <meta name="referrer" content="no-referrer"> + <title> + /home/demonkingswarn + </title> + <meta name="generator" content="soupault"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <link rel="stylesheet" href="/assets/css/style.css"> + </head> + <body> + <div class="container"> + <header> + <h1> + /home/demonkingswarn + </h1> + <div id="nav-menu"> + <nav> + 😎 + <a class="active" href="/">Home</a> + 😎 + <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a> + 😎 + <a href="/setup/">Setup</a> + 😎 + <a href="/books/">Books</a> + </nav> + </div> + </header> + <main> + <p> + Hi there! + </p> + <p> + Welcome to my personal website. I have multiple aliases on the + Internet including + <i>DemonKingSwarn</i>, <i>Demon</i> and <i>Swarn</i>. + </p> + <h2> + About me + </h2> + <img class="tiny-img right" src="/assets/media/pfp.jpg" alt="me"> + <p> + I'm a GNU/Linux and + <a target="blank" href="https://www.gnu.org/philosophy/free-sw.html">free software</a> + enthusiast. + </p> + <p> + I'm a Computer Science student over at + <a target="blank" href="https://www.bitmesra.ac.in/">BIT MESRA</a>. I'm in my + early-twenties, so I regularly think about what to do with my life and + carreer. + </p> + <p> + Check out <a href="https://demonkingswarn.is-a.dev/blog/">my blog</a> here about libre software, and other interesting thoughts about anything that comes to my mind. + </p> + <p> + I might self-host a + <a target="blank" href="https://matrix.org/">Matrix</a>, + <a target="blank" href="https://invidious.io/">Invidious</a> or + <a target="blank" href="https://joinmastodon.org/">Mastodon</a> + instance on this site in the future, but not with + <a target="blank" href="/setup/">this hardware</a>. + </p> + <p> + If you have any questions on how to get started with hosting your own + personal site, <a href="mailto:swarnaditya.isometric@gmail.com">send me a message</a>. + </p> + <a target="blank" href="https://ublockorigin.com"><img class="large-img" src="/assets/media/adblock.png"></a> + <div class="gifbuttons"> + <a href="https://contrachrome.com" target="blank"><img alt="Anything But Chrome" src="/assets/media/buttons/chrome.gif"></a> + <a href="https://steamcommunity.com/profiles/76561198866570902" target="blank"><img alt="Friend me on Steam" src="/assets/media/buttons/steam.gif"></a> + <a href="https://mstdn.social/@DemonKingSwarn" rel="me" target="blank"><img alt="Follow me on Mastodon" src="/assets/media/buttons/mastodon.gif"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="blank"><img alt="License: CC BY-NC-SA 4.0 DEED" src="/assets/media/buttons/by-nc-sa.png"></a> + </div> + </main> + <footer> + <p class="center"> + Color scheme: + <a target="blank" href="https://draculatheme.com/">Dracula Theme</a> + </p> + </footer> + </div> + </body> +</html> + |