# nedaoresharova.github.io
This is my GitHub Pages site for the **Source Control with Git** course.
The goal is to practice daily Git usage.
- This repo name makes Pages serve from https://nedaoresharova.github.io
- Branch:
main, folder: root. Static HTML (no build). - Pushing to
mainredeploys automatically.
index.html– homepagecontact.html– second page (linked from nav)README.md– this filestyles.css– (optional) basic styles if you added them
## How to run
- Online: open **https://nedaoresharova.github.io\*\*.
- Locally: double-click index.html to open it in your browser.
- 2025-09-28 (Day 1): Initial setup — created repo
nedaoresharova.github.io, addedindex.html, enabled GitHub Pages. - 2025-09-29 (Day 2): Wrote
README.mdexplaining how the site works (Pages from main/root), described files. - 2025-09-30 (Day 3): Added About section to
index.html; practiced partial staging withgit add -p(staged only the footer first). - 2025-10-01 (Day 4): Added
contact.htmland navigation inindex.html; committed nav separately, then added the page.
## Git commands I used
- git status – see what changed and what’s staged.
- git add -p – stage only parts (hunks) of a file.
- git commit -m "message" – save a snapshot with a clear message.
- git log --oneline --graph – view history.
- git push – publish changes to GitHub (and redeploy Pages).
## Contact
- Email: [email protected]