Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 0419bf2

Browse files
committed
feat: Fix Legneds Section
Former-commit-id: 97d1fd5 Former-commit-id: c5b90784b8860e32b934b1b8d05eaf9544125325 Former-commit-id: 07c5c9ace66bafd23f848188356e0d3f4889d717 Former-commit-id: f5e9671eae4c1c5d842571af6a8ed69d13c24cb7 Former-commit-id: 15ff334abc6eed4d6480d439cbb396ff00c10ab7
1 parent 563da07 commit 0419bf2

File tree

9 files changed

+11
-28
lines changed

9 files changed

+11
-28
lines changed

slides/lecture-1/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -901,5 +901,6 @@ <h2 style="color: #ff033e;">Summary</h2>
901901
</section>
902902
<section>
903903
<h2 style="color: #ff033e;">Legends</h2>
904+
<h6 class="fragment" data-fragment-index="1" style="color: #ff99ff;">Linus Torvalds</h6>
904905
<img src="img/torvalds.png" alt="torvalds">
905906
</section>

slides/lecture-2/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,6 @@ <h2 style="color: #ff033e;">Summary</h2>
211211
</section>
212212
<section>
213213
<h2 style="color: #ff033e;">Legends</h2>
214-
<img src="img/dennis.jpg" alt="dennis" width="300">
214+
<h6 class="fragment" data-fragment-index="1" style="color: #ff99ff;">Dennis Ritchie</h6>
215+
<img src="img/dennis.jpg" alt="dennis" width="300px">
215216
</section>

slides/lecture-3/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -636,5 +636,6 @@ <h2 style="color: #ff033e;">Summary</h2>
636636
</section>
637637
<section>
638638
<h2 style="color: #ff033e;">Legends</h2>
639-
<img src="img/van.jpg" alt="van" height="500">
639+
<h6 class="fragment" data-fragment-index="1" style="color: #ff99ff;">Van Jacobson</h6>
640+
<img src="img/van.jpg" alt="van" height="500px">
640641
</section>

slides/lecture-4/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -578,5 +578,6 @@ <h2 style="color: #ff033e;">Random Numbers</h2>
578578
</section>
579579
<section>
580580
<h2 style="color: #ff033e;">Legends</h2>
581+
<h6 class="fragment" data-fragment-index="1" style="color: #ff99ff;">Ken Thompson</h6>
581582
<img src="img/ken.jpg" alt="ken">
582583
</section>

slides/lecture-5/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -496,5 +496,6 @@ <h2 style="color: #ff033e;">Common Bugs</h2>
496496
</section>
497497
<section>
498498
<h2 style="color: #ff033e;">Legends</h2>
499+
<h6 class="fragment" data-fragment-index="1" style="color: #ff99ff;">Mohammad Ghodsi</h6>
499500
<img src="img/ghodsi.jpg" alt="ghodsi">
500501
</section>

slides/lecture-6/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -792,5 +792,6 @@ <h2 style="color: #ff033e;">Debugging by assert</h2>
792792
</section>
793793
<section>
794794
<h2 style="color: #ff033e;">Legends</h2>
795+
<h6 class="fragment" data-fragment-index="1" style="color: #ff99ff;">COVID-19</h6>
795796
<img src="img/coronavirus.jpg" alt="coronavirus">
796797
</section>

slides/lecture-7/index.html

-26
Original file line numberDiff line numberDiff line change
@@ -591,29 +591,3 @@ <h2 style="color: #ff033e;">Common bugs and avoiding them</h2>
591591
<section>
592592
<h2 style="color: #ff033e;">Legends</h2>
593593
</section>
594-
</div>
595-
</div>
596-
597-
<script src="../lib/js/head.min.js"></script>
598-
<script src="../js/reveal.js"></script>
599-
600-
<script>
601-
// More info https://github.com/hakimel/reveal.js#configuration
602-
Reveal.initialize({
603-
history: true,
604-
slideNumber: true,
605-
606-
// More info https://github.com/hakimel/reveal.js#dependencies
607-
dependencies: [
608-
{ src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
609-
{
610-
src: '../plugin/toc.js',
611-
async: true,
612-
condition: function() {
613-
if (typeof toc !== undefined) {
614-
return true;
615-
} else {
616-
return false;
617-
}
618-
},
619-
callback: function() { toc.initToCOnLoad([
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7b9cc39fc1072d18c687f7f9fc11b2ea329b0961

slides/lecture-9/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -965,4 +965,6 @@ <h2 style="color: #ff033e;">Common Bugs &amp; Avoiding them</h2>
965965
</section>
966966
<section>
967967
<h2 style="color: #ff033e;">Legends</h2>
968+
<h6 class="fragment" data-fragment-index="1" style="color: #ff99ff;">Robert Cecil Martin</h6>
969+
<img src="img/uncle-bob.png" alt="uncle-bob" height="300px">
968970
</section>

0 commit comments

Comments
 (0)