Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created February 15, 2014 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashleygwilliams/9025567 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/9025567 to your computer and use it in GitHub Desktop.

day 1 homework

#Student Profile Page - Pure HTML

This assignment begins our collaborative construction of the Digital Wesleyan Fellowship Page. The purpose of this exercise is to familiarize you with HTML and CSS, as well as set up you up to learn our second Github Workflow: Fork and Pull Request.

  1. Fork the digitalwesfellowship-home repo: https://github.com/digitalwes/digitalwesfellowship-home
  2. Clone the repo to your local machine by navigating to your projects folder and typing git clone https://github.com/digitalwes/digitalwesfellowship-home.git
  3. On your computer, in either Finder/Explorer or your Terminal, navigate to the /source/layouts/students folder, here: https://github.com/digitalwes/digitalwesfellowship-home/tree/master/source/layouts/students
  4. Make a copy of student_template.html and name it Your_Name.html, replacing Your_Name with... your name.
  5. Fill out the html in that file with your information
  6. Add, commit, pull, push to your personal remote repo under your Github account.

Next Friday we'll talk about how to make a Pull Request so that your change will be added to the original repository. You can read up on it here: https://help.github.com/articles/fork-a-repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment