From 5594ecc8ca7541e16e6965930357783976a78b15 Mon Sep 17 00:00:00 2001 From: Armen Vartan Date: Mon, 1 Dec 2014 14:28:02 -0500 Subject: [PATCH] renamed hacker news. added folder for blog --- README.md | 10 ++++++++++ .../{7-hacker-news/index.html => 7-blog/README.md} | 0 front-end/{7-hacker-news => 8-hacker-news}/README.md | 2 +- .../main.css => 8-hacker-news/index.html} | 0 front-end/8-hacker-news/main.css | 0 5 files changed, 11 insertions(+), 1 deletion(-) rename front-end/{7-hacker-news/index.html => 7-blog/README.md} (100%) rename front-end/{7-hacker-news => 8-hacker-news}/README.md (84%) rename front-end/{7-hacker-news/main.css => 8-hacker-news/index.html} (100%) create mode 100644 front-end/8-hacker-news/main.css 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