Skip to content

intro-to-git/nedaoresharova.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

# nedaoresharova.github.io

This is my GitHub Pages site for the **Source Control with Git** course.

The goal is to practice daily Git usage.

How the site works

  • This repo name makes Pages serve from https://nedaoresharova.github.io
  • Branch: main, folder: root. Static HTML (no build).
  • Pushing to main redeploys automatically.

Files

  • index.html – homepage
  • contact.html – second page (linked from nav)
  • README.md – this file
  • styles.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.

Daily practice log

  • 2025-09-28 (Day 1): Initial setup — created repo nedaoresharova.github.io, added index.html, enabled GitHub Pages.
  • 2025-09-29 (Day 2): Wrote README.md explaining how the site works (Pages from main/root), described files.
  • 2025-09-30 (Day 3): Added About section to index.html; practiced partial staging with git add -p (staged only the footer first).
  • 2025-10-01 (Day 4): Added contact.html and navigation in index.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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%