My Personal Website 一个简洁的个人主页,用于自我介绍与技术学习展示。
🚀 在线访问 https://max-gao.github.io/my-website/root/index.html
📄 说明
这个主页主要用于个人介绍与技术学习的实践。如果存在任何不足或不当之处,敬请谅解。
This homepage is primarily for self-introduction and technical learning purposes. Please excuse any shortcomings or unintentional offenses.
このホームページは、自己紹介と技術学習を目的として作成されています。至らない点や不快に思われる点がありましたら、何卒ご容赦ください。
✨ 特性 多语言支持(中文、日文、英文) 持续优化与内容更新
📁 项目结构 text my-website/ ├── root/ # 主页面文件 │ └── index.html # 主页入口 └── README.md # 项目说明
📝 更新日志
2026.02.19
- Fixed CORS errors by removing remote Google Fonts and remote Font Awesome links.
- Switched Font Awesome to local assets:
root/vendor/fontawesome/(no cross-origin dependency). - Updated social icon from
fa-twittertofa-x-twitter. - Removed
(current)text from Home nav labels on all main pages. - Replaced favicon with a custom blue
Gicon and updated all pages to useroot/img/favicon.svg. - Corrected favicon path issues that caused 404 errors.
2026.01.18 对页面内容进行了整体润色与版面调整 提升了视觉层次与可读性
2024.08.25 项目初始版本发布 实现基础主页结构与多语言支持