-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
386 lines (364 loc) · 14 KB
/
events.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
374
375
376
377
378
379
380
381
382
383
384
385
386
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dai Nam Encyclopedia | Events</title>
<link rel="stylesheet" href="assets/fontawesome/css/all.css" />
<link rel="stylesheet" href="assets/fontawesome/css/solid.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/nav.css" />
<link rel="stylesheet" href="css/content.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/loader.css" />
<link rel="stylesheet" href="css/events.css" />
<script src="js/loader.js" defer></script>
<script src="js/nav.js" defer></script>
<script src="js/searchbar.js" defer></script>
</head>
<body>
<div class="code-loader"><span>{</span><span>}</span></div>
<div class="container">
<nav data-active="false">
<div class="nav-bar">
<button aria-label="Toggle menu" class="menu-btn" id="btn">
<div class="menu-hamburger"></div>
</button>
<div class="nav-title">
<h1><a href="index.html">DAI NAM ENCYCLOPEDIA</a></h1>
</div>
<button aria-label="Buy souvenirs" class="buy-souvenirs-btn">
<a href="THANKS.html"><p>About</p></a>
</button>
</div>
<div class="dropdown-menu mega-dropdown-menu">
<div id="menu-list">
<div class="menu-item">
<a href="index.html">
<i class="fa-solid fa-home"></i>
<span>Home</span>
<div class="menu-background"></div>
</a>
</div>
<div class="menu-item">
<a href="events.html">
<i class="fa-solid fa-blog"></i>
<span>Events</span>
<div class="menu-background"></div>
</a>
</div>
<div class="menu-item">
<a href="map.html">
<i class="fa-solid fa-map"></i>
<span>Map</span>
<div class="menu-background"></div>
</a>
</div>
<div class="menu-item">
<a href="shop.html">
<i class="fa-solid fa-shop"></i>
<span>Shop</span>
<div class="menu-background"></div>
</a>
</div>
</div>
</div>
</nav>
<main>
<header id="blog-heading">
<h1>Blogs</h1>
</header>
<section id="blog">
<div class="searchbar-container">
<div class="input-container">
<input
type="text"
id="search-item"
name="text"
class="input"
placeholder="search..."
oninput="search()"
/>
<span class="icon-search">
<svg
width="19px"
height="19px"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
></g>
<g id="SVGRepo_iconCarrier">
<path
opacity="1"
d="M14 5H20"
stroke="#000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
opacity="1"
d="M14 8H17"
stroke="#000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 6.25 6.25 2 11.5 2"
stroke="#000"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
opacity="1"
d="M22 22L20 20"
stroke="#000"
stroke-width="3.5"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</g>
</svg>
</span>
</div>
</div>
<div class="blog-container" id="blog-container">
<!-- box1 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/temple.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a
href="https://en.wikipedia.org/wiki/Temple_of_Literature,_Hanoi"
><h3 class="blog-title">Temple of Literature</h3></a
>
<p>
The Temple of Literature was built in 1070 as a temple complex
honoring Confucius, but it’s also the site of the Imperial
Academy that’s recognized as the first university in Vietnam.
</p>
<a
href="https://en.wikipedia.org/wiki/Temple_of_Literature,_Hanoi"
>Read more</a
>
</div>
</div>
<!-- box2 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/hue.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="https://en.wikipedia.org/wiki/Imperial_City_of_Huế"
><h3 class="blog-title">Hue Imperial Citadel</h3></a
>
<p>
Don’t miss the magnificent fortress in the center of Hue, a
UNESCO-listed site that used to be the imperial capital of
Vietnam.
</p>
<a href="https://en.wikipedia.org/wiki/Imperial_City_of_Huế"
>Read more</a
>
</div>
</div>
<!-- box3 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/dinh.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="https://en.wikipedia.org/wiki/Independence_Palace"
><h3 class="blog-title">Independence Palace</h3></a
>
<p>
Another must-visit historic building in Ho Chi Minh is the
Independence Palace, also known as the Reunification Palace.
</p>
<a href="https://en.wikipedia.org/wiki/Independence_Palace"
>Read more</a
>
</div>
</div>
<!-- box4 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/cuchi.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="#"><h3 class="blog-title">Cu Chi Tunnels</h3></a>
<p>
Not far from Ho Chi Minh is the Cu Chi Tunnels, a famous
attraction that’s a popular destination for half-day tours out
of the city.
</p>
<a>Read more</a>
</div>
</div>
<!-- box5 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/coloa.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="#"><h3 class="blog-title">Co Loa Citadel</h3></a>
<p>
Co Loa Citadel is located in Dong Anh district, Ha Noi City.
In 208 B.C., after uniting Lac Viet and Au Viet tribes to form
a new Kingdom, Au Lac, King An Duong Vuong chose this site as
the capital and built Co Loa Citadel.
</p>
<a>Read more</a>
</div>
</div>
<!-- box6 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/hoian.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="#"><h3 class="blog-title">Hoi An Ancient Town</h3></a>
<p>
Hoi An Ancient Town is located in Quang Nam province, about 30
km south of Da Nang city. At the end of the 16th century, Hoi
An used to be an international trade hub on the East-West sea
route, a bustling trading port in Dang Trong region of Viet
Nam under the reign of the Nguyen Lords.
</p>
<a>Read more</a>
</div>
</div>
<!-- box7 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/hoalo.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="#"><h3 class="blog-title">Hoa Lo Prison</h3></a>
<p>
While historical museums in Hanoi are mostly rather
propagandist and perhaps superficial, Hoa Lo Prison can be a
good fit to catch up on the city’s back story.
</p>
<a>Read more</a>
</div>
</div>
<!-- box8 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/khaidinh.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="#"
><h3 class="blog-title">The Tomb of Khai Dinh</h3></a
>
<p>
Among plenty of royal tombs in Hue, Vietnam’s former capital,
Khai Dinh’s tomb sets itself apart from other Nguyen Dynasty
tombs with an appealing fusion of Asian and European touches.
</p>
<a>Read more</a>
</div>
</div>
<!-- box9 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/myson.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="#"><h3 class="blog-title">My Son Sanctuary</h3></a>
<p>
Located in the Quang Nam Province of Central Vietnam, about 64
km/40 miles from Danang, the My Son Sanctuary is a complex of
ruins belonging to the Hindu religion and dedicated to Shiva.
</p>
<a>Read more</a>
</div>
</div>
<!-- box10 -->
<div class="blog-box">
<!-- img -->
<div class="blog-img">
<img src="images/condao.jpg" alt="Blog" />
</div>
<!-- text -->
<div class="blog-text">
<span>30 May 2023</span>
<a href="#"><h3 class="blog-title">Con Dao Prison</h3></a>
<p>
Constructed by French colonists in 1862, the Con Dao Prison
located in Vung Tau is one of the oldest prisons in the
country.
</p>
<a>Read more</a>
</div>
</div>
</div>
</section>
<h3 id="no-result">No result found</h3>
</main>
<footer>
<div class="footer-wrapper">
<div class="footer-categories">
<ul class="footer-categories-list">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="map.html">Map</a></li>
<li><a href="shop.html">Shop</a></li>
</ul>
</div>
<div class="medias-wrapper">
<div class="medias">
<a href="#instagram"
><img src="images/icons8-instagram.svg" width="30px"
/></a>
<a href="#twitter"
><img src="images/icons8-twitter.svg" alt="" width="30px"
/></a>
<a href="#youtube"
><img src="images/icons8-youtube.svg" alt="" width="30px"
/></a>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>