This repository hosts the English academic and engineering portfolio at feng1201.github.io.
index.html— page content, metadata, and section structurestatic/css/main.css— visual system and responsive layoutstatic/js/scripts.js— mobile navigation and active-section behaviorstatic/assets/img/og.png— social sharing preview
The site is intentionally dependency-free and works directly on GitHub Pages.
From the repository root:
python3 -m http.server 8000Then open http://localhost:8000.
Changes pushed to the repository's main branch are published through GitHub Pages.