diff --git a/assets/css/main.css b/assets/css/main.css index 46febbc..3e1154a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -6,14 +6,8 @@ body { margin: 0; padding: 0em; height: 100%; - /* overflow: auto; */ - /* width: 100vh; */ } -/* button.button { - padding: 0.5em 1em 0.5em 1em; -} */ - nav { display: flex; gap: 1em; @@ -21,6 +15,7 @@ nav { padding: 0.5em; width: 100%; transition: all 0.2s ease; + overflow: auto; z-index: 99; } @@ -28,10 +23,6 @@ nav .button#navButton { margin: 0; } -/* nav .button.primary { - margin-left: auto; -} */ - nav > .language-switcher { display: flex; justify-content: flex-end; @@ -45,8 +36,8 @@ nav > .language-switcher > select { } nav.scrolled { - background: var(--bg-color); /* Change as needed */ - box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Example shadow, adjust as needed */ + background: var(--bg-color); + box-shadow: 0 2px 4px rgba(0,0,0,0.1); } nav a.nav-logo { @@ -72,11 +63,17 @@ nav .nav-container { color: white; } +.content-container { + padding: 1em; + width: 100%; + display: flex; + justify-content: center; +} + .content { display: flex; flex-direction: column; - /* height: 100vh; */ - padding: 1em; + max-width: 70%; } div.notice { @@ -87,7 +84,6 @@ div.notice { flex-direction: column; align-items: center; text-align: center; - /* background-color: gray; */ } div.notice p { diff --git a/assets/i18n/en.json b/assets/i18n/en.json index 6d0c3a4..a208ca8 100644 --- a/assets/i18n/en.json +++ b/assets/i18n/en.json @@ -3,7 +3,7 @@ "links": { "git": "Git", "forum": "Forum", - "signup": "Sign Up" + "signup": "Signup" } }, "home": { diff --git a/index.html b/index.html index d8000b3..b9d7934 100644 --- a/index.html +++ b/index.html @@ -33,42 +33,44 @@

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

-
-
-

Services

-

Services hosted by students, for students, at the TBZ.

-
-
-

Forum

-

Join in on the conversation! Our forum is your go-to destination for all things TBZ. Here, we can exchange problems and issues we're facing, and help each other out!

-
- Visit +
+
+
+

Services

+

Services hosted by students, for students, at the TBZ.

+
+
+

Forum

+

Join in on the conversation! Our forum is your go-to destination for all things TBZ. Here, we can exchange problems and issues we're facing, and help each other out!

+
+ Visit +
+
+
+

Git Forge

+

Collaborate on projects with our Git repository and ditch Gitlab and Github. Powered by Forgejo, you get a massive featureset and maximum reliability.

+
+ Visit +
+
+
+

SSO

+

One Account for all things TBZ Community! Log in with a singular account, and forget to re-set passwords individually (because you don't have to, anymore).

+
+ Visit +
-
-

Git Forge

-

Collaborate on projects with our Git repository and ditch Gitlab and Github. Powered by Forgejo, you get a massive featureset and maximum reliability.

-
- Visit -
+
+
+

What're you waiting for?

+

Ready to dive in? Join us now and start contributing to the TBZ Community Hub.

+ -
-

SSO

-

One Account for all things TBZ Community! Log in with a singular account, and forget to re-set passwords individually (because you don't have to, anymore).

-
- Visit -
-
-
-
-
-

What're you waiting for?

-

Ready to dive in? Join us now and start contributing to the TBZ Community Hub.

- -
+ +