Create an 'about-me.html' page

Lab Deliverables

Below are instructions

Viewing the file in your browser

Submit to GitHub

If you have the time try submitting this to GitHub.

  1. Login to your GitHub account.
  2. Click your profile icon at the upper right and select Your Repositories. your repositories menu
    • Select the repo where you'll upload your file.
    • If your account doesn't yet have any repos, select Create a new repository. new repo cta
  3. Select the repo's Settings tab and scroll down to the GitHub Pages heading, then confirm that your master branch is selected as the site Data Source. If not, follow instructions here to make that selection now.
  4. Copy the GitHub Pages address above the data source selector to a browser window.
  5. Close Settings, then select the create new page link or call-to-action (CTA, also known as a "button").
  6. Key the following path into the 'Name Your File' input box: week-02/01/labs/readme.md and enter text 'readme.md' (or other placeholder text) into the editor window.
    name your file input
  7. Scroll down and select the Commit changes CTA.
  8. Add this path and filename in your browser window address bar, then click Enter: week-02/01/labs/about-me.html
    Your URL should be formed like this: https://[your-GitHub-user-id].github.io/[your-repo-id]/week-02/01/labs/about-me.html
  9. Admire your first published web page!