basic layout ex

This commit is contained in:
Armen Vartan 2014-12-01 13:28:51 -05:00
parent b9a8397f34
commit c5e942273c
4 changed files with 24 additions and 18 deletions

View File

@ -1,11 +1,12 @@
Prework Prework
======= =======
[Wikipedia on pair programming](http://en.wikipedia.org/wiki/Pair_programming)
#### Front End #### Front End
Do Code Academy's [HTML/CSS course](http://www.codecademy.com/en/tracks/web).
[Guide to wireframing](http://webdesign.tutsplus.com/articles/a-beginners-guide-to-wireframing--webdesign-7399) [Guide to wireframing](http://webdesign.tutsplus.com/articles/a-beginners-guide-to-wireframing--webdesign-7399)
[A compilation of wireframing articles](http://www.gracesmith.co.uk/get-wireframing-the-all-in-one-guide/) [A compilation of wireframing articles](http://www.gracesmith.co.uk/get-wireframing-the-all-in-one-guide/)
#### JavaScript #### JavaScript
@ -30,4 +31,9 @@ Prework
[Python Cheatsheet](http://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf) [Python Cheatsheet](http://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf)
#### Miscellaneous
[Rubular (for regex)](http://www.rubular.com) [Rubular (for regex)](http://www.rubular.com)
[Wikipedia on pair programming](http://en.wikipedia.org/wiki/Pair_programming)

View File

@ -1,8 +0,0 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="day1.css">
</head>
<body>
</body>
</html>

View File

@ -0,0 +1,8 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
</body>
</html>