Skip to content

Commit ee50a68

Browse files
authored
chore: refactors lesson slides (#712)
* chore: nit updates Signed-off-by: Anthony D. Mays <[email protected]> * chore: replaces slides for lesson_16 * chore: replaces slides for lesson_17 Signed-off-by: Anthony D. Mays <[email protected]> * fix: resolves issue with pdf print * chore: replaces lesson_21 slides Signed-off-by: Anthony D. Mays <[email protected]> * chore: add missing image * chore: replaces slides for lesson_21 * chore: replaces slides of lesson_21 Signed-off-by: Anthony D. Mays <[email protected]> * chore: adds missing images * chore: removes unnecessary images Signed-off-by: Anthony D. Mays <[email protected]> * chore: removes unneeded slide images Signed-off-by: Anthony D. Mays <[email protected]> * chore: refactors lesson24 slides * chore: removes unused lesson 24 slide images * chore: refactors lesson 25 content. * wip: replace lesson 26 slides * chore: refactors lesson 26 slides * chore: refactors lesson 27 slides. * chore: refactors lesson 28 slides --------- Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 54cd2ce commit ee50a68

File tree

390 files changed

+2099
-696
lines changed

Some content is hidden

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

390 files changed

+2099
-696
lines changed

slides/css/theme/source/ml.scss

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ $headingLetterSpacing: .02em;
8585
}
8686

8787
.ml-bullet-slide {
88+
height: 100%;
8889
text-align: left;
8990
}
9091

@@ -171,6 +172,8 @@ $headingLetterSpacing: .02em;
171172
}
172173

173174
.ml-columns-slide {
175+
text-align: left;
176+
174177
.columns {
175178
display: flex;
176179
text-align: left;
@@ -181,6 +184,25 @@ $headingLetterSpacing: .02em;
181184
}
182185
}
183186

187+
.background-image {
188+
background-size: cover;
189+
background-position: center;
190+
background-repeat: no-repeat;
191+
height: 100%;
192+
text-align: center;
193+
align-content: center;
194+
position: relative;
195+
}
196+
197+
.background-image > * {
198+
position: absolute;
199+
height: 100%;
200+
width: 100%;
201+
top: 0;
202+
left: 0;
203+
align-content: center;
204+
}
205+
184206
.fragment.em,
185207
.fragment.current-visible {
186208
color: inherit;
@@ -189,6 +211,28 @@ $headingLetterSpacing: .02em;
189211
color: #6d9eeb;
190212
}
191213
}
214+
215+
.fragment.strikethrough,
216+
.fragment.current-visible {
217+
text-decoration: inherit;
218+
219+
&.current-fragment {
220+
text-decoration: line-through;
221+
}
222+
}
223+
224+
.fragment.background-fade {
225+
opacity: 0;
226+
227+
&.visible {
228+
opacity: 1;
229+
background: rgba(0, 0, 0, 0.5);
230+
}
231+
}
232+
233+
.opaque {
234+
opacity: .5;
235+
}
192236
}
193237

194238
.avatar {
@@ -204,5 +248,5 @@ table.chart th {
204248
}
205249

206250
span.important {
207-
color: #ff0100;
251+
color: #e06666;
208252
}

slides/dist/theme/ml.css

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
383383
font-weight: 700;
384384
}
385385
.reveal .ml-bullet-slide {
386+
height: 100%;
386387
text-align: left;
387388
}
388389
.reveal h1.big-title,
@@ -452,13 +453,33 @@ section.has-light-background, section.has-light-background h1, section.has-light
452453
border: 4px solid;
453454
padding: 8px 42px;
454455
}
456+
.reveal .ml-columns-slide {
457+
text-align: left;
458+
}
455459
.reveal .ml-columns-slide .columns {
456460
display: flex;
457461
text-align: left;
458462
}
459463
.reveal .ml-columns-slide .columns > * {
460464
flex: 1;
461465
}
466+
.reveal .background-image {
467+
background-size: cover;
468+
background-position: center;
469+
background-repeat: no-repeat;
470+
height: 100%;
471+
text-align: center;
472+
align-content: center;
473+
position: relative;
474+
}
475+
.reveal .background-image > * {
476+
position: absolute;
477+
height: 100%;
478+
width: 100%;
479+
top: 0;
480+
left: 0;
481+
align-content: center;
482+
}
462483
.reveal .fragment.em,
463484
.reveal .fragment.current-visible {
464485
color: inherit;
@@ -467,6 +488,24 @@ section.has-light-background, section.has-light-background h1, section.has-light
467488
.reveal .fragment.current-visible.current-fragment {
468489
color: #6d9eeb;
469490
}
491+
.reveal .fragment.strikethrough,
492+
.reveal .fragment.current-visible {
493+
text-decoration: inherit;
494+
}
495+
.reveal .fragment.strikethrough.current-fragment,
496+
.reveal .fragment.current-visible.current-fragment {
497+
text-decoration: line-through;
498+
}
499+
.reveal .fragment.background-fade {
500+
opacity: 0;
501+
}
502+
.reveal .fragment.background-fade.visible {
503+
opacity: 1;
504+
background: rgba(0, 0, 0, 0.5);
505+
}
506+
.reveal .opaque {
507+
opacity: 0.5;
508+
}
470509

471510
.avatar {
472511
width: 150px;
@@ -481,5 +520,5 @@ table.chart th {
481520
}
482521

483522
span.important {
484-
color: #ff0100;
523+
color: #e06666;
485524
}
-232 KB
Binary file not shown.
-65.9 KB
Binary file not shown.
-47.9 KB
Binary file not shown.
-63.3 KB
Binary file not shown.
-88.4 KB
Binary file not shown.
-83.4 KB
Binary file not shown.
-71.5 KB
Binary file not shown.
-87 KB
Binary file not shown.

0 commit comments

Comments
 (0)