-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.html
583 lines (487 loc) · 20.7 KB
/
3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML Rocks!</title>
<meta name="viewport" content="width=1024">
<!-- Replace path with correct path to deck.core.css. -->
<link rel="stylesheet" href="src/deck.js/core/deck.core.css" type="text/css">
<!-- Core and extension CSS files -->
<link rel="stylesheet" href="src/deck.js/extensions/navigation/deck.navigation.css">
<link rel="stylesheet" href="src/deck.js/extensions/status/deck.status.css">
<link rel="stylesheet" href="src/deck.js/extensions/hash/deck.hash.css">
<link rel="stylesheet" href="src/deck.js/extensions/menu/deck.menu.css">
<link rel="stylesheet" href="src/css/prettify.css">
<link rel="stylesheet" href="src/css/deck.coder.css">
<!-- Theme -->
<link rel="stylesheet" id='style-theme-link' href="src/css/coderdeck.css" type="text/css" >
<link rel="stylesheet" href="src/codemirror/lib/codemirror.css">
<link rel="stylesheet" href="src/codemirror/theme/default.css">
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
<!-- Replace path with correct path to Modernizr file. -->
<script src='src/jquery.min.js'></script>
<script src="src/modernizr.js"></script>
</head>
<body class="deck-container">
<script type='text/coderdeck' id='coderdeck-default'>
<html>
<head>
<script src='src/jquery.min.js'>SCRIPTEND
</head>
<body>
CODE
</body>
</html>
</script>
<script type='text/coderdeck' id='coderdeck-plain'>
<html>
<title>test</title>
<link rel="stylesheet" href="reset.css">
<body>
CODE
</body>
</html>
</script>
<script type='text/coderdeck' id='coderdeck-css-playground'>
<html>
<title>test</title>
CODE
<body>
<h1>I'm a H1 heading</h1>
<h2>I'm a H2 heading</h2>
<p>Pargraph of text <p></p>
<div class='stuff'><div> with class "stuff"</div>
<div id='my-div'><div> with id "my-div"</div>
</body>
</html>
</script>
<script type='text/coderdeck' id='coderdeck-style-example'>
<html>
<title>test</title>
<style>
CODE
</style>
<body>
<h1>I'm a H1 heading</h1>
<h2>I'm a H2 heading</h2>
<h3>Pargraph of text <p> here</p>
<div class='stuff'>I'm a div <div> with class "stuff"</div>
<div id='my-div'>I'm a <div> with id "my-div"</div>
</body>
</html>
</script>
<!-- Create any number of elements with class slide within the container -->
<article class='slide slide-subhead'>
<h1>HTML</h1>
<h2>Week 3</h2>
<p>CDGD304 - Fall 2012<br/>
<a href='http://marthar.github.com/webfall-2012/3.html'>http://marthar.github.com/webfall-2012/3.html</a></p>
</article>
<article class='slide slide-list'>
<h1>Order of Business</h1>
<ol>
<li class="slide">
<h3>Review Homework</h3>
</li>
<li class="slide">
<h3>Discuss Readings</h3>
</li>
<li class="slide">
<h3>Lists</h3>
</li>
<li class="slide">
<h3>Anchors</h3>
</li>
<li class="slide">
<h3>Links</h3>
</li>
<li class="slide">
<h3>Images</h3>
</li>
<li class="slide">
<h3>Characters</h3>
</li>
</ol>
</article>
<article class='slide slide-accent'>
<h1>Homework</h1>
</article>
<article class="slide slide-list">
<h2>Homework Review</h2>
<script>
(function($){
$.fn.shuffle = function() {
var allElems = this.get(),
getRandom = function(max) {
return Math.floor(Math.random() * max);
},
shuffled = $.map(allElems, function(){
var random = getRandom(allElems.length),
randEl = $(allElems[random]).clone(true)[0];
allElems.splice(random, 1);
return randEl;
});
this.each(function(i){
$(this).replaceWith($(shuffled[i]));
});
return $(shuffled);
};
})(jQuery);
function shuffleHomework(amt) {
if(amt <= 0) return;
$("#homework li").shuffle();
setTimeout(function() { shuffleHomework(amt - 1); },200);
}
</script>
<a href='javascript:shuffleHomework(10);'>Shuffle</a>
<ul id='homework'>
<li><a href='http://heathermendonca.github.com/homework/index.html'>heathermendonca</a></li>
<li><a href='http://jmfisherr.github.com/homework/index.html'>jmfisherr</a></li>
<li><a href='http://yeesusanna.github.com/homework/index.html'>yeesusanna</a></li>
<li><a href='http://krhogan.github.com/homework/index.html'>krhogan</a></li>
<li><a href='http://nopsketchbook.github.com/homework/index.html'>nopsketchbook</a></li>
<li><a href='http://lkfenton.github.com/homework/index.html'>lkfenton</a></li>
<li><a href='http://bejohnston.github.com/homework/index.html'>bejohnston</a></li>
<li><a href='http://annacolleenc.github.com/homework/index.html'>annacolleenc</a></li>
<li><a href='http://hisakanishibayashi.github.com/homework/index.html'>hisakanishibayashi</a></li>
<li><a href='http://marthabarry.github.com/homework/index.html'>marthabarry</a></li>
<li><a href='http://trwhite.github.com/homework/index.html'>trwhite</a></li>
<li><a href='http://themusicmaker.github.com/homework/index.html'>themusicmaker</a></li>
<li><a href='http://ktengprawat.github.com/homework/index.html'>ktengprawat</a></li>
<li><a href='http://digihex.github.com/homework/index.html'>digihex</a></li>
</ul>
</article>
<article class='slide slide-list'>
<h2>Readings</h2>
<ul>
<li><h3>Duckett, Chapters 1-5 & 17</h3></li>
<li>
<h3><a href='https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document'>Sections and outlines of an HTML5 document</a></h3>
</li>
<li>
<h3><a href='http://www.alistapart.com/articles/get-started-with-git/'>Get Started with Git</a>
</h3>
</li>
</ul>
</article>
<article class='slide slide-accent'>
<h1>Let's Talk more HTML</h1>
</article>
<article class='slide slide-accent'>
</article>
<article class='slide slide-subhead'>
<h1>...but first a little review</h1>
<h3>Let's let Jessica & Russ get us started!</h3>
<h3><a href="http://www.dontfeartheinternet.com/html/don%E2%80%99t-fear-starting-from-scratch">Don't Fear the Internet</a></h3>
</article>
<article class='slide slide-accent'>
<h1>Lists</h1>
</article>
<article class='slide slide-list'>
<h1>Types of Lists</h1>
<ol>
<li class="slide">
<h3>Ordered Lists</h3>
</li>
<li class="slide">
<h3>Unordered Lists</h3>
</li>
<li class="slide">
<h3>Definition Lists</h3>
</li>
</ol>
</article>
<article class='slide slide-list'>
<h1>Ordered Lists</h1>
<h3>Also known as numbered lists, each item in the list is numbered. </h3>
<ol>
<li>start with the <em>< ol ></em> tag </li>
<li>end with the <em>< /ol ></em> tag </li>
<li>each item is wrapped in <em>< li ></em> and <em>< /li ></em> tags </li>
</ol></br>
</article>
<article class='slide slide-list'>
<h2>Example Ordered List</h2>
<pre>
<ol>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
</ol>
</pre>
</article>
<article class='slide slide-list'>
<h1>Unordered Lists</h1>
<h3>Also known as bulleted lists, each item in the list has a bullet. </h3>
<ol>
<li>start with the <em>< ul ></em> tag </li>
<li>end with the <em>< /ul ></em> tag </li>
<li>each item is wrapped in <em>< li ></em> and <em>< /li ></em> tags </li>
</ol></br>
</article>
<article class='slide slide-list'>
<h2>Example Unordered List</h2>
<pre>
<ul>
<li>bullet item 1</li>
<li>bullet item 2</li>
<li>bullet item 3</li>
</ul>
</pre>
</article>
<article class='slide slide-list'>
<h1>Nested Lists</h1>
<h3>Lists inside of lists! <br/>
You can start a second list inside your first list </h3>
<ol>
<li>start in your <em>< li ></em> tag </li>
<li>start a new <em>< ul ></em> before closing the <em>< li ></em> </li>
<li>add your nested list remembering to close the initial <em>< /ul ></em> tag at the VERY end </li>
</ol></br>
</article>
<article class='slide slide-list'>
<h2>Example Nested List</h2>
<pre>
<ul>
<li>bullet item 1</li>
<li>bullet item 2
<ul>
<li>nested item 1</li>
<li>nested item 2</li>
</ul>
</li>
<li>bullet item 3</li>
</ul>
</pre>
</article>
<article class='slide slide-list'>
<h2>Let's make some lists</h2>
<p>Add a list inside the current list of where on the interwebs to post your images <br/> Add some bullets after the list of fun Meme Ideas</p>
<textarea class='coder-editor coder-editor-split coder-editor-instant'>
<h1>Step to starting a Meme</h1>
<ol>
<li>Find cute animal picture</li>
<li>Add a snarky message</li>
<li>Post to interwebs</li>
</ol>
</textarea>
</article>
<article class='slide slide-accent'>
<h1>Links</h1>
</article>
<article class='slide slide-list'>
<h1>Links are why the Web is so awesome!</h1>
<h3>they are what makes surfing possible (no wetsuit required) </h3>
<ol>
<li>link from one website to another </li>
<li>link from one page in your site to another</li>
<li>link from a specific part of a page to another</li>
<li>open a new window with a link</li>
<li>send an email with a link</li>
</ol></br>
</article>
<article class='slide slide-list'>
<h1>Link Tags</h1>
<p class="slide">Always an open and close<br/></p>
<div class="slide example"><em> <a></em> <em> </a></em></div>
<p class="slide">This is the base of how we link to anything - what we add between those two tags is what we will link to. Remember you close your links!
</p>
</article>
<article class='slide slide-list'>
<h1>Add HREF</h1>
<h3>We tell the browser where to link by adding</h3>
<div class="slide example"><em>href = "..."</em></div>
<h3>Example</h3>
<h3><a href = " <em>http://www.website.com</em> "><em>This is your Link </em><a></h3>
</article>
<article class='slide slide-list'>
<h2>Link to Other Sites</h2>
<h3>We need to use an absolute url (don't forget the http or https-copy and paste from your browser to be sure)</h3><br/>
<h3><a href = " http://www.website.com "><em>This is your Link </em><a></h3>
</article>
<article class='slide slide-list'>
<h2>Open a Link in a New Window</h2>
<h3>we add an attribute inside the a tag of <em>target="_blank"</em></h3><br/>
<h3>Generally we don't want to open links in new windows (let the user decide if they want to do this)</h3><br/>
<h3><a href = "about.com" target = "about.com"><em>About Page</em><a></h3>
</article>
<article class='slide slide-list'>
<h2>Link to a page in your site</h2>
<h3>We need to tell the browser what .html document to link to/open</h3><br/>
<h3>If all the pages (.html files) are in the same folder you can just use the name of the file</h3><br/>
<h3><a href = "about.com"><em>About Page</em><a></h3>
</article>
<article class='slide slide-list'>
<h2>Typical Folder Structure</h2>
<img src="images/folder.png" class='top-image'/>
</article>
<article class='slide slide-list'>
<h2>Directory Relationships</h2>
<h3>If it's in the same folder<br/>
<em>= "contact.html"</em></h3><br/>
<h3>If it's inside another folder inside your folder<br/>
<em>= "images/logo.png"</em></h3><br/>
<h3>If it's outside the folder you are in (if we were inside the images folder and wanted to link to index.html)<br/>
<em>= "../index.html"</em></h3><br/>
</article>
<article class='slide slide-accent'>
<h1>Anchors</h1>
<h3>how we link to specific part of a page</h3>
</article>
<article class='slide slide-list'>
<h2>How anchors work</h2>
<h3>They use the <em>id</em> attribute- great for 1-page scrolling sites</h3>
<ol>
<li>decide where on the page you want to link</li>
<li>add the <em>id=".."</em> attribute inside the opening tag</li>
<li>the attribute name should start with a letter or _ and be relevant to the text</li>
<li>can't reuse attribute names (ids only get used) </li>
<li>in the nav link to the anchor text using <em>href="#id-name"</em></li>
</ol>
</article>
<article class='slide slide-list'>
<h2>Anchor Your Navs</h2>
<textarea class='coder-editor coder-editor-full' data-coder-template='coderdeck-plain'>
<header>
<h1>MY PAGE</h1>
<nav>
<ul>
<li><a>Home</a></li>
<li><a>About</a></li>
<li><a>Portfolio</a></li>
<li><a>Contact</a></li>
</ul>
</nav>
</header>
<section>
<h1>About</h1>
<p> Brisket chuck leberkas short ribs tenderloin tongue. <br/>Filet mignon sirloin jerky chicken strip steak t-bone. Ribeye short ribs fatback pancetta ham boudin, pork biltong tenderloin leberkas ball <br/>tip pork chop bresaola. Spare ribs kielbasa pork loin hamburger pork chop rump beef. Chuck spare ribs pork chop shank ribeye, leberkas turkey <br/>pig. Tri-tip tongue turducken, pig jowl brisket tail tenderloin flank rump bresaola pork chop short loin shoulder.</p>
<h1>Portfolio</h1>
<p>T-bone strip steak beef ribs, tenderloin drumstick pancetta biltong <br/>sirloin jowl speck kielbasa ball tip. Filet mignon leberkas jerky, cow shankle spare ribs fatback venison tri-tip short ribs kielbasa brisket. <br/>Swine pork loin beef kielbasa, prosciutto boudin beef ribs hamburger pork chop short ribs meatloaf frankfurter bresaola. Chuck kielbasa tail boudin.</p>
<p>Ball tip swine salami, strip steak boudin chicken fatback. Kielbasa bresaola <br/>ribeye swine speck pork belly. T-bone chuck turducken, tail pig ball tip kielbasa. Ribeye kielbasa tenderloin spare ribs, turducken beef ribs<br/> prosciutto drumstick brisket pastrami strip steak. Jerky salami biltong chicken, ground round pig pork chop meatball pork corned beef pastrami turducken shoulder.</p>
<h1>Contact</h1>
<p>Ball tip capicola chuck kielbasa prosciutto chicken. <br/>Meatloaf meatball corned beef pork belly, andouille frankfurter salami ground round biltong rump spare ribs. Capicola tail boudin, turducken <br/>pork belly ribeye bresaola bacon t-bone ball tip. Ribeye frankfurter spare ribs, ground round pork loin tail rump salami speck sirloin pastrami shank.</p>
<p>Ham hamburger capicola short loin pork loin kielbasa. Meatball biltong tri-tip pork belly speck pork loin, shankle bacon. Bacon frankfurter prosciutto, ribeye tri-tip jowl beef pork chop kielbasa bresaola t-bone pig shank short loin. Jerky brisket pork chop jowl.</p>
</section>
</textarea>
<script type='coder-solution'>
<header>
<h1>MY PAGE</h1>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h1 id="home">Bacon Ipsum</h1>
<p> Brisket chuck leberkas short ribs tenderloin tongue. Filet mignon sirloin jerky chicken strip steak t-bone. Ribeye short ribs fatback pancetta ham boudin, pork biltong tenderloin leberkas ball tip pork chop bresaola. Spare ribs kielbasa pork loin hamburger pork chop rump beef. Chuck spare ribs pork chop shank ribeye, leberkas turkey pig. Tri-tip tongue turducken, pig jowl brisket tail tenderloin flank rump bresaola pork chop short loin shoulder.</p>
<h1 id="about">About</h1>
<p>T-bone strip steak beef ribs, tenderloin drumstick pancetta biltong sirloin jowl speck kielbasa ball tip. Filet mignon leberkas jerky, cow shankle spare ribs fatback venison tri-tip short ribs kielbasa brisket. Swine pork loin beef kielbasa, prosciutto boudin beef ribs hamburger pork chop short ribs meatloaf frankfurter bresaola. Chuck kielbasa tail boudin.</p>
<h1 id="portfolio">Portfolio</h1>
<p>Ball tip swine salami, strip steak boudin chicken fatback. Kielbasa bresaola ribeye swine speck pork belly. T-bone chuck turducken, tail pig ball tip kielbasa. Ribeye kielbasa tenderloin spare ribs, turducken beef ribs prosciutto drumstick brisket pastrami strip steak. Jerky salami biltong chicken, ground round pig pork chop meatball pork corned beef pastrami turducken shoulder.</p>
<p>Ball tip capicola chuck kielbasa prosciutto chicken. Meatloaf meatball corned beef pork belly, andouille frankfurter salami ground round biltong rump spare ribs. Capicola tail boudin, turducken pork belly ribeye bresaola bacon t-bone ball tip. Ribeye frankfurter spare ribs, ground round pork loin tail rump salami speck sirloin pastrami shank.</p>
<h1 id="contact">Contact</h1>
<p>Ham hamburger capicola short loin pork loin kielbasa. Meatball biltong tri-tip pork belly speck pork loin, shankle bacon. Bacon frankfurter prosciutto, ribeye tri-tip jowl beef pork chop kielbasa bresaola t-bone pig shank short loin. Jerky brisket pork chop jowl.</p>
</section>
</script>
</article>
<article class='slide slide-accent'>
<h1>Images</h1>
</article>
<article class='slide slide-accent'>
<h1>Getting images into your site</h1>
</article>
<article class='slide slide-list'>
<h1>The Image Tag</h1>
<h3>images are defined with the <em>< img ></em></span> tag.</h3></br>
<div class="example"><<em>img</em> <em>src</em> = " <em>file location</em> "/></div>
<h3>images have no closing tag.</br> The <em>/</em> is located at the end of the tag</h3>
</article>
<article class='slide slide-list'>
<h1>The Alt Attribute</h1>
<h3>The required alt attribute specifies an alternate text for an image, if the image cannot be displayed.</h3>
<div class="example"><img src="lama.png" <b>alt="big llama"></b></div><br/>
<p class="callout">You decide what the description text is.</br> The alt attribute is required for your code to validate.
</p>
</article>
<article class='slide slide-list'>
<h2>Let's Link Some Images!!</h2>
<p>link to all these images, cat.jpg (in a folder called images), llama.jpg (in the same folder as the html), otter.jpg (in the images folder in a folder called small), try to find owl.jpg and bunny.jpg</p>
<textarea class='coder-editor coder-editor-split coder-editor-instant' data-save='F012-image-find'>
</textarea>
</article>
<article class='slide slide-accent'>
<h1>Special Characters</h1>
</article>
<article class='slide slide-subhead'>
<h1>Special Characters</h1>
<h3>Have you ever tried to type ampersands, copyright symbols, quotation marks, greater-than, or less-than signs into your code as text?</h3>
<h3><div class="example"><em> & © “ ” ♥ < > </em></div></h3>
<h3>There are some characters that are used in HTML that you can't just type in, the browser will think it's code and not text to be displayed.</h3>
</article>
<article class='slide slide-subhead'>
<h1>Google is our friend</h1>
<h3><a href='http://www.webmonkey.com/2010/02/special_characters/'>http://www.webmonkey.com/2010/02/special_characters/</a></h3>
<h3><a href='http://www.w3schools.com/tags/ref_entities.asp'>http://www.w3schools.com/tags/ref_entities.asp</a></h3>
</article>
<article class='slide slide-list'>
<h2>Make my Characters Work</h2>
<p>Look up and try adding some fun characters to your text</p>
<textarea class='coder-editor coder-editor-split coder-editor-instant' data-save='F012-characters'>
</textarea>
</article>
<article class='slide slide-homework'>
<h2>Homework</h2>
<h3 class='slide'>Reading</h3>
<ul class='slide'>
<li>
<h3><a href='http://www.alistapart.com/articles/designingforflow/'>Designing for Flow</a>
</h3>
</li>
<li>
<h3><a href='http://www.alistapart.com/articles/the-case-for-content-strategy-motown-style/'>The Case for Content Strategy</a>
</h3>
</li>
</ul>
<h3 class='slide'>Coding</h3>
<ul class='slide'>
<li>
<h3>Add an image of you to your Meee page</h3>
</li>
<li>
<h3>Go Back and fix the images in your cats vs dogs site - make sure your code validates!</h3>
</li>
<li>
<h3>Add a Second Page to your Recipe site and link to it</h3>
</li>
</ul>
</ul>
</article>
<!-- Update these paths to point to the correct files. -->
<script src="src/jquery.tmpl.min.js"></script>
<script src="src/deck.js/core/deck.core.js"></script>
<!-- Code Mirror -->
<script src="src/codemirror/lib/codemirror.js"></script>
<script src="src/codemirror/mode/xml/xml.js"></script>
<script src="src/codemirror/mode/css/css.js"></script>
<script src="src/codemirror/mode/javascript/javascript.js"></script>
<script src="src/codemirror/mode/htmlmixed/htmlmixed.js"></script>
<!-- Prettify -->
<script src="src/prettify.js"></script>
<!-- Deck Core and extensions -->
<script src="src/deck.js/extensions/status/deck.status.js"></script>
<script src="src/deck.js/extensions/navigation/deck.navigation.js"></script>
<script src='src/deck.coder.js'></script>
<script src="src/deck.js/extensions/hash/deck.hash.js"></script>
<script src="src/deck.js/extensions/menu/deck.menu.js"></script>
<script>
$(function() {
$.deck('.slide');
});
</script>
</body>
</html>