forked from tels7ar/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
66 lines (65 loc) · 2.82 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<link rel="stylesheet" href="resume.css" type="text/css" />
</head>
<body>
<div id='container'><div id='contact'><p>
<a href="https://raw.github.com/mwhite/resume/master/resume.md">Markdown</a> -> <a href="https://raw.github.com/mwhite/resume/master/resume.pdf">PDF</a>, <a href="http://mwhite.github.com/resume">HTML</a>, and more
</p><p>
<a href="http://github.com/mwhite/resume"><code class="url">http://github.com/mwhite/resume</code></a>
</p></div>
<div>
<h1 id="markdown-resumé">Markdown Resumé</h1>
<h2 id="interests">Interests</h2>
<ul>
<li>Creating beautiful resumés from simple Markdown documents</li>
</ul>
<h2 id="work-experience">Work Experience</h2>
<ul>
<li><p><strong>Word Processor</strong> (Redmond, WA)</p>
<p>Junior Resumé Maker, 2006 - 2007</p>
<ul>
<li>Intermingled presentation and content</li>
<li>Styling was a pain, so either didn't do it or found a half-decent template and didn't mess with it</li>
</ul></li>
<li><p><strong>LaTeX + pdflatex</strong></p>
<p>Senior Resumé Maker, 2008 - 2010</p>
<ul>
<li>Edited verbose LaTeX documents in a text editor</li>
<li>Mixed content and presentation to achieve pixel-perfection</li>
<li>Installed and configured the unusual TeX setups required by the best-looking LaTeX resumés</li>
</ul></li>
<li><p><strong>LinkedIn, StackOverflow Careers, vizualize.me, etc</strong></p>
<p>Web Resumé Intern, August 2010</p>
<ul>
<li>Entered data, adapting to different data models and formatting limitations</li>
<li>Attempted to customize PDF exports and remove default resumé elements, to no avail</li>
</ul></li>
<li><p><strong>Markdown with Pandoc</strong></p>
<p>Resumé Architect, February 2011 - present</p>
<ul>
<li>Write in one format (Markdown), convert to many formats (PDF, HTML, ODT, DOCX, and more)</li>
<li>Style HTML output with CSS and PDF output with a custom LaTeX header</li>
<li>Use a simple pre-processor to define per-format operations on the Markdown input or its parts, such as moving contact information to the top right of the page in both HTML and PDF output.</li>
<li>Use a text-based resumé when needed in a pinch</li>
<li>Use version control, including free hosting on Github</li>
</ul></li>
</ul>
<h2 id="education">Education</h2>
<ul>
<li><p><strong>Github University</strong> (World Wide Web)</p>
<p>B.S. in Submodules, May 2012</p></li>
</ul>
<h2 id="skills">Skills</h2>
<ul>
<li><p>Very experienced with Python, Markdown, LaTeX</p></li>
<li><p>Familiar with GNU Make, bash</p></li>
</ul>
</div>
</body>
</html>