Skip to content

Commit

Permalink
add correct dates
Browse files Browse the repository at this point in the history
  • Loading branch information
marc101101 committed May 16, 2024
1 parent 5f02ff4 commit 59c2e9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/routes/landing/Workshops.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@

<BaseComponent headline={'Workshops'} subHeadline={''} id={'workshops'}>
<div class="text-center text-white">
<h2 class="text-2xl font-bold text-primary">Sat. 10:00-11:00</h2>
<h2 class="text-2xl font-bold text-primary">Fri. 10:00-11:00</h2>
<h2 class="text-3xl font-bold">AOI – Optimierung durch Automatisierung (Zollner)</h2>
<p class="mt-4 text-lg">
Erhalte Einblicke in das Machine-Learning-Modell von Zollner, welches entwickelt wurde, um die
Pseudofehlerquote und den daraus resultierenden Aufwand bei der manuellen Sichtprüfung zu
reduzieren.
</p>

<h2 class="text-2xl font-bold text-primary mt-12">Sat. 14:00-15:00</h2>
<h2 class="text-2xl font-bold text-primary mt-12">Fri. 14:00-15:00</h2>
<h2 class="text-3xl font-bold">Löt-Workshop (Continental)</h2>
<p class="mt-4 text-lg">Soldering rocks! Learn how to solder.</p>

<h2 class="text-2xl font-bold text-primary mt-12">Fri. 19:00-20:00</h2>
<h2 class="text-3xl font-bold">
Urbane Datenplattform (UDP) + Standards: Schlüssel zur Smart City Regensburg (r-Next))
</h2>
Expand All @@ -23,9 +27,5 @@
existierender Beispiele, wie dem Abruf von Karten per Web-Service (WMS) aus der städtischen
Geodaten-Infrastruktur."
</p>

<h2 class="text-2xl font-bold text-primary mt-12">Sat. 14:00-15:00</h2>
<h2 class="text-3xl font-bold">Löt-Workshop (Continental)</h2>
<p class="mt-4 text-lg">Soldering rocks! Learn how to solder.</p>
</div>
</BaseComponent>

0 comments on commit 59c2e9f

Please sign in to comment.