From 75959c97735e1dfb610093175384dfe63796daa2 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 26 Nov 2024 11:15:13 +0100 Subject: [PATCH 1/7] WildFly Mini Conference recap --- _layouts/conference-post.html | 36 ++++++++++++----- _layouts/conference-pre.html | 8 ++++ _layouts/conference.html | 75 ++++++++++++----------------------- _layouts/index.html | 6 --- _sass/layouts/conference.scss | 17 +++++--- 5 files changed, 71 insertions(+), 71 deletions(-) diff --git a/_layouts/conference-post.html b/_layouts/conference-post.html index 5de18db3..2cf6aa96 100644 --- a/_layouts/conference-post.html +++ b/_layouts/conference-post.html @@ -8,7 +8,14 @@

A dedicated conference for the community with topics a

Agenda

-

Our first WildFly Mini Conference took place on March 6. Many thanks to all participants! You can view the recording at our YouTube channel. The slides can be downloaded using the links below.

+

Our last WildFly Mini Conference took place on November 20, 2024. Many thanks to all participants! You can view + the recording at our YouTube channel. The slides + can be downloaded using the links below.

+ +

Please take some time to answer a few questions about the conference. What did you like, what can we do + better? It won't take long and will help us make the next WildFly conference even better: conference feedback. + We'd also love to hear your opinion on the sessions itself! Please use the links below to give feedback.

{% for session in site.data.conference %} {% if session.abstract %} @@ -16,12 +23,27 @@

Agenda

{{ session.from }}{{ session.to }}
- +
{{ session.title}}

