-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuynowpage.html
157 lines (132 loc) · 4.18 KB
/
buynowpage.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<meta charset="UTF-8"/>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="indexresponsive.css">
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">-->
<!--<link rel="stylesheet" type="html/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />-->
<title>Virtual bookstore</title>
<!-- socials -->
<body>
<div class="header1">
<head>
<a href="https://www.facebook.com"><i1 class='bx bxl-facebook' ></i1></a>
<a href="https://www.youtube.com"><i2 class='bx bxl-youtube' ></i2></a>
<a href="https://www.linkedin.com"><i3 class='bx bxl-linkedin' ></i3></a>
<a href="https://www.twitter.com"><i4 class='bx bxl-twitter' ></i4></a>
<a href="https://www.blogm"><i5 class='bx bxl-blogger' ></i5></a>
</head>
</div>
<div class="line">
</div>
<!-- socials end -->
<!-- profile and search section start -->
<div class="profile-section">
<!--<div class="profile-photo">
</div>-->
<ul class="ser-bar">
<li>
<div class="search-bar">
<input type="search" placeholder="Type to Search" />
<a href=""><i class='bx bx-search-alt-2' ></i></a>
</div></li>
<div class="acc-cart-wishli">
<a href="login.html" id="acc-cart"><i class='bx bx-user' ></i></a>
<a href="http://" id="acc-cart"><i class='bx bx-cart' ></i></a>
<a href="http://" id="acc-cart"><i class='bx bx-heart' ></i></a>
</div>
</div>
</ul>
<!-- profile and search section start -->
<!-- navigation bar start -->
<nav id="navbar">
<div class="container">
<ul class="nav">
<li><a href="index.html">HOME</a></li>
<!--<li>|</li>-->
<li><a href="aboutus.html">ABOUT US</a></li>
<!--<li>|</li>-->
<li><a href="books.html">BOOKS</a></li>
<!--<li>|</li>-->
<li><a href="http://">NEW RELEASE</a></li>
<!--<li>|</li>-->
<li><a href="http://">CONTACT US</a></li>
<!--<li>|</li>-->
<!--<li><a href="http://">BLOG</a></li>-->
</ul>
</div>
</nav>
<!-- navigation bar end -->
<!-- buy now section start -->
<div class="buynowpage">
<div class="buy-img">
<img src="sin.jpeg" alt="" />
<div class="item-details">
<ul>
<li>
<h3>
Sin: Stories by Wajida Tabassum
</h3>
</li>
<li>
<p>|</p>
<p class="author-name">
Wajida Tabbasum
</p>
</li>
</ul>
<div class="ISBN">
ISBN: 9781786890498
<br />
Bindng: Paper Back
<br />
Pages: 204
</div>
<div class="description">
Payment: Pre-payment {Credit Card [Visa & Master], Easy Paisa, Bank Transfer}
Cash on Delivery
<br />
Delivery: Within 7-10 days on all Cash on Delivery orders. Within 2-3 days on all pre-paid orders.
</div>
</div>
</div>
<div class="book-price">
RS 2400
</div>
<div class="button">
<a href="http://"><button>buy now</button></a>
</div>
</div>
<!-- buy now section start -->
<!-- footer start -->
<footer>
<div class="container6">
<div class="row">
<div class="about-us-sec">
<h4>About Us</h4>
<p>Welcome to our Bookify! Our team is passionate about sharing great reads with fellow book lovers. We offer a diverse selection of books to inspire, entertain, and educate. Join our community of like-minded individuals who share our love for the written word.<p>
</div>
<div class="conwitus">
<div class="cont-us">
<h4>Contact Us</h4>
<ul >
<li><i class='bx bx-phone'></i> +92 321 0045789</li>
<li> | </li>
<li><a href="" ><i class='bx bx-envelope'></i> [email protected]</a></li>
</ul>
</div>
<div class="conec-us">
<h4>Connect with Us</h4>
<ul class="conwitus">
<li><a href="https://www.facebook.com"><i6 class='bx bxl-facebook' ></i6></a></li>
<li><a href="https://www.youtube.com"><i7 class='bx bxl-youtube' ></i7></a></li>
<li><a href="https://www.linkedin.com"><i8 class='bx bxl-linkedin' ></i8></a></li>
<li><a href="https://www.twitter.com"><i9 class='bx bxl-twitter' ></i9></a></li>
<li><a href="https://www.blogm"><i10 class='bx bxl-blogger' ></i10></a></li>
</ul>
</div>
</div>
</div>
<p class="text-center">© 2023 Bookify. All rights reserved.</p>
</div>
</footer>
</body>