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: index.html
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ <h2>Nesting HTML tags</h2>
307
307
</section>
308
308
309
309
<sectionclass="slide project" data-markdown>
310
-
##Adding content
310
+
##Adding more HTML & content
311
311
312
312
All three pages have the same headings, navigation links and footer information. Though the home page header and navigation look different from the other two pages, don't worry about that just yet. Right now we are just concentrating on adding the HTML.
313
313
@@ -339,6 +339,16 @@ <h2>Nesting HTML tags</h2>
339
339
Navigational elements are commonly created using lists. Since the order of the list items doesn't matter for creating nav items, an unordered list can be used.
340
340
</section>
341
341
342
+
<sectionclass="slide" data-markdown>
343
+
##Class exercise: Add a navigation
344
+
345
+
Let's go back to **index.html** and add an unordered list, before `<header>`, as a navigation menu for the three pages: **Home**, **About**, **Contact**.
346
+
347
+
It should look like this:
348
+
349
+

350
+
</section>
351
+
342
352
<sectionclass="slide" data-markdown>
343
353
##Links & Attributes
344
354
@@ -434,10 +444,7 @@ <h2>Nesting HTML tags</h2>
434
444
<sectionclass="slide">
435
445
<h2>Exercise #2 - Adding pages and content (20mins)</h2>
436
446
437
-
<p>Follow the instructions below to complete the exercise. We are just adding HTML content so don’t worry about how to style the page just yet. If you get stuck, you can take a peek in the <strong>examples</strong> folder: <ahref="project/examples/exercise2-home.html">exercise2-home.html</a>, <ahref="project/examples/exercise2-about.html">exercise2-about.html</a>, <ahref="project/examples/exercise2-contact.html">exercise2-contact.html</a></p>
438
-
439
-
<p><strong>Protip!</strong> Using keyboard shortcuts is important for speeding up your work flow. Writing code requires a lot of copying, pasting and saving.</p>
440
-
447
+
<p>We are just adding HTML content so don’t worry about how to style the page just yet. Writing code often requires a lot moving, deleting and adding content. Here are some more shortcuts that will come in handy to speed up your work flow.</p>
<p>If you get stuck, you can take a peek in the <strong>examples</strong> folder: <ahref="project/examples/exercise2-home.html">exercise2-home.html</a>, <ahref="project/examples/exercise2-about.html">exercise2-about.html</a>, <ahref="project/examples/exercise2-contact.html">exercise2-contact.html</a></p>
490
+
482
491
<divclass="presenter-notes">
483
492
<p>Check in with learners after 20mins. If majority of people have not started step 3, give them 5-10 more minutes. If they are still not done after that, let them know they'll have some time in the next exercise to finish up.</p>
0 commit comments