summaryrefslogtreecommitdiff
path: root/books/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'books/index.php')
-rw-r--r--books/index.php64
1 files changed, 64 insertions, 0 deletions
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 @@
+<!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>
+ Books
+ </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>
+ Books
+ </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 class="active" href="/books/">Books</a>
+ 📞
+ <a href="/contact/">Contact</a>
+ ☎️
+ <a href="/webring/">Webring</a>
+ </nav>
+ </div>
+ </header>
+ <main>
+ <p>
+ So I am a massive fan of the <i>Percy Jackson</i> books which are written by <i>Rick Riordan</i>, having read each book a millionth time now.
+ </p>
+ <p>
+ Though my favourite book from the <i>Percy Jackson and the Olympians</i> series is <i>Percy Jackson and the Titan's Curse</i>, mainly because my favourite character <i>Nico di Angelo</i> was first introduced in this book. And from <i>Heroes of Olympus</i> series my favourite book will be <i>House of Hades</i> because it has some really cool <i>Percabeth</i> moments.
+ </p>
+ <p>
+ The non-PJ book series which is my favourite is <i>The Kane Chronicles</i>. Well it's actually in the same universe as the <i>Percy Jackson</i> books, the universe which we refer as the <i>Riordan-Verse</i>.
+ </p>
+ <p>
+ 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 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>
+ </body>
+</html>