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; + +}