Skip to content

Commit

Permalink
regenerate output
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhite committed Oct 14, 2012
1 parent f658207 commit 497b283
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
<link rel="stylesheet" href="resume.css" type="text/css" />
</head>
<body>
<div id='container'><div id='contact'>
<a href="https://raw.github.com/mwhite/resume/master/resume.md">Markdown</a> -&gt; <a href="https://raw.github.com/mwhite/resume/master/resume.pdf">PDF</a>, HTML, and more<br><a href="http://github.com/mwhite/resume"><code class="url">http://github.com/mwhite/resume</code></a>
<div id='container'><div id='contact'><p>
<a href="https://raw.github.com/mwhite/resume/master/resume.md">Markdown</a> -&gt; <a href="https://raw.github.com/mwhite/resume/master/resume.pdf">PDF</a>, HTML, and more
<p>
<a href="http://github.com/mwhite/resume"><code class="url">http://github.com/mwhite/resume</code></a>
</div>
<div>
<h1 id="markdown-resumé">Markdown Resumé</h1>
Expand All @@ -22,30 +24,30 @@ <h2 id="work-experience">Work Experience</h2>
<li><p><strong>Word Processor</strong> (Redmond, WA)</p>
<p>Junior Resumé Maker, 2006 - 2007</p>
<ul>
<li><p>Intermingled presentation and content</p></li>
<li><p>Styling was a pain, so either didn't do it or found a half-decent template and didn't mess with it</p></li>
<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> + pdflatex</strong></p>
<li><p><strong>LaTeX + pdflatex</strong></p>
<p>Senior Resumé Maker, 2008 - 2010</p>
<ul>
<li><p>Edited verbose  documents in a text editor</p></li>
<li><p>Mixed content and presentation to achieve pixel-perfection</p></li>
<li><p>Installed and configured the unusual TeX setups required by the best-looking  resumés</p></li>
<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><p>Entered data, adapting to different data models and formatting limitations</p></li>
<li><p>Attempted to customize PDF exports and remove default resumé elements, to no avail</p></li>
<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><p>Write in one format (Markdown), convert to many formats (PDF, HTML, ODT, DOCX, and more)</p></li>
<li><p>Style HTML output with CSS and PDF output with a custom  header</p></li>
<li><p>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.</p></li>
<li><p>Use a text-based resumé when needed in a pinch</p></li>
<li><p>Use version control, including free hosting on Github</p></li>
<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>
Expand All @@ -55,7 +57,7 @@ <h2 id="education">Education</h2>
</ul>
<h2 id="skills">Skills</h2>
<ul>
<li><p>Very experienced with Python, Markdown, </p></li>
<li><p>Very experienced with Python, Markdown, LaTeX</p></li>
<li><p>Familiar with GNU Make, bash</p></li>
</ul>
</div>
Expand Down
Binary file modified resume.pdf
Binary file not shown.

0 comments on commit 497b283

Please sign in to comment.