Skip to content

Commit acabc44

Browse files
committed
Updated my general title, the order of my showcase items, and my about page
1 parent ac25db7 commit acabc44

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

content/about.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,4 @@ The name's Joshwin and I'm a Design-minded Full-Stack Developer. I got my start
77

88
Here’s a picture of my team and I when we tied for People’s Choice in a local hackathon called 59DaysofCode in 2013:
99

10-
![[/images/about/59DOC_award.JPG]]
11-
12-
After gaining approximately five years of formal experience as a software developer, I'm now transitioning to Technical Writing. Why am I switching? To put it simply, I'm not a fan of the LeetCode-centric interview style of software engineering interviews, and I feel like the field is oversaturated. So, based on my [technical](https://joshwingreene.com/portfolio/dev/) and [user experience design](https://joshwingreene.com/portfolio/design/) backgrounds, my curiosity for tech, and my interest in writing, I believe that technical writing is a good fit for me.
13-
14-
Here's my answer to a recent question about what I enjoy about technical communication and writing:
15-
16-
> "My father makes it a point to frequently publish essays in the newspapers in my hometown. Because of this, I think his hobby rubbed off of me and got me interested in using the written word to spread my ideas with the world. As for technical communication, I like how I can combine my interest in writing with my technical know-how. I'm also a note-taking and personal knowledge management enthusiast. So, technical communication is right up my alley."
10+
![[/images/about/59DOC_award.JPG]]

quartz.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ const config: QuartzConfig = {
2424
title: "Welcome!",
2525
firstLeadUp: "The name's",
2626
secondLeadUp: "and I'm a",
27-
whatIDo: ["Technical Writer", "Software Developer", "Designer", "Digital Gardener"],
27+
whatIDo: ["Software Developer", "Product Designer", "Technical Writer", "Digital Gardener"],
2828
},
2929
showcaseItems: [
30-
{
31-
image: "technical-writing-showcase-image.jpg",
32-
title: "Technical Writing Experience",
33-
description: "I have created documentation for development processes, marketing copy for a product launch, set up instructions for an open-source project, and etc.",
34-
pathnameOrUrl: "portfolio/technical-writing",
35-
},
3630
{
3731
image: "developer-showcase-image.jpg",
3832
title: "Software Development Experience",
@@ -44,7 +38,13 @@ const config: QuartzConfig = {
4438
title: "UX, UI, and Misc. Design Experience",
4539
description: "I have designed mobile apps, web apps, websites, and miscellanous design assets.",
4640
pathnameOrUrl: "portfolio/design",
47-
}
41+
},
42+
{
43+
image: "technical-writing-showcase-image.jpg",
44+
title: "Technical Writing Experience",
45+
description: "I have created documentation for development processes, marketing copy for a product launch, set up instructions for an open-source project, and etc.",
46+
pathnameOrUrl: "portfolio/technical-writing",
47+
},
4848
],
4949
},
5050
gardenPageData: {

0 commit comments

Comments
 (0)