You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/005-008-html5/your-turn/README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,36 +4,39 @@ Now you have seen the videos from this chapter, you're ready to start experiment
4
4
5
5
## Day 1: Watch the video lessons
6
6
7
-
The watch the videos and keep track of where you might want to grab some examples. Remember you have everything you saw typed in the demos folder adjacent to this one if you need it.
7
+
The watch the videos and keep track of where you might want to grab some examples. Remember you have everything you saw typed in the demos folder adjacent to this one if you need them.
8
8
9
9
## Days 2-3: Recreate Google's homepage
10
10
11
-
For your hands-on exercises during this chapter, you'll do something quick and easy: recreate Google! While I made fun of Yahoo! for being nothing but a glamorized Yellow Pages, the tech behind Google was truly revolutionary at the time.
11
+
For your hands-on exercises during this chapter, you'll do something quick and easy: recreate Google!
12
12
13
-
But there web design was decidedly not special. Check it out in the way back machine (choose 1998 for your time frame):
13
+
While I made fun of Yahoo! for being nothing but a glamorized Yellow Pages, the tech behind Google was truly revolutionary at the time.
14
+
15
+
But their web design was decidedly not special. Check it out in the way back machine (choose 1998 for your time frame):
Here's the design with a few visual notes on what is required for each part of the page (yes, tables make a comeback). No really, view the source, it's tables and the center tag even!
18
20
19
21

20
22
21
-
Your job is to recreate this. Feel free to save the image (right-click, save image as...) for your page. Then recreate the home page with forms and validation per the graphic above.
23
+
Your job is to recreate this home page. Feel free to save the Google logo from the way back machine for your page (right-click, save image as...). Then recreate the home page with forms and validation per the graphic above.
22
24
23
25
If you are unfamiliar with HTML tables, here's a primer:
0 commit comments