diff --git a/src/sections/Careers/careers.style.js b/src/sections/Careers/careers.style.js index 27ed6d5faff9..fbfad89b6a95 100644 --- a/src/sections/Careers/careers.style.js +++ b/src/sections/Careers/careers.style.js @@ -23,11 +23,12 @@ p { .videoText { flex-wrap: nowrap; margin: auto; - margin-top: 4rem; + margin-top: 8rem; + display: flex; + align-items: center; + gap: 2rem; } .introText{ - width: 50%; - clear:both; margin-top: 9rem; } .introText h1{ diff --git a/src/sections/Careers/img/layer5-culture.png b/src/sections/Careers/img/layer5-culture.png new file mode 100644 index 000000000000..4023ce4a8039 Binary files /dev/null and b/src/sections/Careers/img/layer5-culture.png differ diff --git a/src/sections/Careers/img/open-source.png b/src/sections/Careers/img/open-source.png new file mode 100644 index 000000000000..d4335fdbdf2f Binary files /dev/null and b/src/sections/Careers/img/open-source.png differ diff --git a/src/sections/Careers/index.js b/src/sections/Careers/index.js index d3a889febdb5..327a7ed94cb3 100644 --- a/src/sections/Careers/index.js +++ b/src/sections/Careers/index.js @@ -4,11 +4,12 @@ import { Container } from "../../reusecore/Layout"; import { Row } from "../../reusecore/Layout"; import PageHeader from "../../reusecore/PageHeader"; import InternshipPage from "./Careers-Internship-grid"; -import Lee_giveaway from "../../assets/images/careers/Lee-giving-away-free-t-shirts-at-UT-Austin.jpeg"; +import Five from "../../sections/Community/Community-pictures/community.png"; import JoinCommunity from "../Community/Join-community"; import CareersSectionWrapper from "./careers.style"; -const Lee_and_Rigs = "../../assets/images/careers/Lee-and-Rigs-Caballero-of-Google.jpeg"; +const Five_image = "./img/open-source.png"; +const Layer5_culture = "./img/layer5-culture.png"; const CareersPage = () => { return ( @@ -29,7 +30,7 @@ const CareersPage = () => {

- +
@@ -43,15 +44,8 @@ const CareersPage = () => {

You should... pay attention to detail and take pride in your work. Know when to prioritize and have the discipline to adhere to those priorities. Focus on the customer. Pay it forward and enable others. Bring solutions with the problems. Take out the trash (do grunt work) as needed.

-
-