-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,41 +18,41 @@ | |
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" /> | ||
|
||
<!-- Custom CSS --> | ||
<link rel="stylesheet" href="..\..\style.css" /> | ||
<link rel="stylesheet" href="../style.css" /> | ||
|
||
<!-- Favicon --> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="../../assets/favicon/apple-touch-icon.png" | ||
href="../assets/favicon/apple-touch-icon.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="../../assets/favicon/favicon-32x32.png" | ||
href="../assets/img/logo.svg" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="../../assets/favicon/favicon-16x16.png" | ||
href="../assets/img/logo.svg" | ||
/> | ||
<link rel="manifest" href="../../assets/favicon/site.webmanifest" /> | ||
<link rel="manifest" href="../assets/favicon/site.webmanifest" /> | ||
|
||
<title>Tuyên ngôn độc lập</title> | ||
</head> | ||
<body> | ||
<!-- Brand --> | ||
<a href="#" class="brand"> | ||
<img class="brand-img" src="../../assets/img/logo.svg" alt="Logo" /> | ||
<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> | ||
<a href="../dangnhap.html" class="dangnhap">Đăng nhập</a> | ||
<a href="../dangky.html" class="dangky">Đăng ký</a> | ||
</div> | ||
<!-- Navbar --> | ||
<nav class="navbar"> | ||
|
@@ -63,12 +63,12 @@ | |
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<center> | ||
<a href="../../index.html" class="nav-link">TRANG CHỦ</a> | ||
<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> | ||
<a href="../cuocdoisunghiep.html" class="nav-link" onclick="go(this)">CUỘC ĐỜI, SỰ NGHIỆP</a> | ||
</center> | ||
</li> | ||
<li class="nav-item"> | ||
|
@@ -111,7 +111,7 @@ | |
<div class="brand"> | ||
<img | ||
class="brand-img" | ||
src="../../assets/img/logo.svg" | ||
src="../assets/img/logo.svg" | ||
alt="Logo" | ||
/> | ||
<p class="brand-title"> | ||
|
@@ -219,7 +219,7 @@ <h1>Tuyên ngôn độc lập</h1> | |
<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" /> | ||
<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> | ||
|
@@ -230,7 +230,7 @@ <h1>Tuyên ngôn độc lập</h1> | |
</p> | ||
<div class="media-icons media-icons-sm"> | ||
<div class="icon-wrapper"> | ||
<img class="brand-img" src="../../assets/img/logo.svg" alt="Logo" /> | ||
<img class="brand-img" src="../assets/img/logo.svg" alt="Logo" /> | ||
</div> | ||
<div class="icon-wrapper"> | ||
<i class="icon fa-brands fa-twitter"></i> | ||
|
@@ -283,7 +283,7 @@ <h5>a</h5> | |
|
||
<!-- AOS Script --> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script src="../../main.js"></script> | ||
<script src="../main.js"></script> | ||
<script> | ||
AOS.init({ duration: 750 }); | ||
</script> | ||
|