Skip to content

Commit

Permalink
Merge pull request #31 from broliver12/develop
Browse files Browse the repository at this point in the history
Update some wording
  • Loading branch information
broliver12 authored Dec 22, 2023
2 parents 19be399 + acaf42f commit 20bc5a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/content/AboutContent.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const aboutContent = () => {
return {
'title': 'About Me',
'paragraph_one': 'Hello! My name is Oliver, and I\'m a friendly and enthusiastic software developer. I started programming during my first year of university; I quickly became obsessed with computers, and focused my studies on software & robotics. My passion for Front-End development started with my love for Art, and has grown into an ability to create beautiful, intuitive apps.',
'paragraph_two': 'I joined Konrad Group because I saw an opportunity to work with world class clients, and join a team of truly awesome people. Four years later, I love the team and I\'m still learning every sprint.',
'paragraph_three': 'Outside of programming, I spend most of my time walking my dog, Indigo! She needs a LOT of exercise. I also like to listen to live music, and when possible, I travel internationally to learn more about other people and cultures.',
'paragraph_one': 'Hello! My name is Oliver, and I\'m a friendly and enthusiastic software developer. I started programming during my first year of university; I quickly became obsessed with computers, and focused my studies on software & robotics. My passion for Front-End development started with my love for Art, and I pride myself on my ability to create beautiful, intuitive apps.',
'paragraph_two': 'I joined Konrad Group because I saw an opportunity to work with world class clients, and a team of incredible engineers. Five years later, I\'m still learning every sprint.',
'paragraph_three': 'Outside of programming, I spend most of my time walking my dog, Indigo! I also like to listen to live music, and travelling internationally to learn more about other people and cultures.',
}
}
export default aboutContent
15 changes: 9 additions & 6 deletions src/content/JobContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ const jobContent = () => {
'title': 'Professional Experience',
'jobs': [{
'company': 'Konrad Group',
'title': 'Software Developer',
'title': 'Sr. Software Developer',
'description': [
{
'body': 'Over my four years at Konrad I\'ve worked with some of our largest clients to transform both their mobile technology, and digital presence.',
'body': 'Over my five years at Konrad I\'ve worked with some of our largest clients to transform their mobile technology and digital presence.',
},
{
'body': 'As an Android developer I work primarily in Kotlin and Java. However, I\'ve also had the opportunity to explore front-end technologies like Flutter and React.',
},
{
'body': 'My favorite part about software consulting is that I\'m constantly learning, and being put into unique and challenging situations.',
},
{
'body': 'Previously: Software Developer, Associate Software Developer',
},
],
'start': '11/09/18',
'end': '-',
Expand Down Expand Up @@ -43,13 +46,13 @@ const jobContent = () => {
'title': 'Engineering Intern',
'description': [
{
'body': 'I was tasked with developing an app for controlling the robotics and conveyor systems at GM Oshawa.',
'body': 'Developed an app for controlling the robot and conveyor systems at GM Oshawa.',
},
{
'body': 'The old touchpads needed to be replaced - but it was too costly to re-train all the employees to use the default software on the new touchpads.',
'body': 'The old touchpads needed to be replaced - but re-training staff was too expensive.',
},
{
'body': 'I independently created a protocol that converted the robot control files to the new system\'s expected format. This saved countless hours of manual work. I also created a complete working user interface that was an exact visual copy of the legacy system, in order to facilitate the transition for robot control staff.',
'body': 'I created a protocol for converting robot control data to the new system\'s expected format. This saved countless hours of manual work. I also created a custom UI that mimicked the legacy system, in order to make the transition easier for robot control staff.',
},
],
'start': '31/05/17',
Expand All @@ -69,7 +72,7 @@ const jobContent = () => {
'body': 'Working in a busy kitchen taught me about the importance of organization, communication and teamwork.',
},
{
'body': 'By continuously improving our processes, we were able to serve delicious food, and keep the restaurant running efficiently.'
'body': 'By continuously improving our processes, we were able to serve great food, and keep the restaurant running efficiently.'
}
],
'start': '31/05/16',
Expand Down
2 changes: 1 addition & 1 deletion src/content/NavbarContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const navbarContent = () => {
'buttons': [
'About',
'Experience',
'Portfolio',
'Projects',
'Contact'
],
'resume_cta': 'Resume'
Expand Down
2 changes: 1 addition & 1 deletion src/page_sections/projects/ProjectsSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function ProjectsSection() {
const [shown, setShown] = useState(2)

return (
<div id="portfolio">
<div id="projects">
<div className="projectsSectionContainer">
<div className="projectsTitleBar">
<div className="projectsTitleDecoration" />
Expand Down

0 comments on commit 20bc5a7

Please sign in to comment.