summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2024-11-11 20:45:19 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2024-11-11 20:45:19 +0530
commit353895b8cba1cea0cbcd89d3e8dab7b55a6ebe4a (patch)
treece1778e4015ef10efb33975aee686cffa1cc9191
parent58f616994d1f35a8f7cca3b4cdf813f51f49d644 (diff)
downloadwebsite-master.zip
website-master.tar.gz
chore: updatesHEADmaster
-rw-r--r--.gitignore1
-rw-r--r--assets/css/style.css2
-rw-r--r--assets/media/adblock.pngbin182629 -> 0 bytes
-rw-r--r--assets/media/adblock.webpbin0 -> 108566 bytes
-rw-r--r--assets/media/background.jpgbin9028 -> 0 bytes
-rw-r--r--assets/media/background.webpbin0 -> 7670 bytes
-rw-r--r--assets/media/buttons/aniketnegi.pngbin0 -> 656 bytes
-rw-r--r--assets/media/buttons/debian.gifbin2184 -> 0 bytes
-rw-r--r--assets/media/buttons/github.jpgbin0 -> 18204 bytes
-rw-r--r--assets/media/buttons/gnu_linux.pngbin492 -> 0 bytes
-rw-r--r--assets/media/buttons/landchad.gifbin0 -> 15127 bytes
-rw-r--r--assets/media/buttons/neovim.gifbin695 -> 0 bytes
-rw-r--r--assets/media/buttons/soupault.pngbin9648 -> 0 bytes
-rw-r--r--assets/media/buttons/twitter.pngbin0 -> 1254 bytes
-rw-r--r--assets/media/buttons/vscodium.gifbin661 -> 0 bytes
-rw-r--r--assets/media/cubism-tiled.pngbin0 -> 33393 bytes
-rw-r--r--assets/media/pfp.jpgbin160622 -> 0 bytes
-rw-r--r--assets/media/pfp.webpbin0 -> 159844 bytes
-rw-r--r--assets/media/wget-log6
-rw-r--r--books/index.php (renamed from books/index.html)7
-rw-r--r--contact/index.php (renamed from contact/index.html)4
-rw-r--r--friends.txt4
-rw-r--r--index.php (renamed from index.html)13
-rw-r--r--now/index.php57
-rw-r--r--setup/index.php (renamed from setup/index.html)4
-rw-r--r--sitemap.xml43
-rw-r--r--then/index.php60
-rw-r--r--webring/index.php (renamed from webring/index.html)5
28 files changed, 192 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..333c1e9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+logs/
diff --git a/assets/css/style.css b/assets/css/style.css
index 8a06300..a2b3b80 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -25,7 +25,7 @@
body {
margin: 1em;
- background-image: url("/assets/media/background.jpg");
+ background-image: url("/assets/media/cubism-tiled.png");
background-color: var(--bg);
image-rendering: pixelated;
font-family: "Montserrat", sans-serif;
diff --git a/assets/media/adblock.png b/assets/media/adblock.png
deleted file mode 100644
index 02ba693..0000000
--- a/assets/media/adblock.png
+++ /dev/null
Binary files differ
diff --git a/assets/media/adblock.webp b/assets/media/adblock.webp
new file mode 100644
index 0000000..85872cb
--- /dev/null
+++ b/assets/media/adblock.webp
Binary files differ
diff --git a/assets/media/background.jpg b/assets/media/background.jpg
deleted file mode 100644
index ed52ba9..0000000
--- a/assets/media/background.jpg
+++ /dev/null
Binary files differ
diff --git a/assets/media/background.webp b/assets/media/background.webp
new file mode 100644
index 0000000..0022dd6
--- /dev/null
+++ b/assets/media/background.webp
Binary files differ
diff --git a/assets/media/buttons/aniketnegi.png b/assets/media/buttons/aniketnegi.png
new file mode 100644
index 0000000..472b569
--- /dev/null
+++ b/assets/media/buttons/aniketnegi.png
Binary files differ
diff --git a/assets/media/buttons/debian.gif b/assets/media/buttons/debian.gif
deleted file mode 100644
index eaf7001..0000000
--- a/assets/media/buttons/debian.gif
+++ /dev/null
Binary files differ
diff --git a/assets/media/buttons/github.jpg b/assets/media/buttons/github.jpg
new file mode 100644
index 0000000..2a5ae3b
--- /dev/null
+++ b/assets/media/buttons/github.jpg
Binary files differ
diff --git a/assets/media/buttons/gnu_linux.png b/assets/media/buttons/gnu_linux.png
deleted file mode 100644
index 7403c59..0000000
--- a/assets/media/buttons/gnu_linux.png
+++ /dev/null
Binary files differ
diff --git a/assets/media/buttons/landchad.gif b/assets/media/buttons/landchad.gif
new file mode 100644
index 0000000..302cd26
--- /dev/null
+++ b/assets/media/buttons/landchad.gif
Binary files differ
diff --git a/assets/media/buttons/neovim.gif b/assets/media/buttons/neovim.gif
deleted file mode 100644
index c3670e2..0000000
--- a/assets/media/buttons/neovim.gif
+++ /dev/null
Binary files differ
diff --git a/assets/media/buttons/soupault.png b/assets/media/buttons/soupault.png
deleted file mode 100644
index a13c53a..0000000
--- a/assets/media/buttons/soupault.png
+++ /dev/null
Binary files differ
diff --git a/assets/media/buttons/twitter.png b/assets/media/buttons/twitter.png
new file mode 100644
index 0000000..5ba46cd
--- /dev/null
+++ b/assets/media/buttons/twitter.png
Binary files differ
diff --git a/assets/media/buttons/vscodium.gif b/assets/media/buttons/vscodium.gif
deleted file mode 100644
index b382576..0000000
--- a/assets/media/buttons/vscodium.gif
+++ /dev/null
Binary files differ
diff --git a/assets/media/cubism-tiled.png b/assets/media/cubism-tiled.png
new file mode 100644
index 0000000..ceef330
--- /dev/null
+++ b/assets/media/cubism-tiled.png
Binary files differ
diff --git a/assets/media/pfp.jpg b/assets/media/pfp.jpg
deleted file mode 100644
index 2b13cfd..0000000
--- a/assets/media/pfp.jpg
+++ /dev/null
Binary files differ
diff --git a/assets/media/pfp.webp b/assets/media/pfp.webp
new file mode 100644
index 0000000..a8367c1
--- /dev/null
+++ b/assets/media/pfp.webp
Binary files differ
diff --git a/assets/media/wget-log b/assets/media/wget-log
deleted file mode 100644
index 011c54c..0000000
--- a/assets/media/wget-log
+++ /dev/null
@@ -1,6 +0,0 @@
---2024-05-19 01:25:53-- https://media.discordapp.net/attachments/1199630396846002276/1241479344514400428/image.png?ex=664a593d
-Resolving media.discordapp.net (media.discordapp.net)... 162.159.134.232, 162.159.129.232, 162.159.133.232, ...
-Connecting to media.discordapp.net (media.discordapp.net)|162.159.134.232|:443... connected.
-HTTP request sent, awaiting response... 404 Not Found
-2024-05-19 01:25:53 ERROR 404: Not Found.
-
diff --git a/books/index.html b/books/index.php
index eb5c0d8..a2a04b7 100644
--- a/books/index.html
+++ b/books/index.php
@@ -24,6 +24,8 @@
<nav>
😎
<a href="/">Home</a>
+ 🤔
+ <a href="/now/">Now page</a>
✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
🖥️
@@ -51,7 +53,10 @@
I have also read <i>The Trials of Apollo</i>, <i>Magnus Chase</i> and ofcourse the latest <i>Percy Jackson and the Chalice of the Gods</i>.
</p>
<p>
- I am currently reading the <i>Shadow and Bone</i> trilogy books by <i>Leigh Bardugo</i>.
+ I am currently reading the <i>Shadow and Bone trilogy</i> books by <i>Leigh Bardugo</i>.
+ </p>
+ <p>
+ Well if you guys want to read <i>Percy Jackson</i> and the other <i>Riordan-Verse</i> books then you can download them from <a href="https://archive.org/download/rick-riordan-complete-works/Rick%20Riordan%20Complete%20Works/" target="blank">here</a>.
</p>
</main>
</div>
diff --git a/contact/index.html b/contact/index.php
index d6498b5..02f3560 100644
--- a/contact/index.html
+++ b/contact/index.php
@@ -24,6 +24,8 @@
<nav>
😎
<a href="/">Home</a>
+ 🤔
+ <a href="/now/">Now page</a>
✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
🖥️
@@ -42,7 +44,7 @@
You can contact me on <a href="https://discord.com/users/453522683745927178">discord</a> or matrix
</p>
<div class="gifbuttons">
- <a href="https://matrix.to/#/@demonkingswarn:matrix.org" target="blank"><img alt="Matrix logo" src="/assets/media/buttons/matrix.png"></a>
+ <a href="https://matrix.to/#/@demonkingswarn:chat.demonkingswarn.live" target="blank"><img alt="Matrix logo" src="/assets/media/buttons/matrix.png"></a>
<a href="https://mstdn.social/@demonkingswarn" target="blank"><img alt="Mastodon logo" src="/assets/media/buttons/mastodon.gif"></a>
</div>
<p>
diff --git a/friends.txt b/friends.txt
new file mode 100644
index 0000000..e95cbe8
--- /dev/null
+++ b/friends.txt
@@ -0,0 +1,4 @@
+rehandaphedar.com
+port19.xyz
+aayushakacloudy.is-a.dev
+aniketnegi.com
diff --git a/index.html b/index.php
index 2ebf8f4..46a4848 100644
--- a/index.html
+++ b/index.php
@@ -11,7 +11,6 @@
/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>
@@ -24,6 +23,8 @@
<nav>
😎
<a class="active" href="/">Home</a>
+ 🤔
+ <a href="/now/">Now page</a>
✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
🖥️
@@ -49,7 +50,7 @@
<h2>
About me
</h2>
- <img class="tiny-img right" src="/assets/media/pfp.jpg" alt="me">
+ <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>
@@ -65,6 +66,9 @@
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
@@ -76,13 +80,14 @@
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>
+ <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="https://landchad.net/pix/landchad.gif"></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>
diff --git a/now/index.php b/now/index.php
new file mode 100644
index 0000000..00ec69a
--- /dev/null
+++ b/now/index.php
@@ -0,0 +1,57 @@
+<!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">
+ <meta name="referrer" content="no-referrer">
+ <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo">
+ <title>
+ What I'm up to now
+ </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>
+ What I'm up to now
+ </h1>
+ <div id="nav-menu">
+ <nav>
+ 😎
+ <a href="/">Home</a>
+ 🤔
+ <a class="active" 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>
+ <small>
+ This is a <a href="https://nownownow.com/about">now page</a>. For past entries, visit my <a href="/then/">then</a> page.
+ </small>
+ <p>
+ <date>
+ 2024-09-15
+ </date>
+ </p>
+ <p>
+ So I have started working on a game similar to Vampire Survivors. But it's now on a pause for four days because I am having exams. Yes my university exams doesn't have any gaps, continuous exams. That's how the life is here at BIT.
+ </p>
+ </main>
+ </div>
+ </body>
+</html>
diff --git a/setup/index.html b/setup/index.php
index 722e447..053afab 100644
--- a/setup/index.html
+++ b/setup/index.php
@@ -24,7 +24,9 @@
<nav>
😎
<a href="/">Home</a>
- ✍️
+ 🤔
+ <a href="/now/">Now page</a>
+ ✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
🖥️
<a class="active" href="/setup/">Setup</a>
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000..a05b025
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <url>
+ <loc>https://demonkingswarn.live//</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
+ <loc>https://demonkingswarn.live//now/</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
+ <loc>https://demonkingswarn.is-a.dev/blog/</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
+ <loc>https://demonkingswarn.live//setup/</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
+ <loc>https://demonkingswarn.live//books/</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
+ <loc>https://demonkingswarn.live//contact/</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
+ <loc>https://demonkingswarn.live//webring/</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
+ <loc>https://demonkingswarn.live//setup/</loc>
+ <changefreq>weekly</changefreq>
+ <priority>0.5</priority>
+ </url>
+</urlset>
diff --git a/then/index.php b/then/index.php
new file mode 100644
index 0000000..94e231d
--- /dev/null
+++ b/then/index.php
@@ -0,0 +1,60 @@
+<!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">
+ <meta name="referrer" content="no-referrer">
+ <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo">
+ <title>
+ Past entries of my now page
+ </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>
+ Past entries of my now page
+ </h1>
+ <div id="nav-menu">
+ <nav>
+ 😎
+ <a 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>
+ <date>
+ 2024-05-20
+ </date>
+ </p>
+ <p>
+ I am currently doing my internship in web development and software development. Honestly if it wasn't for my internship then I wouldn't have enjoyed making this site or writing my blogs.
+ </p>
+ <p>
+ I am also currently working on some small games to add to my <a href="https://demonkingswarn.is-a.dev">portfolio</a>. I have also started writing blogs, you can find them <a href="https://demonkingswarn.is-a.dev/blog">here</a>, and I am really glad I did because it's fun to share my thoughts on the things which interests me.
+ </p>
+ <p>
+ I would like to do my bachelor's thesis on cryptography or game engine design as these are the things in which I am genuinely interested.
+ </p>
+ </main>
+ </div>
+ </body>
+</html>
diff --git a/webring/index.html b/webring/index.php
index 9a1f04b..8caeed3 100644
--- a/webring/index.html
+++ b/webring/index.php
@@ -24,6 +24,8 @@
<nav>
😎
<a href="/">Home</a>
+ 🤔
+ <a href="/now/">Now page</a>
✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
🖥️
@@ -44,6 +46,9 @@
<div class="gifbuttons">
<a href="https://demonkingswarn.live" target=blank><img src="/assets/media/buttons/web-button.svg" height=31px width=88px></a>
</div>
+ <p>
+ <a href="https://demonkingswarn.live/contact/" target="blank">Contact</a> me to add your own.
+ </p>
</main>
</div>
</body>