{{ session.abstract | join: "
" }}

+ + {% if session.slides or session.feedback %} + + {% endif %} + {% if session.speaker %} {% assign speaker = site.data.authors[session.speaker] -%}
- {{ speaker.name }}
{{ session.bio }}
@@ -30,12 +52,4 @@

Agenda

{% endif %} {% endfor %}
- -
-

Feedback

-

Please take some time to answer a few questions about the conference. What did you like, what can we do - better? It won't take long, and will help us make the next WildFly conference even better: conference feedback

- -
diff --git a/_layouts/conference-pre.html b/_layouts/conference-pre.html index 48a5de57..ff02d336 100644 --- a/_layouts/conference-pre.html +++ b/_layouts/conference-pre.html @@ -1,3 +1,11 @@ + +
diff --git a/_layouts/conference.html b/_layouts/conference.html index 3ad36631..3b87e873 100644 --- a/_layouts/conference.html +++ b/_layouts/conference.html @@ -10,72 +10,49 @@

A dedicated conference for the community with topics a

-

What do you need to know?

-
-
Date
-
Wednesday, November 20, 2024
-
Time
-
14:00 - 18:00 UTC
-
Location
-
- Virtually on YouTube Live -
-
-

Registration is not required, but you can let us know that you plan to attend. Click on the date to add the event to your calendar.
You can also use the "Notify Me" button on YouTube if you would like to be notified about the conference.

-

After the event, please do provide feedback for the overall event using this form.

-
- -
-

What can you expect?

-

The conference includes four sessions with topics for both beginners and advanced WildFly users. There will also be three lightning talks with topics to be defined. We want all sessions to be interactive, and you can ask questions at any time. Remember this is a conference for you - the WildFly community!

+

Agenda

+

Our last WildFly Mini Conference took place on November 20, 2024. Many thanks to all participants! You can view + the recording at our YouTube channel. The slides + can be downloaded using the links below.

-
- - - - - - - -
-
Note
-
-
-

All times are in UTC. Click on the time to show the time in your time zone.

-
-
-
+

Please take some time to answer a few questions about the conference. What did you like, what can we do + better? It won't take long and will help us make the next WildFly conference even better: conference feedback. + We'd also love to hear your opinion on the sessions itself! Please use the links below to give feedback.

{% for session in site.data.conference %} - {%- capture session_bg -%} - {%- if session.abstract -%}c-session-blue{%- else -%}c-session-gray{%- endif -%} - {%- endcapture -%} -
+ {% if session.abstract %} +
{{ session.from }}{{ session.to }}
{{ session.title}}
- {% if session.abstract %} -
-

{{ session.abstract | join: "
" }}

- {% if session.slides %} -

You can access the presentation " }}">slides

- {% endif %} +

{{ session.abstract | join: "
" }}

+ + {% if session.slides or session.feedback %} + {% endif %} + {% if session.speaker %} {% assign speaker = site.data.authors[session.speaker] -%}
- {{ speaker.name }}
{{ session.bio }}
{% endif %} - {% if session.feedback %} - - {% endif %}
+ {% endif %} {% endfor %}
- diff --git a/_layouts/index.html b/_layouts/index.html index 7a0b8ab3..36b4eeb1 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -28,12 +28,6 @@

Now available: -

Save the date!

-

We're hosting our next conference on
Wednesday, November 20

-

WildFly Mini Conference

-

-
Github diff --git a/_sass/layouts/conference.scss b/_sass/layouts/conference.scss index c624cb00..435c72e1 100644 --- a/_sass/layouts/conference.scss +++ b/_sass/layouts/conference.scss @@ -25,7 +25,7 @@ grid-template-areas: "time title" "time abstract" - "time feedback" + "time links" "avatar bio"; grid-column-gap: 3rem; padding: 2rem 1rem; @@ -111,6 +111,17 @@ line-height: 1.2rem; } + .c-links { + grid-area: links; + line-height: 1.2rem; + + ul { + margin: 0 0 1.5rem 0; + padding: 0; + list-style: none; + } + } + .c-speaker-avatar { align-items: center; display: flex; @@ -130,8 +141,4 @@ grid-area: bio; } - .c-feedback { - grid-area: feedback; - line-height: 1.2rem; - } } From 34f965c2bb1915a5e3ddc1d4f538e04324db7fd2 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 26 Nov 2024 11:41:51 +0100 Subject: [PATCH 2/7] Fix links to the feedback forms --- _data/conference.yaml | 6 +++--- _layouts/conference.html | 2 +- _layouts/index.html | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_data/conference.yaml b/_data/conference.yaml index 480c0727..71a3071e 100644 --- a/_data/conference.yaml +++ b/_data/conference.yaml @@ -9,7 +9,7 @@ speaker: hpehl bio: "Harald Pehl is a principal software engineer at Red Hat. He works on the management capabilities of WildFly and leads the management console (HAL)." slides: "/assets/data/conference/202411_wmc_nextgen_console.pdf" - feedback: https://docs.google.com/forms/d/e/1FAIpQLSe6cFEI4WzxJTR6YZRTTLqb4zueg6iVmqxyD9Xz_ryuMm_M2A/viewform?usp=sf_link + feedback: https://docs.google.com/forms/d/e/1FAIpQLSd88A04DziaVdzIF3acVvrpzn7ZW2sV31m9VxXluA4YUDIrdQ/viewform - title: Lightning Talk 1 from: "14:45" to: "15:00" @@ -21,7 +21,7 @@ speaker: bstansberry bio: "Brian Stansberry is the lead of the WildFly application server project and the principal architect of Red Hat's JBoss Enterprise Application Platform." slides: "/assets/data/conference/202411_Jakarta_EE_11.pdf" - feedback: https://docs.google.com/forms/d/e/1FAIpQLSe9Cre9qPp2D0MqBnUTfF2HUPN06bcEf1NTRd1zLVnf-LJdkw/viewform?usp=sf_link + feedback: https://docs.google.com/forms/d/e/1FAIpQLSeTuEIU_1QTWdX8I6zs6JaEsOKJfEtMbImdbYCpFoJ6tkBL6A/viewform - title: Break from: "15:45" to: "16:00" @@ -33,7 +33,7 @@ speaker: rpelisse bio: "Romain Pelisse works at Red Hat for over a decade. He started as runtimes consultant, building on expertise on JBoss EAP (WildFly), and moved to engineering where he became the lead of the Ansible runtimes initiative, focusing on providing the best integration possible between Red Hat middleware solutions and Ansible Automation Platform." slides: "https://github.com/ansible-middleware/wfly-remediation-with-eda" - feedback: https://docs.google.com/forms/d/e/1FAIpQLSf6fCFe1Z3OoGnRbxiH-JnFdtEN45pM9wDqvvmxc-W_FB-D1w/viewform?usp=sf_link + feedback: https://docs.google.com/forms/d/e/1FAIpQLScWXmX996YKz0JmV4z2vNSDnpDHVc3VgLD7XEjDEibfcbBaCQ/viewform - title: Lightning Talk 2 from: "16:45" to: "17:00" diff --git a/_layouts/conference.html b/_layouts/conference.html index 3b87e873..65b030b6 100644 --- a/_layouts/conference.html +++ b/_layouts/conference.html @@ -17,7 +17,7 @@

Agenda

Please take some time to answer a few questions about the conference. What did you like, what can we do better? It won't take long and will help us make the next WildFly conference even better: conference feedback. + href="https://docs.google.com/forms/d/e/1FAIpQLScsCr_4l1IIRJc87vb924OOHOetyTSw0lPwRR9syLU0mqQ-ZQ/viewform" target="_blank">conference feedback. We'd also love to hear your opinion on the sessions itself! Please use the links below to give feedback.

{% for session in site.data.conference %} diff --git a/_layouts/index.html b/_layouts/index.html index 36b4eeb1..7a0b8ab3 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -28,6 +28,12 @@

Now available: +

Save the date!

+

We're hosting our next conference on
Wednesday, November 20

+

WildFly Mini Conference

+

+
Github From e6e354509c2af71bada68c0adeb44d18535ca079 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 26 Nov 2024 11:53:00 +0100 Subject: [PATCH 3/7] Adjust homepage teaser --- _layouts/conference-post.html | 8 ++++++++ _layouts/index.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_layouts/conference-post.html b/_layouts/conference-post.html index 2cf6aa96..0eb9b395 100644 --- a/_layouts/conference-post.html +++ b/_layouts/conference-post.html @@ -1,3 +1,11 @@ + +
diff --git a/_layouts/index.html b/_layouts/index.html index 7a0b8ab3..37f2d03a 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -29,8 +29,8 @@

Now available: -

Save the date!

-

We're hosting our next conference on
Wednesday, November 20

+

Watch again and give feedback!

+

We’ve hosted or last conference on Wednesday, November 20

WildFly Mini Conference

From 83b50e93df0a56d154d82e21fed2f66374e1bd9b Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 26 Nov 2024 11:57:26 +0100 Subject: [PATCH 4/7] Fix feedback form --- _data/conference.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/conference.yaml b/_data/conference.yaml index 71a3071e..7f76514b 100644 --- a/_data/conference.yaml +++ b/_data/conference.yaml @@ -45,7 +45,7 @@ speaker: ehsavoie bio: "Emmanuel works at Red Hat on the messaging subsystem and on the developer experience." slides: "/assets/data/conference/202411_WildFly_AI_Feature_Pack.pdf" - feedback: https://docs.google.com/forms/d/e/1FAIpQLSfXmjQbPJmETjQ5cDOfLa9AOkKCg2uCURjlBFWgQ9kueW2XuA/viewform?usp=sf_link + feedback: https://docs.google.com/forms/d/e/1FAIpQLScWXmX996YKz0JmV4z2vNSDnpDHVc3VgLD7XEjDEibfcbBaCQ/viewform - title: Feedback and closing ceremony from: "17:40" to: "18:00" From c1ba0789d3125f26e7b602af46109ecefcf80055 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 26 Nov 2024 14:14:14 +0100 Subject: [PATCH 5/7] Fix typo --- _layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/index.html b/_layouts/index.html index 37f2d03a..cd0dd303 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -30,7 +30,7 @@

Now available:

Watch again and give feedback!

-

We’ve hosted or last conference on Wednesday, November 20

+

We’ve hosted our last conference on Wednesday, November 20

WildFly Mini Conference

From cd7905329ca99383bda50fe32904ae2ceede37d9 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 26 Nov 2024 14:19:56 +0100 Subject: [PATCH 6/7] Fix typo --- _layouts/conference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/conference.html b/_layouts/conference.html index 65b030b6..bc7c4629 100644 --- a/_layouts/conference.html +++ b/_layouts/conference.html @@ -33,7 +33,7 @@

Agenda