formatting
This commit is contained in:
26
about.html
26
about.html
@@ -87,9 +87,9 @@ print_blurb: "résumé"
|
||||
|
||||
<h3>Experience</h3>
|
||||
|
||||
<p>
|
||||
<p style="page-break-inside:avoid;">
|
||||
<strong>Software Developer</strong> · July '09 – October '12; intern Summer '08<br />
|
||||
Sentry Data Systems (<a href="http://www.sentryds.com/">website</a>) · 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>) · Deerfield Beach, Florida
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -123,9 +123,9 @@ print_blurb: "résumé"
|
||||
|
||||
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
|
||||
|
||||
<p>
|
||||
<p style="page-break-inside:avoid;">
|
||||
<strong>Software Systems Engineer</strong> · June '06 – present<br />
|
||||
The Loopy Ewe (<a href="https://theloopyewe.com/">website</a>) · 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>) · Fort Collins, Colorado
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -165,9 +165,9 @@ print_blurb: "résumé"
|
||||
|
||||
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
|
||||
|
||||
<p>
|
||||
<p style="page-break-inside:avoid;">
|
||||
<strong>Student System Administrator</strong> · Spring '06 – Fall '08<br />
|
||||
CSE Department, Taylor University (<a href="http://www.taylor.edu/">website</a>) · 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>) · Upland, Indiana
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -189,9 +189,9 @@ print_blurb: "résumé"
|
||||
|
||||
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
|
||||
|
||||
<p>
|
||||
<p style="page-break-inside:avoid;">
|
||||
<strong>Network Administrator</strong> · Spring '03 – Summer '07<br />
|
||||
The Covenant Presbyterian Church (<a href="http://www.cpcstl.org/">website</a>) · 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>) · St. Louis, Missouri
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -214,6 +214,16 @@ print_blurb: "résumé"
|
||||
</small>
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Open-Source Contributions</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> – small enhancements, bug fixes</li>
|
||||
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> – small enhancements, bug fixes</li>
|
||||
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> – oracle bug fixes</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Education</h3>
|
||||
|
||||
<ul>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user