@@ -657,69 +657,14 @@ <h3>Send Me a Message</h3>
657657 <!-- Footer (MỚI) -->
658658 <!-- ====================================================== -->
659659
660- < footer class ="main-footer ">
661- < div class ="container footer-container ">
662- <!-- Cột 1: Giới thiệu -->
663- < div class ="footer-column footer-about ">
664- < h3 class ="footer-logo "> < span > tranhuudat</ span > 2004</ h3 >
665- < p > A passionate Web Developer dedicated to building beautiful and useful applications.</ p >
666- </ div >
667-
668- <!-- Cột 2: Quick Links -->
669- < div class ="footer-column footer-links ">
670- < h4 class ="footer-title "> Quick Links</ h4 >
671- < ul >
672- < li > < a href ="#hero "> Home</ a > </ li >
673- < li > < a href ="assets/resume.pdf " download > Resume</ a > </ li >
674- < li > < a href ="#projects "> Projects</ a > </ li >
675- < li > < a href ="#contact "> Contact</ a > </ li >
676- </ ul >
677- </ div >
678-
679- <!-- Cột 3: Connect with Me -->
680- < div class ="footer-column footer-connect ">
681- < h4 class ="footer-title "> Connect with Me</ h4 >
682- < ul >
683- < li > < a href ="https://github.com/TranHuuDat2004 " target ="_blank "> < i class ="fab fa-github "> </ i >
684- GitHub</ a >
685- </ li >
686- < li > < a href ="https://linkedin.com/in/tranhuudat2004 " target ="_blank "> < i
687- class ="fab fa-linkedin-in "> </ i >
688- LinkedIn</ a > </ li >
689- < li > < a href ="mailto:tranhuudat.cv@gmail.com "> < i class ="fas fa-envelope "> </ i > Email</ a > </ li >
690- </ ul >
691- </ div >
692-
693- <!-- Cột 4: Themes -->
694- < div class ="footer-column footer-themes ">
695- < h4 class ="footer-title "> Themes</ h4 >
696- < div class ="theme-switcher-dropdown ">
697- < button class ="dropdown-toggle "> Themes < i class ="fas fa-chevron-down "> </ i > </ button >
698- < div class ="dropdown-menu ">
699- < a href ="index.html "> Default</ a >
700- < a href ="birthday.html "> Birthday</ a >
701- < a href ="noel.html "> Noel</ a >
702- < a href ="halloween.html "> Halloween</ a >
703- < a href ="tet.html "> Tết</ a >
704- </ div >
705- </ div >
706- </ div >
707- </ div >
708-
709- <!-- Dòng Copyright ở dưới cùng -->
710- < div class ="footer-copyright ">
711- < div class ="container ">
712- < p > Copyright © < span id ="currentYear "> </ span > Trần Hữu Đạt. All rights reserved.</ p >
713- < p > Last updated: < b > October 14th 2025</ b > </ p >
714- </ div >
715- </ div >
716- </ footer >
660+ < footer class ="main-footer " id ="footer-placeholder "> </ footer >
717661
718662 < audio id ="audio-source "> </ audio >
719663 < script src ="js/playlist.js "> </ script >
720664 < script src ="js/scripts.js "> </ script >
721665 <!-- === TẢI CÁC SECTION CHUNG === -->
722666 < script src ="js/load-sections.js "> </ script >
667+ < script src ="js/load-components.js "> </ script >
723668 < script >
724669 // Birthday specific scripts
725670 document . addEventListener ( 'DOMContentLoaded' , ( ) => {
0 commit comments