Replies: 8 comments 7 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Amazing! |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hi @streats, For example, I recently stumble upon the JSON Resume initiative (view their Github organization) and noted several platforms, like resumake or ResumeFodder, that propose conversion of such JSON to PDF or DOC. How do you think the community can help make these standards even more accessible? Best regards, PS: I am not affiliated to any of the links I sent in this message. |
Beta Was this translation helpful? Give feedback.
-
Crafting an Inclusive and Accessible Resumé
Last year, during the job search that eventually brought me to GitHub, I revamped my resumé (also known as CV) to be more accessible. I’ve learned a lot about accessibility in the past couple of years, and some of my work as a content designer in technology has even included writing guidance on how to make content and documents more accessible.
Realizing my resumé didn’t follow the principles I was applying to my work, I updated it to be simpler, easier to read, and more compatible with assistive technology.
Why is it important to make CVs accessible?
Applying some of the basic principles I’ve picked up on the job, here are some of the things I now do to improve the accessibility of my CV.
Avoid using tables to create the layout
Previously, I used a single-row table to arrange job details across the width of the page. The company and title were in the left column, the job dates in the right column, and the description was listed underneath the table, in the normal body text of the page.
This layout makes good use of the horizontal space on the page, but it can be distracting, confusing and even uncomfortable by leading the eye in multiple directions with no clear reading order. In addition, tables that aren’t properly marked up with a header row and relationships between rows and columns, or tables with merged cells, can be difficult for screen readers to make sense of.
I removed these tables and now write information in a normal linear flow:
This of course can mean the content runs over more pages, but I think this is a case where accessibility trumps brevity - or rather, the illusion of brevity, since it’s the same amount of information, just presented differently. Three pages of well laid out, easy to read information is better than two pages of squished together text in small font with very little whitespace. Giving content more breathing space can also make it more accessible for people who struggle with high word density ("walls of text") such as people with ADHD or some visual disabilities.
This also encourages me to be discerning about what information I really need to include in my resumé.
Use proper header formatting (H1 through H4)
Instead of using bold formatting or manual font size changes to separate each section of my resumé, I use properly marked up header styles to make the structure of the information readable for assistive technology.
I also find it a much more efficient way to apply consistent styling and content hierarchy. Since I use this method when designing content in my work, I'm used to using keyboard shortcuts to quickly apply these styles in Google Docs or Markdown files.
In Google Docs, this looks like the following:
Heading 1
Annie StreaterHeading 2
Professional experienceHeading 3
Senior Content Designer, GitHubHeading 4
Since June 2022Normal text
Content discovery and design for GitHub Docs team to ensure documentation sets meet user needs, are scalable, discoverable and accessible.Heading 3
Technical Writer, UK Government Cabinet OfficeHeading 4
October 2020 to May 2022Normal text
Content design, research and strategy for central government. Developing guidelines on digital, data and technology for government departments and public sector organizations.Heading 2
SkillsHeading 2
Education and trainingThe Document Outline tool in Google Docs shows you an outline of your content based on the heading styles. It can be helpful to use this to check the hierarchy of your resume is properly structured.
In Markdown, using structured headings looks like the following:
Make everything left-aligned
Previously I had my personal information - my name, contact information and job title - centered at the top of my resumé. Some content, like job dates, was right-aligned, and the rest of the information was left-aligned.
Similar to the problems caused by using a table to distribute text across the width of the page, using multiple text alignment can be distracting for the eye. I now have everything left-aligned, which in combination with the linear structure, makes everything flow much more easily for reading left to right, top to bottom.
Avoid abbreviations that can make content less readable
When trying to fit content in a certain amount of space, like the standard-recommended two pages, we often take shortcuts to abbreviate information. For example, using “etc”, “eg.” or using a slash (“/”) to straddle similar concepts. While using these notations can use fewer characters, this can often come at the cost of legibility or clarity.
Screen reader software often reads out “e.g.” as “egg” if you don’t include the periods, or “apps/websites” as “apps websites”, which might confuse non-visual readers. Latin-derived notations like “e.g.” and “etc.” might also be confusing or unclear for people with lower levels of English literacy. For example, some people who use English as a Foreign Language, are Deaf, or have a learning disability may not be familiar with these terms.
Making sure content is clear and readable is particularly helpful to make it accessible for:
Writing things out fully in my CV (“for example”, “apps and websites”) sometimes means a sentence awkwardly carries over to a new line, or a bullet point becomes just a bit too long. This pushes me to find creative ways to rewrite things more succinctly while still maintaining clarity and readability. It also challenges me to be clear about what I’m really trying to communicate - do I mean “apps or websites” or “apps and websites?”
In addition, I’ve found these abbreviations don’t add much value and can actually make my profile seem more generic. Consider the difference between these two sentences:
Which one sounds more professional and confident?
Make links descriptive
My CV generally only includes a couple of links - my email address, LinkedIn profile, and GitHub profile. Sometimes, I also provide a link to my portfolio or specific examples of my writing relevant to the role I’m applying for. In addition, I’ve recently started including a link to a version of this blogpost at the end of my CV, to let people know how and why I’ve made my CV more accessible.
Making links accessible generally means making hyperlinked text descriptive, so people know where the link goes and what it’s about. So a sentence saying “Click here to see my portfolio”, with only the word “here” hyperlinked, wouldn’t be particularly accessible for people who use assistive technology to navigate through a list of links in isolation.
Instead, I make sure any hyperlinked text is descriptive: “For examples of my work, view my portfolio”, with “view my portfolio” as the link text. For my email address, I write it out in full and make sure it’s set as an email link (Google Docs does this automatically). This means people can use it as a link directly or copy and paste it as they need (for example, to enter into an applicant tracking system or interview schedule).
Share in HTML or as an open format document
Although PDFs are the most common file format for sharing and uploading resumés, they’re not great for accessibility. Since they’re designed to be used for printed material, PDFs don’t work well on mobile devices or for people who use screen magnification, as the text doesn’t rearrange to fit the screen. This means people have to scroll in multiple directions to read all the information.
While it is possible to mark up PDFs to work with screen readers and other assistive technology, this is quite technical work and some job application systems strip this information out. In addition, some commercial word processing file formats like .doc or .pages can cause strange formatting issues if people use different software to open the file.
Now, where possible, I share or upload my resumé in:
.doc
file but is “open format” meaning you can create and read them even if you don’t have Microsoft software.What have I learned?
By making my resumé more accessible, I’ve pushed myself to think differently. I’ve learned to be more concise and strategic with the content of my CV, and have had to challenge some of my own assumptions about technology and about the hiring process in general.
I’ll likely never know if it’s made a difference to how people have viewed and read my resumé, but I believe it was a worthwhile exercise. And while I hope I won’t be looking for a job any time soon, I’m definitely going to continue applying these principles and encouraging others to consider doing the same.
Try it yourself
Whether or not you're currently looking for a new role, it's a good idea to regularly update your resumé with your most recent accomplishments. So why not take the opportunity to revamp your resumé using these tips to make it more accessible? You can also apply many of these principles to your LinkedIn and GitHub profiles, and any other professional online presence you have.
Beta Was this translation helpful? Give feedback.
All reactions