Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 31 additions & 34 deletions static/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,38 +199,7 @@ <h2 class="h2 text-white">News & Events</h2>

<div class="main-blog-item-card d-flex flex-column gap-3">
<h5 class="h5 fw-semibold mb-3">Upcoming Conferences</h5>
<!-- START EVENT-->
<div class="main-blog-item-card d-flex flex-column gap-3">

<div class="blog-img d-flex align-items-center justify-content-center">
<img src="images/news/EclipseMeetupJapan.jfif" alt="" />
</div>

<div class="blog-item-content">
<div
class="top-pick-date d-flex align-items-center gap-2 mb-2"
>
<span class="icon d-flex align-items-center">
<img src="images/icons/calendar.svg" alt="" />
</span>
<span class="date">11 Dec, 2025</span>
</div>
<h2 class="h2 mb-3">
SDV Community Meet-Up, Japan/ Yokohama
</h2>
<p>
Presenter: Sven Kappel (ETAS) <br>
Topic: S-CORE | Background, Status and Insights to S-CORE 0.5
</p>
<a
class="read-more btn btn-primary main-primary mt-4 d-inline-block text-center"
href="https://www.eventbrite.com/e/eclipse-sdv-community-meetup-japan-co-hosted-by-bosch-group-tickets-1540218427779" target="_blank" rel="noopener noreferrer"
>
Read More
</a>
</div>
</div>
<!-- END EVENT-->

<!-- START EVENT-->
<div class="main-blog-item-card d-flex flex-column gap-3">
Expand All @@ -246,7 +215,7 @@ <h2 class="h2 mb-3">
<span class="icon d-flex align-items-center">
<img src="images/icons/calendar.svg" alt="" />
</span>
<span class="date">21-23 Apr, 2026</span>
<span class="date">5 Feb, 2026</span>
</div>
<h2 class="h2 mb-3">
SIA 2026 | Future Proofing SDV Study Day, <br> Paris, France
Expand Down Expand Up @@ -344,6 +313,34 @@ <h5 class="h5 fw-semibold mb-3">Search</h5>

<div class="top-picks-container">
<h5 class="h5 fw-semibold mb-3">Previous Conferences</h5>



<aside class="top-picks-our-blogs">
<a href="https://www.eventbrite.com/e/eclipse-sdv-community-meetup-japan-co-hosted-by-bosch-group-tickets-1540218427779"
class="top-pick-item d-flex align-items-start gap-3" target="_blank" rel="noopener noreferrer">
<div class="top-pick-img">
<img src="images/news/EclipseMeetupJapan.jfif" alt="Top Picks" />
</div>
<div class="top-pick-content">
<div
class="top-pick-date d-flex align-items-center gap-2 mb-2"
>
<span class="icon d-flex align-items-center">
<img src="images/icons/calendar.svg" alt="" />
</span>
<span class="date">11 Dec, 2025</span>
</div>
<h3>Eclipse SDV Community Meetup, <br>
Japan/ Yokohama (BOSCH)</h3>
<p class="text-muted">
Presenter: Sven Kappel (ETAS) <br>
Topic: "S-CORE, a holistic approach for automotive towards open source."
</p>
</div>
</a>


<aside class="top-picks-our-blogs">
<a href="https://www.eventbrite.com/e/eclipse-sdv-south-korea-lg-tickets-1742261403759"
class="top-pick-item d-flex align-items-start gap-3" target="_blank" rel="noopener noreferrer">
Expand All @@ -359,7 +356,7 @@ <h5 class="h5 fw-semibold mb-3">Previous Conferences</h5>
</span>
<span class="date">04 Dec, 2025</span>
</div>
<h3>Eclipse SDV Community Days, <br>
<h3>Eclipse SDV Community Meetup, <br>
Korea/ Seoul (LG)</h3>
<p class="text-muted">
Presenter: Memsud Godinjak (BMW), <br>
Expand Down Expand Up @@ -434,7 +431,7 @@ <h3>Eclipse SDV Community Days, <br>
<span class="date">07 Oct, 2025</span>
</div>
<p class="text-muted">
Eclipse Community Meet-Up, Detroit <br>
Eclipse SDV Community Meetup, Detroit <br>
TOP: "Topic: Eclipse S-CORE – Why join? What to expect and how to get involved!" <br>
Presenter: Thomas Fleischmann (Accenture)
</p>
Expand Down
Loading