From 353895b8cba1cea0cbcd89d3e8dab7b55a6ebe4a Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 11 Nov 2024 20:45:19 +0530 Subject: chore: updates --- .gitignore | 1 + assets/css/style.css | 2 +- assets/media/adblock.png | Bin 182629 -> 0 bytes assets/media/adblock.webp | Bin 0 -> 108566 bytes assets/media/background.jpg | Bin 9028 -> 0 bytes assets/media/background.webp | Bin 0 -> 7670 bytes assets/media/buttons/aniketnegi.png | Bin 0 -> 656 bytes assets/media/buttons/debian.gif | Bin 2184 -> 0 bytes assets/media/buttons/github.jpg | Bin 0 -> 18204 bytes assets/media/buttons/gnu_linux.png | Bin 492 -> 0 bytes assets/media/buttons/landchad.gif | Bin 0 -> 15127 bytes assets/media/buttons/neovim.gif | Bin 695 -> 0 bytes assets/media/buttons/soupault.png | Bin 9648 -> 0 bytes assets/media/buttons/twitter.png | Bin 0 -> 1254 bytes assets/media/buttons/vscodium.gif | Bin 661 -> 0 bytes assets/media/cubism-tiled.png | Bin 0 -> 33393 bytes assets/media/pfp.jpg | Bin 160622 -> 0 bytes assets/media/pfp.webp | Bin 0 -> 159844 bytes assets/media/wget-log | 6 --- books/index.html | 59 -------------------- books/index.php | 64 ++++++++++++++++++++++ contact/index.html | 54 ------------------- contact/index.php | 56 +++++++++++++++++++ friends.txt | 4 ++ index.html | 100 ---------------------------------- index.php | 105 ++++++++++++++++++++++++++++++++++++ now/index.php | 57 ++++++++++++++++++++ setup/index.html | 64 ---------------------- setup/index.php | 66 +++++++++++++++++++++++ sitemap.xml | 43 +++++++++++++++ then/index.php | 60 +++++++++++++++++++++ webring/index.html | 50 ----------------- webring/index.php | 55 +++++++++++++++++++ 33 files changed, 512 insertions(+), 334 deletions(-) create mode 100644 .gitignore delete mode 100644 assets/media/adblock.png create mode 100644 assets/media/adblock.webp delete mode 100644 assets/media/background.jpg create mode 100644 assets/media/background.webp create mode 100644 assets/media/buttons/aniketnegi.png delete mode 100644 assets/media/buttons/debian.gif create mode 100644 assets/media/buttons/github.jpg delete mode 100644 assets/media/buttons/gnu_linux.png create mode 100644 assets/media/buttons/landchad.gif delete mode 100644 assets/media/buttons/neovim.gif delete mode 100644 assets/media/buttons/soupault.png create mode 100644 assets/media/buttons/twitter.png delete mode 100644 assets/media/buttons/vscodium.gif create mode 100644 assets/media/cubism-tiled.png delete mode 100644 assets/media/pfp.jpg create mode 100644 assets/media/pfp.webp delete mode 100644 assets/media/wget-log delete mode 100644 books/index.html create mode 100644 books/index.php delete mode 100644 contact/index.html create mode 100644 contact/index.php create mode 100644 friends.txt delete mode 100644 index.html create mode 100644 index.php create mode 100644 now/index.php delete mode 100644 setup/index.html create mode 100644 setup/index.php create mode 100644 sitemap.xml create mode 100644 then/index.php delete mode 100644 webring/index.html create mode 100644 webring/index.php 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 Binary files a/assets/media/adblock.png and /dev/null differ diff --git a/assets/media/adblock.webp b/assets/media/adblock.webp new file mode 100644 index 0000000..85872cb Binary files /dev/null and b/assets/media/adblock.webp differ diff --git a/assets/media/background.jpg b/assets/media/background.jpg deleted file mode 100644 index ed52ba9..0000000 Binary files a/assets/media/background.jpg and /dev/null differ diff --git a/assets/media/background.webp b/assets/media/background.webp new file mode 100644 index 0000000..0022dd6 Binary files /dev/null and b/assets/media/background.webp differ diff --git a/assets/media/buttons/aniketnegi.png b/assets/media/buttons/aniketnegi.png new file mode 100644 index 0000000..472b569 Binary files /dev/null and b/assets/media/buttons/aniketnegi.png differ diff --git a/assets/media/buttons/debian.gif b/assets/media/buttons/debian.gif deleted file mode 100644 index eaf7001..0000000 Binary files a/assets/media/buttons/debian.gif and /dev/null differ diff --git a/assets/media/buttons/github.jpg b/assets/media/buttons/github.jpg new file mode 100644 index 0000000..2a5ae3b Binary files /dev/null and b/assets/media/buttons/github.jpg differ diff --git a/assets/media/buttons/gnu_linux.png b/assets/media/buttons/gnu_linux.png deleted file mode 100644 index 7403c59..0000000 Binary files a/assets/media/buttons/gnu_linux.png and /dev/null differ diff --git a/assets/media/buttons/landchad.gif b/assets/media/buttons/landchad.gif new file mode 100644 index 0000000..302cd26 Binary files /dev/null and b/assets/media/buttons/landchad.gif differ diff --git a/assets/media/buttons/neovim.gif b/assets/media/buttons/neovim.gif deleted file mode 100644 index c3670e2..0000000 Binary files a/assets/media/buttons/neovim.gif and /dev/null differ diff --git a/assets/media/buttons/soupault.png b/assets/media/buttons/soupault.png deleted file mode 100644 index a13c53a..0000000 Binary files a/assets/media/buttons/soupault.png and /dev/null differ diff --git a/assets/media/buttons/twitter.png b/assets/media/buttons/twitter.png new file mode 100644 index 0000000..5ba46cd Binary files /dev/null and b/assets/media/buttons/twitter.png differ diff --git a/assets/media/buttons/vscodium.gif b/assets/media/buttons/vscodium.gif deleted file mode 100644 index b382576..0000000 Binary files a/assets/media/buttons/vscodium.gif and /dev/null differ diff --git a/assets/media/cubism-tiled.png b/assets/media/cubism-tiled.png new file mode 100644 index 0000000..ceef330 Binary files /dev/null and b/assets/media/cubism-tiled.png differ diff --git a/assets/media/pfp.jpg b/assets/media/pfp.jpg deleted file mode 100644 index 2b13cfd..0000000 Binary files a/assets/media/pfp.jpg and /dev/null differ diff --git a/assets/media/pfp.webp b/assets/media/pfp.webp new file mode 100644 index 0000000..a8367c1 Binary files /dev/null and b/assets/media/pfp.webp 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.html deleted file mode 100644 index eb5c0d8..0000000 --- a/books/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - Books - - - - - - -
-
-

