From 70370245549bbdf0a4f6622e8ab71845c53cc8ab Mon Sep 17 00:00:00 2001 From: Lewy Date: Sat, 4 Jun 2022 16:05:54 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20linki=20nag=C5=82=C3=B3wka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 8 ++++---- frontend/kontakt/index.html | 31 +++++++++++++++++++++++++++++++ frontend/kontakt/style.css | 14 ++++++++++++++ frontend/ranking/index.html | 31 +++++++++++++++++++++++++++++++ frontend/ranking/style.css | 14 ++++++++++++++ 5 files changed, 94 insertions(+), 4 deletions(-) create mode 100644 frontend/kontakt/index.html create mode 100644 frontend/kontakt/style.css create mode 100644 frontend/ranking/index.html create mode 100644 frontend/ranking/style.css diff --git a/frontend/index.html b/frontend/index.html index 08f436b..b2a093e 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -15,10 +15,10 @@ @@ -47,13 +47,13 @@
- +

Turniej majowy 2022

- Propadel, Warszawa
+ Propadel, Warszawa 13/05/2022 do 15/05/2022
diff --git a/frontend/kontakt/index.html b/frontend/kontakt/index.html new file mode 100644 index 0000000..76e7bed --- /dev/null +++ b/frontend/kontakt/index.html @@ -0,0 +1,31 @@ + + + + + + + Padel Tournaments System + + + + +
+
+ +
+ +
+ + +
+Kontakt +
+ + + \ No newline at end of file diff --git a/frontend/kontakt/style.css b/frontend/kontakt/style.css new file mode 100644 index 0000000..f48931c --- /dev/null +++ b/frontend/kontakt/style.css @@ -0,0 +1,14 @@ +@import "../_global/header.css"; + +body { + margin: 0; +} + + +.container { + height: 100%; + width: 100%; + display: flex; + justify-content: center; + +} diff --git a/frontend/ranking/index.html b/frontend/ranking/index.html new file mode 100644 index 0000000..d2778c9 --- /dev/null +++ b/frontend/ranking/index.html @@ -0,0 +1,31 @@ + + + + + + + Padel Tournaments System + + + + +
+
+ +
+ +
+ + +
+Ranking +
+ + + \ No newline at end of file diff --git a/frontend/ranking/style.css b/frontend/ranking/style.css new file mode 100644 index 0000000..f48931c --- /dev/null +++ b/frontend/ranking/style.css @@ -0,0 +1,14 @@ +@import "../_global/header.css"; + +body { + margin: 0; +} + + +.container { + height: 100%; + width: 100%; + display: flex; + justify-content: center; + +}