Skip to content

Commit

Permalink
added explanation for sizing to index
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaweiss committed Jul 24, 2012
1 parent f1a34c5 commit 546195a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/css/style.css
Expand Up @@ -385,8 +385,17 @@ p {
font-size: 2em;
}

p#explanation {
font-size: 1.2em;
text-align: center;
border-style: none;
border-radius: 10px;
background-color: rgba(256,256,256, .2);
padding: 10px;
}

p.footer {
font-size: 1em;
font-size: 0.9em;
}

/* right side */
Expand Down
9 changes: 9 additions & 0 deletions views/index.rhtml
Expand Up @@ -10,8 +10,17 @@
<div id="content">
<div class="grid_6 left">
<h1>Behold, the Cage!</h1>

<p>You have found yourself at the foot of something great. And that something is Nicolas Cage.</p>

<p>The Cage is in all of us; everyone, and everything. Discover <a href="/random">the truth</a> for yourself.</p>

<p id="explanation">
like this: <a href="/200/300">"/200/300"</a>
<br />
or grayscale: <a href="/g/200/300">"/g/200/300"</a>
</p>

<p class="footer">
Written with <a href="http://www.sinatrarb.com/">Sinatra</a> and <a href="http://rmagick.rubyforge.org/">RMagick</a><br />
Inspired by the pages and code of <a href="http://placekitten.com/">placekitten</a> and <a href="http://placedog.com/">PlaceDog</a><br />
Expand Down

0 comments on commit 546195a

Please sign in to comment.