Skip to content

Commit 2e73221

Browse files
committed
deploy: 2f3b04b
1 parent ccd5dd7 commit 2e73221

File tree

3 files changed

+16
-61
lines changed

3 files changed

+16
-61
lines changed

assets/images/events/BBDW_logo.png

16.7 KB
Loading

events/index.html

Lines changed: 15 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -172,66 +172,6 @@ <h3 class="mb-0">In-Person and online events which feature Quarkus tracks, discu
172172
<h3 class="mt-0">Select Upcoming Events</h3>
173173
</div>
174174

175-
<div class="width-6-12 event" future-date="2024-10-04">
176-
<div class="grid-wrapper">
177-
<div class="img-wrapper">
178-
<a href="https://github.com/quarkusio/quarkus/discussions/43370" target="_blank">
179-
<img src="/assets/images/events/devoxxmorocco_logo.png">
180-
</a>
181-
</div>
182-
<div class="info-wrapper">
183-
<p class="title"><a href="https://github.com/quarkusio/quarkus/discussions/43370" target="_blank">Devoxx Morocco</a></p>
184-
<p class="eventdate">Date: October 2-4, 2024</br>Location: Marrakech, Morrocco</br>
185-
Event Type: In Person</p><p> DEVOXX MOROCCO is the largest developer conference in Africa & Middle East region, which aims to enable local and international technology experts to share their knowledge and expertise with technology enthusiasts, the 3-day conference covers sessions on Java, Cloud, Containers & Cloud Native topics, DevOps & Culture, Big Data Machine Learning & AI, Modern Wed, JS, UX, Architecture, Mobile, IoT, Blockchain…</p>
186-
</div>
187-
</div>
188-
</div>
189-
190-
<div class="width-6-12 event" future-date="2024-10-04">
191-
<div class="grid-wrapper">
192-
<div class="img-wrapper">
193-
<a href="https://github.com/quarkusio/quarkus/discussions/42010" target="_blank">
194-
<img src="/assets/images/events/digit_logo.png">
195-
</a>
196-
</div>
197-
<div class="info-wrapper">
198-
<p class="title"><a href="https://github.com/quarkusio/quarkus/discussions/42010" target="_blank">Digit</a></p>
199-
<p class="eventdate">Date: October 4, 2024</br>Location: Tartu, Estonia</br>
200-
Event Type: In Person</p><p> Unleash innovation with Digit - the leading software conference in Estonia. Stay ahead in tech trends, AI, cybersecurity & more.</p>
201-
</div>
202-
</div>
203-
</div>
204-
205-
<div class="width-6-12 event" future-date="2024-10-11">
206-
<div class="grid-wrapper">
207-
<div class="img-wrapper">
208-
<a href="https://github.com/quarkusio/quarkus/discussions/42683" target="_blank">
209-
<img src="/assets/images/events/devoxx_logo.png">
210-
</a>
211-
</div>
212-
<div class="info-wrapper">
213-
<p class="title"><a href="https://github.com/quarkusio/quarkus/discussions/42683" target="_blank">Devoxx Belgium 2024</a></p>
214-
<p class="eventdate">Date: October 7-11, 2024</br>Location: Antwerp, Belgium</br>
215-
Event Type: In Person</p><p> Devoxx Belgium 2024 (21st edition), a 5-day technology conference, is expected to draw over 3,500 attendees. This year’s event will showcase some of the most innovative and inspiring speakers in the industry, with a special focus on Java 23 and Generative AI. Attendees will experience a diverse range of local and global talent, presenting groundbreaking developments in programming such as Java, Cloud, AI & Big Data, Security.</p>
216-
</div>
217-
</div>
218-
</div>
219-
220-
<div class="width-6-12 event" future-date="2024-10-16">
221-
<div class="grid-wrapper">
222-
<div class="img-wrapper">
223-
<a href="https://github.com/quarkusio/quarkus/discussions/42011" target="_blank">
224-
<img src="/assets/images/events/javacro2024_logo.png">
225-
</a>
226-
</div>
227-
<div class="info-wrapper">
228-
<p class="title"><a href="https://github.com/quarkusio/quarkus/discussions/42011" target="_blank">JavaCro 2024</a></p>
229-
<p class="eventdate">Date: October 13-16, 2024</br>Location: Rovinj, Croatia</br>
230-
Event Type: In Person</p><p> JavaCro'24 is not just a conference— it is a vibrant community gathering that brings together professionals from across the industry to share insights, latest trends, and groundbreaking solutions in a celebration of knowledge, innovation, and community-led achievements in the Java ecosystem.</p>
231-
</div>
232-
</div>
233-
</div>
234-
235175
<div class="width-6-12 event" future-date="2024-10-19">
236176
<div class="grid-wrapper">
237177
<div class="img-wrapper">
@@ -262,6 +202,21 @@ <h3 class="mt-0">Select Upcoming Events</h3>
262202
</div>
263203
</div>
264204

205+
<div class="width-6-12 event" future-date="2024-10-31">
206+
<div class="grid-wrapper">
207+
<div class="img-wrapper">
208+
<a href="https://github.com/quarkusio/quarkus/discussions/43968" target="_blank">
209+
<img src="/assets/images/events/BBDW_logo.png">
210+
</a>
211+
</div>
212+
<div class="info-wrapper">
213+
<p class="title"><a href="https://github.com/quarkusio/quarkus/discussions/43968" target="_blank">Banco do Brasil Digital Week</a></p>
214+
<p class="eventdate">Date: October 29-31, 2024</br>Location: Brasília-DF</br>
215+
Event Type: In Person</p><p> Banco do Brasil Digital Week (BBDW) is a premier technology event taking place in Brasília, Brazil, on October 29, 30, and 31, 2024. It offers tracks on topics such as ESG & People, Innovation, AI & Analytics, Infrastructure, Governance & Management, Experience, Agile, Development, and Cybersecurity & Data Protection. The event features workshops, panels, and talks from leading companies like IBM, Microsoft, and AWS, focusing on digital transformation and the latest in open-source technologies.</p>
216+
</div>
217+
</div>
218+
</div>
219+
265220
<div class="width-6-12 event" future-date="2024-11-08">
266221
<div class="grid-wrapper">
267222
<div class="img-wrapper">

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Quarkus</title>
66
<link>https://quarkus.io</link>
77
<description>Quarkus: Supersonic Subatomic Java</description>
8-
<lastBuildDate>Fri, 18 Oct 2024 13:39:18 +0000</lastBuildDate>
8+
<lastBuildDate>Fri, 18 Oct 2024 16:06:58 +0000</lastBuildDate>
99

1010

1111
<item>

0 commit comments

Comments
 (0)