Instructions
Step 1: Join the GitHub Assignment
Click the link below to join the GitHub Classroom assignment:
🔗 Join GitHub AssignmentLinks to an external site.
This will create a new private repository for you.
Step 2: Upload Your HTML File
- Open your new GitHub repository.
- Click on “Add file” → “Upload files”
- Upload your HTML file (make sure it’s namedÂ
index.html) - Upload your images and CSS files in the same repository as well.
- Click “Commit changes” at the bottom.
Step 3: Enable GitHub Pages
- Go to your repository’s Settings (top menu).
- Scroll down and find the “Pages” section.
- Under “Source”, choose:
- Branch:Â
main (orÂmaster, depending on your repo) - Folder:Â
/ (root)
- Branch:Â
- Click Save
- After a few seconds, you’ll see a GitHub Pages URL — something like:
https://your-username.github.io/html-page-yourname
Submit the Following:
On Canvas, for this weeks assignment submit both of these:
- Your repository link (e.g.,Â
https://github.com/your-username/html-page-yourname) - Your live site link (GitHub Pages URL)