renamed hacker news. added folder for blog

This commit is contained in:
Armen Vartan 2014-12-01 14:28:02 -05:00
parent dbbfce9f76
commit 5594ecc8ca
5 changed files with 11 additions and 1 deletions

View File

@ -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).

View File

@ -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.

View File