Skip to content

Commit

Permalink
made 'session' rows darker, more text editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
danrubin committed Sep 30, 2008
1 parent 1a765e9 commit 09b12e0
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 57 deletions.
34 changes: 17 additions & 17 deletions 2008/washingtondc/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ <h2>What You'll Learn</h2>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>8am &ndash; 9am</td> <td>8:00am &ndash; 9:00am</td>
<td> <td>
<h3>Registration &amp; Breakfast</h3> <h3>Registration &amp; Breakfast</h3>
<p>Get to the hotel bright and early to pick up your namebadge and grab a snack before the first session.</p> <p>Get to the hotel bright and early to pick up your namebadge and grab a snack before the first session.</p>
</td> </td>
<td>n/a</td> <td></td>
</tr> </tr>
<tr> <tr>
<td>9am &ndash; 9:15am</td> <td>9:00am &ndash; 9:15am</td>
<td> <td>
<h3>Welcome &amp; Introduction</h3> <h3>Welcome &amp; Introduction</h3>
</td> </td>
<td>n/a</td> <td></td>
</tr> </tr>
<tr> <tr class="session">
<td>9:15am &ndash; 10:30am</td> <td>9:15am &ndash; 10:30am</td>
<td> <td>
<h3>Planning &amp; Designing Your Interface</h3> <h3>Planning &amp; Designing Your Interface</h3>
Expand All @@ -106,25 +106,25 @@ <h3>Planning &amp; Designing Your Interface</h3>
<h3>Mid-Morning Break</h3> <h3>Mid-Morning Break</h3>
<p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p> <p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p>
</td> </td>
<td>n/a</td> <td></td>
</tr> </tr>
<tr> <tr class="session">
<td>10:45am &ndash; 12pm</td> <td>10:45am &ndash; 12:00pm</td>
<td> <td>
<h3>Slicing &amp; Dicing: Exporting &amp; Optimizing Images</h3> <h3>Slicing &amp; Dicing: Exporting &amp; Optimizing Images</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td> </td>
<td><a href="#danrubin">Dan Rubin</a></td> <td><a href="#danrubin">Dan Rubin</a></td>
</tr> </tr>
<tr> <tr>
<td>12pm &ndash; 1:15pm</td> <td>12:00pm &ndash; 1:15pm</td>
<td> <td>
<h3>Lunch</h3> <h3>Lunch</h3>
<p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p> <p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p>
</td> </td>
<td>n/a</td> <td></td>
</tr> </tr>
<tr> <tr class="session">
<td>1:15pm &ndash; 2:30pm</td> <td>1:15pm &ndash; 2:30pm</td>
<td> <td>
<h3>XHTML/CSS: Putting it All Together</h3> <h3>XHTML/CSS: Putting it All Together</h3>
Expand All @@ -138,31 +138,31 @@ <h3>XHTML/CSS: Putting it All Together</h3>
<h3>Afternoon Break</h3> <h3>Afternoon Break</h3>
<p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p> <p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p>
</td> </td>
<td>n/a</td> <td></td>
</tr> </tr>
<tr> <tr class="session">
<td>2:45pm &ndash; 4:00pm</td> <td>2:45pm &ndash; 4:00pm</td>
<td> <td>
<h3>Javascript Libraries &amp; You</h3> <h3>Javascript Libraries &amp; You</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td> </td>
<td><a href="#jonathansnook">Jonathan Snook</a></td> <td><a href="#jonathansnook">Jonathan Snook</a></td>
</tr> </tr>
<tr> <tr class="session">
<td>4pm &ndash; 5pm</td> <td>4:00pm &ndash; 5:00pm</td>
<td> <td>
<h3>Group Discussion / Q&amp;A</h3> <h3>Group Discussion / Q&amp;A</h3>
<p>Bryan, Dan, Jon and Steve will answer your questions, critique your work, make fun of each other&mdash;this is where you get to direct the show.</p> <p>Bryan, Dan, Jon and Steve will answer your questions, critique your work, make fun of each other&mdash;this is where you get to direct the show.</p>
</td> </td>
<td>All</td> <td>All</td>
</tr> </tr>
<tr> <tr>
<td>5pm &ndash; whenever</td> <td>5:00pm &ndash; whenever</td>
<td> <td>
<h3>Drinks &amp; Conversation</h3> <h3>Drinks &amp; Conversation</h3>
<p>Join us in the hotel lounge for a casual and relaxed few hours of conversation&mdash;invite your friends, too!</p> <p>Join us in the hotel lounge for a casual and relaxed few hours of conversation&mdash;invite your friends, too!</p>
</td> </td>
<td>n/a</td> <td></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
Expand Down
10 changes: 8 additions & 2 deletions css/main.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
----------------------------------------------- -----------------------------------------------
sidebar workshops sidebar workshops
author: dan rubin author: dan rubin
edited: 2008-09-29 edited: 2008-09-30
----------------------------------------------- */ ----------------------------------------------- */


