-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from remiilekun/new-updates
New updates
- Loading branch information
Showing
22 changed files
with
2,195 additions
and
1,878 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import React from 'react'; | ||
import styled from '@emotion/styled'; | ||
import { Content, Typography } from 'components/atoms'; | ||
|
||
const Wrapper = styled.section` | ||
background-image: url("/assets/img/delivery-i.png"); | ||
background-position: calc(100% + 4rem) 9rem; | ||
background-repeat: no-repeat; | ||
background-size: 28rem; | ||
padding-bottom: 20rem; | ||
padding-top: 5rem; | ||
${({ theme }) => theme.mq.md` | ||
background-position: calc(100% + 1rem) 50%; | ||
background-size: 30rem; | ||
padding-bottom: 8rem; | ||
padding-top: 8rem; | ||
`} | ||
${({ theme }) => theme.mq.lg` | ||
background-size: 40rem; | ||
padding: 12rem 0; | ||
`} | ||
${({ theme }) => theme.mq.xl` | ||
background-position: calc(100%) 50%; | ||
background-size: 70rem; | ||
padding: 20rem 0; | ||
`} | ||
`; | ||
|
||
export const ProjectsBanner = () => { | ||
return ( | ||
<Wrapper> | ||
<Content fluid> | ||
<Typography.Heading weight="bold">My Projects</Typography.Heading> | ||
</Content> | ||
</Wrapper> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,40 @@ | ||
export const companies = [ | ||
{ | ||
company: 'OPay', | ||
description: [ | ||
'Write reusable, performant code for internal projects.', | ||
'Work with product & design teams to build & maintain features on various projects.', | ||
'Engineer and maintain major features and functionalities across projects using ES6, React, Emotion, and integration of apis.', | ||
'Creating & Updating local API documentation using Gatsby & Markdown', | ||
'Developing competencies in backend tasks such as creating & consuming APIs and querying MongoDB & SQL databases.', | ||
], | ||
role: 'Frontend Developer', | ||
period: 'July 2020 - Present', | ||
id: 'opay', | ||
}, | ||
{ | ||
company: 'Groove Platforms', | ||
description: | ||
'Front end developer in charge on implementing code from designs for both web and mobile using React and React-Native frameworks.. ', | ||
description: [ | ||
'Translate designs to extendable, maintainable code for the uduX web and iOS apps.', | ||
'Engineer and maintain major features of uduX web apps using ES6, React, Emotion, Firebase, and integration of apis.', | ||
'Engineer a dynamic UI rendering system for screens. Hence improving easy re-ordering and modification of items on the app.', | ||
'Implement performant solutions to enhance optimization for maximum speed and scalability', | ||
'Integrate payment gateway for a secure way to pay for subscriptions.', | ||
], | ||
role: 'Frontend Developer', | ||
period: 'February 2019 - Present', | ||
period: 'March 2019 - July 2020', | ||
id: 'udux', | ||
}, | ||
{ | ||
company: 'Summitech Ltd', | ||
description: | ||
'Front end developer in charge on implementing code from designs for both web and mobile. \n Worked on several internal web projects using Javascript, HTML and CSS. ', | ||
description: [ | ||
'Write reusable, performant code for a diverse array of client and internal projects.', | ||
'Work with a variety of different languages, frameworks, and content management systems such as JavaScript, TypeScript, React, Vue, Gatsby Js, Angular, React-Native, NativeScript, Node.js, Wordpress e.t.c.', | ||
'Communicate and collaborate with teams of software engineers, UI/UX designers, project managers on a daily basis.', | ||
'Contribute to open source projects.', | ||
], | ||
role: 'Frontend Developer', | ||
period: 'June 2017 - February 2019', | ||
period: 'June 2017 - March 2019', | ||
id: 'summit', | ||
}, | ||
]; |
Oops, something went wrong.
ff113e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: