Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9de700c

Browse files
committed
Adding Slides for Week 1
1 parent 7bddd2f commit 9de700c

File tree

125 files changed

+16612
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+16612
-0
lines changed

teacher-prep/Week 1/HTML-CSS.pdf

822 KB
Binary file not shown.
50.2 KB
70.5 KB
39 KB
63.7 KB
58.7 KB
73.6 KB
63.1 KB
48.6 KB
73.8 KB
61.8 KB
60.8 KB
78.9 KB
50.1 KB
59.2 KB
44.6 KB
59.1 KB
45.9 KB
61.7 KB
71.8 KB
54.9 KB
72.8 KB
70.5 KB
55.7 KB
149 KB
99.3 KB
154 KB
99.6 KB
92.1 KB
59.2 KB
68.9 KB
85.9 KB
56.5 KB
64.1 KB
85.3 KB
125 KB
55.6 KB
65.4 KB
75.6 KB
38.4 KB
29.3 KB
53.8 KB
48.1 KB
63.7 KB
47.7 KB
38.4 KB
85.4 KB
61.4 KB

teacher-prep/Week 1/index.html

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<!doctype html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7+
8+
<title>HTML/CSS - Week 1</title>
9+
10+
<link rel="stylesheet" href="../libs/revealjs/css/reveal.css">
11+
<link rel="stylesheet" href="../libs/revealjs/css/theme/night.css">
12+
13+
<!-- Theme used for syntax highlighting of code -->
14+
<link rel="stylesheet" href="../libs/revealjs/lib/css/zenburn.css">
15+
16+
<!-- Printing and PDF exports -->
17+
<script>
18+
var link = document.createElement('link');
19+
link.rel = 'stylesheet';
20+
link.type = 'text/css';
21+
link.href = window.location.search.match(/print-pdf/gi) ? '../libs/revealjs/css/print/pdf.css' : '../libs/revealjs/css/print/paper.css';
22+
document.getElementsByTagName('head')[0].appendChild(link);
23+
</script>
24+
</head>
25+
26+
<body>
27+
<div class="reveal">
28+
<div class="slides">
29+
30+
<section data-background="./images/HTML-CSS%201.jpeg"></section>
31+
<section data-background="./images/HTML-CSS%202.jpeg"></section>
32+
<section data-background="./images/HTML-CSS%203.jpeg"></section>
33+
<section data-background="./images/HTML-CSS%204.jpeg"></section>
34+
<section data-background="./images/HTML-CSS%205.jpeg"></section>
35+
<section data-background="./images/HTML-CSS%206.jpeg"></section>
36+
<section data-background="./images/HTML-CSS%207.jpeg"></section>
37+
<section data-background="./images/HTML-CSS%208.jpeg"></section>
38+
<section data-background="./images/HTML-CSS%209.jpeg"></section>
39+
<section data-background="./images/HTML-CSS%2010.jpeg"></section>
40+
<section data-background="./images/HTML-CSS%2011.jpeg"></section>
41+
<section data-background="./images/HTML-CSS%2012.jpeg"></section>
42+
<section data-background="./images/HTML-CSS%2013.jpeg"></section>
43+
<section data-background="./images/HTML-CSS%2014.jpeg"></section>
44+
<section data-background="./images/HTML-CSS%2015.jpeg"></section>
45+
<section data-background="./images/HTML-CSS%2016.jpeg"></section>
46+
<section data-background="./images/HTML-CSS%2017.jpeg"></section>
47+
<section data-background="./images/HTML-CSS%2018.jpeg"></section>
48+
<section data-background="./images/HTML-CSS%2019.jpeg"></section>
49+
<section data-background="./images/HTML-CSS%2020.jpeg"></section>
50+
<section data-background="./images/HTML-CSS%2021.jpeg"></section>
51+
<section data-background="./images/HTML-CSS%2022.jpeg"></section>
52+
<section data-background="./images/HTML-CSS%2023.jpeg"></section>
53+
<section data-background="./images/HTML-CSS%2024.jpeg"></section>
54+
<section data-background="./images/HTML-CSS%2025.jpeg"></section>
55+
<section data-background="./images/HTML-CSS%2026.jpeg"></section>
56+
<section data-background="./images/HTML-CSS%2027.jpeg"></section>
57+
<section data-background="./images/HTML-CSS%2028.jpeg"></section>
58+
<section data-background="./images/HTML-CSS%2029.jpeg"></section>
59+
<section data-background="./images/HTML-CSS%2030.jpeg"></section>
60+
<section data-background="./images/HTML-CSS%2031.jpeg"></section>
61+
<section data-background="./images/HTML-CSS%2032.jpeg"></section>
62+
<section data-background="./images/HTML-CSS%2033.jpeg"></section>
63+
<section data-background="./images/HTML-CSS%2034.jpeg"></section>
64+
<section data-background="./images/HTML-CSS%2035.jpeg"></section>
65+
<section data-background="./images/HTML-CSS%2036.jpeg"></section>
66+
<section data-background="./images/HTML-CSS%2037.jpeg"></section>
67+
<section data-background="./images/HTML-CSS%2038.jpeg"></section>
68+
<section data-background="./images/HTML-CSS%2039.jpeg"></section>
69+
<section data-background="./images/HTML-CSS%2040.jpeg"></section>
70+
<section data-background="./images/HTML-CSS%2041.jpeg"></section>
71+
<section data-background="./images/HTML-CSS%2042.jpeg"></section>
72+
<section data-background="./images/HTML-CSS%2043.jpeg"></section>
73+
<section data-background="./images/HTML-CSS%2044.jpeg"></section>
74+
<section data-background="./images/HTML-CSS%2045.jpeg"></section>
75+
<section data-background="./images/HTML-CSS%2046.jpeg"></section>
76+
<section data-background="./images/HTML-CSS%2047.jpeg"></section>
77+
78+
</div>
79+
</div>
80+
81+
<script src="../libs/revealjs/lib/js/head.min.js"></script>
82+
<script src="../libs/revealjs/js/reveal.js"></script>
83+
84+
<script>
85+
// More info about config & dependencies:
86+
// - https://github.com/hakimel/reveal.js#configuration
87+
// - https://github.com/hakimel/reveal.js#dependencies
88+
89+
Reveal.initialize({
90+
controls: true,
91+
progress: true,
92+
history: true,
93+
center: true,
94+
dependencies: [{
95+
src: '../libs/revealjs/plugin/markdown/marked.js'
96+
},
97+
{
98+
src: '../libs/revealjs/plugin/markdown/markdown.js'
99+
},
100+
{
101+
src: '../libs/revealjs/plugin/notes/notes.js',
102+
async: true
103+
},
104+
{
105+
src: '../libs/revealjs/plugin/highlight/highlight.js',
106+
async: true,
107+
callback: function () {
108+
hljs.initHighlightingOnLoad();
109+
}
110+
}
111+
]
112+
});
113+
</script>
114+
</body>
115+
116+
</html>

