-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
373 lines (368 loc) · 20.7 KB
/
home.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
371
372
373
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="stylesheet" href="css/docs.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/home.css">
<title>Joc</title>
</head>
<body>
<header id="top" class="navbar navbar-expand navbar-dark flex-column flex-md-row bd-navbar">
<div class="container">
<a class="navbar-brand" href="home.html">
<img id="logo-image" class="logo-image" src="images/logo.jpg" alt="Logo" height="40">
</a>
<ul class="navbar-nav">
<a class="btn btn-sm" href="register.html" style="color: orange">Đăng ký</a>
<a class="btn btn-sm" href="login.html">Đăng nhập</a>
</ul>
</div>
</header>
<div class="container main-container">
<div class="row flex-xl-nowrap main-content">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
<form class="bd-search d-flex align-items-center">
<span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;">
<input type="search" class="form-control ds-input" id="search-input" placeholder="Search..." autocomplete="off" spellcheck="false"
role="combobox" aria-autocomplete="list" aria-expanded="false" aria-owns="algolia-autocomplete-listbox-0"
dir="auto" style="position: relative; vertical-align: top;">
<span class="ds-dropdown-menu" role="listbox" id="algolia-autocomplete-listbox-0" style="position: absolute; top: 100%; z-index: 100; display: none; left: 0px; right: auto;">
<div class="ds-dataset-1"></div>
</span>
</span>
<button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3 collapsed" type="button" data-toggle="collapse" data-target="#bd-docs-nav"
aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30" focusable="false">
<title>Menu</title>
<path stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"></path>
</svg>
</button>
</form>
<nav class="collapse bd-links" id="bd-docs-nav">
<div class="bd-toc-item active">
<ul class="nav bd-sidenav">
<li class="">
<a href="#">
Góc cười
</a>
</li>
<li class="active">
<a href="#">
Chuyện trò linh tinh
</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="d-none d-xl-block col-xl-3 bd-toc">
<div class="hot-topic">
<div class="hot-topic-head mb-3">
<i class="fas fa-fire fa-lg" style="color: #ff9800"></i> Chủ đề nóng
</div>
<div class="hot-topic-body mt-2">
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">18</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Build .NET Standard Library 1.4 using .NET Framework 4.6.1 without visual studio</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">210</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Will my employers contract hold up in court?</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">21</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">How might my unwitting houseruling of Sculpt Spell affect play?</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">210</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">How long can a fantasy novel stay in metaphorical Kansas?</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">18</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Build .NET Standard Library 1.4 using .NET Framework 4.6.1 without visual studio</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">210</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Will my employers contract hold up in court?</a>
</div>
</div>
</div>
</div>
<div class="hot-topic">
<div class="hot-topic-head mb-3 mt-4">
<i class="fas fa-seedling fa-lg" style="color: #ff9800"></i> Chủ đề tranh luận
</div>
<div class="hot-topic-body mt-2">
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">18</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Build .NET Standard Library 1.4 using .NET Framework 4.6.1 without visual studio</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">210</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Will my employers contract hold up in court?</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">21</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">How might my unwitting houseruling of Sculpt Spell affect play?</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">210</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">How long can a fantasy novel stay in metaphorical Kansas?</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">18</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Build .NET Standard Library 1.4 using .NET Framework 4.6.1 without visual studio</a>
</div>
</div>
<div class="d-flex flex-row w-100 mb-2">
<div class="mr-2 d-flex flex-column">
<div class="topic-votes px-2">210</div>
<div class="flex-grow-1"></div>
</div>
<div class="flex-grow-1 topic-subject">
<a href="#">Will my employers contract hold up in court?</a>
</div>
</div>
</div>
</div>
</div>
<main class="col-12 col-md-9 col-xl-7 py-md-1 pl-md-3 bd-content" role="main">
<div class="py-3 px-2">
<div class="d-flex flex-row">
<div class="flex-grow-1 p-2">
<h1 class="headline px-1">Topics</h1>
</div>
<div class="p-2">
<a href="topic_add.html">
<button type="button" class="btn btn-sm btn-outline-success">Thêm mới</button>
</a>
</div>
</div>
<div class="d-flex flex-row">
<div class="flex-grow-1 p-2">
<select class="form-control form-control-sm" id="exampleSelect1" style="width: 100px">
<option>Tất cả</option>
<option>1 ngày</option>
<option>1 tuần</option>
<option>1 tháng</option>
</select>
</div>
<div class="p-2">
<div class="btn-group btn-group-toggle order-group" data-toggle="buttons">
<label class="btn btn-outline-light">
<input type="radio" name="options" id="option1" autocomplete="off">
<i class="fas fa-clock" style="color: #c1c1c1"></i>
</label>
<label class="btn btn-outline-light">
<input type="radio" name="options" id="option1" autocomplete="off">
<i class="fas fa-star" style="color: #c1c1c1"></i>
</label>
<label class="btn btn-outline-light">
<input type="radio" name="options" id="option2" autocomplete="off">
<i class="fas fa-arrow-up" style="color:#c1c1c1"></i>
</label>
<label class="btn btn-outline-light">
<input type="radio" name="options" id="option3" autocomplete="off">
<i class="fas fa-comment" style="color:#c1c1c1"></i>
</label>
</div>
</div>
</div>
</div>
<hr class="my-1">
<div class="topic">
<div class="d-flex flex-row">
<div class="flex-grow-1 p-1 m-1">
<div class="d-flex flex-column h-100">
<div class="mb-1 flex-grow-1 topic-title">
<a href="topic.html">And here's the application container the application container showing the navbar and
point </a>
</div>
<div class="mt-2">
<div class="text-muted topic-time">
<i class="far fa-clock"></i> 5 phút trước mjsakju
</div>
</div>
</div>
</div>
<div class="p-1 view">
<div class="d-flex flex-column h-100">
<div class="mb-1 mt-2 flex-grow-1 text-center text-dark">
<i class="fas fa-star fa-lg" style="color: #ffd83d"></i>
</div>
<div class="mt-2 text-center">
<div>12</div>
</div>
</div>
</div>
<div class="p-1 vote">
<div class="d-flex flex-column h-100">
<div class="mb-1 mt-2 flex-grow-1 text-center text-dark">
<i class="fas fa-arrow-up fa-lg" style="color:#316eb6"></i>
</div>
<div class="mt-2 text-center">
<div class="">300</div>
</div>
</div>
</div>
<div class="p-1 comment">
<div class="d-flex flex-column h-100">
<div class="mb-1 mt-2 flex-grow-1 text-center text-dark">
<i class="fas fa-comment fa-lg" style="color:#4caf50"></i>
</div>
<div class="mt-2 text-center">
<div class="">200</div>
</div>
</div>
</div>
</div>
</div>
<hr class="my-1">
<div class="topic">
<div class="d-flex flex-row">
<div class="flex-grow-1 p-1 m-1">
<div class="d-flex flex-column h-100">
<div class="mb-1 flex-grow-1 topic-title">
<a href="topic.html">And here's the application container the application container showing the navbar and
point </a>
</div>
<div class="mt-2">
<div class="text-muted topic-time">
<i class="far fa-clock"></i> 5 phút trước mjsakju
</div>
</div>
</div>
</div>
<div class="p-1 view">
<div class="d-flex flex-column h-100">
<div class="mb-1 mt-2 flex-grow-1 text-center text-dark">
<i class="fas fa-star fa-lg" style="color: #ffd83d"></i>
</div>
<div class="mt-2 text-center">
<div>12</div>
</div>
</div>
</div>
<div class="p-1 vote">
<div class="d-flex flex-column h-100">
<div class="mb-1 mt-2 flex-grow-1 text-center text-dark">
<i class="fas fa-arrow-up fa-lg" style="color:#316eb6"></i>
</div>
<div class="mt-2 text-center">
<div class="">300</div>
</div>
</div>
</div>
<div class="p-1 comment">
<div class="d-flex flex-column h-100">
<div class="mb-1 mt-2 flex-grow-1 text-center text-dark">
<i class="fas fa-comment fa-lg" style="color:#4caf50"></i>
</div>
<div class="mt-2 text-center">
<div class="">200</div>
</div>
</div>
</div>
</div>
</div>
<hr class="my-1">
<nav aria-label="Page navigation example" class="mt-3">
<ul class="pagination pagination-sm mx-3">
<li class="page-item disabled">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">««</span>
</a>
</li>
<li class="page-item disabled">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
<li class="page-item disabled">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</main>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin="anonymous"></script>
</body>
</html>