-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutuongdaoducphongcach.html
293 lines (267 loc) · 10.7 KB
/
tutuongdaoducphongcach.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
<!DOCTYPE html>
<html lang="vi">
<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" />
<!-- Fontawesome Icon -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- AOS CSS -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css" />
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="assets/favicon/site.webmanifest" />
<title>Tư tưởng, đạo đức, phong cách</title>
</head>
<body>
<!-- Brand -->
<a href="#" class="brand">
<img class="brand-img" src="assets/img/logo.svg" alt="Logo" />
<p class="brand-title">Không gian văn hóa Hồ Chí Minh</p>
</a>
<p class="school-title">Đại học Khoa học Tự nhiên, ĐHQG-HCM</p>
<!-- Action Buttons -->
<div class="navbar-action" data-aos="fade-left">
<a href="dangnhap.html" class="dangnhap">Đăng nhập</a>
<a href="dangky.html" class="dangky">Đăng ký</a>
</div>
<!-- Navbar -->
<nav class="navbar">
<div class="container">
<div class="navbar-container">
<!-- Nav Links -->
<ul class="navbar-nav">
<li class="nav-item">
<center>
<a href="index.html" class="nav-link">TRANG CHỦ</a>
</center>
</li>
<li class="nav-item">
<center>
<a href="cuocdoisunghiep.html" class="nav-link" onclick="go(this)">CUỘC ĐỜI, SỰ NGHIỆP</a>
</center>
</li>
<li class="nav-item">
<center>
<a href="tutuongdaoducphongcach.html" class="nav-link">TƯ TƯỞNG, ĐẠO ĐỨC, PHONG CÁCH</a>
</center>
</li>
<li class="nav-item">
<center>
<a href="tacpham.html" class="nav-link">TÁC PHẨM</a>
</center>
</li>
<li class="nav-item">
<center>
<a href="bachovoithanhnien.html" class="nav-link">BÁC HỒ VỚI THANH NIÊN</a>
</center>
</li>
<li class="nav-item">
<center>
<a href="thanhnientientien.html" class="nav-link">THANH NIÊN TIÊN TIẾN LÀM THEO LỜI BÁC</a>
</center>
</li>
<li class="nav-item">
<center>
<a href="chuyentotviecdep.html" class="nav-link">CHUYỆN TỐT VIỆC ĐẸP TỰ NHIÊN</a>
</center>
</li>
</ul>
<div class="navbar-right">
<!-- Menu button -->
<div class="navbar-menu">
<button class="btn" id="navbar-menu-offcanvas-open-btn">
<i class="fa-solid fa-bars"></i>
</button>
<!-- Menu Offcanvas -->
<div class="navbar-menu-offcanvas" id="navbar-menu-offcanvas">
<div class="navbar-menu-offcanvas-header">
<div class="brand">
<img
class="brand-img"
src="assets/img/logo.svg"
alt="Logo"
/>
<p class="brand-title">
Không gian văn hóa Hồ Chí Minh<span class="font-bold">HCMUS</span>
</p>
</div>
<div>
<button class="btn" id="navbar-menu-offcanvas-close-btn">
<i class="fa-solid fa-xmark"></i>
</button>
</div>
</div>
<div class="navbar-menu-offcanvas-body">
<ul class="navbar-nav-mb">
<li class="nav-item">
<a href="index.html" class="nav-link">Trang chủ</a>
</li>
<li class="nav-item">
<a href="cuocdoisunghiep.html" class="nav-link">Cuộc đời, sự nghiệp</a>
</li>
<li class="nav-item">
<a href="tutuongdaoducphongcach.html" class="nav-link">Tư tưởng, đạo đức, phong cách</a>
</li>
<li class="nav-item">
<a href="tacpham.html" class="nav-link">Tác phẩm</a>
</li>
<li class="nav-item">
<a href="bachovoithanhnien.html" class="nav-link">Bác Hồ với thanh niên</a>
</li>
</ul>
</div>
<div class="navbar-menu-offcanvas-footer">
<div class="navbar-action">
<a href="dangnhap.html" class="btn">Đăng nhập</a>
<a href="dangky.html" class="btn btn-outline">Đăng ký</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<main>
<header>
<style>
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
margin: 20px;
}
header {
text-align: center;
padding: 20px 0;
background-color: #f2f2f2;
}
article {
max-width: 800px;
margin: 0 auto;
}
h1 {
color: #333;
}
p {
margin-bottom: 20px;
}
img {
max-width: 30%;
float: left;
height: 50%;
margin-bottom: 20px;
margin-right: 20px;
}
/* Add more styles as needed */
</style>
<h1>Tư tưởng, đạo đức, phong cách Chủ tịch Hồ Chí Minh</h1>
<p><time datetime="2024-01-23">23/01/2024</time></p>
</header>
<article>
<p>Hồ Chí Minh (chữ Nho: 胡志明; 19 tháng 5 năm 1890 - 2 tháng 9 năm 1969), tên khai sinh là Nguyễn Sinh Cung (chữ Nho: 阮生恭), còn được biết với tên gọi Bác Hồ, là một nhà cách mạng và chính khách người Việt Nam. Ông là người sáng lập Đảng Cộng sản Việt Nam, từng là Chủ tịch nước Việt Nam Dân chủ Cộng hoà từ 1945-1969, Thủ tướng Việt Nam Dân chủ Cộng hòa trong những năm 1945-1955, Tổng Bí thư Ban Chấp hành Trung ương Đảng Lao động Việt Nam từ 1956-1960, Chủ tịch Ban Chấp hành Trung ương Đảng Lao động Việt Nam từ năm 1951 cho đến khi qua đời.</p>
<img src="./assets/img/bac.jfif" alt="Image Description">
<p>Cha của Nguyễn Sinh Cung là một nhà Nho tên là Nguyễn Sinh Sắc (1862-1929), từng đỗ Phó bảng. Mẹ ông là bà Hoàng Thị Loan (1868-1901). Nguyễn Sinh Cung có một người chị là Nguyễn Thị Thanh (sinh năm 1884), một người anh là Nguyễn Sinh Khiêm (sinh năm 1888, tự Tất Đạt, còn gọi là Cả Khiêm) và một người em trai mất sớm là Nguyễn Sinh Nhuận (1900-1901, tên khi mới lọt lòng là Xin).</p>
<p>Donec eget ligula vitae eros sagittis vestibulum. Suspendisse cursus venenatis justo, ut vestibulum metus iaculis ac...</p>
<!-- Add more content as needed -->
</article>
<!-- Add a comment section, related articles, or other sections if necessary -->
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-container">
<div class="footer-content" data-aos="fade-right">
<div class="brand">
<img class="brand-img" src="assets/img/logo.svg" alt="Logo" />
<p class="brand-title">
Không gian văn hóa Hồ Chí Minh HCMUS
</p>
</div>
<p class="text-md">
<span class="font-medium">Không gian văn hóa Hồ Chí Minh</span>
là ...
</p>
<div class="media-icons media-icons-sm">
<div class="icon-wrapper">
<img class="brand-img" src="assets/img/logo.svg" alt="Logo" />
</div>
<div class="icon-wrapper">
<i class="icon fa-brands fa-twitter"></i>
</div>
<div class="icon-wrapper">
<i class="icon fa-brands fa-instagram"></i>
</div>
</div>
<p class="text-md copyright">©2024HCMUS</p>
</div>
<div class="footer-links" data-aos="fade-left">
<div>
<h5>Về Bác</h5>
<ul class="text-md">
<li>
<a href="cuocdoisunghiep.html">Cuộc đời, sự nghiệp</a>
</li>
<li>
<a href="tutuongdaoducphongcach.html">Tư tưởng, đạo đức, phong cách</a>
</li>
<li>
<a href="tacpham.html">Tác phẩm</a>
</li>
<li>
<a href="bachovoithanhnien.html">Bác Hồ với thanh niên</a>
</li>
</ul>
</div>
<div>
<h5>a</h5>
<ul class="text-md">
<li>
<a href="thanhnientientien.html">Thanh niên tiên tiến làm theo lời Bác</a>
</li>
<li>
<a href="chuyentotviecdep.html">Chuyện tốt việc đẹp Tự nhiên</a>
</li>
<li>
<a href="hoidap.html">Hỏi đáp</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Overlay -->
<div class="overlay" id="overlay"></div>
<!-- AOS Script -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="main.js"></script>
<script>
AOS.init({ duration: 750 });
</script>
</body>
</html>