Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Career page #783

Merged
merged 10 commits into from
Sep 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/images/careers/digital-marketing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/careers/gsod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/careers/layer5-tag-linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/careers/product-engineering-internship.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/careers/ux-designer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/layer5/cb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/pages/careers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import React from "react";
import { ThemeProvider } from "styled-components";

import Layout from "../components/layout";
import SEO from "../components/seo";

import Navigation from "../sections/Navigation";
import Footer from "../sections/Footer";
import Careers from "../sections/Careers";

import { GlobalStyle } from "../sections/app.style";
import theme from "../theme/hosting/themeStyles";

const careers = () => (
<ThemeProvider theme={theme}>
<Layout>
<GlobalStyle />
<SEO title="Careers" />
<Navigation />
<Careers />
<Footer />
</Layout>
</ThemeProvider>
);

export default careers;
241 changes: 241 additions & 0 deletions src/sections/Careers/careers.style.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,241 @@
import styled from "styled-components";

const CareersSectionWrapper = styled.div`
.project{
box-shadow: 0px 0px 30px ${props => props.theme.shadowLightColor};
min-height: 280px;
padding: 5px;
transition: 0.2s ease;
border-radius: 4%;
position: relative;
background-color: white;
margin-top: 20px;
marging-bottom: 20px;
margin-left: 6px;
margin-right: 6px;
}
.project:hover{
transform: scale(1.08);
transition: 0.2s ease;
z-index: 3000;
}
@media only screen and (max-width: 600px) {
.project{
margin-left: 15px;
margin-right: 15px;
}
}
.blue{
color: rgb(29, 49, 108);
}
element.style {
font-size: 0.7em;
padding-bottom: 40px;
padding-top: 10px;
width: 300px;
}
a {
text-decoration: none;
}
.post-title{
text-align: center;
color: #1D316C;
font-size: 2rem;
margin: 1.46rem 0 1.168rem 0;
line-height: normal
}
.banner-btn.one{
background: #EBC017;
color: #fff;
&:hover{
background: #EAD07D;
color: #333;
}
}
.flex-div{
flex-grow: 0.25;
}
.card-content{
position: relative;
float: right;
}
.card-content1{
position: relative;
float: center;
vertical-align: bottom;
}
h3{
text-align: center;
color: aliceblue;
}
.participate{
font-size: 21px;
padding-bottom: 40px;
padding-top: 10px;
width: 300px;
}
.link{
color: white;
}
padding: 140px 0 60px 0;
position: relative;
.CTA-content{
h2{
font-size: 40px;
line-height: 56px;
font-weight: 600;
margin-bottom: 30px;
}
p{
font-weight: 300;
margin-bottom: 45px;
}
}
@media (max-width:400px){
.card-content{
position:relative;
float:none;
margin-left: 0px;
overflow: hidden;
}
.card-content iframe{
border: 0;
height: 100%;
width: 100%;
left:0;
top:0;
}}
padding: 95px 0 50px 0;

.fetures-icon-block{
height: 170px;
width: 170px;
display: flex;
display: block;
margin: 0 auto;
align-items: center;
margin-bottom: 25px;
position: relative;

img{
display: block;
margin: 0 auto;
}
}
.fetures-block{

.fetures-icon-block{
&:before{
position: absolute;
display: inline-block;
top: -3px;
right: 0px;
height: 70px;
width: 70px;
content: '';
border-radius: 50%;
z-index: -1;
opacity: 0;
transition: all 0.3s linear;
}
}
&:hover{
.fetures-icon-block{
&:before{
opacity: 1;
right: -10px;
}
}
}
h3{
font-size: 22px;
margin-bottom: 15px;
font-weight: 600;
line-height: 30px;
}
p{
margin: 0 0 50px 0;
font-weight: 300;
}
}
@media only screen and (max-width: 912px) {
padding: 80px 0 0px 0;
}
@media only screen and (max-width: 760px) {
padding: 80px 0 50px 0;
}
@media only screen and (max-width: 568px) {
.fetures-block{
text-align: center;
}
.fetures-icon-block{
margin: 0 auto 25px auto;
}
}
img{
display: block;
margin: 0 auto;
}
.grid{
margin-top: 2px;
}
.project__block__inner {
box-shadow: 0px 0px 30px ${props => props.theme.shadowLightColor};
padding-top: 4%;
padding-right: 4%;
padding-left: 4%;
margin: 15px;
min-height: 410px;
border-radius: 4%;
position: relative;
h3{
margin-bottom: 20px;
font-weight: 400;
}
p{
font-size: 16px;
font-weight: 400
}
a{
position: absolute;
right: 15%;
bottom: 16%;
width: 30px;
transition: all 0.8s cubic-bezier(0.3,0.8,0.2,1) 0s;
img{
margin: 0;
width: 30px;
height: auto;
}
}
.project__block__inner {
box-shadow: 0px 0px 30px ${props => props.theme.shadowLightColor};
padding: 4%;
margin: 15px;
min-height: 450px;
border-radius: 4%;
position: relative;
h3{
margin-bottom: 20px;
font-weight: 400;
}
p{
font-size: 16px;
font-weight: 400
}
a{
position: absolute;
right: 15%;
bottom: 16%;
width: 30px;
transition: all 0.8s cubic-bezier(0.3,0.8,0.2,1) 0s;
img{
margin: 0;
width: 30px;
height: auto;
}
}

`;

export default CareersSectionWrapper;
Loading