Skip to content

Commit 48d00f3

Browse files
committed
add sesssion and reconfig upcoming band for better user experience
1 parent 31aa945 commit 48d00f3

File tree

3 files changed

+35
-20
lines changed

3 files changed

+35
-20
lines changed

_data/insights-videos.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1+
#titles for page
2+
13
sectiontitle: "Upcoming Podcast"
24
socialdescription: "View the Podcast on these platforms"
35
futureheadline: "Scheduled Podcasts"
46

5-
futurevideos:
7+
# Next upcoming session (update weekly)
8+
nextsessiontitle: "EPISODE #214: Quarkus and build reproducibility: are we there yet?"
9+
nextsessiondate: "August 4, 2025"
10+
nextsessionguest: "Guillaume Smet"
611

7-
- title: "No Session - Holidays"
8-
link:
9-
date: "July 28, 2025"
10-
authors: "None"
12+
13+
# upcoming session list (update weekly)
14+
15+
futurevideos:
1116

1217
- title: "EPISODE #214: Quarkus and build reproducibility: are we there yet?"
1318
link:
@@ -24,10 +29,10 @@ futurevideos:
2429
date: "August 18, 2025"
2530
authors: "None"
2631

27-
- title: "EPISODE #216: To Be Scheduled"
32+
- title: "EPISODE #216: What's new with Leyden"
2833
link:
2934
date: "August 25, 2025"
30-
authors: "To Be Announced"
35+
authors: "Andrew Dinn"
3136

3237
- title: "No Session - Holidays"
3338
link:
@@ -55,7 +60,7 @@ futurevideos:
5560
authors: "Willem Jan Glerum"
5661

5762

58-
63+
# past session list (move last upcoming to this list weekly)
5964

6065
pastheadline: "Archived Podcast Videos"
6166

_includes/insights-band.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<div class="full-width-bg component awards-band">
1+
<div class="full-width-bg component">
22
<div class="grid-wrapper">
33
<div class="width-12-12">
44
<h3 class="mt-0">{{ site.data.insights-videos.sectiontitle }}</h3>
5-
<h5>{{ site.data.insights-videos.sectionsubhead }}</h5>
65
</div>
76
<div class="width-7-12 width-12-12-m">
87
<div class="iframe-container">
@@ -11,16 +10,18 @@ <h5>{{ site.data.insights-videos.sectionsubhead }}</h5>
1110
</div>
1211
<div class="width-5-12 width-12-12-m">
1312
<div class="streamingiconblock">
14-
<h4 class="mt-0">{{ site.data.insights-videos.socialdescription }}</h4>
13+
<h4>Join us for our next upcoming session</h4>
14+
<h5>{{ site.data.insights-videos.nextsessiontitle }}</h5>
15+
<p>Special Guest: {{ site.data.insights-videos.nextsessionguest }}<br>
16+
Date: {{ site.data.insights-videos.nextsessiondate }} at GMT+02:00 CET (9:00 am EST)</p>
17+
18+
<h5>{{ site.data.insights-videos.socialdescription }}</h5>
1519
<ul>
16-
<li><a href="https://facebook.com/quarkusio" target="_blank"><i class="fab fa-facebook-square fa-3x"></i></a></li>
17-
<li><a href="https://twitch.tv/quarkusio" target="_blank"><i class="fab fa-twitch fa-3x"></i></a></li>
18-
<li><a href="https://youtube.com/quarkusio" target="_blank"><i class="fab fa-youtube fa-3x"></i></a></li>
19-
<li><a href="https://www.linkedin.com/company/quarkusio/" target="_blank"><i class="fab fa-linkedin fa-3x"></i></a></li>
20-
</ul>
21-
<!--
22-
<p><a href="https://feeds.listenbox.app/rss/9w4VBtq9s1v/audio.rss" target="_blank">RSS Audio Feed</a>&nbsp;|&nbsp;<a href="https://feeds.listenbox.app/rss/9w4VBtq9s1v/video.rss" target="_blank">RSS Video Feed</a></p>
23-
-->
20+
<li><a href="https://facebook.com/quarkusio" target="_blank"><i class="fab fa-facebook-square fa-3x"></i></a></li>
21+
<li><a href="https://twitch.tv/quarkusio" target="_blank"><i class="fab fa-twitch fa-3x"></i></a></li>
22+
<li><a href="https://youtube.com/quarkusio" target="_blank"><i class="fab fa-youtube fa-3x"></i></a></li>
23+
<li><a href="https://www.linkedin.com/company/quarkusio/" target="_blank"><i class="fab fa-linkedin fa-3x"></i></a></li>
24+
</ul>
2425
</div>
2526
</div>
2627
</div>

_sass/quarkus.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,19 @@ ol.bibliography li {
782782
// Insights page
783783

784784
.streamingiconblock {
785-
margin: 50px auto;
785+
margin: 0px auto;
786786
text-align: center;
787787

788+
@media screen and (max-width: 768px) {
789+
margin-top: 50px;
790+
}
791+
788792
h4 {
793+
margin-top: 0px !important;
794+
padding-top: 0px;
795+
}
796+
797+
h5 {
789798
font-weight: 800;
790799
}
791800

0 commit comments

Comments
 (0)