Static portfolio matching LaTeX resume (FSWEP/EOSD focused).
npm install
npm start
# -> http://localhost:3000
- Push this folder to
rah3.github.iorepo (main branch) - In GitHub repo Settings > Pages > Source: Deploy from branch
main/ root - No build step needed — it's pure HTML/CSS/JS
- index.html -> loads scripts/* and style/*
- scripts/home.js, resume.js, footer.js, scrollOperations.js, contact.js
- style/styles.css
- images/favicon.ico, logo.png, profile.jpg
- .nojekyll -> tells Pages not to ignore folders starting with _
Removed: server.js, express dependency (not needed for Pages)