From d54e7d2fe2cd7e9883f8e8393d62c8a659784961 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 11 Nov 2025 09:39:59 +0530 Subject: [PATCH] style(zenith-hall): Improve responsive design and layout for Zenith Hall page - Refactor hero section with responsive padding and sizing - Adjust background blur elements for better mobile responsiveness - Reduce text sizes and spacing for smaller screen breakpoints - Simplify search and filter controls for mobile compatibility - Update grid layout to be more responsive across device sizes - Optimize text content for better readability on smaller screens - Enhance mobile-first approach with tailored sizing and spacing - Improve overall visual hierarchy and layout adaptability --- app/zenith-hall/page.tsx | 80 ++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/app/zenith-hall/page.tsx b/app/zenith-hall/page.tsx index 575fcb13..8513565e 100644 --- a/app/zenith-hall/page.tsx +++ b/app/zenith-hall/page.tsx @@ -72,7 +72,7 @@ export default function ProjectsPage() {
{/* Hero Section */} -
+
-
-
+
+
-
-
+
+
-
-
-

+

Zenith Hall

-

- A tribute to Codeunia's finest minds who have risen above challenges with exceptional skill and innovation. Here, we showcase our best members whose remarkable projects and achievements reflect technical excellence, creative problem-solving, and the spirit of collaboration that defines our community. +

+ Showcasing exceptional projects from our most talented members. Discover remarkable achievements that reflect technical excellence, creative problem-solving, and collaborative innovation.

-
-
+
+
{/* Search and Filter Controls */} -
+
- + setSearchTerm(e.target.value)} />
- - + Filter by Expertise Areas {allTags.map((tag) => ( @@ -153,7 +153,7 @@ export default function ProjectsPage() {
-
+
{filteredProjects.map((project, index) => (
@@ -166,28 +166,28 @@ export default function ProjectsPage() {
- +
- +
- + {project.project_name} - + {project.description}
- -
+ +
{project.tags.map((tag) => ( -
-
- - Created by {project.intern_name} +
+
+ + Created by {project.intern_name}
-
+