-
Notifications
You must be signed in to change notification settings - Fork 1
/
fantasy.html
93 lines (90 loc) · 5.18 KB
/
fantasy.html
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
<!DOCTYPE html>
<html>
<head>
<title>Arcypyplus</title>
<body style="background-color:rgb(155, 206, 235) ;">
<div class="head">
<h2 class="heading">Arcypyplus</h2>
<hr>
<h3 class="heading">fantasy/fiction/adventure</h3>
<hr>
<h5>Click on the image to get visual reviews</h5>
<h5>Click on readme to get a textual review of the same</h5>
</div>
<div class="grid">
<div class="book">
<link rel="stylesheet" href="fantasy.css">
<a href="https://youtu.be/l0vMRkfp7gk " target="_blank">
<img class="harry" src="./image/LORD.jpeg">
</a>
<p class="title"><strong>Title-</strong> Lord Of The Rings </p>
<p class="title"><strong>Author-</strong>J.R.R TOLKIEN </p>
<p><strong>Genre-</strong>fantasy/adenture/fiction</p>
<a href="https://djedwardson.com/lord-of-the-rings-book-review/" target="_blank">
<button class="button">read book review</button>
</a>
<a href="https://www.amazon.in/Lord-Rings-J-R-Tolkien/dp/0618645616"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<a href="https://youtu.be/UWvSOPwWSNo" target="_blank">
<img class="harry" src="./image/harry.jpeg">
</a>
<p class="title"><strong>Title-</strong> Harry Potter </p>
<p class="title"><strong>Author-</strong>J.R.R TOLKIEN </p>
<p><strong>Genre-</strong>fantasy/adenture/fiction</p>
<a href="https://muddledmumbles.wordpress.com/2020/04/03/book-review-the-harry-potter-series-by-j-k-rowling/" target="_blank">
<button class="button">read book review</button>
</a>
<a href="https://www.amazon.in/harry-potter-bookstore/b?node=7477652031"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<a href="https://youtu.be/WzZyCf6usbk" target="_blank">
<img class="harry" src="./image/alchemist.jpeg">
</a>
<p class="title"><strong>Title-</strong> The Alchemist</p>
<p class="title"><strong>Author-</strong>Paulo Coehlo</p>
<p><strong>Genre-</strong>fantasy/adenture/quest</p>
<a href="https://www.theodysseyonline.com/a-book-review-the-alchemist" target="_blank">
<button class="button">read book review</button>
</a>
<a href="https://www.amazon.in/Alchemist-Paulo-Coelho/dp/8172234988"><button class="button">Buy now</button></a>
</div>
<div class="book">
<a href="https://youtu.be/5pOs6_hiKxI" target="_blank">
<img class="harry" src="./image/download.jpeg">
</a>
<p class="title"><strong>Title-</strong>Percy Jacskon</p>
<p class="title"><strong>Author-</strong>Rick Riordan</p>
<p><strong>Genre-</strong>fantasy/greek mythology</p>
<a href="https://www.theguardian.com/childrens-books-site/2015/feb/21/review-rick-riordan-percy-jackson" target="_blank">
<button class="button">read book review</button>
</a>
<a href="https://www.amazon.in/Percy-jackson-Complete-Rick-Riordan/dp/0141352027"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<a href="https://youtu.be/q-Vww_4qCaM">
<img class="harry" src="./image/OIP (7).jpeg">
</a>
<p class="title"><strong>Title-</strong>The Hunger Games</p>
<p class="title"><strong>Author-</strong>Suzaine Collins</p>
<p><strong>Genre-</strong>fiction</p>
<a href="https://www.theguardian.com/books/2013/nov/22/review-the-hunger-games-suzanne-collins" target="_blank">
<button class="button">read book review</button>
</a>
<a href="https://www.amazon.in/Hunger-Games-Suzanne-Collins/dp/0439023521"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<a href="https://youtu.be/fYGq96gfO2Y" target="_blank">
<img class="harry" src="./image/throne.jpeg">
</a>
<p class="title"><strong>Title-</strong>The Shadow Throne</p>
<p class="title"><strong>Author-</strong>Diango Wexler</p>
<p><strong>Genre-</strong>fiction/adventure</p>
<a href="https://www.bookgeeks.in/shadow-throne-aroon-raman-book-review/" target="_blank">
<button class="button">read book review</button>
</a>
<a href="https://www.amazon.com/Shadow-Throne-Ascendance-Trilogy-Book/dp/054528418X"><button class="button">Buy Now</button></a>
</div>
</div>
</body>
</html>