-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
47 lines (47 loc) · 2.14 KB
/
footer.html
File metadata and controls
47 lines (47 loc) · 2.14 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
<!-- Nội dung footer mới -->
<div class="footer-main">
<div class="footer-grid">
<!-- Cột 1: Giới thiệu -->
<div class="footer-column">
<h3 class="footer-brand"> <img src="images/logo.png" alt=" Logo" class="logo"></h3>
<p class="footer-about">
Công cụ giúp bạn học tập hiệu quả qua các slide tiếng Anh, với phần giải thích và thuật ngữ chi tiết
được biên soạn bằng tiếng Việt.
</p>
</div>
<!-- Cột 2: Điều hướng -->
<div class="footer-column">
<h4 class="footer-heading">Điều hướng</h4>
<ul class="footer-list">
<li><a href="index.html">Trang Chủ</a></li>
<li><a href="#">Giới thiệu</a></li>
<!-- Thêm các link khác nếu bạn muốn -->
</ul>
</div>
<!-- Cột 3: Môn học -->
<div class="footer-column">
<h4 class="footer-heading">Các môn học</h4>
<ul class="footer-list">
<li><a href="subject.html?course=game_dev">Phát triển Game</a></li>
<li><a href="subject.html?course=computer_vision">Thị giác Máy tính</a></li>
</ul>
</div>
<!-- Cột 4: Thông tin -->
<div class="footer-column">
<h4 class="footer-heading">Thông tin</h4>
<ul class="footer-info">
<li><i class="fas fa-user"></i> <span>Phần mềm: Trần Hữu Đạt</span></li>
<li><i class="fas fa-book"></i> <span>Nguồn tài liệu: Tổng hợp</span></li>
<li><i class="fas fa-sync-alt"></i> <span>Cập nhật: 28/11/2025</span></li>
<li>
<a href="https://github.com" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i> <span>GitHub</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="footer-year"></span> 2025 - Slidify. All Rights Reserved.</p>
</div>