- Books -

- -
-
-

- So I am a massive fan of the Percy Jackson books which are written by Rick Riordan, having read each book a millionth time now. -

-

- Though my favourite book from the Percy Jackson and the Olympians series is Percy Jackson and the Titan's Curse, mainly because my favourite character Nico di Angelo was first introduced in this book. And from Heroes of Olympus series my favourite book will be House of Hades because it has some really cool Percabeth moments. -

-

- The non-PJ book series which is my favourite is The Kane Chronicles. Well it's actually in the same universe as the Percy Jackson books, the universe which we refer as the Riordan-Verse. -

-

- I have also read The Trials of Apollo, Magnus Chase and ofcourse the latest Percy Jackson and the Chalice of the Gods. -

-

- I am currently reading the Shadow and Bone trilogy books by Leigh Bardugo. -

-
-
- - diff --git a/books/index.php b/books/index.php new file mode 100644 index 0000000..a2a04b7 --- /dev/null +++ b/books/index.php @@ -0,0 +1,64 @@ + + + + + + + + + + + Books + + + + + + +
+
+

+ Books +

+ +
+
+

+ So I am a massive fan of the Percy Jackson books which are written by Rick Riordan, having read each book a millionth time now. +

+

+ Though my favourite book from the Percy Jackson and the Olympians series is Percy Jackson and the Titan's Curse, mainly because my favourite character Nico di Angelo was first introduced in this book. And from Heroes of Olympus series my favourite book will be House of Hades because it has some really cool Percabeth moments. +

