This one-webpage, printable resume was originally found at css-tricks.com. It created by @chriscoyier with illustrations by Michael Dashow.
It has been reworked and documented on GitHub by Elsa Gonsiorowski.
This is a self-contained, single page resume.
Almost all the CSS needed is located in index.html
.
The only extra piece is the GitHub Octicat icon, which is included via octicons/
.
A category can be added with:
<dd class="clear"></dd>
<dt>Category Name</dt>
<dd>content</dd>
The first heading within a category should be formatted as:
<h2><strong>Title</strong>Subtitle <span>Dates</span></h2>
<ul>
<li>Did things</li>
</ul>
The second heading in a category should use the class "smartmargin" to ensure that there is some space between each item.
By default, the h2
tags do not have any margins so that there is no extra vertical space above the first item.
You can adjust the column sizing by messing with the width
of the dd
and dt
elements.
The overall width can be adjusted via #page-wrap
.
Since this is a self-contained webpage, it is easy to adjust on a local machine. Simply open the local file index.html using your web browser. You can then make any edits locally and reload the file.
With the "noprint" class, items can easily be included or removed to ensure your resume is one page when printed. In this way, you can keep everything within this file (creating a CV) and remove portions when you need to print out a resume.
These examples demonstrate how different fonts can be used.
Username | Webpage | Source |
---|---|---|
@gonsie | Resume | On GitHub |
@annagons | Resume | On GitHub |
@mozhgan-kch | Resume | On GitHub |