Skip to content

Instantly share code, notes, and snippets.

@NathalieYe
Last active September 24, 2019 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NathalieYe/cbcdf5333a094b0ad47a1a4b97bb13cc to your computer and use it in GitHub Desktop.
Save NathalieYe/cbcdf5333a094b0ad47a1a4b97bb13cc to your computer and use it in GitHub Desktop.
HTML/CSS Practice
<!-- this is the branding/main heading for the blog -->
<header>
<nav><h2>Dear Design Student</h2></nav></header>
<article>
<!-- this is the article heading -->
<section><h1>100% Clever, 0% Hired</h1>
<!-- this is the article subheading/teaser -->
<h3>Resumés are communication documents that gain nothing from the addition of sparkles, graphs, and your little big data</h3></section>
<!-- this is the question -->
<h4><p>Q: So I have started seeing this in a lot in designer portfolios and resumes recently. A candidate will have a title that says “My Skills”, and below are bar graphs that are in percentages. What do the percentages mean? If you say Photoshop: 85%, does that mean you know 85% of all there is to know about Photoshop? Is this even a good way to represent this? I’m afraid it makes no sense to me.</p></h4>
<!-- main copy begins here -->
<p>“Photoshop: 85%,” this makes 0% sense to me which is to say, none-at-all. And since when in the hell is <em>Photoshop</em> a skill?</p>
<p>In the last 25 years, I have personally reviewed hundreds of applications, resumes, and portfolios. As I recall, the “percentages” started appearing around the time Nicolas Felton started to publish <a href="http://feltron.com/">annual reports</a> with visualized data on all facets of his life in 2004. A year or two later young persons, fresh out of school, started trying to make their resumes stand out by visualizing their data, <em>even when it meant making things up.</em></p>
<p>There are two problems with this. First, trying to communicate something as a percentage of 100 without any context. Second, mistaking tools with skills — likely to fill in for a lack of experience (that’s how it comes across to an employer). For the sake of discussion, let’s take on the first problem and try to apply a percentage of knowledge to something broader: walking.</p>
<p>I don’t know exactly when I started to walk upright, but I’ll take a stab and say that I have 43 years of experience in walking. That’s a lot of time on two feet, but that doesn’t mean I know everything about walking. For instance, I have no experience in speed walking. Walking up hills is an activity I try to avoid. Growing up in Alaska, I spent a lot of time walking in snow, but not <a href="https://en.wikipedia.org/wiki/Types_of_snow">all types of snow</a>. I’ve spent time on a treadmill, but not enough that I can coach someone to improve their level of competency. I could go on. So where does that leave me in communicating my experience in walking as a percentage of the total? Nowhere.</p>
<p>This is exactly where you get when trying to enumerate the fractional knowledge of a skill. Even with my decades of experience, don’t take my word for it. As soon as I came across this question, I took this problem to the recruiting team at <a href="http://www.ibm.com/design/">IBM Design</a>. This group evaluates thousands of applications, resumes, and portfolios each month. I asked what they thought about resumes that tried to convey experience as percentages, and I got gnarled, annoyed, confused, faces. “I hate that,” said one member of the team, “because I have no idea what it means.”</p>
<p>Knowing their distaste for resume visualization, I inquired what format they preferred, and they replied with the tried and true triad of “beginner, intermediate, or expert.”</p>
<p>You may think this boring, but percentages are simply not the best way for anyone to report their skill level. Looking for clear guidelines, I headed to good ole <strong>Monster</strong>, which has processed millions of applications. Here are their guidelines for rating skill levels:</p>
<blockquote>
<ul><li><em>Beginner:</em> A novice understanding of the skill. You have exposure to the skill and understand its basic concepts but lack experience.</li>
<li><em>Intermediate:</em> Between a beginner and an expert. You have experience with and can carry out the skill but don’t understand its advanced concepts.</li>
<li><em>Expert:</em> A highly developed skill level. You have solid experience and training with the skill and understand advanced concepts. You demonstrate proficiency and superior skill level.</ul></li>
</blockquote>
<p>In an era of non-stop data visualization, it’s easy for designers to get caught up in trying to design everything, but it only works in the context of what needs to be communicated and how it needs to be conveyed. Otherwise, you’ll end up being this guy and that’s no bueno.</p>
<p>Let’s move on to listing Photoshop as a skill. Yucky — <strong>don’t do it</strong>. Stating that you are an expert in Photoshop doesn’t tell me anything about your skill as a designer. It only tells me that you know how the application works, and knowing tools does not make you a designer. Here’s more practical knowledge from <strong>Monster</strong>:</p>
<blockquote>
Job-related and transferable skills are the most desirable to list on your resume. For each skill, indicate your skill level and years of experience.
</blockquote>
<p>The people who hire designers want to understand what you know how to do, your level of competency, and how long you’ve been doing it. <em>How well can you select and set type? Can you design for email and for how long? What is your level of competency in editorial design?</em> There are many straightforward ways to promote skill levels, and they are fundamentally more important than reading your knowledge of applications.</p>
<p><strong>Warning:</strong> Trying to be clever with “design” will only get in the way of your objectives. Whether applying for a job or delivering client work, apply design only when and where it’s appropriate. When applying for work there are better ways to stand out from the pack like solid typesetting, a well-written cover letter, and demonstrating that you can use design when and where it’s needed. Remember that expressing an idea in words is a vital core design skill. And check your spelling and grammar, because bad writing leads to deleted resumes 100% of the time, <em>every</em> time.</p>
<footer>Tagged: Career, Resume, Job Hunting</footer>
</article>
/* ==== text styles ==== */
@import url('https://fonts.googleapis.com/css?family=Domine|Mansalva|Roboto&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans); */
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
article {
max-width: 600px;
padding: 1em;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
}
header {
background-color: #87CEEB;
position: fixed;
top: 0;
left: 0;
right:0;
height: 80px;
text-align: center;
}
header* {
}
/* website name */
h2{
font-family: 'Domine', serif;
color: #F0FFFF;
text-shadow: 4px 4px 4px #aaa;
}
/*article title*/
h1{
font-family: 'Domine', serif;
font-size: 2.5em;
line-height: 0.5;
color: #1C1F1E;
}
/*subheading teaser*/
h3{
/* font-family: 'Domine', serif; */
font-family: 'Domine', serif;
font-style: normal;
font-size: 1.15em;
color: #A2A2A2;
}
p {
font-family: 'Roboto', sans-serif;
font-size: 17px;
line-height: 1.6;
color: #666;
}
a{
font-family: 'Roboto', san-serif;
line-height: 1.5;
color: #666;
}
blockquote{
padding: 0.6em;
line-height: 1.55;
font-size: 1.2em;
color: #666;
font-style: italic;
background: #F0F2F3;
}
footer {
color: #767C7A;
}
/*question*/
h4{
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment