Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
first pass at github page
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Mar 3, 2010
1 parent e25347e commit 011cd29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubyeventmachine.com
22 changes: 10 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>eventmachine/eventmachine @ GitHub</title>
<title>eventmachine @ GitHub</title>

<style type="text/css">
body {
margin-top: 1.0em;
background-color: #915491;
font-family: "Helvetica,Arial,FreeSans";
color: #ffffff;
color: #222222;
}
#container {
margin: 0 auto;
width: 700px;
}
h1 { font-size: 3.8em; color: #6eab6e; margin-bottom: 3px; }
h1 { font-size: 3.8em; color: #333333; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #6eab6e; }
h3 { text-align: center; color: #6eab6e; }
a { color: #6eab6e; }
h2 { font-size: 1.5em; color: #333333; }
h3 { text-align: center; color: #333333; }
a { color: #333333; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
Expand All @@ -45,16 +44,15 @@
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>

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

<div class="description">
EventMachine: fast, simple event-processing library for Ruby programs
</div>

<h2>Authors</h2>
<p>Aman Gupta (aman@tmm1.net)<br/>Francis (francis@bayshorenetworks.com)<br/>Jake Douglas (jakecdouglas@gmail.com)<br/>raggi (jftucker@gmail.com)<br/>Kirk Haines (wyhaines@gmail.com)</p>

<h2>Documentation</h2>
<p><a href="http://eventmachine.rubyforge.org">RDoc</a></p>
<p><a href="http://wiki.github.com/eventmachine/eventmachine">Wiki</a></p>

<h2>Download</h2>
<p>
Expand Down

0 comments on commit 011cd29

Please sign in to comment.