/* override anything global */ /* override anything global */
Expand Down Expand Up @@ -263,12 +263,18 @@ body {
} }
#content table td a { #content table td a {
display:block; display:block;
color:#999; color:#777;
} }
#content table td a:hover { #content table td a:hover {
color:#ad1d0a; color:#ad1d0a;
} }


#content table tr.session td,
#content table tr.session h3,
#content table tr.session p {
color:#777;
}



#footer { #footer {
margin:20px 40px 0; margin:20px 40px 0;
Expand Down
131 changes: 93 additions & 38 deletions template-event.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -60,48 +60,103 @@ <h2>What You'll Learn</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>


<table border="0" cellspacing="10" cellpadding="0"> <table border="0" cellspacing="10" cellpadding="0">
<thead> <thead>
<tr> <tr>
<th>Time</th> <th>Time</th>
<th>Description</th> <th>Description</th>
<th>Speaker</th> <th>Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td>8:00am &ndash; 9:00am</td>
<td>
<h3>Registration &amp; Breakfast</h3>
<p>Get to the hotel bright and early to pick up your namebadge and grab a snack before the first session.</p>
</td>
<td>n/a</td>
</tr>
<tr>
<td>9:00am &ndash; 9:15am</td>
<td>
<h3>Welcome &amp; Introduction</h3>
</td>
<td>n/a</td>
</tr> </tr>
</thead> <tr>
<tbody> <td>9:15am &ndash; 10:30am</td>
<tr> <td>
<td>9am &ndash; 10:30am</td> <h3>Planning &amp; Designing Your Interface</h3>
<p>You have a concept and a feature list, now what? Bryan walks you through .</p>
</td>
<td><a href="#bryanveloso">Bryan Veloso</a></td>
</tr>
<tr>
<td>10:30am &ndash; 10:45am</td>
<td>
<h3>Mid-Morning Break</h3>
<p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p>
</td>
<td>n/a</td>
</tr>
<tr>
<td>10:45am &ndash; 12:00pm</td>
<td>
<h3>Slicing &amp; Dicing: Exporting &amp; Optimizing Images</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td>
<td><a href="#danrubin">Dan Rubin</a></td>
</tr>
<tr>
<td>12:00pm &ndash; 1:15pm</td>
<td>
<h3>Lunch</h3>
<p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p>
</td>
<td>n/a</td>
</tr>
<tr>
<td>1:15pm &ndash; 2:30pm</td>
<td>
<h3>XHTML/CSS: Putting it All Together</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td>
<td><a href="#stevesmith">Steve Smith</a></td>
</tr>
<tr>
<td>2:30pm &ndash; 2:45pm</td>
<td>
<h3>Afternoon Break</h3>
<p>A quick pause between sessions&mdash;just enough time to grab some coffee and check your email.</p>
</td>
<td>n/a</td>
</tr>
<tr>
<td>2:45pm &ndash; 4:00pm</td>
<td>
<h3>Javascript Libraries &amp; You</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td>
<td><a href="#jonathansnook">Jonathan Snook</a></td>
</tr>
<tr>
<td>4:00pm &ndash; 5:00pm</td>
<td>
<h3>Group Discussion / Q&amp;A</h3>
<p>Bryan, Dan, Jon and Steve will answer your questions, critique your work, make fun of each other&mdash;this is where you get to direct the show.</p>
</td>
<td>All</td>
</tr>
<tr>
<td>5:00pm &ndash; whenever</td>
<td> <td>
<h3>Session Title</h3> <h3>Drinks &amp; Conversation</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> <p>Join us in the hotel lounge for a casual and relaxed few hours of conversation&mdash;invite your friends, too!</p>
</td> </td>
<td><a href="#stevesmith">Steve Smith</a></td> <td>n/a</td>
</tr> </tr>
<tr> </tbody>
<td>9am &ndash; 10:30am</td> </table>
<td>
<h3>Session Title</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td>
<td><a href="#bryanveloso">Bryan Veloso</a></td>
</tr>
<tr>
<td>9am &ndash; 10:30am</td>
<td>
<h3>Session Title</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td>
<td><a href="#danrubin">Dan Rubin</a></td>
</tr>
<tr>
<td>9am &ndash; 10:30am</td>
<td>
<h3>Session Title</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</td>
<td><a href="#jonathansnook">Jonathan Snook</a></td>
</tr>
</tbody>
</table>


<h3>The speakers</h3> <h3>The speakers</h3>
<h4 id="danrubin">Dan Rubin</h4> <h4 id="danrubin">Dan Rubin</h4>
Expand Down

0 comments on commit 09b12e0

Please sign in to comment.