Update CV and front page

This commit is contained in:
Andrew Scott 2023-08-25 20:09:32 -04:00
parent 2f0b253f65
commit 49721d7a6b
Signed by: a
GPG key ID: 7CD5A5977E4931C1
2 changed files with 88 additions and 70 deletions

View file

@ -16,19 +16,13 @@ import TimeLineElement from "../components/cv/TimeLine.astro";
when I was in high school. Since then Ive built many more as well as a
few home servers to host my own cloud services. These experiences have led
me to become a strong proponent of free and open source software due to
its transparency, quality, innovation, and diversity.
</div>
<div class="mb-5">
Despite my interest in computing I had always considered it a hobby, and
my first degree was in Ethics, History, and Public Policy. I ended up
working in insurance for seven years until, unfortunately, I experienced
some health issues that forced me to leave the workforce altogether. It
was not a happy time, yet as with any life-changing event it also brought
new perspective. As I began to recover I realized that, despite the
setbacks, I had a very rare opportunity to pursue an entirely new course
in life. I am currently in the progress of finishing my Computer Science
degree and I can't wait to start the next chapter!
its transparency, quality, innovation, and diversity. Despite my interest
in computing I had always considered it a hobby, and my first degree was
in Ethics, History, and Public Policy. Seeking to change the course of my
career, I recently earned my Computer Science degree and I can't wait to
start the next chapter!
</div>
<div class="mb-5"></div>
</div>
<div class="mb-5">
@ -38,22 +32,94 @@ import TimeLineElement from "../components/cv/TimeLine.astro";
<div class="time-line-container grid gap-4 mb-10">
<TimeLineElement
title="Bachelor of Science Computer Science"
subtitle="2021 to 2023 at Oregon State University, Corvallis, OR"
subtitle="Sep 2021 to Jun 2023 at Oregon State University, Corvallis, OR"
/>
<TimeLineElement
title="Bachelor of Arts Ethics, History, and Public Policy"
subtitle="2005 to 2009 at Carnegie-Mellon University, Pittsburgh, PA"
subtitle="Aug 2005 to May 2009 at Carnegie-Mellon University, Pittsburgh, PA"
/>
</div>
<div class="mb-5">
<div class="text-3xl w-full font-bold">Work History</div>
<div class="text-3xl w-full font-bold">Technical Skills</div>
</div>
<div class="mb-10 text-justify">
<ul class="list-disc md:columns-5 columns-2 mx-6">
<li>C</li>
<li>C++</li>
<li>C#</li>
<li>Python</li>
<li>Go</li>
<li>x86 Assembly</li>
<li>MASM</li>
<li>OpenGL</li>
<li>GLSL</li>
<li>Unity</li>
<li>JavaScript</li>
<li>Node.js</li>
<li>Bash</li>
<li>Git</li>
<li>Software Configuration Management</li>
<li>CI/CD</li>
<li>Linux</li>
<li>Linux Server</li>
<li>MongoDB</li>
<li>MySQL</li>
<li>UX Research</li>
<li>Eclipse</li>
<li>Emacs</li>
<li>PyCharm</li>
<li>Visual Studio</li>
<li>Agile</li>
<li>Jira</li>
<li>Trello</li>
<li>Asana</li>
<li>Slack</li>
<li>MS Teams</li>
<li>Office Suite</li>
</ul>
</div>
<div class="mb-5">
<div class="text-3xl w-full font-bold">Professional Experience</div>
</div>
<div class="time-line-container mb-10">
<TimeLineElement
title="Career Break: Health and Well-Being"
subtitle="Mar 2017 to Present"
title="Volunteer Technical Consultant"
subtitle="Apr 2020 to Present at The Rocky River Chamber Music Society"
/>
<TimeLineElement
title="Senior Representative, Annuity Claims"
@ -63,59 +129,12 @@ import TimeLineElement from "../components/cv/TimeLine.astro";
<TimeLineElement
title="Representative"
subtitle="Feb 2010 to Mar 2013 at New York Life Insurance Company"
desc="Processed death claims against life insurance policies and annuities. Assisted claimants and their representatives in both establishing new claims and finalizing existing claims."
desc="Processed death claims against life insurance policies and annuities at a rate of up to 30 express claims per day or 20 traditional claims per day. Fielded up to 50 phone calls per day from claimants and their representatives for assistance in navigating the insurance claims process."
/>
<TimeLineElement
title="Work Study Assistant, Equal Opportunity Services"
subtitle="Jan 2006 to May 2009 at Carnegie-Mellon University"
desc="Converted existing student and employee files from traditional paper to a digital database. Proctored distraction reduced test-taking environment for learning disabled students. Acted as primary on-call contact for after hours assignments. Directly assisted the Manager of Disability Resources in meeting the needs of disabled students as delineated by federal guidelines and University policy."
desc="Converted existing student and employee files from traditional paper to a digital database. Proctored distraction reduced test-taking environment for learning disabled students. Acted as primary on-call contact for after hours assignments. Worked closely with the Manager of Disability Resources in meeting the needs of disabled students as delineated by federal guidelines and University policy."
/>
</div>
<div class="mb-5">
<div class="text-3xl w-full font-bold">Volunteering</div>
</div>
<ul class="list-disc mx-6 mb-10 grid gap-2">
<li>
Technical Consultant for the <a href="https://rrcms.org"
><strong>Rocky River Chamber Music Society</strong></a
> (2020-Present)
</li>
</ul>
<div class="mb-5">
<div class="text-3xl w-full font-bold">Skills</div>
</div>
<ul class="list-disc md:columns-5 columns-2 mx-6">
<li>C</li>
<li>C++</li>
<li>C#</li>
<li>Python</li>
<li>Go</li>
<li>x86 Assembly</li>
<li>MASM</li>
<li>OpenGL</li>
<li>GLSL</li>
<li>Unity</li>
<li>Node.js</li>
<li>MongoDB</li>
<li>MySQL</li>
<li>Emacs</li>
<li>Visual Studio</li>
<li>PyCharm</li>
<li>Eclipse</li>
<li>Git</li>
<li>CI/CD</li>
<li>Agile</li>
<li>Jira</li>
<li>Trello</li>
<li>Asana</li>
<li>Notion</li>
<li>Linux</li>
<li>Linux Server</li>
<li>UX Research</li>
<li>Office Suite</li>
</ul>
</BaseLayout>

View file

@ -15,14 +15,13 @@ const last_posts = posts.slice(0, 3);
<div class="text-xl py-1">Greetings, fellow human 🤘</div>
<div class="text-5xl font-bold">I'm Andy Scott</div>
<div class="text-3xl py-3 font-bold">
CS Student & Free Software Advocate
Programmer & Free Software Advocate
</div>
<div class="py-2">
<text class="text-lg">
I created this site to showcase my projects as well as occasionally blog
my journey toward earning my computer science degree. Feel free to
navigate the site via the sidebar, or continue reading if youd like to
know more about my recent work!
my journey toward earning my computer science degree. Now that I've
graduated I've decided to keep it going and continue to share my experiences!
</text>
</div>
</div>