From 8a5b934a08e76924e1f00e3639b71d9cf2018733 Mon Sep 17 00:00:00 2001 From: iitzIrFan Date: Wed, 15 Jan 2025 11:59:20 +0530 Subject: [PATCH] Join Us Section is UI / UX Update --- public/css/style.css | 59 ++++++++++++++++++++++++++++++++++++++ public/index.html | 68 +++++++++++++++++++++++++------------------- 2 files changed, 98 insertions(+), 29 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index fc113cf..0a9d4dc 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -2567,4 +2567,63 @@ body { background-color: #0056b3; /* Darker shade for hover */ +} + +#why-join-us { + padding: 60px 20px; + background-color: #f9f9f9; + text-align: center; +} + +.section-title { + font-size: 32px; + font-weight: 700; + margin-bottom: 40px; + color: #333; +} + +.cards { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 20px; +} + +.card { + background-color: #fff; + border-radius: 12px; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); + padding: 20px; + width: 100%; + max-width: 300px; + transition: transform 0.3s, box-shadow 0.3s; +} + +.card:hover { + transform: translateY(-10px); + box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); +} + +.icon { + font-size: 40px; + margin-bottom: 15px; + color: #007BFF; +} + +.card h3 { + font-size: 24px; + margin-bottom: 10px; + color: #333; +} + +.card p { + font-size: 16px; + color: #666; +} + +/* Responsive Design */ +@media (max-width: 768px) { + .cards { + flex-direction: column; + } } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 064260b..f32520c 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ - + @@ -377,34 +377,44 @@

Career Opportunities

-
-

Why Join Us

-
-
- -

"At Research Nexas", we believe in the power of collaboration to drive innovation. We're - looking for bold thinkers and creators to join us in transforming ideas into real-world - solutions. - When you join us, you become part of a dynamic community that fosters creativity, growth, and - impact. Together, we’ll push boundaries, explore new possibilities, and shape the future. Ready - to make a difference? Let's innovate together.

-
-
- -

we bring together innovators, creators, and visionaries to turn bold ideas into real-world - solutions.By joining us, you’ll be part of a collaborative environment where your ideas can - flourish and make a tangible impact. We offer the resources, network, and support to help you - push boundaries and achieve your full potential. Together, we’ll drive innovation and shape the - future of progress.

-
-
- -

Join and become part of a dynamic community that believes in the power of - collaboration to foster innovation. Here, your creativity and ideas are valued, and you’ll work - alongside talented professionals to transform concepts into impactful solutions. If you're ready - to explore new possibilities, grow your skills, and make a difference, this is the place for - you. Together, let’s innovate and build a better tomorrow.

+
+
+

Why Join Us?

+
+
+
💼
+

Professional Growth

+

"At Research Nexas", we believe in the power of collaboration to drive innovation. We're + looking for bold thinkers and creators to join us in transforming ideas into real-world + solutions. + When you join us, you become part of a dynamic community that fosters creativity, growth, + and + impact. Together, we’ll push boundaries, explore new possibilities, and shape the future. + Ready + to make a difference? Let's innovate together

+
+
+
🌐
+

Global Networking

+

we bring together innovators, creators, and visionaries to turn bold ideas into real-world + solutions.By joining us, you’ll be part of a collaborative environment where your ideas can + flourish and make a tangible impact. We offer the resources, network, and support to help + you + push boundaries and achieve your full potential. Together, we’ll drive innovation and shape + the + future of progress.

+
+
+
🚀
+

Innovative Projects

+

Join and become part of a dynamic community that believes in the power of + collaboration to foster innovation. Here, your creativity and ideas are valued, and you’ll + work + alongside talented professionals to transform concepts into impactful solutions. If you're + ready + to explore new possibilities, grow your skills, and make a difference, this is the place for + you. Together, let’s innovate and build a better tomorrow.

+