This is a single-page, gamified portfolio website designed to look like a System Administrator's dashboard. It features a BIOS boot sequence, interactive terminal, and dashboard widgets to showcase skills and experience.
index.html: The main entry point (Dashboard).style.css: Contains all styling, including the "Cyberpunk/Matrix" aesthetic.script.js: Handles the boot sequence, navigation, and terminal logic.Hardip_Singh_Resume.pdf: Your downloadable resume.
- Simply double-click
index.htmlto open it in your web browser. - Or, if you have VS Code with the "Live Server" extension, right-click
index.htmland choose "Open with Live Server".
-
Push to GitHub:
- The code is already set up to deploy!
- Ensure all changes are committed and pushed:
git push origin main
-
Enable GitHub Pages:
- Go to your repository Settings.
- Click on Pages in the left sidebar.
- Under Build and deployment, select Source as
Deploy from a branch. - Select
mainbranch and/ (root)folder. - Click Save.
-
View Your Site:
- After a few minutes, GitHub will provide a URL (e.g.,
https://yourusername.github.io/hs/).
- After a few minutes, GitHub will provide a URL (e.g.,