From 2267646251e42f0120c6cd8b7af8f281cf6b8851 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Feb 07 2025 18:29:31 +0000 Subject: Adding a bit more to events pages --- diff --git a/_includes/event.html b/_includes/event.html index 40bd5b9..d3e4874 100644 --- a/_includes/event.html +++ b/_includes/event.html @@ -1,18 +1,19 @@ {% for talk in page.talks %}
-{% if page.thumbnails != false %}
{% if talk.youtube %} - + +{% elsif talk.thumb %} + +{% else %} + {% endif %}
-{% endif %}
-{% if talk.link %} -

{{ talk.title }}

-{% else %}

{{ talk.title }}

+{% if talk.link %} +

   Information

{% endif %} {% if talk.youtube %}

   Video

diff --git a/events/booth1.png b/events/booth1.png new file mode 100644 index 0000000..7359931 Binary files /dev/null and b/events/booth1.png differ diff --git a/events/fosdem-2025.md b/events/fosdem-2025.md index 2ab11f2..c8b7b99 100644 --- a/events/fosdem-2025.md +++ b/events/fosdem-2025.md @@ -1,9 +1,9 @@ --- title: "CentOS @ FOSDEM 2025" title_lead: "February 1, 2025 - February 2, 2025 • Brussels, Belgium" -thumbnails: false talks: - title: "Fedora and CentOS stand" + thumb: /events/booth1.png desc: | Find Fedora and CentOS contributors at the stand in the K building. - title: "CentOS Stream and the Power of SIGs: KDE, Hyperscale, and Beyond" diff --git a/events/scale22x-2025.md b/events/scale22x-2025.md index d9be18e..6084ee5 100644 --- a/events/scale22x-2025.md +++ b/events/scale22x-2025.md @@ -1,13 +1,16 @@ --- title: "CentOS @ SCaLE 22x" title_lead: "March 6, 2025 - March 9, 2025 • Pasadena, USA" -thumbnails: false talks: - title: "Booth #102" - desc: "Visit the Fedora and CentOS booth #102..." + thumb: /events/booth1.png + desc: | + Visit Fedora and CentOS at Booth #102. + CentOS experts will be on hand throughout the day to talk about CentOS Stream 10, + EPEL, bootc, image-mode Linux, and OpenStack. - title: "Fedora+CentOS Classroom" link: "https://www.socallinuxexpo.org/scale/22x/presentations/fedoracentos-classroom" - when: "Thursday, March 6, 2025 - 14:00 to 17:00" + when: "Room 208, Thursday, March 6, 2025 - 14:00 to 17:00" speakers: - name: Carl George - name: Shaun McCance @@ -29,6 +32,7 @@ talks: with Linux and the command line.

- title: "Getting Started With OpenStack" link: "https://www.socallinuxexpo.org/scale/22x/presentations/getting-started-openstack" + when: "Room 106, Thursday, March 6, 2025 - 11:00 to 11:30" speakers: - name: Amy Marrich desc: | @@ -43,6 +47,7 @@ talks: and contriibute to the project. - title: "Gotchas of Everyday Systemd" link: "https://www.socallinuxexpo.org/scale/22x/presentations/gotchas-everyday-systemd" + when: "Room 106, Saturday, March 8, 2025 - 14:30 to 15:30" speakers: - name: Anita Zhang desc: | @@ -52,6 +57,7 @@ talks: resolve or work around such situations. - title: "Why You Should Join a Community" link: "https://www.socallinuxexpo.org/scale/22x/presentations/why-you-should-join-community" + when: "Room 103, Sunday, March 9, 2025 - 11:00 to 12:00" speakers: - name: Amy Marrich desc: | diff --git a/events/showcase-2024-11.md b/events/showcase-2024-11.md index 07dde46..04ad992 100644 --- a/events/showcase-2024-11.md +++ b/events/showcase-2024-11.md @@ -53,7 +53,7 @@ talks: - title: "CentOS Stream on Windows" youtube: cERMntyJuxc speakers: - - Troy Dawson + - name: Troy Dawson desc: | CentOS Stream is not in the official Microsoft WSL library, but that doesn't mean you can't add it. Join Troy as he shows you how you can run CentOS Stream on Windows. diff --git a/events/thumb.png b/events/thumb.png new file mode 100644 index 0000000..bb9bd68 Binary files /dev/null and b/events/thumb.png differ