-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
254 lines (254 loc) · 8.79 KB
/
index.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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en-US" translate="no">
<head>
<title>DS Books | Home</title>
<!-- CSS -->
<link rel="stylesheet" href="/CSS/styles.css" />
<!-- Book Description CSS -->
<link rel="stylesheet" href="/CSS/Book-Description.css" />
<!-- Favicon -->
<link
rel="shortcut icon"
href="/Images/Icons/Icon.svg"
type="image/x-icon"
/>
<!-- Icons -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css"
/>
<!-- Character Encoding -->
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<!-- Viewport -->
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<!-- Theme Color -->
<meta name="theme-color" content="#E63946" />
<!-- Description -->
<meta
name="description"
content="DS Books is a library where you can find a variety of books. Your library in your pocket, accessible at any time and from any location."
/>
<!-- PWA -->
<!-- Android Support -->
<meta name="mobile-web-app-capable" content="yes" />
<!-- iOS Support -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- App Icon -->
<link rel="apple-touch-icon" href="/Images/Icons/Icon-192.png" />
<!-- Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- iOS Splash Screens -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/Images/Splash-Screen/iPad-Pro-12.9.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/Images/Splash-Screen/iPad-Pro-11.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/Images/Splash-Screen/iPad-Air-10.5.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/Images/Splash-Screen/iPad-10.2.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/Images/Splash-Screen/iPad-Pro-9.7.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/Images/Splash-Screen/iPhone-13-Pro-Max.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/Images/Splash-Screen/iPhone-13-Pro.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/Images/Splash-Screen/iPhone-13-Mini.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/Images/Splash-Screen/iPhone-11-Pro-Max.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/Images/Splash-Screen/iPhone-11.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/Images/Splash-Screen/iPhone-6-7-8-Plus.png"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/Images/Splash-Screen/iPhone-6-7-8.png"
/>
<!-- JavaScript -->
<!-- Templates -->
<script src="/JavaScript/Templates.js"></script>
</head>
<body>
<!-- Header -->
<import-header></import-header>
<!-- Sidenav -->
<import-sidenav></import-sidenav>
<!-- Subheading -->
<div class="Subheading">What Do You Want To Read Today?</div>
<!-- New Books Title -->
<h2 class="Slider-Title">New Books 🆕</h2>
<!-- New Books -->
<div class="Slider">
<!-- Peter Pan -->
<div class="Card">
<a href="javascript:void(0)" onclick="PeterPan()">
<img
class="Card-Book"
src="/Book-Cover/Kids/Peter-Pan-Book-Cover.webp"
alt="Peter Pan"
/>
</a>
</div>
<!-- Little Women -->
<div class="Card">
<a href="javascript:void(0)" onclick="LittleWomen()">
<img
class="Card-Book"
src="/Book-Cover/Kids/Little-Women-Book-Cover.webp"
alt="Little Women"
/>
</a>
</div>
<!-- Rebelion en la Granja -->
<div class="Card">
<a href="javascript:void(0)" onclick="RebelionEnLaGranja()">
<img
class="Card-Book"
src="/Book-Cover/In Spanish/Rebelion-en-la-Granja-Book-Cover.webp"
alt="Rebelion en la Granja"
/>
</a>
</div>
<!-- El Gato Negro -->
<div class="Card">
<a href="javascript:void(0)" onclick="ElGatoNegro()">
<img
class="Card-Book"
src="/Book-Cover/In Spanish/El-Gato-Negro-Book-Cover.webp"
alt="El Gato Negro"
/>
</a>
</div>
</div>
<!-- Trending Books Title -->
<h2 class="Slider-Title">Trending Books 🔥</h2>
<!-- Trending Books -->
<div class="Slider">
<!-- 1984 -->
<div class="Card">
<a href="javascript:void(0)" onclick="_1984()">
<img
class="Card-Book"
src="/Book-Cover/Fiction/1984-Book-Cover.webp"
alt="1984"
/>
</a>
</div>
<!-- 11.22.63 -->
<div class="Card">
<a href="javascript:void(0)" onclick="_112263()">
<img
class="Card-Book"
src="/Book-Cover/Thriller/11.22.63-Book-Cover.webp"
alt="11.22.63"
/>
</a>
</div>
<!-- The Book Thief -->
<div class="Card">
<a href="javascript:void(0)" onclick="TheBookThief()">
<img
class="Card-Book"
src="/Book-Cover/Fiction/The-Book-Thief-Book-Cover.webp"
alt="The Book Thief"
/>
</a>
</div>
<!-- The Martian -->
<div class="Card">
<a href="javascript:void(0)" onclick="TheMartian()">
<img
class="Card-Book"
src="/Book-Cover/Adventure/The-Martian-Book-Cover.webp"
alt="The Martian"
/>
</a>
</div>
<!-- Pride and Prejudice -->
<div class="Card">
<a href="javascript:void(0)" onclick="PrideandPrejudice()">
<img
class="Card-Book"
src="/Book-Cover/Fiction/Pride-and-Prejudice-Book-Cover.webp"
alt="Pride and Prejudice"
/>
</a>
</div>
</div>
<!-- Top Categories Title -->
<h2 class="Slider-Title">Top Categories 🔝</h2>
<!-- Top Categories -->
<div class="Slider">
<!-- Adventure -->
<div class="Card">
<a href="/Category/Adventure.html">
<img src="/Images/Category-IMG/Adventure.webp" alt="Adventure" />
</a>
</div>
<!-- Fiction -->
<div class="Card">
<a href="/Category/Fiction.html">
<img src="/Images/Category-IMG/Fiction.webp" alt="Fiction" />
</a>
</div>
<!-- Romance -->
<div class="Card">
<a href="/Category/Romance.html">
<img src="/Images/Category-IMG/Romance.webp" alt="Romance" />
</a>
</div>
<!-- Thriller -->
<div class="Card">
<a href="/Category/Thriller.html">
<img src="/Images/Category-IMG/Thriller.webp" alt="Thriller" />
</a>
</div>
</div>
<!-- Book Description -->
<import-book-description></import-book-description>
<!-- JavaScript -->
<!-- Sidenav -->
<script src="/JavaScript/Sidenav.js"></script>
<!-- Service Worker Register -->
<script src="/JavaScript/SW-Register.js"></script>
<!-- Index Books JS -->
<script src="/JavaScript/Index-Books.js"></script>
</body>
</html>