diff --git a/frontend/dodawanie turnieju/header.css b/frontend/dodawanie turnieju/header.css new file mode 100644 index 0000000..8b24bae --- /dev/null +++ b/frontend/dodawanie turnieju/header.css @@ -0,0 +1,104 @@ + +/*HEADER*/ +header { + display: flex; + flex-flow: row wrap; + align-items: center; + justify-content: space-between; + background-color: #0f64f2; + margin: auto; + padding-top: 10px; + padding-bottom: 10px; + padding-right: 30px; + padding-left: 10px; + +} + +header>p { + text-align: center; + line-height: 0; +} + +.eventHeader { + text-align: center; + padding-top: 5px; + padding-bottom: 5px; +} + +.event { + background-color: #0f64f2; + color: white; + border-style: solid; + border-width: 2px; + margin-top: 25px; + margin-right: 25px; + flex-direction: column; + flex-wrap: wrap; + height: auto; + + +} + +.eventInside { + background-color: white; + color: #4C8BF5; + height: auto; + border: solid; + border-color: lightgray; + padding: 10px; + +} + +.eventInside>p { + color: lightgray; +} + +.myButton { + background-color: #4C8BF5; + border-radius: 28px; + border: 1px solid #4C8BF5; + display: inline-block; + cursor: pointer; + color: #ffffff; + font-family: Arial; + font-size: 9px; + padding: 8px 13px; + text-decoration: none; +} + +img { + width: 150px; + height: 30px; +} + +a { + text-align: center; + line-height: 2; + color: white; + text-decoration: none; +} + +.loginn { + background-color: skyblue; + border-radius: 31px; + border: 1px solid skyblue; + cursor: pointer; + color: #ffffff; + font-family: Arial; + text-decoration: none; + height: 30px; + +} + + +@media all and (max-width: 800px) { + header { + justify-content: space-around; + } +} + +@media all and (max-width: 800px) { + header { + flex-direction: column; + } +} \ No newline at end of file diff --git a/frontend/dodawanie turnieju/index.html b/frontend/dodawanie turnieju/index.html new file mode 100644 index 0000000..3b27cdf --- /dev/null +++ b/frontend/dodawanie turnieju/index.html @@ -0,0 +1,64 @@ + + + + + + + + Padel Tournaments System + + + + +
+ + Kalendarz turniejów + Ranking + Wyniki +
+ +
+
+ + +
.
+
.
+ +
+
+

Nazwa Turnieju

+ + +

Termin

+ + +

Miejsce

+ + +

Kategorie

+ + +

Ranga

+ + +

Wpisowe

+ + +

Dyrektor Turnieju

+ + +

Telefon

+ + +

Zapisy

+ + +

Dodatkowe informacje

+ + + +
+
+ + + \ No newline at end of file diff --git a/frontend/dodawanie turnieju/logo_padel.jpeg b/frontend/dodawanie turnieju/logo_padel.jpeg new file mode 100644 index 0000000..dde8f3e Binary files /dev/null and b/frontend/dodawanie turnieju/logo_padel.jpeg differ diff --git a/frontend/dodawanie turnieju/style.css b/frontend/dodawanie turnieju/style.css new file mode 100644 index 0000000..7afbb34 --- /dev/null +++ b/frontend/dodawanie turnieju/style.css @@ -0,0 +1,49 @@ +@import "header.css"; + +body { + background-color: #EBEBEB; +} + +.form { + width: 50%; + height: 800px; + background-color: #FFFFFF; + /*form na środku strony*/ + margin: auto; + justify-content: center; + align-items: center; + padding-left: 40px; + padding-top: 15px; +} + + +.container { + height: 100%; + width: 100%; + display: flex; + justify-content: flex-end; +} + +.descriptor { + /* Kategorie */ + width: 326px; + height: 42px; + left: 254px; + top: 554px; + + margin-bottom: 0px; + margin-top: 0px; + + /* H3 */ + /*font-family: 'Montserrat';*/ + font-size: 20px; + line-height: 42px; + + /* identical to box height, or 150% */ + display: flex; + align-items: center; + + /* DARK GREY */ + color: #828282; + +} diff --git a/frontend/drabinka/css/round.css b/frontend/drabinka/css/round.css index f61cf60..eace4a0 100644 --- a/frontend/drabinka/css/round.css +++ b/frontend/drabinka/css/round.css @@ -3,6 +3,7 @@ display: flex; flex-direction: column; justify-content: center; + /*szerokość całej drabinki*/ width: 250px; list-style: none; padding: 0; diff --git a/frontend/drabinka/css/style.css b/frontend/drabinka/css/style.css index fd611eb..880929a 100644 --- a/frontend/drabinka/css/style.css +++ b/frontend/drabinka/css/style.css @@ -3,10 +3,6 @@ @import "round.css"; -/* - * Flex Layout Specifics -*/ - body { background-color: #C0C0C0; font-family: sans-serif; @@ -88,9 +84,6 @@ header>p { align-items: center; } -/* - * Flex Layout Specifics -*/ main { display: flex; flex-direction: row; diff --git a/frontend/drabinka/index.html b/frontend/drabinka/index.html index 9feed64..96c5b1c 100644 --- a/frontend/drabinka/index.html +++ b/frontend/drabinka/index.html @@ -16,18 +16,21 @@
- Wiadomości - Kalendarz turniejów - Ranking - Wyniki - Kontakt + Turnieje + Rozgrywki + Ustawienia + Panel uczestnika JM
+ + +

+
-

Padel tournament

+
diff --git a/frontend/logowanie/index.html b/frontend/logowanie/index.html index 48d3360..66a5347 100644 --- a/frontend/logowanie/index.html +++ b/frontend/logowanie/index.html @@ -5,7 +5,7 @@ - Padel Tournaments System + Paddle tournament system @@ -18,11 +18,11 @@
-
-
- -
-
+ +
+ +
+
Zapomniałeś hasła?
diff --git a/frontend/logowanie/style.css b/frontend/logowanie/style.css index 4776772..7d1760e 100644 --- a/frontend/logowanie/style.css +++ b/frontend/logowanie/style.css @@ -20,10 +20,6 @@ html { text-align: center; } -.container { - height: 100vh; -} - .form { width: 50%; height: 40%; @@ -59,4 +55,5 @@ html { font-size: 12px; padding: 5px 15px; width: 50%; -} \ No newline at end of file +} +