From 3ce3a6e8950ba223323c47c069ced5edccfd889e Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Wed, 15 Apr 2020 15:03:57 -0400 Subject: [PATCH 1/3] Adding some spaces lets the years break This fixes the overrun that happens on mobile devices. --- src/app/resume/resume.component.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/resume/resume.component.html b/src/app/resume/resume.component.html index f1c8972..c279bf1 100644 --- a/src/app/resume/resume.component.html +++ b/src/app/resume/resume.component.html @@ -30,7 +30,7 @@
- 2012-2015 + 2012 - 2015
Computer Science. Baldwin Wallace University
@@ -44,7 +44,7 @@
- 2018-Present + 2018 - Present
IT Apps Programmer Senior. Progressive Insurance, Mayfield Heights, OH. @@ -56,8 +56,7 @@
- 2017-2018
- 2016-2017 + 2016 - 2018
Developer II. Hyland Software, Westlake, OH.
@@ -72,7 +71,7 @@
- May-Aug 2015 + May - Aug 2015
IT Intern. Parker Hannifin, Elyria, OH. @@ -84,7 +83,7 @@
- Jan-May 2015 + Jan - May 2015
Mobile Application Developer. OEConnection, Richfield, OH. From 3f57e15aeb83753d7dad40b3432783984394a57c Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Wed, 15 Apr 2020 15:36:11 -0400 Subject: [PATCH 2/3] Add horizontal padding --- src/app/resume/resume.component.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/resume/resume.component.html b/src/app/resume/resume.component.html index c279bf1..55e3a68 100644 --- a/src/app/resume/resume.component.html +++ b/src/app/resume/resume.component.html @@ -1,5 +1,5 @@
-
+

Cameron Cordes

Android | iOS | Web

headshot photo @@ -15,11 +15,7 @@

Tools

- IntelliJ/Android Studio
- XCode
- Vim
- Git
- TFS
+ IntelliJ/Android Studio, XCode, Vim, Git, TFS

From 1f76bea667aed9b8f6563ee9b1eeba22e0266dd2 Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Wed, 15 Apr 2020 15:53:01 -0400 Subject: [PATCH 3/3] Improve Home headshot photo sizing Use columns instead of a percent, which has better breaks in mobile and desktop layouts. --- src/app/home/home.component.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index d79abbb..8b3414e 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,9 +1,10 @@
- - -
- headshot photo +
+
+ headshot photo +
+

Cameron Cordes