From 9b338860751d3b90fbf658952bc041797ed95838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Pr=C3=A9mel-Cabic?= Date: Mon, 8 Jun 2026 14:41:55 +0200 Subject: [PATCH] feat: vendor tool icons and "this is fine" GIF locally Download the Terraform/Ansible/Puppet simpleicons SVGs and the giphy GIF into vendor/ and point all references at local paths, so the deck runs fully offline with no runtime CDN dependencies. Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 20 ++++++++++---------- vendor/icons/ansible.svg | 1 + vendor/icons/puppet.svg | 1 + vendor/icons/terraform.svg | 1 + vendor/img/this-is-fine.gif | Bin 0 -> 1517621 bytes 5 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 vendor/icons/ansible.svg create mode 100644 vendor/icons/puppet.svg create mode 100644 vendor/icons/terraform.svg create mode 100644 vendor/img/this-is-fine.gif diff --git a/index.html b/index.html index f73b7a6..e753cb7 100644 --- a/index.html +++ b/index.html @@ -132,9 +132,9 @@

Configuration as Code

- Puppet Puppet · - Ansible Ansible · - Terraform Terraform + Puppet Puppet · + Ansible Ansible · + Terraform Terraform
— What's the difference and when to use what? —

FinistDevs · 2026

- This is fine
@@ -605,9 +605,9 @@

Meet the three musketeers of infrastructure.

- Puppet Puppet  ·  - Ansible Ansible  ·  - Terraform Terraform + Puppet Puppet  ·  + Ansible Ansible  ·  + Terraform Terraform

Each solves a different problem.