diff --git a/src/Components/Careers/CareersPage.js b/src/Components/Careers/CareersPage.js index 516cd08f..d4e0375c 100644 --- a/src/Components/Careers/CareersPage.js +++ b/src/Components/Careers/CareersPage.js @@ -1,57 +1,77 @@ -import React from 'react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faSearch, faRocket, faHeart } from '@fortawesome/free-solid-svg-icons'; -import './careers.css' -import homeIcon from '../../img/homeicon.png'; -import { Link } from 'react-router-dom'; - +import React from "react"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; +import { faSearch, faRocket, faHeart } from "@fortawesome/free-solid-svg-icons"; +import "./careers.css"; +import homeIcon from "../../img/homeicon.png"; +import { Link } from "react-router-dom"; const careers = () => { const handleResume = () => { - var link = "mailto:abc@unicollab.com" + var link = "mailto:abc@unicollab.com"; window.location.href = link; - } + }; return ( <> Home -
- +
Let's build from here, together
-
Join our team and accelerate human progress through innovative developer collaboration.
+
+ Join our team and accelerate human progress through innovative + developer collaboration. +
- +
-
Who we are. What we believe.
+
+ Who we are. What we believe. +
- - What + + What +
+
+ The premier developer platform for fostering collaboration and + innovation.
-
The premier developer platform for fostering collaboration and innovation.
- - Why + + Why +
+
+ Accelerate human progress through developer collaboration.
-
Accelerate human progress through developer collaboration.
- - How + + How +
+
+ Our values guide our interactions, decision-making, and how we + engage with each other.
-
Our values guide our interactions, decision-making, and how we engage with each other.
@@ -92,28 +112,87 @@ const careers = () => {
-
UniCollab is where the future works
-
Every day, we refine, iterate, and explore ways to improve work for everyone. Join us in creating a better future of work—one that is more connected, inclusive, and flexible.
+
+ UniCollab is where the future + works +
+
+ Every day, we refine, iterate, and explore ways to improve work for + everyone. Join us in creating a better future of work—one that is + more connected, inclusive, and flexible. +
- + + + + + +
Connected
-
We come together wherever we are - across time zones, regions, offices and screens.
+
+ We come together wherever we are - across time zones, regions, + offices and screens. +
- - - - - + + + + +
Inclusive
-
Our teams reflect the rich diversity of our world, with equitable access to opportunity for everyone.
+
+ Our teams reflect the rich diversity of our world, with + equitable access to opportunity for everyone. +
- - + + @@ -127,45 +206,68 @@ const careers = () => {
Flexible
-
We believe in your freedom to work when and how you work best, to help us all thrive.
+
+ We believe in your freedom to work when and how you work best, + to help us all thrive. +
-
"Working at UniCollab has been transformative. The platform's commitment to fostering collaboration among students from different universities is inspiring. UniCollab values innovation and nurtures a supportive environment where ideas flourish. It's a privilege to shape the future of student collaboration here."
+
+ "Working at UniCollab has been transformative. The platform's + commitment to fostering collaboration among students from + different universities is inspiring. UniCollab values innovation + and nurtures a supportive environment where ideas flourish. It's a + privilege to shape the future of student collaboration here." +
- Taylor, Engineer
-
"Joining UniCollab has been rewarding. The platform's dedication to breaking down barriers between universities and promoting knowledge sharing is unmatched. UniCollab's emphasis on creativity and teamwork has empowered me to grow both personally and professionally. It's exciting to contribute to revolutionizing how students learn and innovate together."
+
+ "Joining UniCollab has been rewarding. The platform's dedication + to breaking down barriers between universities and promoting + knowledge sharing is unmatched. UniCollab's emphasis on creativity + and teamwork has empowered me to grow both personally and + professionally. It's exciting to contribute to revolutionizing how + students learn and innovate together." +
- Stanley, Designer
-
Open Positions
-
Explore our open roles for working totally remotely, from the office or somewhere in between.
+
+ Open Positions +
+
+ Explore our open roles for working totally remotely, from the office + or somewhere in between. +
1. Software Engineer - - Mumbai, India / Remote + Mumbai, India / Remote
2. Graphic Designer - - Gurgaon, India / Remote + Gurgaon, India / Remote
3. Data Analyst - - Banglore, India / Remote + Banglore, India / Remote
- +
- ) -} + ); +}; -export default careers +export default careers; diff --git a/src/Components/Careers/careers.css b/src/Components/Careers/careers.css index 11bda949..b586faaf 100644 --- a/src/Components/Careers/careers.css +++ b/src/Components/Careers/careers.css @@ -47,7 +47,8 @@ .container2Careers { width: 100vw; - height: 700px; + height: auto; + min-height: 700px; } .headingCareers2 { @@ -74,14 +75,18 @@ } .boxes1Careers { - width: 92vw; + width: 100vw; margin: auto; - height: 450px; + height: auto; +min-height: 425px; +justify-content: center; +flex-wrap: wrap; display: flex; } .box1Careers { - width: 100%; + width: auto; + max-width: 400px; padding: 45px; display: flex; flex-direction: column; @@ -118,11 +123,35 @@ } .box2aCareers { - height: 225px; + height: auto; display: flex; transition: transform 0.3s ease, background-color 0.3s ease; } - +@media only screen and (max-width:500px) { + .box2aCareers{ + flex-wrap: wrap; + margin-bottom: 20px; + } + .box1Careers{ + padding: 20px; + font-size: 15px; + } + .box1Careers{ + align-items: center; + } + .headingCareers3,.descriptionCareers3{ + font-size: 15px !important; + } + .Careeers2abdesc{ + font-size: 15px !important; + } + .container4Careers{ + gap: 50px; + flex-wrap: wrap; + margin-top: 50px !important; + margin-bottom: 50px; + } +} .box2aCareers:hover { transform: scale(1.05); background-color: #3228a7; @@ -130,6 +159,8 @@ .Careers2aa { width: 100%; + min-width: 300px; + height: 140px; display: flex; flex-direction: column; @@ -415,7 +446,7 @@ } .boxes4Careers { - width: 250px; + width: 90%; padding: 15px; border-radius: 20px; } @@ -429,7 +460,17 @@ .box4desc { font-size: 12px; } - +.boxes3Careers{ + flex-wrap: wrap; + height: auto; +} +.boxes3aCareers{ + height: auto !important; + +} +.boxes3aCareers li{ + font-size: 15px; +} .box3adesc ul li { line-height: 25px; } @@ -458,7 +499,7 @@ } .box4desc { - font-size: 10px; + font-size: 16px; } .descriptionCareers3 { @@ -471,7 +512,7 @@ } .boxes4Careers { - width: 200px; + width: 90%; height: auto; } }