Personal resume website for Michael Anthony Falabella.
index.html— the resume webpage. GitHub Pages uses this as the homepage..nojekyll— tells GitHub Pages to publish the static HTML directly.
- Create a GitHub repository named
Resume. - Upload
index.html,.nojekyll, and thisREADME.mdto the repository root. - Go to Settings → Pages.
- Under Build and deployment, choose Deploy from a branch.
- Select branch:
mainand folder:/ (root). - Save.
The website should be available at:
https://falabellamichael.github.io/Resume/
If your GitHub username is different, replace falabellamichael in the URL with your actual username.