+

+ The non-PJ book series which is my favourite is The Kane Chronicles. Well it's actually in the same universe as the Percy Jackson books, the universe which we refer as the Riordan-Verse. +

+

+ I have also read The Trials of Apollo, Magnus Chase and ofcourse the latest Percy Jackson and the Chalice of the Gods. +

+

+ I am currently reading the Shadow and Bone trilogy books by Leigh Bardugo. +

+

+ Well if you guys want to read Percy Jackson and the other Riordan-Verse books then you can download them from here. +

+
+
+ + diff --git a/contact/index.html b/contact/index.html deleted file mode 100644 index d6498b5..0000000 --- a/contact/index.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - Contact - - - - - - -
-
-

- Contact -

- -
-
-

- You can contact me on discord or matrix -

-
- Matrix logo - Mastodon logo -
-

- My email address is swarnaditya [DOT] isometric [AT] gmail [DOT] com -

-
-
- - diff --git a/contact/index.php b/contact/index.php new file mode 100644 index 0000000..02f3560 --- /dev/null +++ b/contact/index.php @@ -0,0 +1,56 @@ + + + + + + + + + + + Contact + + + + + + +
+
+

+ Contact +

+ +
+
+

+ You can contact me on discord or matrix +

+
+ Matrix logo + Mastodon logo +
+

+ My email address is swarnaditya [DOT] isometric [AT] gmail [DOT] com +

+
+
+ + 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.html deleted file mode 100644 index 2ebf8f4..0000000 --- a/index.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - /home/demonkingswarn - - - - - - -
-
-

- /home/demonkingswarn -

- -
-
-

- Hi there! -

-

- Welcome to my personal website. I have multiple aliases on the - Internet including - DemonKingSwarn, Demon and Swarn. -

-

- About me -

- me -

- I'm a GNU/Linux and - free software - enthusiast. -

-

- I'm a Computer Science student over at - BIT MESRA. I'm in my - early-twenties, so I regularly think about what to do with my life and - carreer. -

-

- Check out my blog here about libre software, and other interesting thoughts about anything that comes to my mind. -

-

- I might self-host a - Matrix, - Invidious or - Mastodon - instance on this site in the future, but not with - this hardware. -

-

- If you have any questions on how to get started with hosting your own - personal site, send me a message. -

- -
- Anything But Chrome - Friend me on Steam - Follow me on Mastodon - License: CC BY-NC-SA 4.0 DEED - landchad -
-
- -
- - - diff --git a/index.php b/index.php new file mode 100644 index 0000000..46a4848 --- /dev/null +++ b/index.php @@ -0,0 +1,105 @@ + + + + + + + + + + + /home/demonkingswarn + + + + + +
+
+

+ /home/demonkingswarn +

+ +
+
+

+ Hi there! +

+

+ Welcome to my personal website. I have multiple aliases on the + Internet including + DemonKingSwarn, Demon and Swarn. +

+

+ About me +

+ me +

+ I'm a GNU/Linux and + free software + enthusiast. +

+

+ I'm a Computer Science student over at + BIT MESRA. I'm in my + early-twenties, so I regularly think about what to do with my life and + carreer. +

+

+ Check out my blog here about libre software, and other interesting thoughts about anything that comes to my mind. +

+

+ You can check out my GitHub to know about my projects. Although I am migrating my github to my git server. +

+

+ I might self-host a + Matrix, + Invidious or + Mastodon + instance on this site in the future, but not with + this hardware. +

+

