init
This commit is contained in:
commit
25c9dc1586
33 changed files with 588 additions and 0 deletions
12
layouts/_partials/hero.html
Normal file
12
layouts/_partials/hero.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<section class="py-5 bg-light hero-section">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<!-- Text Links -->
|
||||
<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-muted text-center">Gemeinsam stark im Studium – dein Fachschaftsrat steht für Austausch, Unterstützung und Mitgestaltung.</p>
|
||||
<a href="#" class="btn btn-primary-dark btn-lg mt-3">mehr erfahren</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue