formatting

This commit is contained in:
Danny Berger
2013-03-11 13:51:02 -06:00
parent 011bfb4915
commit addd22f850
3 changed files with 36 additions and 9 deletions

View File

@@ -87,9 +87,9 @@ print_blurb: "résumé"
<h3>Experience</h3>
<p>
<p style="page-break-inside:avoid;">
<strong>Software Developer</strong> &nbsp;&middot;&nbsp; July '09 &ndash; October '12; intern Summer '08<br />
Sentry Data Systems (<a href="http://www.sentryds.com/">website</a>) &nbsp;&middot;&nbsp; Deerfield Beach, Florida
Sentry Data Systems (<a href="http://www.sentryds.com/"><span class="print-only">www.sentryds.com</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; Deerfield Beach, Florida
</p>
<ul>
@@ -123,9 +123,9 @@ print_blurb: "r&#233;sum&#233;"
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p>
<p style="page-break-inside:avoid;">
<strong>Software Systems Engineer</strong> &nbsp;&middot;&nbsp; June '06 &ndash; present<br />
The Loopy Ewe (<a href="https://theloopyewe.com/">website</a>) &nbsp;&middot;&nbsp; Fort Collins, Colorado
The Loopy Ewe (<a href="https://theloopyewe.com/"><span class="print-only">theloopyewe.com</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; Fort Collins, Colorado
</p>
<ul>
@@ -165,9 +165,9 @@ print_blurb: "r&#233;sum&#233;"
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p>
<p style="page-break-inside:avoid;">
<strong>Student System Administrator</strong> &nbsp;&middot;&nbsp; Spring '06 &ndash; Fall '08<br />
CSE Department, Taylor University (<a href="http://www.taylor.edu/">website</a>) &nbsp;&middot;&nbsp; Upland, Indiana
CSE Department, Taylor University (<a href="http://www.taylor.edu/"><span class="print-only">www.taylor.edu</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; Upland, Indiana
</p>
<ul>
@@ -189,9 +189,9 @@ print_blurb: "r&#233;sum&#233;"
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p>
<p style="page-break-inside:avoid;">
<strong>Network Administrator</strong> &nbsp;&middot;&nbsp; Spring '03 &ndash; Summer '07<br />
The Covenant Presbyterian Church (<a href="http://www.cpcstl.org/">website</a>) &nbsp;&middot;&nbsp; St. Louis, Missouri
The Covenant Presbyterian Church (<a href="http://www.cpcstl.org/"><span class="print-only">www.cpcstl.org</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; St. Louis, Missouri
</p>
<ul>
@@ -214,6 +214,16 @@ print_blurb: "r&#233;sum&#233;"
</small>
</p>
<h3>Open-Source Contributions</h3>
<ul>
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> &ndash; oracle bug fixes</li>
</ul>
<h3>Education</h3>
<ul>

View File

@@ -267,3 +267,15 @@ a.subtle {
body.no-footer article > section {
border-bottom: 0;
}
body.alt-printarticle > header {
display: none;
}
body.alt-printarticle > article > section {
padding-top: 0;
}
body.alt-printarticle > footer {
display: none;
}

View File

@@ -51,9 +51,14 @@ body.layout-post section header .timeline {
display: none !important;
}
a {
color: inherit;
text-decoration: inherit;
}
p, ul, ol, dl {
line-height: 18px;
margin: 6px 0;
margin: 7px 0;
}
h1 {