19 |
20 |
I said the keys are in here.
21 |
22 |
Doc, I’m from the future. I came here in a time machine that you invented. Now, I need your help to get back to the year 1985. I, I don’t know. Hey, Doc, we better back up, we don’t have enough roads to get up to 88. Yeah, I guessed you’re a sailor, aren’t you, that’s why you wear that life preserver. Hey, George, buddy, you weren’t at school, what have you been doing all day?
23 |
24 |
Right, and where am I gonna be?
25 |
26 |
Thank you. In about thirty years. Wow, ah Red, you look great. Everything looks great. 1:24, I still got time. Oh my god. No, no not again, c’mon, c’mon. Hey. Libyans. Marty you gotta come back with me. I will. Go. Go.
27 |
28 |
No, I refuse to except the responsibility.
29 |
30 |
He’s your brother, Mom. The car, Dad, I mean He wrecked it, totaled it. I needed that car tomorrow night, Dad, I mean do you have any idea how important this was, do you have any clue? Don’t stop, Wilbert, drive. Hello, hello, anybody home? Think, McFly, think. I gotta have time to recopy it. Do your realize what would happen if I hand in my homework in your handwriting? I’d get kicked out of school. You wouldn’t want that to happen would you, would you? George.
31 |
32 |
Content provided by DeLorean Ipsum, the Back to the Future Lorem Ipsum generator.
33 |
34 |
← Return to the Coursework
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/lessons/01-terminology-syntax-introduction/basic/basic.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shayhowe/beginners-guide-html-css/d971c6467108a200bc0f28406316b03da9b357aa/lessons/01-terminology-syntax-introduction/basic/basic.zip
--------------------------------------------------------------------------------
/lessons/01-terminology-syntax-introduction/basic/css/basic.css:
--------------------------------------------------------------------------------
1 | /* http://meyerweb.com/eric/tools/css/reset/
2 | v2.0 | 20110126
3 | License: none (public domain)
4 | */
5 |
6 | html, body, div, span, applet, object, iframe,
7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8 | a, abbr, acronym, address, big, cite, code,
9 | del, dfn, em, img, ins, kbd, q, s, samp,
10 | small, strike, strong, sub, sup, tt, var,
11 | b, u, i, center,
12 | dl, dt, dd, ol, ul, li,
13 | fieldset, form, label, legend,
14 | table, caption, tbody, tfoot, thead, tr, th, td,
15 | article, aside, canvas, details, embed,
16 | figure, figcaption, footer, header, hgroup,
17 | menu, nav, output, ruby, section, summary,
18 | time, mark, audio, video {
19 | margin: 0;
20 | padding: 0;
21 | border: 0;
22 | font-size: 100%;
23 | font: inherit;
24 | vertical-align: baseline;
25 | }
26 | /* HTML5 display-role reset for older browsers */
27 | article, aside, details, figcaption, figure,
28 | footer, header, hgroup, menu, nav, section {
29 | display: block;
30 | }
31 | body {
32 | line-height: 1;
33 | }
34 | ol, ul {
35 | list-style: none;
36 | }
37 | blockquote, q {
38 | quotes: none;
39 | }
40 | blockquote:before, blockquote:after,
41 | q:before, q:after {
42 | content: '';
43 | content: none;
44 | }
45 | table {
46 | border-collapse: collapse;
47 | border-spacing: 0;
48 | }
49 |
50 | /*
51 | Resetting defaults
52 | */
53 |
54 | b, strong {
55 | font-weight: bold;
56 | }
57 | i, em {
58 | font-style: italic;
59 | }
60 |
61 | /*
62 | Custom Styles
63 | */
64 |
65 | body {
66 | background: #fff9ad;
67 | color: #5d5445;
68 | font: 16px/24px Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
69 | }
70 | .container {
71 | max-width: 960px;
72 | margin: 48px auto;
73 | }
74 |
75 | /*
76 | Typography
77 | */
78 |
79 | h1, h2, h3, h4, h5, h6 {
80 | color: #965d51;
81 | font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
82 | font-weight: bold;
83 | margin-bottom: 24px;
84 | }
85 | h1 {
86 | font-size: 48px;
87 | line-height: 48px;
88 | }
89 | h2 {
90 | font-size: 36px;
91 | line-height: 48px;
92 | }
93 | h3 {
94 | font-size: 24px;
95 | }
96 | p {
97 | margin-bottom: 24px;
98 | }
99 |
100 | /*
101 | Links
102 | */
103 |
104 | a {
105 | color: #e4a467;
106 | text-decoration: none;
107 | }
108 | a:hover {
109 | color: #c9905b;
110 | }
111 |
--------------------------------------------------------------------------------
/lessons/01-terminology-syntax-introduction/reset/css/reset.css:
--------------------------------------------------------------------------------
1 | /* http://meyerweb.com/eric/tools/css/reset/
2 | v2.0 | 20110126
3 | License: none (public domain)
4 | */
5 |
6 | html, body, div, span, applet, object, iframe,
7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8 | a, abbr, acronym, address, big, cite, code,
9 | del, dfn, em, img, ins, kbd, q, s, samp,
10 | small, strike, strong, sub, sup, tt, var,
11 | b, u, i, center,
12 | dl, dt, dd, ol, ul, li,
13 | fieldset, form, label, legend,
14 | table, caption, tbody, tfoot, thead, tr, th, td,
15 | article, aside, canvas, details, embed,
16 | figure, figcaption, footer, header, hgroup,
17 | menu, nav, output, ruby, section, summary,
18 | time, mark, audio, video {
19 | margin: 0;
20 | padding: 0;
21 | border: 0;
22 | font-size: 100%;
23 | font: inherit;
24 | vertical-align: baseline;
25 | }
26 | /* HTML5 display-role reset for older browsers */
27 | article, aside, details, figcaption, figure,
28 | footer, header, hgroup, menu, nav, section {
29 | display: block;
30 | }
31 | body {
32 | line-height: 1;
33 | }
34 | ol, ul {
35 | list-style: none;
36 | }
37 | blockquote, q {
38 | quotes: none;
39 | }
40 | blockquote:before, blockquote:after,
41 | q:before, q:after {
42 | content: '';
43 | content: none;
44 | }
45 | table {
46 | border-collapse: collapse;
47 | border-spacing: 0;
48 | }
49 |
50 | /*
51 | Custom Styles
52 | */
53 |
--------------------------------------------------------------------------------
/lessons/01-terminology-syntax-introduction/reset/reset.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |