Skip to content

Commit

Permalink
deploy: f5d2dcc
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Sep 27, 2023
1 parent ce7f5c4 commit 2be637a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
}
</style><link rel="stylesheet" href="./styles/font-awesome.css"><link rel="stylesheet" href="./styles/build.css"></head><body><div class="reveal"><div class="slides"><section class="title" data-state="title"><h1>Post-Mortem</h1><div class="preamble"><div class="paragraph title"><p>of my Homemade Slides Framework</p></div>
<div class="imageblock"><img src="media/qrcode.png" alt="QRCode to this presentation" height="150"></div>
<div class="ulist small"><ul><li><p>Online: <a href="https://dduportal.github.io/slides/main">https://dduportal.github.io/slides/main</a></p></li><li><p>PDF: <a href="slides.pdf" target="_blank"><span class="icon"><i class="fa fa-file-pdf"></i></span> Click here</a></p></li><li><p>Source: <a href="https://github.com/dduportal/dduportal/slides" target="_blank"><span class="icon"><i class="fab fa-github"></i></span> https://github.com/dduportal/dduportal/slides</a></p></li></ul></div></div></section>
<div class="ulist small"><ul><li><p>Online: <a href="https://dduportal.github.io/slides/main">https://dduportal.github.io/slides/main</a></p></li><li><p>PDF: <a href="slides.pdf" target="_blank"><span class="icon"><i class="fa fa-file-pdf"></i></span> Click here</a></p></li><li><p>Source: <a href="https://github.com/dduportal/slides" target="_blank"><span class="icon"><i class="fab fa-github"></i></span> https://github.com/dduportal/slides</a></p></li></ul></div></div></section>
<section id="how_to_use"><h2>How to use?</h2><div class="slide-content"><div class="ulist"><ul><li><p>Use the 4 arrows (on screen or keyboard)</p><div class="ulist"><ul><li><p>Left/Right: change section</p></li><li><p>Top/Down: change slide in a given section</p></li></ul></div></li><li><p>"o" for "<strong>Overview</strong>"</p></li></ul></div></div></section>
<section><section id="bonjour" data-background-color="rgb(248, 228, 130)" data-state="invert"><h2>Bonjour !</h2><div class="slide-content"><div class="paragraph"><p>Hello :wave:</p></div><div class="paragraph small"><small>Use the bottom arrow for next slide ⬇️</small></div></div></section><section id="damien_duportal" data-background-color="rgb(248, 228, 130)" data-state="invert"><h2>Damien DUPORTAL</h2><div class="slide-content"><div class="ulist"><ul><li><p><a href="https://touilleur-express.fr/2022/07/17/devenir-staff-engineer/" target="_blank">Staff Software Engineer</a> at <a href="https://www.cloudbees.com" target="_blank">CloudBees</a> for the <a href="https://www.jenkins.io/" target="_blank">Jenkins</a> project 👨🏻‍⚖️</p></li><li><p>Freelancer</p></li><li><p>Get in touch:</p><div class="ulist"><ul><li><p><span class="icon"><i class="fa fa-envelope"></i></span> damien.duportal <span class="icon"><i class="fa fa-at"></i></span> gmail.com</p></li><li><p><a href="https://github.com/dduportal" target="_blank"><span class="icon"><i class="fab fa-github"></i></span> dduportal</a></p></li><li><p><a href="https://www.linkedin.com/in/damien-duportal-ab70b524/" target="_blank"><span class="icon"><i class="fab fa-linkedin"></i></span> Damien Duportal</a></p></li></ul></div></li></ul></div></div></section><section id="plan"><h2>Plan</h2><div class="slide-content"><div class="videoblock"><video src="media/plan.mp4" width="200" height="100%" data-autoplay loop>Your browser does not support the video tag.</video></div>
<div class="ulist"><ul><li><p>What is the problem?</p></li><li><p>RevealJS for online slides</p></li><li><p>Why Asciidoctor?</p></li><li><p>Testing presentations / documentation?</p></li><li><p>Use an abuse <code>docker compose</code></p></li></ul></div>
Expand All @@ -434,7 +434,7 @@
<section id="thanks" data-background-color="rgb(248, 228, 130)" data-state="invert"><h2>Thanks !</h2><div class="slide-content"><div class="paragraph"><p><span class="icon"><i class="fa fa-envelope"></i></span> damien.duportal <span class="icon"><i class="fa fa-at"></i></span> gmail.com</p></div>
<div class="paragraph small"><small><a href="https://dduportal.github.io/slides/main">Slides: https://dduportal.github.io/slides/main</a></small></div>
<div class="imageblock"><img src="media/qrcode.png" alt="QRCode to this presentation" height="150"></div>
<div class="paragraph small"><small><a href="https://github.com/dduportal/dduportal/slides" target="_blank">Source on <span class="icon"><i class="fab fa-github"></i></span> : https://github.com/dduportal/dduportal/slides</a></small></div></div></section></div></div><script src="./reveal.js/dist/reveal.js"></script><script>Array.prototype.slice.call(document.querySelectorAll('.slides section')).forEach(function(slide) {
<div class="paragraph small"><small><a href="https://github.com/dduportal/slides" target="_blank">Source on <span class="icon"><i class="fab fa-github"></i></span> : https://github.com/dduportal/slides</a></small></div></div></section></div></div><script src="./reveal.js/dist/reveal.js"></script><script>Array.prototype.slice.call(document.querySelectorAll('.slides section')).forEach(function(slide) {
if (slide.getAttribute('data-background-color')) return;
// user needs to explicitly say he wants CSS color to override otherwise we might break custom css or theme (#226)
if (!(slide.classList.contains('canvas') || slide.classList.contains('background'))) return;
Expand Down
Binary file modified main/slides.pdf
Binary file not shown.

0 comments on commit 2be637a

Please sign in to comment.