-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiction.html
More file actions
197 lines (195 loc) · 8.56 KB
/
fiction.html
File metadata and controls
197 lines (195 loc) · 8.56 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang=""en">
<head>
<title>BookHome - Fiction </title>
<meta charset=""utf-8>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="logo">
<img src="images/book_home_logo_with_bg.svg">
<h1>BookHome</h1>
</div>
</header>
<main>
<!--NAVIGATION BAR-->
<div id="navTop" style="position:sticky; top:0; z-index:10;" class="nav-top">
<nav class="nav-top container">
<ul>
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropbtn">Books</a>
<div class="dropdown-content">
<a href="deals.html">Deals</a>
<a href="fiction.html">Fiction</a>
<a href="nonFiction.html">Non-Fiction</a>
</div>
</li>
<li><a href="aboutUs.html">About Us</a></li>
<li class="menu">
<a href="javascript:void(0);" onclick="navBarMinimize()"><img src="images/menu_icon.svg" alt="menu icon"></a>
</li>
</ul>
<div class="nav-right">
<div class="search-bar">
<input type="text" placeholder="Search">
<button><img src="images/search_icon.svg" alt="search icon"></button>
</div>
<div id="not-login" class="login-icon">
<a href="logIn.html">Log-in/Sign-up</a>
</div>
<div class="shopping-cart">
<a href="shoppingCart.html"><img src="images/shopping_cart_icon.svg" alt=" shopping cart"></a>
</div>
</div>
</nav>
</div>
<!--MAIN CONTENTS-->
<section class="content">
<h2 class="section-headers">Fiction</h2>
<div class="product-catalogue container">
<article class="product shadow">
<div class="product-container">
<div class="image-container inner-shadow">
<a href="products/iT.html">
<img class="aspect-ratio fit" src="product-images/It.jpg" alt="iT">
</a>
</div>
<div class="product-info">
<a href="products/iT.html">
<h3>It</h3>
</a>
<p>Stephen King</p>
<p id="price"><strike>RM25.99</strike> RM12.90</p>
</div>
</div>
<a href="products/iT.html" class="button" id="add-to-cart">Add to Cart</a>
</article>
<article class="product shadow">
<div class="product-container">
<div class="image-container inner-shadow">
<a href="products/crazyRichAsians.html">
<img class="aspect-ratio fit" src="product-images/Crazy_Rich_Asians_Trilogy.jpg" alt="Crazy Rich Asian Trilogy" width="300" height="400">
</a>
</div>
<div class="product-info">
<a href="products/crazyRichAsians.html">
<h3>Crazy Rich Asian Trilogy</h3>
</a>
<p>Kevin Kwan</p>
<p id="price">RM50.00</p>
</div>
</div>
<a href="products/crazyRichAsians.html" class="button" id="add-to-cart">Add to Cart</a>
</article>
<article class="product shadow">
<div class="product-container">
<div class="image-container inner-shadow">
<a href="products/theBFG.html">
<img class="aspect-ratio fit" src="product-images/The_BFG.jpg" alt="theBFG">
</a>
</div>
<div class="product-info">
<a href="products/theBFG.html">
<h3>The BFG</h3>
</a>
<p>Roald Dalph</p>
<p id="price">RM17.99</p>
</div>
</div>
<a href="products/theBFG.html" class="button" id="add-to-cart">Add to Cart</a>
</article>
<article class="product shadow">
<div class="product-container">
<div class="image-container inner-shadow">
<a href="products/theBFG.html">
<img class="aspect-ratio fit" src="product-images/book_thief.jpg" alt="bookThief">
</a>
</div>
<div class="product-info">
<a href="products/theBFG.html">
<h3>The Book Thief</h3>
</a>
<p>Markus Zusak</p>
<p id="price"><strike>RM29.99</strike> RM12.99</p>
</div>
</div>
<a href="products/theBFG.html" class="button" id="add-to-cart">Add to Cart</a>
</article>
<article class="product shadow">
<div class="product-container">
<div class="image-container inner-shadow">
<a href="products/changes.html">
<img class="aspect-ratio fit" src="product-images/Changes.jpg" alt="Changes">
</a>
</div>
<div class="product-info">
<a href="products/changes.html">
<h3>Changes</h3>
</a>
<p>Danielle Steel</p>
<p id="price">RM10.99</p>
</div>
</div>
<a href="products/changes.html" class="button" id="add-to-cart">Add to Cart</a>
</article>
<article class="product shadow">
<div class="product-container">
<div class="image-container inner-shadow">
<a href="products/the5thWave.html">
<img class="aspect-ratio fit" src="product-images/The_5th_Wave.jpg" alt="The_5th_Wave">
</a>
</div>
<div class="product-info">
<a href="products/the5thWave.html">
<h3>The 5th Wave</h3>
</a>
<p>Rick Yancey</p>
<p id="price"><strike>RM19.99</strike>RM10.99</p>
</div>
</div>
<a href="products/the5thWave.html" class="button" id="add-to-cart">Add to Cart</a>
</article>
</div>
</section>
</main>
<footer>
<!--BOTTOM NAVIGATION BAR-->
<nav class="bottom container">
<div class="col about-us">
<h4><a href="aboutUs.html">About Us</a></h4>
</div>
<div class="col book-nav">
<h4>Books</h4>
<ul>
<li><a href="deals.html">Deals</a></li>
<li><a href="fiction.html">Fiction</a></li>
<li><a href="nonFiction.html">Non-Fiction</a></li>
</ul>
</div>
<div class="col contact-us">
<h4><a href="aboutUs.html#ConUs">Contact Us</a></h4>
<ul>
<li class="newsletter">
<p><i>Connect with our newsletter</i></p>
<div>
<input class="newsletter" type="text" placeholder="Enter your email">
</div>
</li>
<li>
<ul class="social-media">
<li><a href="https://www.facebook.com"><img src="images/facebook.svg" alt="Facebook"></a></li>
<li><a href="https://www.instagram.com/?hl=en"><img src="images/instagram.svg" alt="Instagram"></a></li>
<li><a href="https://twitter.com/?lang=en"><img src="images/twitter.svg" alt="Twitter"></a></li>
</ul>
</li>
</ul>
</div>
</nav>
<br style="clear:both;">
<span><small><i>copyright © 2022 BookHome</i></small></span>
</footer>
<script src="js/script.js"></script>
</body>
</html>