Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.07 KB

Purpose of this repo

A simple practice exercise for students in the Code:You Intro module. Students will be:

  • practicing using GitHub's markdown language
  • clone a repo
  • make changes to cloned repo
  • push made changes to their own repo

Instructions

I'm leaving out the specific commands to accomplish 1 and 3 as an exercise for you to figure out.

  1. In your projects folder, clone this repo.
  2. Create a file called about.md and perform the tasks in it. As you progress, check off the tasks you've completed and ensure that you're committing the README changes as well. You can use the text editor of your choice like Notepad or VS Code for editing the files.
  3. Push the changes to you own repo.

Tasks

  • Create a first level heading with your name
  • Create a short "about you" text
  • Create a third level heading with the title "Hobbies"
  • Under hobbies, create a bulleted or numbered list with some of your hobbies.
  • Add an image to your README
  • Add a link to a website

Taking it further

  • Build out the above tasks as a simple web page