-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBOOK3.html
112 lines (95 loc) · 4.62 KB
/
BOOK3.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<Head>
<body>
<title>BUBookstore</title>
<link rel="stylesheet" href="BOOK3.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="BOOKSHOP.js" async></script>
<header id="header">
<a href="#" id="name" class="name">BU BOOKSHOP.</a>
<ul>
<li><a href="./BOOKSHOP%202.html" id="home">Home</a></li>
<li><a href="./catalogue.html"class="active">Catalogue</a></li>
<li><a href="./CART.html">Cart</a></li>
</ul>
<div class="buttons">
<button type="submit" class="button">Publish</button>
<a href = "./Login.html"><button type="submit" id ="button"class="button2">Log Out</button></a>
</div>
</header>
<div class="hehe">
<img src="12.jpg">
</div>
<div class="Bestellers" align="center">
<a href="#"><img src="12.jpg " alt="Avatar" class="haha" Width="300" height="400"></a>
<div class="shop-item">
<h2 class="h2"><span class="nameh2">Quidditch Through the Ages</span><span class="p1">Author: J.K Rowling</span><span class="p12">Availability: In stock</span></h2>
<div class="shop-item-details">
<button type="submit" class="button3">Price: $13.99</button>
<button type="submit" class="cart">Add to cart</button>
<button type="submit" class="wishlist">Add to wishlist</button>
</div>
</div>
<h3 class="h3">Description</h3>
<p1 class="p2">
Quidditch Through the Ages is a 2001 book written by British author J. K. Rowling using the pseudonym of Kennilworthy Whisp about Quidditch in the Harry Potter universe. It purports to be the Hogwarts library's copy of the non-fiction book of the same name mentioned in several novels of the Harry Potter series.</p1>
<h4 class="h4">About This Series</h4>
<p2 class="p3">J. K. Rowling’s magical seven-volume Harry Potter series is the ultimate bildungsroman, tracing that young wizard’s coming of age, as he not only battles evil but also struggles to come to terms with the responsibilities, losses and burdens of adulthood. In the course of those books, we see a plucky schoolboy, torn by adolescent doubts and confusions, grow into an epic hero, kin to King Arthur, Luke Skywalker and Spider-Man.</p2>
<div class="footer">
<div class="dt25"><div class="dtimg">
<div class="dtimage"><img src="books.png"></div>
<h1 class="h25">BU BOOKSHOP.</h1>
</div>
<p class="p25">At BU BOOKSHOP we don't just take<br>your money, we help you to find your perfect Book.</p>
<div class="socials">
<a href="#"><img class="social"src="twitter.png"></a>
<a href="#"><img class="social"src="instagram.png"></a>
<a href="#"><img class="social"src="facebook.png"></a>
</div>
</div>
<div class="services1">
<div id="serv1" class="buy1">
<h1 class="h92">Navigation</h1>
<ul>
<li><a href="#"class="active" id="home">Home</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Explore</a></li>
<li><a href="#">Best Selling Books</a></li>
<li><a href="#">Search</a></li>
</ul>
</div>
<div id="serv1" class="Sell1">
<h1 class="h92">Services</h1>
<ul>
<li><a href="./catalogue.html">Catalogue</a></li>
<li><a href="#">Rent</a></li>
</ul>
</div>
<div id="serv1" class="Rent1">
<h1 class="h92">Company</h1>
<ul>
<li><a href="#"class="active" id="home">About us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Our Members</a></li>
</ul>
</div>
<div id="serv1" class="contact">
<h1 class="h92">Contact us</h1>
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#" class="email" id="email">[email protected]</li>
<li><a href="#" class="number" >+234(812)-050-6592</a></li>
</ul>
</div>
</div></div>
</div>
<footer>
<p class="name2">Copyright © 2022 - BU BOOKSHOP | Designed by <a href="#">Dapo-Thomas</a></p>
</footer>
</body>
</Head>
</html>