diff --git a/assets/css/home.css b/assets/css/home.css index 2bf2f01..ef67dd8 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -32,6 +32,7 @@ section { text-align: center; align-items: center; justify-content: center; + padding: 0 2em 0 2em; } .header h1, diff --git a/assets/css/main.css b/assets/css/main.css index 539b5c1..e5e9fac 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,3 +1,7 @@ +:root { + --color-primary: #00A0E4; +} + body { margin: 0; padding: 0em; diff --git a/assets/css/signup.css b/assets/css/signup.css new file mode 100644 index 0000000..d5a7090 --- /dev/null +++ b/assets/css/signup.css @@ -0,0 +1,79 @@ +button.nopadding { + padding: 0; +} + +.blur { + display: block; + visibility: visible; + height: 100%; + width: 50%; + position: absolute; + backdrop-filter: blur(8px) brightness(80%); + top: 0; + left: 0; +} + +.signup.form { + width: fit-content; +} + +.signup.container { + padding: 2em; + display: flex; + justify-content: center; + align-items: center; + width: 50%; +} + +.signup.banner { + display: block; + visibility: visible; + content: ''; + width: 50%; + height: 100vh; + background: url(/assets/img/banner-tbz-tower-1600x879.jpg) no-repeat center; + background-size: cover; +} + +.content-container { + display: flex; +} + +.optional { + opacity: 0.75; +} + +.required { + color: red; +} + +.button-container { + display: flex; + gap: 0.5em; +} + +@media screen and (max-width: 800px) { + .content-container { + flex-direction: column; + flex-wrap: wrap; + } + + .signup.content.container { + width: 100%; + } + + .blur { + width: 100%; + height: 25vh; + } + + .signup.banner { + width: 100%; + height: 25vh; + } + + .signup.form { + min-width: min-content; + max-width: max-content; + } +} \ No newline at end of file diff --git a/assets/img/favicon.svg b/assets/img/favicon.svg new file mode 100644 index 0000000..bb06275 --- /dev/null +++ b/assets/img/favicon.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index d23842e..f8d9fe9 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,18 @@ - TBZ Community Hub + TBZ Community +

Welcome to the TBZ Community!

-

A student-driven hub for the TBZ students to collaborate and innovate.

+

A student-driven hub for the students of the Technische Berufsschule Zürich to collaborate and innovate.

diff --git a/signup/index.html b/signup/index.html new file mode 100644 index 0000000..d63c189 --- /dev/null +++ b/signup/index.html @@ -0,0 +1,70 @@ + + + + + + TBZ Community | Registration + + + + + + + + +
+
+ + +
+ +
+
+ + +