WIP: adding slides for course 4 #10

Draft
bruhn_b wants to merge 2 commits from issue1-gitcourse-adding-pdf into main
6 changed files with 27 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
GIT_for_advanced_3.pdf filter=lfs diff=lfs merge=lfs -text
GIT_for_beginners_2.pdf filter=lfs diff=lfs merge=lfs -text
GIT_for_newbies.pdf filter=lfs diff=lfs merge=lfs -text
GIT_CI_CD_4.pdf filter=lfs diff=lfs merge=lfs -text
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+20
View File
@@ -90,3 +90,23 @@ Slides:
<button class="next-btn">Next</button>
</div>
</div>
<div class="pdf-viewer-container" data-url="../GIT_CI_CD_4.pdf">
<div class="pdf-viewer-header">
<span class="document-label">Document Viewer</span>
<a href="../GIT_for_advanced_3.pdf" download target="_blank" class="download-btn">
⬇ Download PDF
</a>
</div>
<div class="pdf-viewer-content">
<canvas></canvas>
<div class="pdf-viewer-loading">Loading...</div>
</div>
<div class="pdf-viewer-controls">
<button class="prev-btn">Previous</button>
<span class="page-info">Page <span class="page-num">--</span> of <span class="page-count">--</span></span>
<button class="next-btn">Next</button>
</div>
</div>