feat: add fade-right fragments to slide 39 + Claude/Copilot credit

- Slide 39: fragment fade-right animation for each list item
- Slide 40: added '🤖 Made with Claude & GitHub Copilot' mention

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-14 02:33:04 +02:00
parent 47e2882d08
commit f4b95c2676

View File

@@ -1127,9 +1127,9 @@ Notice: Applied catalog in 12.34 seconds
<section> <section>
<h2>A common production setup:</h2> <h2>A common production setup:</h2>
<ol> <ol>
<li class="fragment"><span class="tf-col">Terraform</span> provisions the VM</li> <li class="fragment fade-right"><span class="tf-col">Terraform</span> provisions the VM</li>
<li class="fragment"><span class="ansible-col">Ansible</span> configures it and deploys the app</li> <li class="fragment fade-right"><span class="ansible-col">Ansible</span> configures it and deploys the app</li>
<li class="fragment"><span class="puppet-col">Puppet</span> continuously enforces compliance</li> <li class="fragment fade-right"><span class="puppet-col">Puppet</span> continuously enforces compliance</li>
</ol> </ol>
</section> </section>
@@ -1141,6 +1141,7 @@ Notice: Applied catalog in 12.34 seconds
Arnaud Prémel-Cabic &nbsp;·&nbsp; arnaud.premel-cabic@ovhcloud.com<br> Arnaud Prémel-Cabic &nbsp;·&nbsp; arnaud.premel-cabic@ovhcloud.com<br>
Slides: <a href="https://ministicraft.pages.git.cloud.arnaud-pc.fr/finistdev-configuration-as-code/" target="_blank">ministicraft.pages.git.cloud.arnaud-pc.fr/finistdev-configuration-as-code/</a> Slides: <a href="https://ministicraft.pages.git.cloud.arnaud-pc.fr/finistdev-configuration-as-code/" target="_blank">ministicraft.pages.git.cloud.arnaud-pc.fr/finistdev-configuration-as-code/</a>
</p> </p>
<p class="meta" style="margin-top:1.5em; font-size:0.45em; color:var(--ods-neutral-600);">🤖 Made with Claude &amp; GitHub Copilot</p>
</section> </section>