diff --git a/output/css/site.css b/output/css/site.css
index 4678c9b..4af1f07 100644
--- a/output/css/site.css
+++ b/output/css/site.css
@@ -6,6 +6,7 @@ body {
/* Headings
* --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }
+h4 { border-top: dotted 1px #d8d8d8; font-weight: bold; margin: .5em 0; padding-top: .5em; }
/* Text Elements
* --------------------------------------------------------------------- */
@@ -48,4 +49,12 @@ p.title {
#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
+/* Definition lists
+ * --------------------------------------------------------------------- */
+div.first dl { float: left; width: 100%; }
+div.first dl dt { clear: left; float: left; width: 5em }
+div.first dl dd { border-bottom: dotted 1px #d8d8d8; margin-bottom: .5em; margin-left: 5.5em; padding-bottom: .5em; }
+
+div.last dl dt { font-weight: normal; }
+
/* EOF */
diff --git a/output/index.html b/output/index.html
index e6c6f9f..9a83a9c 100644
--- a/output/index.html
+++ b/output/index.html
@@ -8,64 +8,70 @@
<meta name="author" content="" />
<!--- Blueprint CSS Framework -->
- <link rel="stylesheet" href="/css/blueprint/screen.css" type="text/css" media="screen, projection" />
- <link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print" />
+ <link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection" />
+ <link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print" />
<!-- CodeRay syntax highlighting CSS -->
- <link rel="stylesheet" href="/css/coderay.css" type="text/css" />
+ <link rel="stylesheet" href="css/coderay.css" type="text/css" />
<!-- Homepage CSS -->
- <link rel="stylesheet" href="/css/site.css" type="text/css" media="screen, projection" />
+ <link rel="stylesheet" href="css/site.css" type="text/css" media="screen, projection" />
</head>
<body>
<div class="container">
<div class="column span-20 prepend-2 append-2 first last" id="header">
- <p class="title">Dallas.rb</p>
- <hr>
+ <h1>Dallas Ruby Brigade</h1>
</div>
- <div class="column span-15 prepend-2 first">
- <h1>Upcoming Meeting</h1>
-
-
- <p><strong>Who:</strong> TBD</p>
-
-
- <p><strong>What:</strong> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus.</p>
-
-
- <p><strong>When:</strong> May 6, 2007 7-9pm</p>
-
-
- <p><strong>Where:</strong> <a href="http://www.improvingenterprises.com/">Improving Enterprises</a> 15950 Dallas Parkway Suite 500, Dallas, TX 75248 (<a href="http://maps.google.com/maps?q=15950+Dallas+Pkwy,+Dallas,+TX+75248,+USA&ie=UTF8&z=16&iwloc=addr&om=1">map</a>)</p>
-
-
- <h2>Contact Dallas.rb</h2>
-
-
- <p><strong>Mailing List:</strong> <a href="http://groups.google.com/group/dallasrb">Google Group</a></p>
-
-
- <p><strong>IRC:</strong> #dallas.rb (irc.freenode.net)</p>
-
-
- <p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/dallasrb/">dallasrb</a></p>
-
+ <div class="column span-14 prepend-2 first">
+
+ <p>Dallas Ruby is the coolest place ever this is our description and
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+
+ <h2>Upcoming Meeting</h2>
+
+ <dl>
+ <dt>Who:</dt>
+ <dd>TBD</dd>
+
+ <dt>What:</dt>
+ <dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus.</dd>
+
+ <dt>When:</dt>
+ <dd>May 6, 2007 7-9pm</dd>
+
+ <dt>Where:</dt>
+ <dd><a href="http://www.improvingenterprises.com/">Improving Enterprises</a> 15950 Dallas Parkway Suite 500, Dallas, TX 75248 (<a href="http://maps.google.com/maps?q=15950+Dallas+Pkwy,+Dallas,+TX+75248,+USA&ie=UTF8&z=16&iwloc=addr&om=1">map</a>)</dd>
+ </dl>
<h2>Event Calendar</h2>
-
<iframe src="http://www.google.com/calendar/embed?height=400&wkst=1&bgcolor=%23FFFFFF&src=l82phr6cigd0leu4ls8e1017kk%40group.calendar.google.com&color=%23B1365F&ctz=America%2FChicago" style=" border-width:0 " width="550" height="400" frameborder="0" scrolling="no"></iframe>
</div>
-
+ <div class="column span-1"> </div>
<div class="column span-5 append-2 last">
<div class="box">
<p>Meetings are the first Tuesday of each month, from 7-9 PM.</p>
<p class ="last">Just for our enlightenment, an RSVP to the <a href="http://groups.google.com/group/dallasrb">mailing list</a> is appreciated. That way we have a rough idea of the head count to expect.</p>
</div>
+
+ <h4>Contact Dallas.rb</h4>
+
+ <dl>
+ <dt>Mailing List:</dt>
+ <dd><a href="http://groups.google.com/group/dallasrb">Google Group</a></dd>
+
+ <dt>IRC:</dt>
+ <dd>#dallas.rb (irc.freenode.net)</dd>
+
+ <dt>RubyForge:</dt>
+ <dd><a href="http://rubyforge.org/projects/dallasrb/">dallasrb</a></dd>
+ </dl>
+
<h4>Dallas Rubyists</h4>
@@ -79,6 +85,15 @@
</ul>
<p>(Want to get listed here? Talk to Adam Keys? about it at the next meeeting!)</p>
+
+ <h4>Projects</h4>
+
+ <ul>
+ <li><a href="http://www.rubyholic.com/">RubyHolic</a> – a listing of other Ruby Brigades.</li>
+ <li><a href="http://www.ruby-lang.org/">Ruby</a> – The Ruby website.</li>
+ <li><a href="http://rubyonrails.org/">Rails</a> – Perhaps you’ve heard of it?</li>
+ <li><a href="http://redhanded.hobix.com/">Red Handed</a> – A Ruby advocacy blog.</li>
+ </ul>
<h4>Ruby elsewhere on the web</h4>