Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed May 8, 2012
1 parent 15d5514 commit d6ea640
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 4 additions & 2 deletions css/style.css
Expand Up @@ -228,10 +228,12 @@ a:focus {
h1 { font-size: 56px; line-height: 72px; font-weight: bold; color: #d54e21; letter-spacing: 1px; }
h2 { font-size: 48px; font-weight: bold; color: #21759b; letter-spacing: .5px; }
h3 { font-size: 36px; font-weight: bold; color: #464646; line-height: 42px; }
#title img { margin-bottom: 50px; }
#title img, #title-close img { margin-bottom: 50px; }

.slide h1, .slide h2 {margin-bottom: 50px; }
.footnote { bottom: 50px; position: absolute; font-style: italic; }

#roadmap ol { font-size: 42px; line-height: 70px; list-style: decimal; margin-left: auto; margin-right: auto; display: block; width: 25%}
#roadmap ol li { text-align: left; }
#roadmap ol li { text-align: left; }

#about ul li {margin-bottom: 25px; }
10 changes: 9 additions & 1 deletion index.html
Expand Up @@ -36,6 +36,14 @@ <h3><a href="http://twitter.com/#!/search/%23wpdc">#wpdc</a></h3>

<div class="step slide" id="about" data-x="1000" data-rotate-x="90" data-y="-1000">
<h1>About Me</h1>
<ul>
<li>Business Process Automation on <strong>White House<br /> SoftWare Automation and Technology (SWAT) Team</strong></li>
<li>Developed 30+ internal <a href="http://github.com/fcc/">collaboration and data analysis tools for the Federal Communications Commission (FCC)</li>
<li>Created <a href="http://ben.balter.com/2011/08/29/wp-document-revisions-document-management-version-control-wordpress/">WordPress-based Document Management System</a> as part of Google Summer of Code 2012</li>
<li><strong>Things I've most recently used WordPress for:</strong><br /> millions of URLs, thousands of documents (and domains), hundreds of Q&As, dozens of parcels of real property, and an undisclosed amount of wine.</li>

</ul>
<div class="footnote">* Views are my own</div>
</div>

<div class="step slide" id="roadmap" data-x="2000" data-rotate-x="90" data-y="-1000">
Expand Down Expand Up @@ -168,7 +176,7 @@ <h1>Resources</h1>
</ol>
</div>

<div class="step slide" id="title" data-rotate-x="90" data-y="-6000" data-z="4000" data-x="-6000" data-rotate-y="180" >
<div class="step slide" id="title-close" data-rotate-x="90" data-y="-6000" data-z="4000" data-x="-6000" data-rotate-y="180" >
<h1>WordPress as a <br /> Collaboration Platform</h1>
<img src="img/wp-logo.png" width="100px" height="100px" />
<h2>Benjamin J. Balter</h2>
Expand Down

0 comments on commit d6ea640

Please sign in to comment.