-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
543 lines (516 loc) · 30.7 KB
/
index.html
File metadata and controls
543 lines (516 loc) · 30.7 KB
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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!-- HO THANH LIEM -->
<!-- https://www.w3schools.com/ -->
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="stylesheet" href="./assets/css/index.css">
<link rel="stylesheet" href="./assets/css/responsive.css">
<link rel="shortcut icon" href="./assets/images/logo.ico" type="image/x-icon">
<script defer src="./assets/js/main.js"></script>
<title>Home BlogIT</title>
</head>
<body id="body">
<!-- Mobile nav -->
<div class="mobile-nav">
<div class="div-mobile-socials-wrapper">
<div class="mobile-menu-socials">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
<div class="mobile-close"><i class="fa-solid fa-xmark"></i></div>
</div>
<div class="mobile-content">
<ul class="mobile-list">
<li class="mobile-item"><a href="./index.html">Home</a></li>
<li class="mobile-item"><a href="./khoahoc.html">Khoá Học</a></li>
<li class="mobile-item">
<a href="#">Lập Trình <span onclick="showSubMenu(1)"><i
class="fa-solid fa-chevron-right"></i></span></i></a>
<ul class="mobile-sub-menu mobile-sub-menu--1">
<li class="mobile-sub-item"><a href="#">Al Machine Learning</a></li>
<li class="mobile-sub-item"><a href="#">Frontend</a></li>
<li class="mobile-sub-item"><a href="#">Backend</a></li>
<li class="mobile-sub-item"><a href="#">Fullstack</a></li>
</ul>
</li>
<li class="mobile-item">
<a href="#">Kỹ Năng Làm Việc <span onclick="showSubMenu(2)"><i
class="fa-solid fa-chevron-right"></i></span></i></a>
<ul class="mobile-sub-menu mobile-sub-menu--2">
<li class="mobile-sub-item"><a href="#">Kinh nghiêm phỏng vấn</a></li>
<li class="mobile-sub-item"><a href="#">Chuẩn hóa DV IT</a></li>
<li class="mobile-sub-item"><a href="#">Đàm phán lương thưởng</a></li>
<li class="mobile-sub-item"><a href="#">Cẩm nang tuyển dụng</a></li>
</ul>
</li>
<li class="mobile-item">
<a href="#">Tài Khoản <span onclick="showSubMenu(3)"><i
class="fa-solid fa-chevron-right"></i></span></i></a>
<ul class="mobile-sub-menu mobile-sub-menu--3">
<li class="mobile-sub-item"><a href="./dangnhap.html">Đăng nhập</a></li>
<li class="mobile-sub-item"><a href="./dangky.html">Đăng ký</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- Header -->
<header id="header">
<div class="header-top">
<a class="header-top__link" href="./lienhe.html">Contact us</a>
<div class="header-top-wrapper">
<a href="#"><i class="header-top__link fa-brands fa-facebook"></i></a>
<a href="#"><i class="header-top__link fa-brands fa-linkedin"></i></a>
<a href="#"><i class="header-top__link fa-brands fa-twitter"></i></a>
<a href="#"><i class="header-top__link fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="header__nav-wraper">
<div class="header-brand">
</div>
<nav class="header__nav">
<button class="nav__btn-menu"><i class="fa-solid fa-bars"></i></button>
<ul class="nav__list">
<a href="#"><img src="./assets/images/logo-blogit.jpg" alt="logo" width="195px" height="67px"
class="nav__img"></a>
<li class="nav__item" style="background: #e24a32;"><a class="nav__item-link"
href="./index.html">HOME</a>
<li class="nav__item"><a class="nav__item-link" href="./khoahoc.html">KHÓA HỌC</a>
</li>
<li class="nav__item dropdown"><a class="nav__item-link" href="#">LẬP TRÌNH <span><i
class="fa-solid fa-chevron-down"></i></span></a>
<ul class="nav__item-dropdown">
<li class="dropdown-item"><a href="#">Al Machine Learning</a></li>
<li class="dropdown-item"><a href="#">Frontend</a></li>
<li class="dropdown-item"><a href="#">Backend</a></li>
<li class="dropdown-item"><a href="#">Fullstack</a></li>
</ul>
</li>
<li class="nav__item dropdown"><a class="nav__item-link" href="#">KỸ NĂNG LÀM VIỆC <span><i
class="fa-solid fa-chevron-down"></i></span></a>
<ul class="nav__item-dropdown">
<li class="dropdown-item"><a href="#">Kinh nghiệm phỏng vấn</a></li>
<li class="dropdown-item"><a href="#">Chuẩn hóa CV IT</a></li>
<li class="dropdown-item"><a href="#">Đàm phán lương thưởng</a></li>
<li class="dropdown-item"><a href="#">Cẩm nang tuyển dụng</a></li>
</ul>
</li>
<li class="nav__item dropdown"><a class="nav__item-link" href="#">TÀI KHOẢN <span><i
class="fa-solid fa-chevron-down"></i></span></a>
<ul class="nav__item-dropdown">
<li class="dropdown-item"><a href="./dangnhap.html">Đăng nhập</a></li>
<li class="dropdown-item"><a href="./dangky.html">Đăng ký</a></li>
</ul>
</li>
</ul>
<div class="nav-wrapper-right center">
<button class="nav__btn-search" id="nav__btn-search"><i class="fa-solid fa-magnifying-glass"></i>
<div class="btn-search--click center" id="btn-search--click"><input type="text"><a
href="./timkiem.html">Search</a></div>
</button>
<button onclick="linkToCart()" class="nav__btn-cart">
<i class="fa-solid fa-cart-shopping"></i>
<span id="btn-cart-number">0</span>
</button>
</div>
</nav>
</div>
</header>
<!-- Main -->
<main id="main">
<article id="article">
<section class="section-newest">
<a href="#" class="section-newest__link--1 section-newest__link">
<div class="section-newest__link-content section-newest__link-content--1">
<p>MISC</p>
<h3>Javascript là gì? Làm thế nào để trở thành lập trình viên Javascript?</h3>
<p><b>Phạm Minh Khoa</b> - 03/11/2022</p>
</div>
</a>
<a href="./blog.html" class="section-newest__link--2 section-newest__link">
<div class="section-newest__link-content">
<p>WEB</p>
<h4>Reactathon 2022 - A Short Summary</h4>
</div>
</a>
<a href="#" class="section-newest__link--3 section-newest__link">
<div class="section-newest__link-content">
<p>MISC</p>
<h4>Lập Trình với Game Flappybird Python</h4>
</div>
</a>
<a href="#" class="section-newest__link--4 section-newest__link">
<div class="section-newest__link-content">
<p>MISC</p>
<h4>HTình hình hiện tại và tương lai của IoT năm 2022</h4>
</div>
</a>
</section>
<section class="section-new">
<p class="section-new__heading"><strong>Mới nhất</strong></p>
<div class="section-new__row">
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new1.jpg" alt="new1" height="134" width="100%">
<p>Lộ trình từng bước trở thành Machine Learning Engineer</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new2.jpg" alt="new2" height="134" width="100%">
<p>Bàn Về Định Nghĩa Yêu Cầu – Phần 2
</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new3.jpg" alt="new3" height="134" width="100%">
<p>9 Câu Hỏi Phỏng Vấn Frontend Developer Có Thể Bạn Chưa...</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new4.jpg" alt="new4" height="134" width="100%">
<p>AngularJS Là Gì? Khác Biệt Nào Giữa Angular Và Frontend Framework...</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new5.jpg" alt="new5" height="134" width="100%">
<p>Khắc phục tình trạng VPN WireGuard bị treo</p>
</a>
</div>
<div class="section-new__row">
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new6.jpg" alt="new1" height="134" width="100%">
<p>Kỹ Sư Cầu Nối (BrSE) Là Gì? BrSE Cần Học Những...</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new7.jpg" alt="new2" height="134" width="100%">
<p>Python Là Gì? Các Bước Tự Học Lập Trình Python
</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new8.jpg" alt="new3" height="134" width="100%">
<p>So Sánh Giữa Regression Testing Và Retesting</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new9.jpg" alt="new4" height="134" width="100%">
<p>8 Bước Trong Lộ Trình Trở Thành DevOps Engineer</p>
</a>
<a href="#" class="section-new__link">
<img src="./assets/images/trangchu/new10.jpg" alt="new5" height="134" width="100%">
<p>Mức lương Lập trình viên tại Việt Nam năm 2022</p>
</a>
</div>
</section>
<section class="section-main">
<div class="section-main-item section-main-item--left">
<p><strong>Lập trình</strong></p>
<a href="#" class="main-item__link--newest">
<div class="item__link-content--newest">
<h3>JavaScript là gì? Làm thế nào để trở thành lập trình viên JavaScript</h3>
<p>November 3, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/laptrinh2.jpg" alt="laptrinh2" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Lập Trình với Game Flappybird Python</h4>
<p>November 2, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/laptrinh3.jpg" alt="laptrinh3" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Tình hình hiện tại và tương lai của IoT năm 2022</h4>
<p>November 1, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/laptrinh4.jpg" alt="laptrinh4" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Lộ trình từng bước trở thành Machine Learning Engineer</h4>
<p>October 31, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/laptrinh5.jpg" alt="laptrinh5" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Bàn Về Định Nghĩa Yêu Cầu – Phần 2</h4>
<p>October 28, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/laptrinh6.jpg" alt="laptrinh6" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>9 Câu Hỏi Phỏng Vấn Frontend Developer Có Thể Bạn Chưa Biết</h4>
<p>October 26, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/laptrinh7.jpg" alt="laptrinh7" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>AngularJS Là Gì? Khác Biệt Nào Giữa Angular Và Frontend Framework Khác</h4>
<p>October 25, 2022</p>
</div>
</a>
<div class="main-item-btn-wrapper">
<button class="main-item__btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="main-item__btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="section-main-item section-main-item--center">
<p><strong>HR</strong></p>
<a href="#" class="main-item__link--newest">
<div class="item__link-content--newest">
<h3>KICC HCMC x TOPDEV – Cái Bắt Tay Góp Phần Phát Triển Tài Năng IT Của Việt Nam</h3>
<p>October 7, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/hr2.jpg" alt="hr2" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Kinh nghiệm tự xây dựng business website</h4>
<p>October 3, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/hr3.jpg" alt="hr3" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Fresher, Junior, Senior là gì? Yêu cầu và nhiệm vụ</h4>
<p>September 28, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/hr4.jpg" alt="hr4" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>9 kênh tuyển dụng IT hiệu quả bạn nên sử dụng</h4>
<p>August 30, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/hr5.jpg" alt="hr5" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Trang web tuyển dụng IT uy tín – Cầu nối nhà tuyển dụng và người tìm việc</h4>
<p>October 24, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/hr6.jpg" alt="hr6" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Cách lập trình viên chọn một công ty tốt</h4>
<p>July 22, 2022</p>
</div>
</a>
<div class="main-item-btn-wrapper">
<button class="main-item__btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="main-item__btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="section-main-item section-main-item--right">
<p><strong>Phỏng vấn</strong></p>
<a href="#" class="main-item__link--newest">
<div class="item__link-content--newest">
<h3>Bộ câu hỏi phỏng vấn Fullstack Developer hay và khó
</h3>
<p>September 19, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/phongvan2.jpg" alt="phongvan2" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Những câu hỏi phỏng vấn React thường gặp</h4>
<p>September 12, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/phongvan3.jpg" alt="phongvan3" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Bí Kíp Pass Phỏng Vấn Coding Amazon, Apple, Facebook, Microsoft Mà Không Cần Leet Code
Quá Nhiều</h4>
<p>June 13, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/phongvan4.jpg" alt="phongvan4" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Hướng Dẫn Trả Lời Thư Mời Phỏng Vấn Với Nhà Tuyển Dụng</h4>
<p>February 18, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/phongvan5.jpg" alt="phongvan5" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Cách Viết Thư Cảm Ơn Phỏng Vấn Chinh Phục Nhà Tuyển Dụng Từ 3 Giây Đầu Tiên!</h4>
<p>February 8, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/phongvan6.jpg" alt="phongvan6" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Tổng Hợp Những Câu Hỏi Phỏng Vấn Front End Thường Xuyên Xuất Hiện Trong Các Buổi Phỏng
Vấn</h4>
<p>January 6, 2022</p>
</div>
</a>
<a href="#" class="main-item__link d-flex">
<img src="./assets/images/trangchu/phongvan7.jpg" alt="phongvan7" width="80px" height="60px">
<div class="item__link-content" style="margin-left: 12px;">
<h4>Kinh Nghiệm Phỏng Vấn Tester Thành Công Được Áp Dụng Nhiều Nhất</h4>
<p>December 22, 2021</p>
</div>
</a>
<div class="main-item-btn-wrapper">
<button class="main-item__btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="main-item__btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
</section>
<section class="section-other">
<div class="section-other--left">
<h1><span>Chuyên gia nói</span></h1>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other1.jpg') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>Front-end developer lên trình như thế nào? Bạn đã thực sự hiểu về Front-End?</h3>
<p>August 5, 2022</p>
</div>
</a>
</div>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other2.jpg') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>NFQ Asia phát động chương trình Gây Quỹ Cộng Đồng “Đối Ứng 10,000 USD” hỗ trợ sinh
viên IT có hoàn cảnh khó khăn.</h3>
<p>July 26, 2022</p>
</div>
</a>
</div>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other3.jpg') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>Những chiến binh công nghệ kiến tạo hành tinh số Viettel Digital</h3>
<p>July 22, 2022</p>
</div>
</a>
</div>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other4.jpg') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>EPAM Việt Nam được vinh danh là “Nơi Làm việc Tốt nhất Việt Nam 2022”</h3>
<p>June 24, 2022</p>
</div>
</a>
</div>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other5.jpg') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>GIỚI THIỆU CÁC DIỄN GIẢ TẠI VIETNAM MOBILE DAY 2022 – WE CONNECT</h3>
<p>June 10, 2022</p>
</div>
</a>
</div>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other6.jpg') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>VIETNAM MOBILE DAY 2022: CÂU CHUYỆN VỀ CÔNG NGHỆ MOBILE ĐƯỢC HÉ LỘ</h3>
<p>June 5, 2022</p>
</div>
</a>
</div>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other7.png') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>Coffee Talk: Anh Trần Thiện Khiêm – Từ Việt Nam đến GAFA</h3>
<p>April 5, 2022</p>
</div>
</a>
</div>
<div class="other-item other-item--left">
<a href="#"
style="background: url('./assets/images/trangchu/other8.jpg') center center no-repeat; background-size: cover;">
<div class="other-item-content">
<h3>5 Điều Cần Trang Bị Để Trở Thành Lập Trình Viên .NET Giỏi</h3>
<p>March 17, 2022</p>
</div>
</a>
</div>
<div class="other-item-btn-wrapper">
<button class="other-item__btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="other-item__btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="section-other--right">
<h1><span>Workshop</span></h1>
<div class="other-item--right">
<a href="#">
<img src="./assets/images/trangchu/other9.jpg" alt="other9" height="160px" width="100%">
<h3>One Mount mở “sàn đấu Hackathon” cho hàng nghìn Kỹ sư...</h3>
<p>August 17, 2022</p>
</a>
</div>
<div class="other-item--right">
<a href="#">
<img src="./assets/images/trangchu/other10.jpg" alt="other10" height="160px" width="100%">
<h3>Những trường Đại học đào tạo Công nghệ thông tin chất...</h3>
<p>July 14, 2022</p>
</a>
</div>
<button class="other-item__btn-more">
Load more <i class="fa-solid fa-chevron-down"></i>
</button>
</div>
</section>
</article>
</main>
<!-- Footer -->
<footer id="footer">
<div class="footer-top-wrapper">
<div class="footer-top">
<p>Đăng ký để được nhận ngay những tin tức độc quyền về sự kiện hấp dẫn và chương trình khuyến mãi sắp
diễn
ra!</p>
<form action="" class="footer-top__form" id="footer-top__form">
<input type="text" class="footer-top__input" id="footer-top__input" placeholder="Email">
<button type="submit" class="footer-top__btn" id="footer-top__btn">Subscribe</button>
<p class="footer-top__p" id="footer-top__p">Vui lòng điền đầy đủ thông tin</p>
</form>
</div>
</div>
<div class="footer-mid-wrapper">
<div class="footer-mid">
<div class="footer-mid__img">
<img src="./assets/images/logo-blogit.jpg" alt="logo">
</div>
<div class="footer-mid-about">
<h4>ABOUT US</h4>
<p>Blog IT is a place where Create IT can share its ideas, discoveries and thoughts with the world.
</p>
<p>Contact us: <a href="mailto:info@create.pt">info@blogit</a></p>
</div>
<div class="footer-mid-follow">
<h4>FOLLOW US</h4>
<span><a href="#"><i class="fa-brands fa-facebook"></i></a></span>
<span><a href="#"><i class="fa-brands fa-linkedin"></i></a></span>
<span><a href="#"><i class="fa-brands fa-twitter"></i></a></span>
<span><a href="#"><i class="fa-brands fa-youtube"></i></a></span>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© Blog IT 2022. Đã đăng ký Bản quyền</p>
</div>
<button id="footer__btn-top" class="footer__btn-top">
<a href="#header"><i class="fa-solid fa-chevron-up"></i></a>
</button>
</footer>
</body>
</html>