From 2bbe128b4a27de13924e36c92ae5151c57ba85fc Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:28:27 +0530 Subject: [PATCH 1/2] recreate careers page --- src/Components/Careers/careers.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Components/Careers/careers.css b/src/Components/Careers/careers.css index 4f82aef0..97c8874a 100644 --- a/src/Components/Careers/careers.css +++ b/src/Components/Careers/careers.css @@ -27,8 +27,8 @@ .searchCareers1 { display: flex; - gap: 0px; justify-content: center; + gap:1px; } .searchCareers1 input { @@ -121,8 +121,9 @@ .text2Careers{ color: white; font-size: 30px; - font-weight: bold; /* text-decoration: underline; */ + text-decoration: none; + font-weight: bold; } .Careers2abHeading{ display: flex; @@ -167,24 +168,23 @@ } .boxes4Careers{ width: 652px; - height: 500px; + height: 445px; /* outline: 5px solid #ff6347; */ padding: 40px; display: flex; flex-direction: column; - border: 2px solid #6052ff; - box-shadow: 7px 7px 32px 0 #6052ff; background-color: #13093d; border-radius: 50px; + border: 3px solid #6052ff; + box-shadow: 6px 6px 32px 0 #6052ff; } .box4desc{ text-align: justify; - /* font-size: 30px; */ - /* font-weight: bold; */ + font-size: 26px; + font-weight: 300; margin-bottom: 45px; - font-size: 25px; - font-weight: 400; - word-spacing: -1px; + word-spacing: -5px; + } .writerCareers{ font-size: 30px; From 8b93dd2ac46cf952f3601e90466d5b05488e08a8 Mon Sep 17 00:00:00 2001 From: Akshit Garg <153659573+AkshitGarg24@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:26:12 +0530 Subject: [PATCH 2/2] Made Contact Page Responsive --- .../footer_section/ContactUs/contact_us.css | 61 +++++++++++++++---- .../footer_section/ContactUs/contact_us.js | 4 +- yarn.lock | 5 -- 3 files changed, 52 insertions(+), 18 deletions(-) diff --git a/src/Components/footer_section/ContactUs/contact_us.css b/src/Components/footer_section/ContactUs/contact_us.css index be116441..36585675 100644 --- a/src/Components/footer_section/ContactUs/contact_us.css +++ b/src/Components/footer_section/ContactUs/contact_us.css @@ -28,24 +28,39 @@ height: auto; } -.box1, .box2, .box3, .box4 { +.box1, +.box2, +.box3, +.box4 { padding: 20px; - background-color: #1e1b3a; + background-color: #1e1b3a; border-radius: 10px; } -.box1:hover, .box2:hover, .box3:hover, .box4:hover { + +.box1:hover, +.box2:hover, +.box3:hover, +.box4:hover { background-color: #2a2747; - box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); + box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); outline: 3px solid white; border-radius: 15px; transition: 0.1s ease-in-out; } -.box1 h2, .box2 h2, .box3 h2, .box4 h2, .form h2 { + +.box1 h2, +.box2 h2, +.box3 h2, +.box4 h2, +.form h2 { text-decoration: underline; margin-bottom: 10px; } -.box1 p, .box2 p, .box3 p, .box4 p { +.box1 p, +.box2 p, +.box3 p, +.box4 p { font-size: large; margin: 5px 0; } @@ -54,7 +69,7 @@ padding: 20px; border: 3px solid white; border-radius: 15px; - background-color: #2a2747; + background-color: #2a2747; } .form h2 { @@ -76,13 +91,16 @@ font-size: medium; } -.form input, .form select, .form textarea, .form button { +.form input, +.form select, +.form textarea, +.form button { padding: 10px; margin-bottom: 15px; border-radius: 5px; border: 1px solid #ccc; font-size: medium; - background-color: #3a3756; + background-color: #3a3756; color: white; border-bottom: 4px solid aliceblue; } @@ -108,9 +126,30 @@ padding: 10px; height: 100px; resize: none; - background-color: #3a3756; + background-color: #3a3756; color: white; } -.contentInside a{ + +.contentInside a { font-size: large; +} + +@media only screen and (max-width : 600px) { + + .general, + .form { + scale: 0.8; + } +} + +@media only screen and (max-width : 500px) { + .containerContact { + display: flex; + flex-direction: column; + } + + .form, + .general { + scale: 0.9; + } } \ No newline at end of file diff --git a/src/Components/footer_section/ContactUs/contact_us.js b/src/Components/footer_section/ContactUs/contact_us.js index cfcda92a..9882eb4a 100644 --- a/src/Components/footer_section/ContactUs/contact_us.js +++ b/src/Components/footer_section/ContactUs/contact_us.js @@ -27,7 +27,7 @@ function ContactUs() { return (
- Home + Home
@@ -68,7 +68,7 @@ function ContactUs() { - +