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'}
-
+
-
+
+
+
+
diff --git a/src/pages/kontakt/Kafelek.astro b/src/pages/kontakt/Kafelek.astro
index b2083d2..ff3a6c1 100644
--- a/src/pages/kontakt/Kafelek.astro
+++ b/src/pages/kontakt/Kafelek.astro
@@ -1,13 +1,21 @@
---
-const { className, tytul, tresc, ikona } = Astro.props;
+const { className, tytul, tresc, link } = Astro.props;
---
-
+
+
{tytul}
+
{tresc}
+:
{tytul}
{tresc}
-
\ No newline at end of file
+
}
\ No newline at end of file
diff --git a/src/pages/kontakt/index.astro b/src/pages/kontakt/index.astro
index f38b631..e4a1481 100644
--- a/src/pages/kontakt/index.astro
+++ b/src/pages/kontakt/index.astro
@@ -1,21 +1,71 @@
---
import Layout from "../../layouts/Layout.astro"
-import { Phone, Mail } from "@lucide/astro"
+import { Phone, Mail, Instagram, Facebook, Twitter } from "@lucide/astro"
import Kafelek from "./Kafelek.astro"
+
+var alphabet: Record = {
+ 'a': '.-', 'b': '-...', 'c': '-.-.', 'd': '-..',
+ 'e': '.', 'f': '..-.', 'g': '--.', 'h': '....',
+ 'i': '..', 'j': '.---', 'k': '-.-', 'l': '.-..',
+ 'm': '--', 'n': '-.', 'o': '---', 'p': '.--.',
+ 'q': '--.-', 'r': '.-.', 's': '...', 't': '-',
+ 'u': '..-', 'v': '...-', 'w': '.--', 'x': '-..-',
+ 'y': '-.--', 'z': '--..', ' ': ' ',
+ '1': '.----', '2': '..---', '3': '...--', '4': '....-',
+ '5': '.....', '6': '-....', '7': '--...', '8': '---..',
+ '9': '----.', '0': '-----',
+}
---
Kontakt
Sposoby kontaktu ze mną
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ewentualnie możesz mi wysłać list na dwa sposoby
+
+
+
+
+ Opcja dla tych dla których "kiedyś to było"
+
Jakiś Fotograf
+
ul. Bekowa 2137
+
Zadupie dolne, Polska, Ziema, Droga mleczna
+
+
+
+ Opcja dla fanatyków ptaków, oto mój adres po gołębiemu:
+
{btoa("\u009d¨Û\u0096,ìÏ'î¯\u0006¥\u0092ì.").split('').map(e => {
+ return alphabet[e.toLowerCase()].replaceAll(".", "frr ").replaceAll("-", "gurr ");
+ }).join(' ')}
+
+
\ No newline at end of file