-
Notifications
You must be signed in to change notification settings - Fork 0
/
price.html
222 lines (194 loc) · 9.64 KB
/
price.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
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/styles/style.css">
<title>Lab-1 Static Website</title>
</head>
<body>
<header class="ads">
<h1>Welcome to Upshiir's Bookshop - Where Old-School Meets High-Tech!</h1>
</header>
<nav>
<div class="logo">
<a href="index.html">
<span class="brand-name">Upshiir's Bookstore</span>
</a>
</div>
<div class="dropdown">
<button class="dropbtn">Categories</button>
<div class="dropdown-content">
<a href="#ux-books"><i> UX Books </i></a>
<a href="#css-books"><i>HTML Books</i></a>
<a href="#html-books"><i>CSS Books</i> </a>
<a href="#javaScript-books"><i>JavaScript Books</i></a>
</div>
</div>
<a href="./shopping.html" class="cart" target="_blank"><img src="./assets/images/icons8-shopping-cart-50.png" alt=""></a>
</nav>
<main>
<div class="filtering">
<label class="sortByLabel" for="sort"><b>Sort by:</b></label>
<select class="sortby" name="sort" id="sort" onchange="window.location.href=this.value;">
<optgroup label="Sort Option">
<option value="index.html">Default</option>
<option value="price.html">Price</option>
</optgroup>
</select>
</div>
<section class="category">
<header id="ux-books">
<div class="logo-and-booktype">
<img id="ux-logo" src="./assets/images/ux-logo.png" alt="ux-logo" height="60" >
<h2 id="ux-h2">UX Books</h2>
</div>
</header>
<div class="container">
<div class="book" id="ux-books-2">
<img src="https://www.variables.sh/content/images/2022/12/1449319270.01._SCLZZZZZZZ_SX500_.jpg" alt="Book Cover">
<div class="info">
<h3 class="title" id="ux-books-2">Book Title</h3>
<p class="author" id="ux-author-2">Author Name</p>
<p class="description" id="ux-desc-2">Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium, excepturi?
</p>
<p class="price">Price: 150kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
<div class="book " id="ux-books-1">
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/0*G91gTekc7hyuViEA.png" alt="Book Cover">
<div class="info">
<h3 class="title" id="ux-books-1">Book Title</h3>
<p class="author" id="ux-author-1">Author Name</p>
<p class="description" id="ux-desc-1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam, in.</p>
<p class="price">Price: 250kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
</section>
<hr>
<section class="category">
<header id="html-books">
<div class="logo-and-booktype">
<img src="./assets/images/html-logo.png" alt="ux-logo" width="38px" height="36px">
<h2>HTML Books</h2>
</div>
</header>
<article class="container">
<div class="book">
<img src="https://s1.adlibris.com/images/29549800/html5-for-masterminds-3rd-edition.jpg" alt="Book Cover">
<div class="info">
<h3 class="title" id="html-books-2">Book Title</h3>
<p class="author" id="html-author-2">Author Name</p>
<p class="description" id="ux-desc-1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam, in.</p>
<p class="price">Price: 150kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
<div class="book" id="html-books-1">
<img src="https://www.variables.sh/content/images/2022/12/Screenshot-2022-12-05-at-1.00.31-pm.png" alt="Book Cover">
<div class="info">
<h3 class="title" id="html-books-1">Book Title</h3>
<p class="author" id="html-author-1">Author Name</p>
<p class="description" id="ux-desc-1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam, in.</p>
<p class="price">Price: 250kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
</article>
</section>
<hr>
<section class="category">
<header id="css-books">
<div class="logo-and-booktype">
<img src="./assets/images/css-logo.png" alt="ux-logo" width="40px" height="40px">
<h2>CSS Books</h2>
</div>
</header>
<article class="container">
<div class="book">
<img src="https://www.variables.sh/content/images/size/w1000/2022/12/91JnhRID-5L.jpg" alt="Book Cover">
<div class="info">
<h3 class="title" id="css-books-2">Book Title</h3>
<p class="author" id="css-author-2">Author Name</p>
<p class="description" id="ux-desc-1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam, in.</p>
<p class="price">Price: 150kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
<div class="book">
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/0*oV_KcfFvsMmNGnfK.jpg" alt="Book Cover">
<div class="info">
<h3 class="title" id="css-books-1">Book Title</h3>
<p class="author" id="css-author-1">Author Name</p>
<p class="description" id="ux-desc-1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam, in.</p>
<p class="price">Price: 250kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
</article>
</section>
<hr>
<section class="category">
<header id="JavaScript-books">
<div class="logo-and-booktype">
<img src="./assets/images/js-logo.png" alt="ux-logo" width="40px" height="40px">
<h2>JavaScript Books</h2>
</div>
</header>
<article class="container">
<div class="book">
<img src="https://s2.adlibris.com/images/62894813/javascript-all-in-one-for-dummies.jpg" alt="Back Cover">
<div class="info">
<h3 class="title" id="js-books-2">Book Title</h3>
<p class="author" id="js-author-2">Author Name</p>
<p class="description" id="ux-desc-1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam, in.</p>
<p class="price">Price: 150kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
<div class="book">
<img src="https://www.variables.sh/content/images/size/w1000/2022/12/download.jpeg" alt="Book Cover">
<div class="info">
<h3 class="title" id="js-books-1">Book Title</h3>
<p class="author" id="js-author-1">Author Name</p>
<p class="description" id="ux-desc-1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam, in.</p>
<p class="price">Price: 250kr</p>
<button class="buy-button">Buy</button>
</div>
</div>
</article>
</section>
</main>
<footer>
<div class="footer-content">
<div class="about">
<h3>About Our Bookstore</h3>
<p>We are dedicated to providing a wide range of frontend books from various computer books.
Visit our store for the latest and greatest in the field of computer science.</p>
</div>
<div class="contact">
<h3>Contact Us</h3>
<p>Email: [email protected]</p>
<p>Phone: 07000000000</p>
</div>
<div class="social-media">
<h3>Follow Us</h3>
<p>
<a href="#">Facebook</a> |
<a href="#">Twitter</a> |
<a href="#">Instagram</a>
</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Abshir Inc Bookstore. All rights reserved.</p>
</div>
</footer>
<!-- <script>
document.getElementById("ux-books-1").innerHTML = "Hampus Book!";
document.getElementById("ux-author-name").innerText = "The best Zgjim "
</script> -->
</body>
</html>