blob: 46a48489b3ea9fd6cddef8f1861416f6cce78b72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<!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="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="/now/">Now page</a>
✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
🖥️
<a href="/setup/">Setup</a>
📚
<a href="/books/">Books</a>
📞
<a href="/contact/">Contact</a>
☎️
<a href="/webring/">Webring</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.webp" 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>
You can check out my <a href="https://github.com/demonkingswarn" rel="me">GitHub</a> to know about my projects. Although I am migrating my github to <a href="https://git.demonkingswarn.live">my git server</a>.
</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.webp"></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>
<a href="https://landchad.net" target="blank"><img alt="landchad" src="/assets/media/buttons/landchad.gif"></a>
<a href="https://www.aniketnegi.com" target="blank"><img alt="aniketnegi" src="/assets/media/buttons/aniketnegi.png"></a>
</div>
</main>
<footer>
<p class="center">
<a target="blank" href="https://git.demonkingswarn.live/website.git/">Source code</a>
</p>
<p class="center">
Color scheme:
<a target="blank" href="https://draculatheme.com/">Dracula Theme</a>
</p>
</footer>
</div>
</body>
</html>
|