teacher-prep/Week 1/test 1.jpeg

50.2 KB
Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
/* Default Print Stylesheet Template
2+
by Rob Glazebrook of CSSnewbie.com
3+
Last Updated: June 4, 2008
4+
5+
Feel free (nay, compelled) to edit, append, and
6+
manipulate this file as you see fit. */
7+
8+
9+
@media print {
10+
11+
/* SECTION 1: Set default width, margin, float, and
12+
background. This prevents elements from extending
13+
beyond the edge of the printed page, and prevents
14+
unnecessary background images from printing */
15+
html {
16+
background: #fff;
17+
width: auto;
18+
height: auto;
19+
overflow: visible;
20+
}
21+
body {
22+
background: #fff;
23+
font-size: 20pt;
24+
width: auto;
25+
height: auto;
26+
border: 0;
27+
margin: 0 5%;
28+
padding: 0;
29+
overflow: visible;
30+
float: none !important;
31+
}
32+
33+
/* SECTION 2: Remove any elements not needed in print.
34+
This would include navigation, ads, sidebars, etc. */
35+
.nestedarrow,
36+
.controls,
37+
.fork-reveal,
38+
.share-reveal,
39+
.state-background,
40+
.reveal .progress,
41+
.reveal .backgrounds,
42+
.reveal .slide-number {
43+
display: none !important;
44+
}
45+
46+
/* SECTION 3: Set body font face, size, and color.
47+
Consider using a serif font for readability. */
48+
body, p, td, li, div {
49+
font-size: 20pt!important;
50+
font-family: Georgia, "Times New Roman", Times, serif !important;
51+
color: #000;
52+
}
53+
54+
/* SECTION 4: Set heading font face, sizes, and color.
55+
Differentiate your headings from your body text.
56+
Perhaps use a large sans-serif for distinction. */
57+
h1,h2,h3,h4,h5,h6 {
58+
color: #000!important;
59+
height: auto;
60+
line-height: normal;
61+
font-family: Georgia, "Times New Roman", Times, serif !important;
62+
text-shadow: 0 0 0 #000 !important;
63+
text-align: left;
64+
letter-spacing: normal;
65+
}
66+
/* Need to reduce the size of the fonts for printing */
67+
h1 { font-size: 28pt !important; }
68+
h2 { font-size: 24pt !important; }
69+
h3 { font-size: 22pt !important; }
70+
h4 { font-size: 22pt !important; font-variant: small-caps; }
71+
h5 { font-size: 21pt !important; }
72+
h6 { font-size: 20pt !important; font-style: italic; }
73+
74+
/* SECTION 5: Make hyperlinks more usable.
75+
Ensure links are underlined, and consider appending
76+
the URL to the end of the link for usability. */
77+
a:link,
78+
a:visited {
79+
color: #000 !important;
80+
font-weight: bold;
81+
text-decoration: underline;
82+
}
83+
/*
84+
.reveal a:link:after,
85+
.reveal a:visited:after {
86+
content: " (" attr(href) ") ";
87+
color: #222 !important;
88+
font-size: 90%;
89+
}
90+
*/
91+
92+
93+
/* SECTION 6: more reveal.js specific additions by @skypanther */
94+
ul, ol, div, p {
95+
visibility: visible;
96+
position: static;
97+
width: auto;
98+
height: auto;
99+
display: block;
100+
overflow: visible;
101+
margin: 0;
102+
text-align: left !important;
103+
}
104+
.reveal pre,
105+
.reveal table {
106+
margin-left: 0;
107+
margin-right: 0;
108+
}
109+
.reveal pre code {
110+
padding: 20px;
111+
border: 1px solid #ddd;
112+
}
113+
.reveal blockquote {
114+
margin: 20px 0;
115+
}
116+
.reveal .slides {
117+
position: static !important;
118+
width: auto !important;
119+
height: auto !important;
120+
121+
left: 0 !important;
122+
top: 0 !important;
123+
margin-left: 0 !important;
124+
margin-top: 0 !important;
125+
padding: 0 !important;
126+
zoom: 1 !important;
127+
128+
overflow: visible !important;
129+
display: block !important;
130+
131+
text-align: left !important;
132+
-webkit-perspective: none;
133+
-moz-perspective: none;
134+
-ms-perspective: none;
135+
perspective: none;
136+
137+
-webkit-perspective-origin: 50% 50%;
138+
-moz-perspective-origin: 50% 50%;
139+
-ms-perspective-origin: 50% 50%;
140+
perspective-origin: 50% 50%;
141+
}
142+
.reveal .slides section {
143+
visibility: visible !important;
144+
position: static !important;
145+
width: auto !important;
146+
height: auto !important;
147+
display: block !important;
148+
overflow: visible !important;
149+
150+
left: 0 !important;
151+
top: 0 !important;
152+
margin-left: 0 !important;
153+
margin-top: 0 !important;
154+
padding: 60px 20px !important;
155+
z-index: auto !important;
156+
157+
opacity: 1 !important;
158+
159+
page-break-after: always !important;
160+
161+
-webkit-transform-style: flat !important;
162+
-moz-transform-style: flat !important;
163+
-ms-transform-style: flat !important;
164+
transform-style: flat !important;
165+
166+
-webkit-transform: none !important;
167+
-moz-transform: none !important;
168+
-ms-transform: none !important;
169+
transform: none !important;
170+
171+
-webkit-transition: none !important;
172+
-moz-transition: none !important;
173+
-ms-transition: none !important;
174+
transition: none !important;
175+
}
176+
.reveal .slides section.stack {
177+
padding: 0 !important;
178+
}
179+
.reveal section:last-of-type {
180+
page-break-after: avoid !important;
181+
}
182+
.reveal section .fragment {
183+
opacity: 1 !important;
184+
visibility: visible !important;
185+
186+
-webkit-transform: none !important;
187+
-moz-transform: none !important;
188+
-ms-transform: none !important;
189+
transform: none !important;
190+
}
191+
.reveal section img {
192+
display: block;
193+
margin: 15px 0px;
194+
background: rgba(255,255,255,1);
195+
border: 1px solid #666;
196+
box-shadow: none;
197+
}
198+
199+
.reveal section small {
200+
font-size: 0.8em;
201+
}
202+
203+
}

0 commit comments

Comments
 (0)