iFSR-Website/layouts/_partials/hero.html
2025-05-13 23:04:24 +02:00

14 lines
No EOL
792 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="py-5 hero-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12 text-center mb-4 mb-md-0">
<h1 class="display-5 fw-bold text-center">Willkommen auf der Website des FSR Informatik</h1>
<p class="lead text-center">Gemeinsam stark im Studium dein Fachschaftsrat steht für Austausch, Unterstützung und Mitgestaltung.</p>
<div class="d-flex justify-content-center gap-4 mt-3">
<a href="{{ "/about" | relURL }}" class="btn btn-primary btn-lg">mehr erfahren</a>
<a href="{{ "/kontakt" | relURL }}" class="btn btn-secondary btn-lg">kontaktieren</a>
</div>
</div>
</div>
</div>
</section>