From 81c33e082cc0b0fef8caafd5867307236a850818 Mon Sep 17 00:00:00 2001 From: Dark Steveneq Date: Mon, 19 Jan 2026 20:45:18 +0100 Subject: [PATCH] Lekcja 4 --- src/components/Footer.astro | 36 +++++++++++++++-- src/layouts/Layout.astro | 16 ++++---- src/pages/kontakt/Kafelek.astro | 18 ++++++--- src/pages/kontakt/index.astro | 70 ++++++++++++++++++++++++++++----- 4 files changed, 115 insertions(+), 25 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7af4b5c..a0ce58b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,36 @@ --- --- - + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 4575729..ceed848 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,6 @@ --- import Header from '../components/Header.astro' +import Footer from '../components/Footer.astro' import '../styles/global.css' const { tytul, bezTla } = Astro.props @@ -7,7 +8,7 @@ const { tytul, bezTla } = Astro.props @@ -17,16 +18,17 @@ const { tytul, bezTla } = Astro.props {tytul ? `${tytul} - Jakiś Fotograf` : 'Jakiś Fotograf'} - +
- +
+ +
+