diff --git a/assets/Burger eating together.jpg b/assets/Burger eating together.jpg
new file mode 100644
index 0000000..13536d7
Binary files /dev/null and b/assets/Burger eating together.jpg differ
diff --git a/assets/Cake cutting figs.jpg b/assets/Cake cutting figs.jpg
new file mode 100644
index 0000000..918d384
Binary files /dev/null and b/assets/Cake cutting figs.jpg differ
diff --git a/assets/Cooking woman at home.jpg b/assets/Cooking woman at home.jpg
new file mode 100644
index 0000000..7c352e8
Binary files /dev/null and b/assets/Cooking woman at home.jpg differ
diff --git a/assets/Eating and laughing girls.jpg b/assets/Eating and laughing girls.jpg
new file mode 100644
index 0000000..5fb4520
Binary files /dev/null and b/assets/Eating and laughing girls.jpg differ
diff --git a/assets/Pasta and many forks.jpg b/assets/Pasta and many forks.jpg
new file mode 100644
index 0000000..e795f02
Binary files /dev/null and b/assets/Pasta and many forks.jpg differ
diff --git a/assets/Pasta in cheese.jpg b/assets/Pasta in cheese.jpg
new file mode 100644
index 0000000..60d64d9
Binary files /dev/null and b/assets/Pasta in cheese.jpg differ
diff --git a/assets/Plate icon.png b/assets/Plate icon.png
new file mode 100644
index 0000000..7152cc5
Binary files /dev/null and b/assets/Plate icon.png differ
diff --git a/assets/Red checkered social eating.jpg b/assets/Red checkered social eating.jpg
new file mode 100644
index 0000000..e7b06b6
Binary files /dev/null and b/assets/Red checkered social eating.jpg differ
diff --git a/assets/Salad roommates.jpg b/assets/Salad roommates.jpg
new file mode 100644
index 0000000..77c1ee3
Binary files /dev/null and b/assets/Salad roommates.jpg differ
diff --git a/assets/Sharing food table.jpg b/assets/Sharing food table.jpg
new file mode 100644
index 0000000..181665a
Binary files /dev/null and b/assets/Sharing food table.jpg differ
diff --git a/assets/Spicy food zoomed.jpg b/assets/Spicy food zoomed.jpg
new file mode 100644
index 0000000..0426e15
Binary files /dev/null and b/assets/Spicy food zoomed.jpg differ
diff --git a/assets/Startpage ingredients.jpg b/assets/Startpage ingredients.jpg
new file mode 100644
index 0000000..c54c18b
Binary files /dev/null and b/assets/Startpage ingredients.jpg differ
diff --git a/assets/Zoomed in asian eating.jpg b/assets/Zoomed in asian eating.jpg
new file mode 100644
index 0000000..6fe4517
Binary files /dev/null and b/assets/Zoomed in asian eating.jpg differ
diff --git a/assets/add-event icon.png b/assets/add-event icon.png
new file mode 100644
index 0000000..cb06b43
Binary files /dev/null and b/assets/add-event icon.png differ
diff --git a/assets/instagram.png b/assets/instagram.png
new file mode 100644
index 0000000..193e5f6
Binary files /dev/null and b/assets/instagram.png differ
diff --git a/assets/register icon.png b/assets/register icon.png
new file mode 100644
index 0000000..513e376
Binary files /dev/null and b/assets/register icon.png differ
diff --git a/css/landingpage.css b/css/landingpage.css
index a2ed242..9033732 100644
--- a/css/landingpage.css
+++ b/css/landingpage.css
@@ -1,10 +1,32 @@
+/* Instagram and Invite logo in gallery info area */
+.gallery__icon--instagram {
+ height: 32px;
+ width: 32px;
+ object-fit: contain;
+ border-radius: 8px;
+ background: none;
+ /* Olive green filter for PNG: #6b6b05 */
+ filter: brightness(0) saturate(100%) invert(27%) sepia(81%) saturate(749%) hue-rotate(24deg) brightness(90%) contrast(90%);
+}
+
+.gallery__icon--invite {
+ height: 56px;
+ width: 56px;
+ object-fit: contain;
+ margin-left: 0;
+ transform: translate(-4%, -1%);
+ position: relative;
+}
* { box-sizing: border-box; }
:root {
--black: #000000;
--white: #ffffff;
+ --button-green: #6b6b05;
+ --button-green-dark: #514c04;
}
+
.page-wrapper {
max-width: 1440px;
margin: 0 auto;
@@ -23,46 +45,366 @@
margin-bottom: 40px; /* Using your 40px margin from the first block */
}
+.header__brand {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ font-weight: 700;
+ font-size: 1.2rem;
+}
+
+.brand__logo {
+ height: 34px;
+ width: auto;
+ object-fit: contain;
+}
+
/* Grouping container for 'Event finden' and 'Login' */
.header__actions {
display: flex;
align-items: center;
- gap: 16px;
+ gap: 6px;
+}
+
+.top-nav-wrap {
+ background: #FFFDE3;
+ padding: 18px 0;
+}
+
+.top-nav {
+ background: rgba(255, 255, 255, 0.95);
+ border-radius: 30px;
+ box-shadow: 0 3px 12px rgba(102, 52, 13, 0.1);
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ min-height: 58px;
+ padding: 12px 24px;
+ width: 100%;
+ max-width: none;
+ box-sizing: border-box;
+ margin: 0 0 40px;
+}
+
+.brand {
+ display: inline-flex;
+ align-items: center;
+ height: 50px;
+ text-decoration: none;
+}
+
+.brand img {
+ width: auto;
+ height: 100%;
+ max-width: 104px;
+ display: block;
+}
+
+.top-nav-links {
+ display: flex;
+ align-items: center;
+ gap: 16px;
+}
+
+.nav-link {
+ color: #221c1a;
+ line-height: 1.3;
+ text-decoration: none;
+ padding: 8px 20px;
+ border: 2px solid #e5e1b7;
+ border-radius: 20px;
+ transition: background-color 0.2s ease, color 0.2s ease;
+}
+
+.nav-link:hover,
+.nav-link.active,
+.nav-link:focus-visible {
+ background: #6b6b05;
+ color: #ffffff;
+ border-color: #6b6b05;
+}
+
+.nav-link--login {
+ background: #6b6b05;
+ color: #ffffff;
+ border-color: #6b6b05;
+}
+
+.nav-link--login:hover,
+.nav-link--login:focus-visible {
+ background: #ffffff;
+ color: #6b6b05;
+ border-color: #6b6b05;
+}
+
+.main-content {
+ width: min(100% - 4rem, 1120px);
+ margin: 0 auto;
+ padding: 0 20px;
}
.hero {
display: grid;
grid-template-columns: 1fr 1fr;
- gap: 40px;
- margin-bottom: 60px;
+ gap: 50px;
+ margin-bottom: 80px;
+ align-items: center;
+ padding: 40px 0;
}
-/* Container for the 3 photos */
-.gallery__track {
+.how-it-works {
+ margin-bottom: 70px;
+}
+
+.how-it-works__header {
+ text-align: center;
+ margin-bottom: 32px;
+}
+
+.how-it-works__header h2 {
+ font-size: 2rem;
+ margin: 0;
+ color: #221c1a;
+}
+
+.how-it-works__steps {
display: grid;
- grid-template-columns: repeat(3, 1fr);
+ grid-template-columns: repeat(3, minmax(180px, 1fr));
gap: 20px;
- margin-bottom: 30px; /* Space between photos and dots */
}
+.how-step {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 16px;
+ padding: 28px 20px;
+ background: #6B6B05;
+ border-radius: 28px;
+ box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
+}
+
+.how-step__icon {
+ width: 64px;
+ height: 64px;
+ display: grid;
+ place-items: center;
+ background: var(--button-green);
+ color: var(--white);
+ border-radius: 50%;
+ font-size: 1.4rem;
+}
+
+.how-step__number {
+ width: 36px;
+ height: 36px;
+ display: grid;
+ place-items: center;
+ background: #f4efd7;
+ color: #221c1a;
+ border-radius: 50%;
+ font-weight: 700;
+}
+
+.how-step__label {
+ margin: 0;
+ font-size: 1rem;
+ line-height: 1.6;
+ font-weight: 600;
+ color: #221c1a;
+ text-align: center;
+}
+
+.how-step__icon--brown {
+ background: #66340d;
+}
+
+.how-step__label--brown {
+ color: #FFFDE3;
+}
+
+.how-step__label--big {
+ font-size: 1.25rem;
+ font-weight: 700;
+}
+
+.how-step--numbered {
+ position: relative;
+}
+
+.how-step__corner-number {
+ position: absolute;
+ top: 12px;
+ left: 16px;
+ font-size: 2.2rem;
+ font-weight: 700;
+}
+
+.how-step__corner-number--brown {
+ color: #FFFDE3;
+}
+
+.how-step__png {
+ width: 192px;
+ height: 192px;
+ object-fit: contain;
+}
+
+.how-step__png--brown {
+ filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(1200%) hue-rotate(10deg) brightness(104%) contrast(97%);
+}
+
+
+@media (max-width: 900px) {
+ .how-it-works__steps {
+ grid-template-columns: 1fr;
+ }
+}
+
+.hero__left {
+ max-width: 520px;
+}
+
+.hero__left p {
+ margin: 24px 0 32px;
+ line-height: 1.8;
+}
+
+.hero__right {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.image-card {
+ width: 100%;
+ max-width: 396px;
+ overflow: hidden;
+ border-radius: 30px;
+}
+
+.hero-image {
+ width: 100%;
+ max-width: 396px;
+ max-height: 464px;
+ height: auto;
+ border-radius: 30px;
+ object-fit: cover;
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
+}
+
+@media (max-width: 900px) {
+ .hero {
+ grid-template-columns: 1fr;
+ padding: 30px 0;
+ }
+
+ .hero__right {
+ order: -1;
+ }
+
+ .hero-image {
+ min-height: 320px;
+ }
+}
+
+/* Carousel gallery */
+.gallery__carousel {
+ position: relative;
+}
+
+.gallery__track {
+ display: flex;
+ gap: 20px;
+ overflow: hidden;
+ margin-bottom: 30px; /* Space between photos and dots */
+ scroll-behavior: smooth;
+}
+
+.gallery__item {
+ flex: 0 0 calc((100% - 40px) / 3);
+ min-width: calc((100% - 40px) / 3);
+ border-radius: 24px;
+ overflow: hidden;
+ background: #fff;
+ box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
+ aspect-ratio: 2 / 3;
+}
+
+.gallery__item img {
+ width: 100%;
+ height: 100%;
+ display: block;
+ object-fit: cover;
+}
+
+.gallery__arrow {
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+ width: 48px;
+ height: 48px;
+ display: grid;
+ place-items: center;
+ border-radius: 0;
+ background: none;
+ backdrop-filter: none;
+ border: none;
+ color: #ffffff;
+ cursor: pointer;
+ font-size: 1.6rem;
+ text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
+ transition: transform 0.2s ease, color 0.2s ease;
+ z-index: 2;
+}
+
+.gallery__arrow:hover {
+ transform: translateY(-50%) scale(1.15);
+ color: #e5e1b7;
+}
+
+.gallery__arrow--prev {
+ left: 12px;
+}
+
+.gallery__arrow--next {
+ right: 12px;
+}
+
+/* Center arrow removed – using side arrows only */
+
+
+@media (max-width: 900px) {
+ .gallery__track {
+ gap: 16px;
+ }
+
+ .gallery__item {
+ flex: 0 0 100%;
+ min-width: 100%;
+ }
+}
/* --- 2. Button & Link Styling --- */
.btn {
- border: 2px solid var(--black);
- background: var(--white);
- color: var(--black);
- padding: 10px 18px;
+ border: none;
+ background: var(--button-green);
+ color: var(--white);
+ padding: 12px 22px;
font-weight: 700;
cursor: pointer;
text-decoration: none; /* Keeps the link from having an underline */
display: inline-flex;
align-items: center;
- font-size: 0.9rem;
- transition: background-color 0.2s ease;
+ justify-content: center;
+ border-radius: 999px;
+ font-size: 0.95rem;
+ transition: background-color 0.2s ease, transform 0.2s ease;
}
.btn:hover {
- background-color: #f0f0f0;
+ background-color: var(--button-green-dark);
+ transform: translateY(-1px);
}
.nav__link {
@@ -136,4 +478,51 @@
border-radius: 50%;
border: 1px solid var(--black);
margin-top: 20px;
+}
+
+.gallery__info {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+}
+
+.gallery__handle {
+ display: flex;
+ align-items: center;
+ font-size: 1.1rem;
+ font-weight: 700;
+ color: var(--black);
+ gap: 6px;
+}
+
+.gallery__icon {
+ font-size: 1.15rem;
+ color: #DD541A;
+}
+
+.gallery__at {
+ font-size: 1.1rem;
+ color: #222;
+}
+
+.gallery__brand {
+ font-family: 'Inter', sans-serif;
+ color: #DD541A;
+}
+
+/* Footer */
+.footer {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 16px 24px;
+ border: none;
+ margin-top: 40px;
+}
+
+.footer__link {
+ color: var(--black);
+ text-decoration: underline;
+ font-size: 0.8rem;
+ font-weight: 400;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index a2c08fc..0431623 100644
--- a/index.html
+++ b/index.html
@@ -4,66 +4,121 @@
Social Cooking Wireframe
-
-
-
-
-
-
-
-
-
-
+
+
+
-
Zu Tisch mit Fremden – bereit für die nächste kulinarische Begegnung?
-
Dein Ort um neue Leute kennen zu lernen! Erstelle eigene Events und lade Gäste zu dir nach Hause ein.
-
Anmelden
+
Dein Platz am Tisch wartet schon.
+
Egal, ob du leidenschaftlich gerne den Kochlöffel schwingst oder dich einfach auf ein hausgemachtes Essen in guter Gesellschaft freust: Bei Invité bringst du Menschen zusammen. Finde Events, die zu deinem Geschmack passen, und geniesse unkomplizierte Begegnungen ohne Networking-Zwang.
+
Anmelden
-
-
-
-
-
-
+
-
-
+
+
+
+
+ 1
+
+ Anmelden
+
+
+ 2
+
+ Event erstellen
+
+
+ 3
+
+ Gemeinsam essen
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+