diff --git a/content/about.md b/content/about.md index c438a32..2b82233 100644 --- a/content/about.md +++ b/content/about.md @@ -14,7 +14,4 @@ That all said, though, there's more to me than where I was born, what I'm doing I'm also in a long-distance relationship with the most wonderful woman on the planet (I'll bet money on that!). I'm in California, USA, and she is in the Philippines. We're separated by about 7,133 miles. Due to the COVID-19 pandemic, we haven't seen each other in more than two years. Even so, we dedicate every Saturday (me) and Sunday (her) to a date day. When we can, we watch movies together using a website called TwoSeven, and we try to have deep discussions about life, love, and silliness. We truly cherish one another, and as soon as we can, we're going to unite once again. -I may write more about myself later, but I'll finish here for now. If you're still reading, it's very nice to meet you (or maybe know you already). - -My best regards, -Jacob \ No newline at end of file +I may write more about myself later, but I'll finish here for now. If you're still reading, it's very nice to meet you (or maybe know you already). \ No newline at end of file diff --git a/content/resume.json b/content/resume.json index 89fdc70..33160d0 100644 --- a/content/resume.json +++ b/content/resume.json @@ -2,7 +2,7 @@ "full_name": "Jacob S. Andersen", "phone_number": "805-345-5399", "email": "jacob@algorithmjunkie.com", - "current_goal": "I am currently focusing my energy on completing my degree in Computer Science before moving on to a full-time career as a Computer Scientist in the transportation sector.", + "current_goal": "I am currently focusing my energy on completing my degree in Computer Science before moving on to a full-time career as a Computer Scientist in the (ideally space) transportation sector.", "relevant_skills": [ "JavaScript and jQuery", "React and Vue", @@ -52,7 +52,7 @@ }, { "job_title": "Private E-1", - "company_name": "US Army", + "company_name": "U.S. Army", "start_date": "2016-07-26", "end_date": "2016-11-04", "highlights": [ diff --git a/layouts/default.vue b/layouts/default.vue index 52fe272..f7e0aa8 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/layouts/no-nav.vue b/layouts/no-nav.vue index d1681c7..4190604 100644 --- a/layouts/no-nav.vue +++ b/layouts/no-nav.vue @@ -1,6 +1,5 @@ \ No newline at end of file diff --git a/pages/about.vue b/pages/about.vue index 422ab96..e8847ef 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -12,9 +12,12 @@ useHead({ \ No newline at end of file diff --git a/pages/resume.vue b/pages/resume.vue index 6c48780..077281a 100644 --- a/pages/resume.vue +++ b/pages/resume.vue @@ -11,57 +11,105 @@ useHead({ \ No newline at end of file