Skip to content

Commit

Permalink
updated work info
Browse files Browse the repository at this point in the history
  • Loading branch information
johnweland committed Jul 7, 2023
1 parent 8d2763a commit 9be8b22
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
Binary file added public/images/logos/protagona.webp
Binary file not shown.
Binary file removed public/images/logos/rsi.webp
Binary file not shown.
Binary file added public/images/logos/sparq.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function About() {
</h1>
<div className="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400">
<p>
I am a Solutions Architect with over 9 years of experience in
I am a Solutions Architect with over 10 years of experience in
software engineering. I have worked with a variety of clients
across an array of org structures. Everything from defense
contracting to fresh startups.
Expand All @@ -91,9 +91,9 @@ export default function About() {
&#40;JCAPS&#41;.
</p>
<p>
I also volunteer at my communty garden and currently running for
City Council in hopes of getting things accomplished in our
small community.
I also volunteer at my communty garden and act as the technology
advisor for our City Council. I am a firm believer in giving
back to my community.
</p>
</div>
</div>
Expand Down
28 changes: 21 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,33 +132,45 @@ function Newsletter() {
function Resume() {
let resume = [
{
company: 'Rural Sourcing Inc.',
title: 'Solutions Architect',
logo: '/images/logos/rsi.webp',
start: '2021',
company: 'Protagona',
title: 'Sr. Cloud Engineer + Architect',
logo: '/images/logos/protagona.webp',
linkedin: 'https://www.linkedin.com/company/protagona',
start: '2023',
end: {
label: 'Present',
dateTime: new Date().getFullYear(),
},
},
{
company: 'Sparq',
title: 'Sr. Cloud Engineer',
logo: '/images/logos/sparq.webp',
linkedin: 'https://www.linkedin.com/company/teamsparq/',
start: '2021',
end: '2023',
},
{
company: 'FluentStream',
title: 'Developer II',
logo: '/images/logos/fluentstream.webp',
linkedin: 'https://www.linkedin.com/company/fluentstream-technologies/',
start: '2021',
end: '2021',
},
{
company: 'ICSolutions',
title: 'Software Engineer',
logo: '/images/logos/ics.webp',
linkedin: 'https://www.linkedin.com/company/icsolutions/',
start: '2015',
end: '2021',
},
{
company: 'Decypher Technologies',
title: 'DOD Consultant',
logo: '/images/logos/decypher.webp',
linkedin: 'https://www.linkedin.com/company/decypher/',
start: '2013',
end: '2015',
},
Expand Down Expand Up @@ -186,7 +198,9 @@ function Resume() {
<dl className="flex flex-auto flex-wrap gap-x-2">
<dt className="sr-only">Company</dt>
<dd className="w-full flex-none text-sm font-medium text-zinc-900 dark:text-zinc-100">
{role.company}
<a href={role.linkedin} className="hover:underline">
{role.company}
</a>
</dd>
<dt className="sr-only">Role</dt>
<dd className="text-xs text-zinc-500 dark:text-zinc-400">
Expand Down Expand Up @@ -255,7 +269,7 @@ export default function Home({ articles }) {
</title>
<meta
name="description"
content="I am John a Solutions Architect with over 9 years of experience in
content="I am John a Solutions Architect with over 10 years of experience in
software engineering. I have worked with a variety of clients across
an array of org structures. Everything from defense contracting to
fresh startups."
Expand All @@ -267,7 +281,7 @@ export default function Home({ articles }) {
Solutions Architect, Software Engineer, Entrepreneur
</h1>
<p className="mt-6 text-base text-zinc-600 dark:text-zinc-400">
I am a Solutions Architect with over 9 years of experience in
I am a Solutions Architect with over 10 years of experience in
software engineering. I have worked with a variety of clients across
an array of org structures. Everything from defense contracting to
fresh startups. I have no qualms about automating myself out of a
Expand Down

0 comments on commit 9be8b22

Please sign in to comment.