44< head > < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
55< meta charset ="utf-8 " />
66
7- < title > How Much< br /> Shell Code< br /> is Enough</ title >
7+ < title > How Much Shell Code is Enough</ title >
88
99<!-- https://gauger.io/fonticon/ -->
1010< link rel ="icon " href ="images/favicons/kubernetes.ico " />
1111
1212< link rel ="stylesheet " href ="node_modules/reveal.js/dist/reset.css " />
1313< link rel ="stylesheet " href ="node_modules/reveal.js/dist/reveal.css " />
14- < link rel ="stylesheet " href ="node_modules/reveal.js/dist/theme/black.css " />
15- < link rel ="stylesheet " href ="node_modules/highlight.js/styles/rainbow.css " />
14+ < link rel ="stylesheet " href ="node_modules/reveal.js/dist/theme/black.css " id =" theme " />
15+ < link rel ="stylesheet " href ="node_modules/highlight.js/styles/rainbow.css " id =" theme " />
1616< link rel ="stylesheet " href ="themes/theme2022.css " />
1717< link rel ="stylesheet " href ="themes/common.css " />
1818
2525< div class ="reveal ">
2626< div class ="slides ">
2727
28- < section id ="title " data-separator ="^---$ " data-separator-vertical ="^--$ " data-background ="images/bernd-dittrich-p8dvOcIjkfY-unsplash.jpg " data-background-size ="130% " data-background-position ="left 0% top 30% " class ="center " style ="padding: 1em 1em 1em 1em; color: white; background: rgba(0, 0, 0, 0.5); width: 33%; margin: auto; text-align: right; ">
29-
30- < h1 style ="font-size: 1.5em; color: white; "> How Much< br /> Shell Code< br /> is Enough</ h1 >
31-
32- < p > < img src ="images/logos/clc2025_white.svg " style ="height: 2em; margin-top: 0.5em; " /> </ p >
33-
34- < h2 style ="font-size: 1.2em; text-transform: none; color: white; "> </ h2 >
35-
36- < p > < i > Nicholas Dille, Haufe Group</ i > </ p >
37-
38- < p > < a href ="https://www.continuouslifecycle.de/ "> </ a > </ p >
28+ < section id ="title " data-background ="images/arjun-kapoor-gR_-FEC_zQc-unsplash.jpg " data-background-size ="100% " data-background-position ="left 0% top 30% " style ="color: white; width: 100%; height: 100%; margin: auto; ">
29+ < div style ="position: absolute; bottom: 0; right: -2em; background: rgb(0, 0, 0, 0.5); width: max-content; text-align: right; padding: 0.25em 0.75em 0.25em 0.75em; ">
30+ < i > Nicholas Dille, Haufe Group</ i >
31+ < h1 style ="margin: 0; font-size: 1.5em; color: white; "> How Much Shell Code is Enough</ h1 >
32+ </ div >
3933</ section >
4034
4135< section data-markdown ="000_introduction/02_bio.md " data-separator ="^---$ " data-separator-vertical ="^--$ "> </ section >
@@ -59,6 +53,7 @@ <h2>Agenda</h2>
5953< section data-markdown ="080_ci_cd/scripting/errors.md " data-separator ="^---$ " data-separator-vertical ="^--$ "> </ section >
6054< section data-markdown ="080_ci_cd/scripting/development.md " data-separator ="^---$ " data-separator-vertical ="^--$ "> </ section >
6155< section data-markdown ="080_ci_cd/scripting/when_to_avoid.md " data-separator ="^---$ " data-separator-vertical ="^--$ "> </ section >
56+ < section data-markdown ="080_ci_cd/scripting/alternatives.md " data-separator ="^---$ " data-separator-vertical ="^--$ "> </ section >
6257
6358< section id ="summary " data-separator ="^---$ " data-separator-vertical ="^--$ ">
6459< h2 > Summary</ h2 >
@@ -92,6 +87,7 @@ <h3 id="events">Upcoming events</h3>
9287 width : 1400 ,
9388 height : 850 ,
9489 margin : 0.05 ,
90+ controls : false ,
9591 controlsTutorial : false ,
9692 showSlideNumber : false ,
9793 hash : true ,
@@ -115,12 +111,6 @@ <h3 id="events">Upcoming events</h3>
115111 hideInactiveCursor : true ,
116112 hideCursorTime : 3000 ,
117113
118- totalTime : durationInMinutes * 60 ,
119- allottedTime : durationInMinutes * 60 * 1000 ,
120-
121- barColor : 'rgb(200, 0, 0)' ,
122- pausedBarColor : 'rgba(200, 0, 0, .6)' ,
123-
124114 markdown : {
125115 smartypants : true
126116 } ,
0 commit comments