-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
370 lines (315 loc) · 13.6 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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<html>
<head>
<title>Wormbook</title>
<meta name="description" content="Not banana!">
</meta>
<meta charset="UTF-8">
<meta name="author" content="ODDS" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" media="screen" href="starwar/css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {
background-color: rgb(27, 27, 27);
color: white;
font-family: Helvetica, sans-serif;
}
header {
border-bottom: rgba(47, 47, 47, 0.5) 1px solid;
padding-bottom: 10px;
padding-top: 10px;
background-color: rgba(27, 27, 27, 0.8);
}
.content .recommend-book .book-detail {
background-color:rgb(27, 27, 27);
box-shadow: 0px 2px 8px 4px black;
border-radius: 10px;
}
.content .recommend-book .book-detail .title {
font-family: Helvetica, sans-serif;
font-weight: 700;
}
.content .recommend-book .book-detail .author-and-tags {
font-family: Helvetica, sans-serif;
font-weight: 400;
color: #999999;
}
.content .recommend-book .book-detail .author-and-tags .dot {
width: 10px;
height: 10px;
background-color: #8CD77E;
display: inline-block;
border-radius: 50%;
}
.content .recommend-book .book-detail .separator {
height: 2px;
background-color: #8CD77E;
}
.content .recommend-book .book-detail .description {
text-indent: 30px;
font-size: 17px;
/* font-family: Arial, Helvetica, sans-serif; */
}
.btn-custom-green {
background-color: #8CD77E;
border: none;
font-weight: 500;
}
.btn-custom-green:hover {
background-color: rgb(120, 174, 135);
}
.btn-custom-circle {
border-radius: 50%;
width: 36px;
height: 36px;
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: center;
}
.btn-clap {
background-image: url('images/clap-icon.png');
}
.btn-book {
background-image: url('images/book-icon.png');
background-size: 20px;
}
.btn-thumb-down {
background-image: url('images/thumb-down-icon.png');
background-color: black;
border: white 1px solid;
}
.btn-custom-black {
background-color: black;
border: white 1px solid;
}
.btn-custom-black:hover {
background-color: #8CD77E;
}
.btn-socialmedia {
width: 31px;
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.page-footer .contact-btn {
margin-bottom: 1.5rem;
}
.page-footer .socialmedia,
.slogan {
margin-bottom: 2rem;
}
.slogan {
word-spacing: 1.75rem;
font-size: 14px;
font-weight: bold;
}
.slogan a {
color: #8CD77E;
}
.tab-footer {
width: 100%;
height: 36px;
background-color: #8CD77E;
}
.cloud-move {
height: 0;
position: relative;
z-index: -1;
}
.cloud-1 {
transform: scale(0.8);
animation: moveclouds 90s linear infinite;
}
.cloud-2 {
top: 200px;
transform: scale(0.4);
animation: moveclouds 60s linear infinite;
}
.cloud-3 {
top: -200px;
transform: scale(0.6);
animation: moveclouds 45s linear infinite;
}
@keyframes moveclouds {
0% {
margin-left: 100%;
}
100% {
margin-left: -100%;
}
}
.input-group .form-control {
height: auto;
background-color: black;
font-size: 14px;
}
.input-group .btn {
background-color: black;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
color: #fff;
display: block;
}
.fa-chevron-down {
position: absolute;
bottom:10;
left: 140;
z-index: -1;
}
.select {
position: relative;
}
</style>
</head>
<body>
<!-- create paticles -->
<div id="particles-js"></div>
<!-- end paticles -->
<header class="d-flex justify-content-between align-items-center px-4 mb-5">
<div class="logo">
<img src="images/odds-read-logo.png" width="100px" />
</div>
<div class="menu d-flex">
<div class="input-group mr-2">
<input class="form-control py-2 border-right-0 border" type="search" placeholder="Search">
<span class="input-group-append">
<button class=" btn btn-outline-secondary border-left-0 border" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
<div class="mr-3 align-self-center">
<img src="images/cloud.png" width="30px" />
</div>
<div class="mr-3 align-self-center">
<img src="images/book.png" width="25px" />
</div>
<div class="mr-3 align-self-center">
<img src="images/noti.png" width="25px" />
</div>
<div class="mr-3 align-self-center">
<img src="images/profile.png" width="25px" />
</div>
</div>
</header>
<div>
<div class="cloud-move cloud-1"><img src="images/cloud-1.png"></div>
<div class="cloud-move cloud-2"><img src="images/cloud-2.png"></div>
<div class="cloud-move cloud-3"><img src="images/cloud-3.png"></div>
</div>
<content>
<!-- [START] Banner -->
<div class="banner d-flex col-11 col-md-11 col-xl-10 ml-auto my-5 pr-0">
<div class="intro">
<img class="my-3" src="images/odd-read-wording.png" width="300px" />
<p>
“Books are the quietest and most constant of friends; they are the most accessible and wisest of counsellors, and the most patient of teachers” by Charles William Eliot
</p>
<!-- Tag capsult? -->
<div class="select">
<select id="cars" class="p-1 pr-5 pl-2">
<option selected disabled>Genres</option>
<option value="Romance">Romance</option>
<option value="Science Fiction ">Science Fiction </option>
</select>
<i class="fa fa-chevron-down"></i>
</div>
</div>
<div class="wormbook-image">
<img src="images/wormbook.png" width="600px"/>
</div>
</div>
<!-- [END] Banner -->
<!-- [START] Content -->
<div class="d-flex justify-content-center mb-2">
<div class="d-flex align-items-end col-10 col-md-10 col-xl-8">
<img class="mb-1 mr-2" src="images/crown-icon.png" width="40px" />
<p class="m-0 font-weight-bold">Recommend</p>
</div>
</div>
<div class="content d-flex flex-column align-items-center">
<div class="recommend-book d-flex col-10 col-md-10 col-xl-8 mb-5">
<!-- Separate image and frame -->
<div class="book-cover mr-2">
<img src="images/recommend-book-image.png" />
</div>
<div class="book-detail p-5">
<h1 class="title">Animal Farm</h1>
<div class="author-and-tags d-flex">
<p class="mr-4">George Orwell</p>
<p><span class="dot"></span> #political #satire</p>
</div>
<div class="separator mb-4"></div>
<div class="description mb-4">
<p>
หนังสือถูกแต่งโดย จอร์จ ออเวล (George Orwell,1905-1950) ที่สะท้อนคิดวัฒนธรรมการเมือง ในประเทศรัสเซีย ผ่านสถานการณ์บรรดาสัตว์ต่าง ๆ ที่ปรากฏใน Animal Farm ที่ต่อสู้ปฏิวัติกับคนที่เป็นเจ้าของฟาร์ม พร้อมนำไปสู่การปฏิวัติและพัฒนา แต่ทุกอย่างเกิดขึ้นภายใต้
“...การคอรัปชั่น เบี่ยงประเด็น พวกพ้อง ชนชั้น ผู้ปกครอง ผู้ถูกปกครอง ข่มขวัญ เสแสร้ง สร้างภาพ กดขี่ หลอกลวง ข่มขู่ หลอกใช้ เอารัดเอาเปรียบ ปั่นกระแส ปั้นเรื่อง แปลงสาร สาดโคลน ใส่ความ อุ้มฆ่า และตัดตอน ลับลวงพราง...” ซึ่งทั้งหมดเป็นเรื่องเล่าผ่านบรรดาสัตว์นานาชนิดใน
Animal Farm
</p>
</div>
<div class="buttons">
<a href="" class="btn btn-primary btn-custom-green">BORROW</a>
<a href="" class="btn btn-primary btn-custom-black mr-4">+ LIST</a>
<a href="" class="btn btn-primary btn-custom-green btn-custom-circle btn-clap mr-1"></a>
<a href="" class="btn btn-primary btn-custom-green btn-custom-circle btn-book mr-1"></a>
<a href="" class="btn btn-primary btn-custom-green btn-custom-circle btn-thumb-down"></a>
</div>
</div>
</div>
<div class="fiction-books justify-content-center mb-4">
<h4 class="font-weight-bold mb-3">Fiction</h4>
<div class="books d-flex ">
<img class="mr-4 mb-4" src="images/book_1.png" />
<img class="mr-4 mb-4" src="images/book_2.png" />
<img class="mr-4 mb-4" src="images/book_3.png" />
<img class="mr-4 mb-4" src="images/book_4.png" />
<img class="mr-4 mb-4" src="images/book_5.png" />
</div>
<div class="d-flex justify-content-end mr-4">More >></div>
</div>
<div class="fiction-books justify-content-center mb-4">
<h4 class="font-weight-bold mb-3">Fiction</h4>
<div class="books d-flex ">
<img class="mr-4 mb-4" src="images/book_1.png" />
<img class="mr-4 mb-4" src="images/book_2.png" />
<img class="mr-4 mb-4" src="images/book_3.png" />
<img class="mr-4 mb-4" src="images/book_4.png" />
<img class="mr-4 mb-4" src="images/book_5.png" />
</div>
<div class="d-flex justify-content-end mr-4">More >></div>
</div>
<div class="fiction-books justify-content-center mb-4">
<h4 class="font-weight-bold mb-3">Fiction</h4>
<div class="books d-flex ">
<img class="mr-4 mb-4" src="images/book_1.png" />
<img class="mr-4 mb-4" src="images/book_2.png" />
<img class="mr-4 mb-4" src="images/book_3.png" />
<img class="mr-4 mb-4" src="images/book_4.png" />
<img class="mr-4 mb-4" src="images/book_5.png" />
</div>
<div class="d-flex justify-content-end mr-4">More >></div>
</div>
</div>
<!-- [END] Content -->
</content>
<footer class="page-footer d-flex flex-column justify-content-center align-items-center">
<div class="contact-btn">
<a href="" class="btn btn-primary btn-custom-black">CONTACT</a>
</div>
<div class="socialmedia">
<img class="btn-socialmedia" src="images/facebook-icon.png" />
<img class="btn-socialmedia" src="images/medium-icon.png" />
</div>
<div class="slogan">
MAY THE <a href="https://atbee.me" target="__blank">ODDS</a> BE WITH YOU
</div>
<div class="tab-footer"></div>
</footer>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="starwar/js/app.js"></script>
</body>
</html>