Skip to content

Commit

Permalink
resume update with About section
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonToups committed Jan 24, 2024
1 parent 62daf3f commit 1b33a29
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
Binary file modified jason-toups-resume.docx
Binary file not shown.
11 changes: 11 additions & 0 deletions jason-toups-resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,16 @@ <h3 id="bill-sr.-front-end-engineer-jul-2022---dec-2023-san-jose">Bill :
</blockquote>
<h2 id="education">Education</h2>
<p><em>University of New Orleans / BA Philosophy</em></p>
<h2 id="about">About</h2>
<p><em>This resume</em> was <strong>written in Markdown</strong>, and
<strong>styled with CSS</strong>, using the <code>Markdown Resume</code>
project I built myself.</p>
<p>With a simple <code>script</code>, I can generate a <em>PDF</em>,
<em>Word Document</em> and <em>HTML</em> to embed into a website.</p>
<blockquote>
<p><a href="https://github.com/JasonToups/markdown-resume">Checkout my
code for this project on GitHub</a>.</p>
</blockquote>
<p>Thank you.</p>
</body>
</html>
Binary file modified jason-toups-resume.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions resume-stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ h2 {
font-size: var(--h2-font-size);
line-height: var(--h2-font-size);
padding-bottom: 0;
margin-bottom: 10px;
margin: 1.5rem 0 0.75rem 0;
border-bottom: 1px solid #ccc;
color: #476d96;
}
Expand Down Expand Up @@ -723,7 +723,7 @@ tt {
background-color: #f8f8f8;
border-radius: 3px;
font-family: Consolas, 'Liberation Mono', Courier, monospace;
font-size: 12px;
font-size: 17px;
color: #333;
}

Expand Down
10 changes: 10 additions & 0 deletions resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,13 @@ Prepared two mobile free-to-play games for App Store submission, from tentpole K
## Education

_University of New Orleans / BA Philosophy_

## About

_This resume_ was **written in Markdown**, and **styled with CSS**, using the `Markdown Resume` project I built myself.

With a simple `script`, I can generate a _PDF_, _Word Document_ and _HTML_ to embed into a website.

> [Checkout my code for this project on GitHub](https://github.com/JasonToups/markdown-resume).
Thank you.

0 comments on commit 1b33a29

Please sign in to comment.