Skip to content

Commit a424b2d

Browse files
committed
change print to fit lines better
1 parent 26b7b2d commit a424b2d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/App.style.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const Company = ({ name, location }) => (
4242
<Col as="h3" className="mb-0">
4343
{name}
4444
</Col>
45-
<Col as="h5" className="mb-0" xs="auto">
45+
<Col as="h5" className="mb-0" md="auto">
4646
{location}
4747
</Col>
4848
</Row>
@@ -54,7 +54,7 @@ export const Position = ({ title, time, duties }) => (
5454
<Col as="h4" className="my-2">
5555
{title}
5656
</Col>
57-
<Col as="h5" className="my-2" xs="auto">
57+
<Col as="h5" className="my-2" md="auto">
5858
{time}
5959
</Col>
6060
</Row>
@@ -90,5 +90,5 @@ export const SideList = ({ title, list }) => (
9090

9191
export const ExperienceList = styled(ListGroup).attrs({ variant: "flush" })``;
9292
export const Experience = styled(ListGroup.Item).attrs({
93-
className: "pl-0 pb-1"
93+
className: "pl-0"
9494
})``;

src/App.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ export default function App() {
5151
title="Senior Full Stack Developer - Scopus Core Team"
5252
time="Feb 2020 - Present"
5353
duties={[
54-
"Perform technical interviews to grow the team. Mentoring and 1 on 1's for junior / intermediate developers.",
55-
"Building a full design system and shared component library to unify the look and feel of all Scopus Products",
56-
"Involvement in major web stack migration to microservices and modern front-end technologies."
54+
"Perform technical interviews to grow the team. Mentoring and 1 on 1's for to improve team skills.",
55+
"Involved in building a design system and shared component library to unify the user experience",
56+
"Involvement in major web stack migration to microservices and micro front-end technologies."
5757
]}
5858
/>
5959
</Experience>
@@ -64,9 +64,9 @@ export default function App() {
6464
time="Mar 2019 – Sep 2019"
6565
duties={[
6666
"Build internal tools from feedback to dramatically improve mobile QA testing speed.",
67-
"Improve user experience by building mobile-specific features as well as improving any mobile usability issues",
68-
"Configure automation pipelines for QA, builds and deployment.",
69-
"Facilitate cross-team collaboration to improve the mobile experience in all parts of the app."
67+
"Improved mobile user experience and created a standard method for mobile-specific features",
68+
"Design and build automation pipelines for test builds, productions builds and deployment.",
69+
"Facilitate cross-team collaboration to improve the mobile experience in all parts of the company."
7070
]}
7171
/>
7272
<Position
@@ -88,8 +88,8 @@ export default function App() {
8888
duties={[
8989
"Support and maintain the existing Novus app which includes a user-facing website and a custom CMS.",
9090
"Designed a maintainable, reproducable app template that can be used across the Ingle product line. This dramatically reduced the amount of maintinence and bugs.",
91-
"Create new internal company app with data analytics, multiple sign-in routes and dynamic navigation features.",
92-
"Train interns and other employees on the team with pair programming and code reviews on each submission.",
91+
"Create custom internal app with analytics, multiple sign-in routes and dynamic navigation features.",
92+
"Train interns and other employees with pair programming and code reviews.",
9393
'Promote extra curricular coding activities like running a team "Advent Of Code" scoreboard.'
9494
]}
9595
/>

0 commit comments

Comments
 (0)