summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2024-05-20 15:08:25 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2024-05-20 15:08:25 +0530
commitfbadfc4eee83870b62dd74a16f55cb1e9555f8d7 (patch)
tree7d24e8e51b97555f0b2d063be9dfa5a40a43f8ea
parent7f293f436223af13118d279faaf39934f4869213 (diff)
downloadwebsite-fbadfc4eee83870b62dd74a16f55cb1e9555f8d7.zip
website-fbadfc4eee83870b62dd74a16f55cb1e9555f8d7.tar.gz
some changes to the website
-rw-r--r--assets/media/buttons/matrix.pngbin0 -> 1974 bytes
-rw-r--r--books/index.html12
-rw-r--r--contact/index.html52
-rw-r--r--index.html8
-rw-r--r--setup/index.html10
5 files changed, 70 insertions, 12 deletions
diff --git a/assets/media/buttons/matrix.png b/assets/media/buttons/matrix.png
new file mode 100644
index 0000000..f67fa35
--- /dev/null
+++ b/assets/media/buttons/matrix.png
Binary files differ
diff --git a/books/index.html b/books/index.html
index ebcdced..e1c3969 100644
--- a/books/index.html
+++ b/books/index.html
@@ -23,13 +23,15 @@
<div id="nav-menu">
<nav>
😎
- <a href="/">Home</a>
- 😎
+ <a href="/">Home</a>
+ ✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
- 😎
+ 🖥️
<a href="/setup/">Setup</a>
- 😎
+ 📚
<a class="active" href="/books/">Books</a>
+ 📞
+ <a href="/contact/">Contact</a>
</nav>
</div>
</header>
@@ -47,7 +49,7 @@
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 have also read the <i>Shadow and Bone</i> trilogy books by <i>Leigh Bardugo</i>.
+ I am currently reading the <i>Shadow and Bone</i> trilogy books by <i>Leigh Bardugo</i>.
</p>
</main>
</div>
diff --git a/contact/index.html b/contact/index.html
new file mode 100644
index 0000000..dabd5d2
--- /dev/null
+++ b/contact/index.html
@@ -0,0 +1,52 @@
+<!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>
+ Contact
+ </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>
+ Contact
+ </h1>
+ <div id="nav-menu">
+ <nav>
+ 😎
+ <a href="/">Home</a>
+ ✍️
+ <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
+ 🖥️
+ <a href="/setup/">Setup</a>
+ 📚
+ <a href="/books/">Books</a>
+ 📞
+ <a class="active" href="/contact/">Contact</a>
+ </nav>
+ </div>
+ </header>
+ <main>
+ <p>
+ 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://mstdn.social/@demonkingswarn" target="blank"><img alt="Mastodon logo" src="/assets/media/buttons/mastodon.gif"></a>
+ </div>
+ <p>
+ My email address is <span class="rainbow">swarnaditya [DOT] isometric [AT] gmail [DOT] com</span>
+ </p>
+ </main>
+ </div>
+ </body>
+</html>
diff --git a/index.html b/index.html
index 5d195c7..88824b3 100644
--- a/index.html
+++ b/index.html
@@ -24,12 +24,14 @@
<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>
+ 📞
+ <a href="/contact/">Contact</a>
</nav>
</div>
</header>
diff --git a/setup/index.html b/setup/index.html
index 5a77c12..fdb0ee6 100644
--- a/setup/index.html
+++ b/setup/index.html
@@ -23,13 +23,15 @@
<div id="nav-menu">
<nav>
😎
- <a href="/">Home</a>
- 😎
+ <a href="/">Home</a>
+ ✍️
<a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
- 😎
+ 🖥️
<a class="active" href="/setup/">Setup</a>
- 😎
+ 📚
<a href="/books/">Books</a>
+ 📞
+ <a href="/contact/">Contact</a>
</nav>
</div>
</header>