iFSR-Website/layouts/_partials/hero.html
2025-05-20 16:11:26 +02:00

66 lines
No EOL
3.1 KiB
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>
<div class="hero-card-wrapper">
<div class="hero-card-column left">
<div class="hero-card left-1">
<a href="https://ese.ifsr.de/" class="d-flex align-items-center">
{{ with resources.Get "icons/home-link.svg" }}
{{ .Content | safeHTML }}
{{ end }}
ESE Website
</a>
<a href="/events" class="d-flex align-items-center">
{{ with resources.Get "icons/home-link.svg" }}
{{ .Content | safeHTML }}
{{ end }}
Events
</a>
<a href="/neuigkeiten" class="d-flex align-items-center">
{{ with resources.Get "icons/home-link.svg" }}
{{ .Content | safeHTML }}
{{ end }}
Neuigkeiten
</a>
</div>
<div class="hero-card left-2"></div>
</div>
<div class="hero-card-column right">
<div class="hero-card right-1">
<a href="https://www.instagram.com/ifsrde" class="d-flex align-items-center" aria-label="iFSR auf Instagram">
{{ with resources.Get "icons/social-media/instagram.svg" }}
{{ .Content | safeHTML }}
{{ end }}
</a>
<a href="https://github.com/fsr" class="d-flex align-items-center" aria-label="iFSR auf GitHub">
{{ with resources.Get "icons/social-media/github.svg" }}
{{ .Content | safeHTML }}
{{ end }}
</a>
<a href="https://t.me/s/ifsrde" class="d-flex align-items-center" aria-label="iFSR auf Telegram">
{{ with resources.Get "icons/social-media/telegram.svg" }}
{{ .Content | safeHTML }}
{{ end }}
</a>
<a href="https://toot.kif.rocks/@iFSR" class="d-flex align-items-center" aria-label="iFSR auf Mastodon">
{{ with resources.Get "icons/social-media/mastodon.svg" }}
{{ .Content | safeHTML }}
{{ end }}
</a>
</div>
<div class="hero-card right-2"></div>
</div>
</div>
</section>