-
Notifications
You must be signed in to change notification settings - Fork 0
/
book-details-card-by-suraj-ray.html
98 lines (87 loc) · 3.9 KB
/
book-details-card-by-suraj-ray.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Details Card by Suraj Ray</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="book-website-by-suraj-ray.css">
</head>
<body id="book-detail-page">
<nav id="book-details-nav">
<div class="logo">
<h1><i class="fa-solid fa-book-open-reader"></i> BooꞰKharido.com</h1>
<h5>Buy or rent a book</h5>
</div>
<a href="index.html#home">Home</a>
<a href="index.html#category">Categories</a>
<a href="index.html#store">Store</a>
<a href="index.html#subscribe">Subscriptions</a>
<a href="index.html#about">About Us</a>
</nav>
<main id="book-details">
<div><img src="https://th.bing.com/th/id/OIP.bqlt-DTCFbDETcJTs5JxiAAAAA?rs=1&pid=ImgDetMain" alt="Book Image">
</div>
<div>
<h3>Panchaali's Mahabharat - The Palace of Illusions - Divakaruni has given Draupadi a powerful voice
outlook by Chitra Banerjee Divakaruni</h3>
<p>Paperback - September 06, 2020</p>
<p>by Chitra Banerjee Divakaruni</p>
<p>3.1 <i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star-half-stroke"></i>
<i class="fa-regular fa-star"></i>
<span class="reviews">1768</span>
</p>
<hr>
<p class="book-discription">Panchaali's Mahabharat - The Palace of Illusions - Divakaruni has given Draupadi
a powerful voice outlook by Chitra Banerjee Divakaruni. The story takes us back to the Mahabharat times
and shows portrays the Mahabharat from Draupadi's perspective.</p>
<hr>
<div class="book-size-info">
<p>Print length</p>
<p>100 pages</p>
<p>Language </p>
<p>English</p>
<p>Publication date</p>
<p> September 06, 2020</p>
<p>Dimensions </p>
<p> 6 x 0.75 x 9 inches</p>
</div>
<button class="buy-now">Buy Now</button>
</div>
<div>
<select id=" book-type">
<option selected>Paperback</option>
<option>PDF Format</option>
<option>Audiobook</option>
<option>Hardcover</option>
</select>
<p>
<span class="price"><i class="fa-solid fa-indian-rupee-sign"></i>
</span><span class="price rate">799</span>
</p>
<p>Delivery <span class="order-time">Tuesday, March 5</span>.Order within <span class="order-time">19 hrs
3 mins</span>
</p>
<p><i class="fa-solid fa-location-dot"></i>
<span>Deliver to India</span>
</p>
<p class="stock">In Stock</p>
<input type="number" placeholder="Quantity : 1">
<button class="add-to-cart">Add to Cart</button>
<div class="book-size-info">
<p>Ships from </p>
<p> BookKharido.com</p>
<p>Sold by </p>
<p> BookKharido.com</p>
<p>Returns </p>
<p> Eligible for return upto 7 days from the day of delivery</p>
</div>
</main>
<script src="bookDetailsWebsiteBySurajRay.js"></script>
</body>
</html>