Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason L Perry committed Aug 31, 2009
1 parent da439e5 commit eb8db06
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 57 deletions.
114 changes: 57 additions & 57 deletions index.html
@@ -1,36 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>ambethia/recaptcha @ GitHub</title>

<style type="text/css">
body {
margin-top: 1.0em;
background-color: #658395;
font-family: "Helvetica,Arial,FreeSans";
color: #ffffff;
}
#container {
margin: 0 auto;
width: 700px;
}
h1 { font-size: 3.8em; color: #9a7c6a; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #9a7c6a; }
h3 { text-align: center; color: #9a7c6a; }
a { color: #9a7c6a; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
</style>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>ambethia/recaptcha @ GitHub</title>
<link rel="stylesheet" href="screen.css" type="text/css" charset="utf-8">
</head>

<body>
Expand All @@ -45,47 +21,71 @@
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="http://github.com/ambethia/recaptcha">recaptcha</a>
<span class="small">by <a href="http://github.com/ambethia">ambethia</a></span></h1>
<h1><a href="http://github.com/ambethia/recaptcha">recaptcha</a></h1>

<div class="description">
ReCaptcha helpers for Rails apps
</div>

<p>This plugin adds helpers for the ReCAPTCHA API (http://recaptcha.net). In your views you can use the recaptcha_tags method to embed the needed javascript, and you can validate in your controllers with verify_recaptcha.</p><h2>Dependencies</h2>
<p>Rails, Builder, blah, blah. I'm looking to remove all external dependencies soon, and make it framework agnostic.</p>
<h2>License</h2>
<p>Copyright (c) 2007 Jason L Perry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</p>
<h2>Authors</h2>
<p>Andrew Nesbitt (andrewnez@gmail.com)<br/>Anton Ageev (anton@ageev.name)<br/>Bart Teeuwisse (bart.teeuwisse@thecodemill.biz)<br/>Paul Bowsher (boffbowsh@boffbowsh.co.uk)<br/>chris (chris@cobaltedge.com)<br/>dave farkas (dave@interactivemediums.com)<br/>Gaizka (gaizkav@gmail.com)<br/>Jason L Perry (jasper@ambethia.com)<br/>Nathaniel Talbott (nathaniel@terralien.com)<br/>pivotal (pivotal@dolores.flood.pivotallabs.com)<br/>Roman Shterenzon (roman.shterenzon@gmail.com)<br/>Ronald Evers (ronaldpaulusevers@gmail.com)<br/><br/> </p>
<h2>Contact</h2>
<p>Jason L Perry (jasper@ambethia.com)<br/> </p>
<p>This plugin adds helpers for the ReCAPTCHA API (http://recaptcha.net). In your views you can use the recaptcha_tags method to embed the needed javascript, and you can validate in your controllers with verify_recaptcha.</p>

<h2>Dependencies</h2>

<p>Rails &amp; Builder</p>

<p>I'm looking to remove all external dependencies soon, and make it framework agnostic.</p>

<h2>License</h2>

<pre>Copyright (c) 2007 Jason L Perry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</pre>

<h2>Contributors</h2>

<ul>
<li>Andrew Nesbitt (andrewnez@gmail.com)</li>
<li>Anton Ageev (anton@ageev.name)</li>
<li>Bart Teeuwisse (bart.teeuwisse@thecodemill.biz)</li>
<li>Paul Bowsher (boffbowsh@boffbowsh.co.uk)</li>
<li>chris (chris@cobaltedge.com)</li>
<li>dave farkas (dave@interactivemediums.com)</li>
<li>Gaizka (gaizkav@gmail.com)</li>
<li>Jason L Perry (jasper@ambethia.com)</li>
<li>Nathaniel Talbott (nathaniel@terralien.com)</li>
<li>pivotal (pivotal@dolores.flood.pivotallabs.com)</li>
<li>Roman Shterenzon (roman.shterenzon@gmail.com)</li>
<li>Ronald Evers (ronaldpaulusevers@gmail.com)</li>
</ul>

<h2>Contact</h2>

<p>Jason L Perry (jasper@ambethia.com)</p>

<h2>Download</h2>

<p>
You can download this project in either
<a href="http://github.com/ambethia/recaptcha/zipball/master">zip</a> or
<a href="http://github.com/ambethia/recaptcha/tarball/master">tar</a> formats.
</p>

<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/ambethia/recaptcha</pre>
Expand Down
76 changes: 76 additions & 0 deletions screen.css
@@ -0,0 +1,76 @@
@import url('http://ambethia.com/stylesheets/droid.css');

body {
font-family: 'Droid Serif', Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Droid Sans', Helvetica, sans-serif;
}

code, pre, tt {
font-family: 'Droid Mono', monospace;
}

body {
margin-top: 1.0em;
}

#container {
margin: 0 auto;
width: 700px;
}

h1 {
font-size: 3.8em;
margin-bottom: 3px;
}

h1 .small {
font-size: 0.4em;
}

h1 a {
text-decoration: none
}

h2 {
font-size: 1.5em;
}

h3 {
text-align: center;
}

a {
color: #999999;
}

.description {
font-size: 1.2em;
margin-bottom: 30px;
margin-top: 30px;
font-style: italic;
}

.download {
float: right;
}

pre {
background: #000;
color: #fff;
padding: 15px;
}

hr {
border: 0;
width: 80%;
border-bottom: 1px solid #333
}

.footer {
text-align: center;
padding-top: 30px;
font-style: italic;
}

0 comments on commit eb8db06

Please sign in to comment.