Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
max-width: 96rem;
}
}
.m-0 {
margin: calc(var(--spacing) * 0);
}
.mx-3 {
margin-inline: calc(var(--spacing) * 3);
}
Expand Down Expand Up @@ -397,6 +400,9 @@
.h-full {
height: 100%;
}
.max-h-32 {
max-height: calc(var(--spacing) * 32);
}
.min-h-screen {
min-height: 100vh;
}
Expand Down Expand Up @@ -430,6 +436,9 @@
.max-w-6xl {
max-width: var(--container-6xl);
}
.max-w-90 {
max-width: calc(var(--spacing) * 90);
}
.min-w-full {
min-width: 100%;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 16 additions & 8 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2 class="text-2xl md:text-3xl font-bold mb-6">Über die Konferenz</h2>
<li>Welche <b>Tools und Methoden</b> unterstützen uns dabei am besten? </li>
<li>Wie wird die Embedded-Entwicklung der <b>Zukunft</b> aussehen? </li>
</ul>
<p class="text-gray-700 text-lg">In fokussierten <b>Vorträgen und kurzen Lightning Talks</b> teilen Experten ihre Erfahrungen zu <b>Testing-Strategien, Security-Konzepten und Entwicklungswerkzeugen.</b> Die Munich Embedded schafft dabei den idealen Rahmen für intensiven Austausch: Mit <b>ca. 50 Teilnehmern</b> bleiben die Diskussionen konkret und praxisnah. </p>
<p class="text-gray-700 text-lg">In fokussierten <b>Vorträgen und kurzen Lightning Talks</b> teilen Experten ihre Erfahrungen zu <b>Testing-Strategien, Security-Konzepten und Entwicklungswerkzeugen.</b> Die Munich Embedded schafft dabei den idealen Rahmen für intensiven Austausch: Mit <b>ca. 100 Teilnehmern</b> bleiben die Diskussionen konkret und praxisnah. </p>
<p class="text-gray-700 text-lg">Vernetzen Sie sich mit anderen Embedded-Entwicklern aus der Region und gewinnen Sie wertvolle Einblicke für Ihre tägliche Arbeit! </p>
</div>
</div>
Expand Down Expand Up @@ -255,24 +255,32 @@ <h3 class="text-xl font-bold mb-4">Werden Sie Sponsor!</h3>
<h4 class="text-lg font-semibold text-center group-hover:text-blue-600 transition-colors duration-300">VDE Bayern<br>(Partner)</h4>
</div>
</a>
<a target="_blank" href="https://www.bayern-innovativ.de/leistungen/digitalisierung/bavarian-chips-alliance/" class="block group">
<div class="highlighted-grid-element h-80 flex flex-col items-center justify-center">
<div class="w-64 h-64 mb-4 flex items-center justify-center">
<img alt="Bavarian Chips Alliance @ Bayern Innovativ GmbH logo" src="/me25_sponsor_logos/bavarian-chips-alliance.jpg" class="max-h-32 object-contain">
</div>
<h4 class="text-lg font-semibold text-center group-hover:text-blue-600 transition-colors duration-300">Bavarian Chips Alliance<br>@ Bayern Innovativ GmbH<br>(Partner)</h4>
</div>
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="highlighted-grid-element max-w-3xl mx-auto">
<h2 class="text-2xl md:text-3xl font-bold mb-6">Veranstalter</h2>
<div class="flex flex-col md:flex-row items-start gap-8">
<h2 class="text-2xl md:text-3xl font-bold mb-2">Veranstalter</h2>
<div class="flex flex-col md:flex-row items-center gap-8">
<div class="flex-1">
<p class="text-gray-700 mb-4 leading-relaxed"> Systemscape GmbH<br> Bergmannstr. 12<br> 80339 Munich<br>
<a href="https://www.systemscape.com/de/contact" target="_blank">Kontaktdaten</a><br>
<a href="https://www.systemscape.com/de" target="_blank">www.systemscape.com/de</a>
<p class="text-gray-700 m-0 leading-relaxed"> Systemscape GmbH, München<br>
{{ macros::email(email="munich-embedded@systemscape.de") }}<br>
<a href="https://www.systemscape.com/de" target="_blank">www.systemscape.com</a>
</p>
</div>
<div class="shrink-0">
<div class="shrink-0 max-w-90">
<a href="https://www.systemscape.com/de" target="_blank">
<img src="/systemscape.svg" alt="Systemscape Logo" class="w-full h-32 object-contain p-4">
<img src="/systemscape.svg" alt="Systemscape Logo" class="w-full h-32 object-contain">
</a>
</div>
</div>
Expand Down
22 changes: 15 additions & 7 deletions templates/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2 class="text-2xl md:text-3xl font-bold mb-6">About the Conference</h2>
<li> Which <b>tools and methods</b> best support our work? </li>
<li> What will the embedded development of the <b>future</b> look like? </li>
</ul>
<p class="text-gray-700 text-lg"> In focused <b>presentations and short lightning talks</b> experts share their experiences on <b>testing strategies, security concepts and development tools.</b> Munich Embedded creates the ideal framework for intensive exchange: With <b>around 50 participants</b> discussions remain concrete and practical. </p>
<p class="text-gray-700 text-lg"> In focused <b>presentations and short lightning talks</b> experts share their experiences on <b>testing strategies, security concepts and development tools.</b> Munich Embedded creates the ideal framework for intensive exchange: With <b>around 100 participants</b> discussions remain concrete and practical. </p>
<p class="text-gray-700 text-lg"> Network with other embedded developers from the region and gain valuable insights for your daily work! </p>
</div>
</div>
Expand Down Expand Up @@ -255,24 +255,32 @@ <h3 class="text-xl font-bold mb-4">Become a Sponsor!</h3>
<h4 class="text-lg font-semibold text-center group-hover:text-blue-600 transition-colors duration-300">VDE Bayern<br>(Partner)</h4>
</div>
</a>
<a target="_blank" href="https://www.bayern-innovativ.de/leistungen/digitalisierung/bavarian-chips-alliance/" class="block group">
<div class="highlighted-grid-element h-80 flex flex-col items-center justify-center">
<div class="w-64 h-64 mb-4 flex items-center justify-center">
<img alt="Bavarian Chips Alliance @ Bayern Innovativ GmbH logo" src="/me25_sponsor_logos/bavarian-chips-alliance.jpg" class="max-h-32 object-contain">
</div>
<h4 class="text-lg font-semibold text-center group-hover:text-blue-600 transition-colors duration-300">Bavarian Chips Alliance<br>@ Bayern Innovativ GmbH<br>(Partner)</h4>
</div>
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="highlighted-grid-element max-w-3xl mx-auto">
<h2 class="text-2xl md:text-3xl font-bold mb-6">Organizer</h2>
<div class="flex flex-col md:flex-row items-start gap-8">
<h2 class="text-2xl md:text-3xl font-bold mb-2">Organizer</h2>
<div class="flex flex-col md:flex-row items-center gap-8">
<div class="flex-1">
<p class="text-gray-700 mb-4 leading-relaxed"> Systemscape GmbH<br> Bergmannstr. 12<br> 80339 Munich<br>
<a href="https://www.systemscape.com/contact" target="_blank">Contact details</a><br>
<p class="text-gray-700 m-0 leading-relaxed"> Systemscape GmbH, Munich<br>
{{ macros::email(email="munich-embedded@systemscape.de") }}<br>
<a href="https://www.systemscape.com/" target="_blank">www.systemscape.com</a>
</p>
</div>
<div class="shrink-0">
<div class="shrink-0 max-w-90">
<a href="https://www.systemscape.com/" target="_blank">
<img src="/systemscape.svg" alt="Systemscape Logo" class="w-full h-32 object-contain p-4">
<img src="/systemscape.svg" alt="Systemscape Logo" class="w-full h-32 object-contain">
</a>
</div>
</div>
Expand Down
Loading