diff --git a/frontend/logowanie/index.html b/frontend/logowanie/index.html index 99358d8..347fd45 100644 --- a/frontend/logowanie/index.html +++ b/frontend/logowanie/index.html @@ -26,7 +26,7 @@
Zapomniałeś hasła?
- Nie masz konta? Zajerestruj się + Nie masz konta? Zajerestruj się diff --git a/frontend/rejestracja/index.html b/frontend/rejestracja/index.html new file mode 100644 index 0000000..f623997 --- /dev/null +++ b/frontend/rejestracja/index.html @@ -0,0 +1,95 @@ + + + + + + + + Padle tournament system + + + + + + +
+
+
+

Rejestracja

+ + + + +
+ + + + + + +
+ + + + + +
+ + + + + +
+ + + + + + +
+ + + + + + + + +
+
+ +
+
+
+ Zapomniałeś hasła? +
+ Masz już konto? Zaloguj się +
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/frontend/rejestracja/mezczyzna_padel.jpg b/frontend/rejestracja/mezczyzna_padel.jpg new file mode 100644 index 0000000..34297f1 Binary files /dev/null and b/frontend/rejestracja/mezczyzna_padel.jpg differ diff --git a/frontend/rejestracja/style.css b/frontend/rejestracja/style.css new file mode 100644 index 0000000..288db7d --- /dev/null +++ b/frontend/rejestracja/style.css @@ -0,0 +1,61 @@ +html { + background-image: url(mezczyzna_padel.jpg); + background-attachment: fixed; + background-size: cover; +} + +.container { + display: flex; + height: 100vh; + justify-content: center; + align-items: center; +} + +.form { + width: 50%; + height: 40%; + background-color: #EBEBEB; + display: flex; +; + justify-content: center; + align-items: center; +} + +.myButton { + background-color: #14A6F9; + border-radius: 28px; + display: inline-block; + cursor: pointer; + color: #ffffff; + font-family: Arial; + font-size: 12px; + padding: 5px 15px; + width: 50%; + align-content: center; +} + +/* ----- +SVG Icons - svgicons.sparkk.fr +----- */ + +.svg-icon { + width: 1em; + height: 1em; + /*background-color: #EBEBEB;*/ +} + +.svg-icon path, +.svg-icon polygon, +.svg-icon rect { + fill: #4691f6; +} + +.svg-icon circle { + stroke: #4691f6; + stroke-width: 1; +} + +form i { + margin-left: -30px; + cursor: pointer; +} \ No newline at end of file