Social_Cooking/index.html

74 lines
2.7 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.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Social Cooking Wireframe</title>
<<<<<<< HEAD:index.html
<link rel="stylesheet" href="css/landingpage.css" />
</head>
=======
<link rel="stylesheet" href="stylesheet.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-dU7ZrF1pFq5kVnPzlV9+04YhARzNjCX5Q5P1shgMpuN4s5I8mI8QD4981h7kYtV7sSgNldR0z5pZW5bS2ZpY3Q==" crossorigin="anonymous" referrerpolicy="no-referrer" /></head>
>>>>>>> feature/landing-page:landing-page.html
<body>
<div class="page-wrapper">
<header class="header">
<div class="header__brand">Invité</div>
<div class="header__actions">
<a class="nav__link" href="#">Event finden</a>
<button class="btn btn--outline" type="button">Login</button>
</div>
</header>
<main class="main-content">
<section class="hero">
<div class="hero__left">
<h1 class="hero__title">Zu Tisch mit Fremden bereit für die nächste kulinarische Begegnung?</h1>
<p class="hero__description">Dein Ort um neue Leute kennen zu lernen! Erstelle eigene Events und lade Gäste zu dir nach Hause ein.</p>
<button class="btn btn--primary" type="button">Anmelden</button>
</div>
<div class="hero__right">
<div class="image-card">
<div class="image-card__placeholder"></div>
<div class="social-badge">
<span class="social-badge__dot"></span>
<span class="social-badge__dot"></span>
<span class="social-badge__dot"></span>
</div>
</div>
</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>
<div class="gallery__dots">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div class="gallery__info">
<div class="gallery__handle"><i class="fab fa-instagram gallery__icon" aria-hidden="true"></i><span class="gallery__at">@</span><span class="gallery__brand">Invité</span></div>
</div>
</section>
</main>
<footer class="footer">
<a href="#" class="footer__link">Impressum</a>
</footer>
</div>
<script src="js/landingpage.js"></script>
</body>
</html>