commit a34bc75190e6ba3634eb776cb5928f9db41e67d0 Author: Stelian Tsekov Date: Tue Mar 5 17:50:01 2024 +0100 Initial Commit diff --git a/assets/css/home.css b/assets/css/home.css new file mode 100644 index 0000000..2bf2f01 --- /dev/null +++ b/assets/css/home.css @@ -0,0 +1,104 @@ +/* Home Styles */ + +/* general styles */ +.home.content { + align-items: center; + text-align: center; +} + +section { + display: flex; + flex-direction: column; + align-items: center; + margin: 2em; + width: 100%; +} + +/* header styles */ +.header { + width: 100%; + height: 100vh; + background: url(/assets/img/banner-tbz-tower-1600x879.jpg) no-repeat center; + background-size: cover; +} + +.header-container { + width: 100%; + height: 100%; + backdrop-filter: blur(5px) brightness(80%); + + display: flex; + flex-direction: column; + text-align: center; + align-items: center; + justify-content: center; +} + +.header h1, +.header p { + margin: 0; +} + +.header h1 { + font-weight: bold; + color: white; + font-size: 4em; +} + +.header p { + color: white; + font-size: 1.7em; +} + +.home.content h2 { + margin-bottom: 0.2em; +} + +.home.content p.subtitle { + margin-bottom: 1.5em; +} + +.button-container { + display: flex; + gap: 0.5em; + justify-content: center; + /* margin: 1em; */ +} + + +/* grid styles +.grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(18em, 1fr)); + gap: 1.5em; + justify-items: center; + align-items: center; + width: 56em; +} */ + +.row { + /* margin: 0 16em 0 16em; */ + margin: 0 auto 0 auto; +} + +.service { + display: flex; + flex-direction: column; + text-align: center; + background-color: lightgray; + border-radius: 1em; + padding: 0.8em; + transition: all ease-in-out 0.2s; +} + +.service h2 { + margin-top: 0.35em; +} + +.service .button-container { + margin: auto auto 0.35em auto; +} + +.service:hover { + transform: scale(1.02); +} \ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..539b5c1 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,33 @@ +body { + margin: 0; + padding: 0em; + height: 100%; + /* overflow: auto; */ + /* width: 100vh; */ +} + +/* button.button { + padding: 0.5em 1em 0.5em 1em; +} */ + +.content { + display: flex; + flex-direction: column; + /* height: 100vh; */ + padding: 1em; +} + +div.notice { + padding: 1em; + width: 100%; + box-sizing: border-box; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + /* background-color: gray; */ +} + +div.notice p { + margin: 0; +} \ No newline at end of file diff --git a/assets/img/banner-tbz-tower-1600x879.jpg b/assets/img/banner-tbz-tower-1600x879.jpg new file mode 100644 index 0000000..09618da Binary files /dev/null and b/assets/img/banner-tbz-tower-1600x879.jpg differ diff --git a/index-tbz.html b/index-tbz.html new file mode 100644 index 0000000..5116dc9 --- /dev/null +++ b/index-tbz.html @@ -0,0 +1,98 @@ + + + + + + TBZ Community Hub + + + +
+

Welcome to the TBZ Community Hub!

+

A student-driven platform for collaboration and innovation.

+
+ +
+

Main Features

+
+
+

Forum

+

Join the conversation! Our forum is your go-to destination for all things TBZ.

+
+
+

Git for Collaboration

+

Collaborate on projects like never before with our Git repository.

+
+
+
+ +
+

Additional Features and Services

+
+
+

Tutorials and Workshops

+

Information on upcoming educational events, coding bootcamps, and study sessions.

+
+
+

Resource Sharing

+

A place for sharing textbooks, lecture notes, and other educational materials.

+
+
+

Project Showcase

+

A gallery for students to showcase their projects and receive feedback.

+
+
+
+ +
+

Join the Community!

+

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

+ Join Us Now + Contribute to the Hub +
+ + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..d23842e --- /dev/null +++ b/index.html @@ -0,0 +1,61 @@ + + + + + + TBZ Community Hub + + + + + + +
+
+

Welcome to the TBZ Community!

+

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

+
+ +
+
+
+

Services

+

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

+
+
+

Forum

+

Join the conversation! Our forum is your go-to destination for all things TBZ.

+
+ Visit +
+
+
+

Git Forge

+

Collaborate on projects with our Git repository. Powered by Forgejo.

+
+ Visit +
+
+
+

Test

+

Lorem Ipsum Dolor Sit Amet This Is Random Bullshit To Fill This Card.

+
+ Visit +
+
+
+
+
+

What're you waiting for?

+

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

+ +
+
+
+

This is an unofficial community platform run by students, for students of the TBZ. For inquiries and support, please contact us here.

+

This website's been made using the chota CSS framework. You can find this site's source code here.

+
+ \ No newline at end of file