Merge branch 'feature/landing-page' of https://gitea.fhgr.ch/koehleestell/Social_Cooking into feature/landing-page

This commit is contained in:
Estelle Köhler 2026-03-27 14:29:17 +01:00
parent 6f308e1270
commit e5f6949ce7

View File

@ -9,15 +9,12 @@
<body>
<div class="page-wrapper">
<header class="header">
<div class="header__brand">LOGO</div>
<div class="header__actions">
<nav class="nav">
<a class="nav__link btn btn--outline" href="#">Event finden</a>
</nav>
<button class="btn btn--outline" type="button">Login</button>
</div>
</header>
<div class="header__brand">LOGO</div>
<nav class="nav">
<a class="nav__link" href="#">Event finden</a>
</nav>
<button class="btn btn--outline" type="button">Login</button>
</header>
<main class="main-content">
<section class="hero">
@ -39,20 +36,29 @@
</div>
</section>
<section class="gallery">
<div class="gallery__track">
<article class="gallery__item"><div class="placeholder"></div></article>
<article class="gallery__item"><div class="placeholder"></div></article>
<article class="gallery__item"><div class="placeholder"></div></article>
</div>
<section class="gallery">
<div class="gallery__controls">
<button class="arrow">&lt;</button>
<button class="arrow">&gt;</button>
</div>
<div class="gallery__dots">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</section>
<div class="gallery__track">
<article class="gallery__item">
<div class="placeholder"></div>
</article>
<article class="gallery__item">
<div class="placeholder"></div>
</article>
<article class="gallery__item">
<div class="placeholder"></div>
</article>
</div>
<div class="gallery__info">
<div class="profile-badge"></div>
<div class="gallery__handle">@social_cooking</div>
</div>
</section>
</main>
</div>
</body>