+ If you have any questions on how to get started with hosting your own + personal site, send me a message. +

+ +
+ Anything But Chrome + Friend me on Steam + Follow me on Mastodon + License: CC BY-NC-SA 4.0 DEED + landchad + aniketnegi +
+
+ +
+ + + 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 @@ + + + + + + + + + + + What I'm up to now + + + + + + +
+
+

+ What I'm up to now +

+ +
+
+ + This is a now page. For past entries, visit my then page. + +

+ + 2024-09-15 + +

+

+ 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. +

+
+
+ + diff --git a/setup/index.html b/setup/index.html deleted file mode 100644 index 722e447..0000000 --- a/setup/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - Setup - - - - - - -
-
-

- Setup -

- -
-
-

- Server: Raspberry Pi 5 Model B+ running Raspbian 11 as its OS, Nginx as its web server and ddclient as a dynamic DNS - client. -

-

- Version control: I use Git because its commands are more straightforward in - my experience. -

-

- Laptop: HP Pavilion Gaming Laptop 15-dk0xxx running Arch Linux. -

-

- Editor: VSCodium and NeoVim. -

-

- Phone: Right now a Vivo IQOO 9T. -

-

- Preferred software: Shell: Zsh; Matrix client: Cinny; Mastodon client: Tusky; Browser: Floorp and Firefox. -

-
-
- - diff --git a/setup/index.php b/setup/index.php new file mode 100644 index 0000000..053afab --- /dev/null +++ b/setup/index.php @@ -0,0 +1,66 @@ + + + + + + + + + + + Setup + + + + + + +
+
+

+ Setup +

+ +
+
+

+ Server: Raspberry Pi 5 Model B+ running Raspbian 11 as its OS, Nginx as its web server and ddclient as a dynamic DNS + client. +

+

+ Version control: I use Git because its commands are more straightforward in + my experience. +

+

+ Laptop: HP Pavilion Gaming Laptop 15-dk0xxx running Arch Linux. +

+

+ Editor: VSCodium and NeoVim. +

+

+ Phone: Right now a Vivo IQOO 9T. +

+

+ Preferred software: Shell: Zsh; Matrix client: Cinny; Mastodon client: Tusky; Browser: Floorp and Firefox. +

+
+
+ + diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..a05b025 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,43 @@ + + + + https://demonkingswarn.live// + weekly + 0.5 + + + https://demonkingswarn.live//now/ + weekly + 0.5 + + + https://demonkingswarn.is-a.dev/blog/ + weekly + 0.5 + + + https://demonkingswarn.live//setup/ + weekly + 0.5 + + + https://demonkingswarn.live//books/ + weekly + 0.5 + + + https://demonkingswarn.live//contact/ + weekly + 0.5 + + + https://demonkingswarn.live//webring/ + weekly + 0.5 + + + https://demonkingswarn.live//setup/ + weekly + 0.5 + + 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 @@ + + + + + + + + + + + Past entries of my now page + + + + + + +
+
+

+ Past entries of my now page +

+ +
+
+

+ + 2024-05-20 + +

+

+ 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. +

+

+ I am also currently working on some small games to add to my portfolio. I have also started writing blogs, you can find them here, and I am really glad I did because it's fun to share my thoughts on the things which interests me. +

+

+ 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. +

+
+
+ + diff --git a/webring/index.html b/webring/index.html deleted file mode 100644 index 9a1f04b..0000000 --- a/webring/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - Webring - - - - - - -
-
-

- Webring -

- -
-
-

- Want to linkback? -

-
- -
-
-
- - diff --git a/webring/index.php b/webring/index.php new file mode 100644 index 0000000..8caeed3 --- /dev/null +++ b/webring/index.php @@ -0,0 +1,55 @@ + + + + + + + + + + + Webring + + + + + + +
+
+

+ Webring +

+ +
+
+

+ Want to linkback? +

+
+ +
+

+ Contact me to add your own. +

+
+
+ + -- cgit v1.1