diff --git a/content/english/seattle/index.md b/content/english/seattle/index.md index da51a51..07e7a22 100644 --- a/content/english/seattle/index.md +++ b/content/english/seattle/index.md @@ -363,9 +363,9 @@ features: - title: "Beyond the Folders" title_class: "text-center text-2xl mt-2" subtitle_class: "text-center text-lg mb-2" - subtitle: "Inside [Disk Voyager](https://diskvoyager.com)" - img: "/images/podcasts/disk_voyager_screenshot.jpg" - modal_target: "voyager" + subtitle: "Inside [File Pilot](https://diskvoyager.com)" + img: "/images/podcasts/file_pilot_screenshot.png" + modal_target: "fpilot" - title: "fred" title_class: "text-center text-2xl mt-2" subtitle_class: "text-center text-lg mb-2" @@ -605,10 +605,11 @@ modals: content_class: "text-white" img: "" - active: true - id: "voyager" + id: "fpilot" title: "Exclusive Podcast" title_class: "text-white" - content: "This file explorer was the most popular conference demo from last year. Why? What's so special? Tune-in to learn about this strange phenomenon from the creator himself, with deep dives into how it was all programmed from scratch." + img: "/images/modals/file-pilot.png" + content: "Formerly known as Disk Voyager, File Pilot™ was the most popular conference demo from last year. Why? What makes this file explorer so special?

Tune-in to learn about this strange phenomenon from the creator himself, with deep dives into how it was all programmed from scratch." content_class: "text-white" - active: true id: "andrew" diff --git a/static/images/modals/file-pilot.png b/static/images/modals/file-pilot.png new file mode 100644 index 0000000..2a3b319 Binary files /dev/null and b/static/images/modals/file-pilot.png differ diff --git a/static/images/podcasts/file_pilot_screenshot.png b/static/images/podcasts/file_pilot_screenshot.png new file mode 100644 index 0000000..b3f2147 Binary files /dev/null and b/static/images/podcasts/file_pilot_screenshot.png differ