Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.99 KB

README.md

File metadata and controls

62 lines (46 loc) · 2.99 KB

#Welcome to the Nashville Software School Resource List

This is the school's opinionated list of the top resources for learning the various technologies we teach. We will update this list as we present topics to the students.

##HTML

#####Books

#####Online

##CSS

#####Books

#####Online

#####Web Fonts

##Command Line

##Version Control With Git/Github

##How To Contribute To This List

  1. fork the repo click the fork button on the top right of the Github page
  2. clone the repo git clone THE_URL_GITHUB_GIVES_YOU_FOR_THE_REPO
  3. edit the README.md file using [Markdown syntax] (http://daringfireball.net/projects/markdown/syntax). Also review Github flavored markdown
  4. commit your changes to the branch git add README.md then git commit -m "updated the list"
  5. push your repo up to Github git push origin master
  6. issue a pull request via Github click on the pullrequest button on the repo page