A minimalist multi-page website with a futuristic visual style, smooth page transitions, and a guided reading flow.
index.html- Homeintro.html- Introfirst-page.html- First Pagesecond-page.html- Second Pageultima-luce.html- Final page ("Ultima Luce")
- Black-and-white modern visual theme
- Sticky navigation with active-page state
- Animated nav indicator
- Subtle cross-page transition effects
- Responsive layout for desktop and mobile
.
├── index.html
├── intro.html
├── first-page.html
├── second-page.html
├── ultima-luce.html
├── index.css
└── script.js
python3 -m http.server 8080Open http://localhost:8080 in your browser.
- Push this repository to GitHub.
- Go to repository
Settings->Pages. - Under
Build and deployment, set:Source:Deploy from a branchBranch:mainFolder:/ (root)
- Save and wait for deployment.
- Your site will be available at:
https://<your-username>.github.io/<repo-name>/