added news images and mobile social media icons
All checks were successful
publish / publish (push) Successful in 25s
All checks were successful
publish / publish (push) Successful in 25s
This commit is contained in:
parent
aebd0828ad
commit
91ab098e98
4 changed files with 79 additions and 2 deletions
|
@ -1,7 +1,29 @@
|
|||
<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">
|
||||
<div class="col-md-12 text-center mb-2 mb-md-0">
|
||||
<div class="hero-icons d-flex justify-content-center gap-4 mt-5">
|
||||
<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>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue