Skip to content

Commit

Permalink
add feynman quote
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 26, 2015
1 parent 8a95f6d commit 6cc5099
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ ul {
text-align: left;
}

blockquote {
text-align: left;
}

blockquote p {
font-style: italic;
text-align: inherit;
}

.thin {
font-weight: 300;
}
Expand Down
6 changes: 6 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ <h2>Who I Am</h2>
</div>
<div class="slide center-text" id="do">
<h2>What I Do</h2>
<blockquote class="thin italic">
<p>The trouble with computers is you play with them. They are so wonderful. You have these switches--if it's an even number you do this, if it's an odd number you do that--and pretty soon you can do more and more elaborate things if you are clever enough, on one machine.</p>
<footer>
<cite style="thin"><a href="https://www.chem.fsu.edu/chemlab/isc3523c/feyn_surely.pdf">Richard Feynmann</a></cite>
</footer>
</blockquote>
<p>I design, build and maintain software.</p>
<p>Some of the projects that I've worked on before, or am still working on:</p>
<div class="infobox-container">
Expand Down

0 comments on commit 6cc5099

Please sign in to comment.