2-upgraded-layout

This commit is contained in:
Armen Vartan 2014-12-01 13:36:19 -05:00
parent c5e942273c
commit 55a31b7052
3 changed files with 25 additions and 21 deletions

View File

@ -1,5 +1,5 @@
Basic Layout
=============
============
Using HTML and CSS, you are going to construct a skeleton for basic webpage.

View File

@ -1,4 +1,7 @@
###Upgraded Layout
Upgraded Layout
===============
If you're not familiar with Chrome Dev Tools, [check out this tutorial](https://www.codeschool.com/courses/discover-devtools)
Move your files from the basic layout folder to this folder - use git to check the status, add and commit. Answer question 1 in questions.md

View File

@ -1,4 +1,5 @@
####Question Time
Question Time
=============
1. What happened in Git when you moved files to a new folder? How did it view and handle this action in status? Did you try checking the status from both the root directory (/1-basic..) and the new one (/2-upgraded..)? What was different about them?
@ -8,7 +9,7 @@
<!-- Your answer here -->
3. Using Dev Tools, explain which tabs allow you to do the following:
3. Using [Dev Tools](https://developer.chrome.com/devtools), explain which tabs allow you to do the following:
1. Realtime editing of HTML and CSS
2. Javascript Debugging
3. Performance Optimization