diff --git a/README.md b/README.md index 8118d85..09f9d50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ Prework ======= +Make a [GitHub](https://github.com/) account. + +#### Git and Unix + +[Command Line Crash Course](http://cli.learncodethehardway.org/book/) + +[Try git](try.github.io) + +[Git Immersion](http://gitimmersion.com/) + #### Front End Do Code Academy's [HTML/CSS course](http://www.codecademy.com/en/tracks/web). diff --git a/front-end/7-hacker-news/index.html b/front-end/7-blog/README.md similarity index 100% rename from front-end/7-hacker-news/index.html rename to front-end/7-blog/README.md diff --git a/front-end/7-hacker-news/README.md b/front-end/8-hacker-news/README.md similarity index 84% rename from front-end/7-hacker-news/README.md rename to front-end/8-hacker-news/README.md index a56db49..1731405 100644 --- a/front-end/7-hacker-news/README.md +++ b/front-end/8-hacker-news/README.md @@ -6,4 +6,4 @@ Hacker News * Read through the code, and compare it to what you see on the page. What is each thing doing? * What do you think of the embedded CSS? Is this good practice? * Check out the CSS file. Does it follow DRY (don't repeat yourself) priniciples? -* Pick something in the site that you found interesting. Be prepared to talk about it tomorrow morning. +* Pick something in the site that you found interesting. Blog about it. diff --git a/front-end/7-hacker-news/main.css b/front-end/8-hacker-news/index.html similarity index 100% rename from front-end/7-hacker-news/main.css rename to front-end/8-hacker-news/index.html diff --git a/front-end/8-hacker-news/main.css b/front-end/8-hacker-news/main.css new file mode 100644 index 0000000..e69de29