Skip to content

Instantly share code, notes, and snippets.

@ryanj
Created December 16, 2011 19:29
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryanj/1487548 to your computer and use it in GitHub Desktop.
Save ryanj/1487548 to your computer and use it in GitHub Desktop.
A Sample CSS upgrade for Eventbrite's default event pages
/**
* A Sample CSS upgrade for Eventbrite's default event pages
*/
/*-----------------------------------------------------------------
Theme: No Compromises
By: The Eventbrite Design Team
To use this theme follow these five easy steps.
1) Login to your Eventbrite account. If you don't have one visit
http://www.eventbrite.com/signup and create an account.
2) Select all of the text in this window and copy.
3) If your EDIT page has a section called ADDITIONAL OPTIONS (after STEP 8)
click on the SHOW CUSTOM HEADER & FOOTER to get to the custom header.
---or---
If your event page has a PREVIEW & APPEARANCE,
click on PREVIEW & APPEARANCE and then click on ADD HTML
located on the middle right-hand side of the page.
4) Paste this code into the Custom Header space and click PREVIEW.
If you are seeing the new create event page your template should appear
below the tab in the middle of the page.
5) Add your ticket prices, fine tune your event details, and publish your event!
-----------------------------------------------------------------*/
body{
background-image: url("https://evbdn.eventbrite.com/s3-s3/eventlogos/5064690/bk23.png");
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
}
/*---HIDE EVENT LOGO ON EVENT PAGE, SHOWS IN SEARCH
-------------------------------------------------*/
.event_title_image{
display: none;
}
/*---HIDE PREVIEW BAR
-------------------*/
#preview_links{
display: none;
}
/*---DROP SHADOW ON PANELS
------------------------*/
.panel_628, .panel_280 {
box-shadow: 0 3px 3px #222;
}
/*---DO NOT EDIT
--------------*/
#page_editevents .panel_628, #page_editevents .panel_280 {
box-shadow: 0 3px 3px #FFF;
}
<link rel="stylesheet" type="text/css" href="http://ebmedia.eventbrite.com/s3-build/5201-rc12-12-2174b93/django/css/production/event_pages_C.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="/static/django/css/src/event/styles_event_pages_C.css" />
<link rel="stylesheet" type="text/css" href="/static/django/css/src/eb.dialog.css" />
<link rel="stylesheet" type="text/css" href="/static/django/css/src/event/contact-organizer-lightboxes.css" />
<![endif]-->
<style>
#contentpub .main,#customheader .main,#customfooter .main,#headpub .main,#footpub .main{min-width:700px;vertical-align:top;text-align:left;}
.panel_628, .panel_280 {
width:100%;
margin-bottom: 26px;
-moz-box-shadow: 0 3px 3px #ccc;
-webkit-box-shadow: 0 3px 3px #ccc;
box-shadow: 0 3px 3px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.panel_628{min-width:400px;}
.panel_280{min-width:300px;}
p{line-height:normal;}
#subhead{margin-bottom:0;}
#subfooter{margin-top:0;}
#regprocess{margin:0;}
#regprocess ul{margin:0;padding:0;list-style:none;}
#regprocess ul li{width:189px;height:20px;padding:5px 9px 3px;font-size:14px;line-height:18px;font-weight:bold;display:inline-block;float:left;border-top:1px solid;border-bottom:0 solid;border-right:1px solid;font-weight:normal;}
#regprocess ul li.first{width:191px;border-left:1px solid;}
#regprocess ul li span{font-size:13px;margin-left:5px;}
#regprocess ul li.active{color:#FFF;background-color:#E60;}
#processing{text-align:center;}
#processing ul{width:100px;margin:0 auto;padding:0;list-style:none;}
#processing ul li{width:20px;height:20px;margin-right:10px;display:inline-block;float:left;border:1px solid;}
.login_button {width:58px;height:24px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/login.png); background-color:transparent; vertical-align:middle; border:none;}
.reviewyourorder_button a{width:180px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/reviewyourorder.png);display:block;vertical-align:middle;}
.paybycheque_button a{width:153px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/paybycheque.png);display:block;vertical-align:middle;}
.paybycheck_button a{width:143px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/paybycheck.png);display:block;vertical-align:middle;}
.payatthedoor_button a{width:160px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/payatthedoor.png);display:block;vertical-align:middle;}
.sendinvoice_button a{width:135px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/sendinvoice.png);display:block;vertical-align:middle;}
.completeregistration_button a{width:209px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/completeregistration.png);display:block;vertical-align:middle;}
.register_button a{width:99px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/register.png);display:block;vertical-align:middle;}
.ordernow_button a{width:116px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/ordernow.png);display:block;vertical-align:middle;}
.payoffline_button a{width:120px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/payoffline.png);display:block;vertical-align:middle;}
.paynow_button a{width:101px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/paynow.png);display:block;vertical-align:middle;}
.save_button a{width:71px;height:26px;background-image:url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/save.png);display:block;vertical-align:middle;}
.addmetowaitlist_button a{width:204px;height:26px;background-image: url(https://ebmedia.eventbrite.com/s3-s3/static/images/button_event/addmetowaitlist.png); display:block;vertical-align:middle;}
a.on,button:hover,.login_button a:hover,.reviewyourorder_button a:hover,.paybycheque_button a:hover,.paybycheck_button a:hover,.payatthedoor_button a:hover,.sendinvoice_button a:hover,.completeregistration_button a:hover,.register_button a:hover,.ordernow_button a:hover,.payoffline_button a:hover,.paynow_button a:hover,.save_button a:hover{background-position:bottom;}
a.active{background-position:0 -26px;}
body {
color: #005580;
background: #FFFFFF;
}
body a, a:link, a:visited{
color: #EE6600;
}
h2 {
color: #005580;
}
h1 {
font-size: 26px;
line-height: 28px;
font-weight: bold;
margin: 0;
padding-bottom: 5px;
}
.main {
color: #005580;
}
#subheader {
border-bottom: 1px dotted #D5D5D3;
margin-bottom: 18px;
padding-bottom: 14px;
}
#subheader_table {
width: 960px;
border-collapse: collapse;
border-spacing: 0;
}
#subheader_info_cell {
vertical-align: bottom;
}
#social_module_tagline {
border-right: 1px solid #D5D5D3;
}
.panel_head2, .panel_footer {
background-color: #EFEFEF;
border-color: #D5D5D3;
color: #005580;
}
.panel_body, .ticket_row, .passwd_info, .panel_628_share, .panel_footer {
background-color: #FFFFFF;
border-color: #D5D5D3;
color: #000000;
}
.panel_body a {
color: #EE6600;
}
.ticket_container {
border-color: #D5D5D3;
border: 1px solid #D5D5D3;
}
.ticket_table_head, .ticket_table_head td {
color: #000000;
background-color: #FFFFFF;
}
.ticket_table td {
border-top: 1px solid #D5D5D3;
}
.passwd_info {
background-color: #FFFFFF;
border: 1px solid #D5D5D3;
}
#processing ul li {
border-color: #EE6600;
}
#processing ul li.active {
background-color: #EE6600;
}
#regprocess {
border-color: #D5D5D3;
}
#regprocess ul li, #regprocess ul li.first {
color: #000000;
background-color: #FFFFFF;
border-color: #D5D5D3;
}
#regprocess ul li.active {
color: #FFF;
background-color: #EE6600;
}
.panel_edit {
width: 400px;
color: #005580;
background-color: #FFFFFF;
border-color: #D5D5D3;
border-style: solid;
border-width: 1px;
padding:8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#event_header h1 {
margin-top: 8px;
}
/* ============================================= */
/* == new Css for SEO redesign (H1,H2 and H3) == */
#event_header h2 {
font-size: 17px;
text-align : left;
line-height: 21px;
color: #005580;
margin: 0;
padding: 0;
font-weight: 300;
}
#event_network h2 {
margin : 0;
padding :0 ;
line-height: 21px;
}
.panel_head2 h3 {
font-size:16px;
line-height:22px;
font-weight: 500;
color: #005580;
padding: 0;
}
.panel_body h2 {
font-size:16px;
line-height:1.2em;
font-weight:bold;
color: #000000;
margin : 2px 0 0;
padding: 0;
}
#panel_address h2 {
font-size:1.0em;
line-height:normal;
font-weight:normal;
color: #000000;
margin : 0;
padding: 0 0 8px;
text-align : left;
}
#panel_when h2 {
font-family: Helvetica, Arial, sans-serif;
font-size:1.0em;
line-height:normal;
font-weight:normal;
color: #000000;
margin : 0;
padding: 0;
text-align : left;
}
#RSVPBody {
background-color: #FFFFFF;
border: 1px solid #D5D5D3;
color: #000000;
}
.RSVPMessage {
display: block;
margin: 24px 0 10px;
}
.rsvp_responded_thanks {
font-size: 18px;
font-weight: bold;
}
.rsvp_responded_msg {
margin-top: 13px;
}
/* social sharing module on /orderconfirmation */
.panel_628_share {
border: 1px solid #D5D5D3;
}
#optouts_div {
border-left: 1px dotted #D5D5D3;
}
/* end social sharing module on /orderconfirmation */
.registrationTable h3 {
border-bottom: 1px solid #D5D5D3;
}
</style>
<!--[if lt IE 7]>
<script defer="defer" type="text/javascript" src="/min/?b=static/js&f=pngfix.js"></script>
<style>
.panel_head2, .ticket_table_head { background: #EFEFEF; }
#social_icons .fb_like_container .fb_like { overflow: hidden; width: 90px; }
</style>
<![endif]-->
<link rel="stylesheet" type="text/css" href="http://ebmedia.eventbrite.com/s3-build/5201-rc12-12-2174b93/django/css/production/event_translate.css" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="http://www.eventbrite.com/static/css/min/production/translate-IE6_C_min.css?v=5201-rc12-12-2174b93" />
<![endif]-->
<span class="vevent"> <!-- SEO class, not css -->
<div id="eb_header_container">
<div id="eb_header">
<a id="eb_mini_logo" href="http://www.eventbrite.com/r/ereg" title="Registration powered by Eventbrite">Eventbrite</a>
<span class="contact">Contact <a class="contact_organizer_link" href="http://www.eventbrite.com/contact-organizer?eid=2486619546">Ryan Jarvinen</a> for event and ticket information.</span>
</div><!--#eb_header-->
</div><!--#eb_header_container-->
<div class="clearfloat"></div>
<div style="background: #005580; color: #00376e; padding: 60px 20px 20px 20px; font-size: 14px; font-family: Arial; text-align: center;" id="preview_links"></div>
<div id="contentpub">
<div class="main">
<div id="subheader">
<table id="subheader_table">
<tbody>
<tr>
<td id="subheader_info_cell" style="">
<div id="event_header" >
<h1><span class="summary">Stylish Event Pages</span></h1> <!-- Class summary is SEO, not css -->
<h2>Wednesday, January 25, 2012 from 1:00 PM to 4:00 PM (PT)</h2>
<div id="event_network">
<h2>San Francisco, CA</h2>
</div>
</div>
</td>
<td id="subheader_logo_cell">
<div class="event_title_image">
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="col_628">
<!--- SHOW REG FORM -->
<div class="panel_628" style="position: relative;">
<form name="mgform" onsubmit="return validateform();" action="http://www.eventbrite.com/orderstart?ebtv=C" method="post" target="_top" style="margin: 0px;">
<input type="hidden" name="eid" value="2486619546" />
<input type="hidden" name="eventpassword" value="" />
<input type="hidden" name="affiliate" value="" />
<input type="hidden" name="referral_code" value="" />
<input type="hidden" name="referrer" value="" />
<input type="hidden" name="invite" value="" />
<input type="hidden" name="t" value="t7Tis7PktOO15bDltuLl4bfh4eW4tOTitbCxubi3s7Hf37G3tK60tq6ys7OusrK237GzsrSwtrG1trPfsbK3srSzsLc=" />
<input type="hidden" name="w" value="" />
<input type="hidden" id="ticketCurrency" value="$">
<input type="hidden" name="has_javascript" value="" />
<input type="hidden" name="_nomo" value="" />
<input type="hidden" name="payment_type" value="" />
<div class="panel_head2" id="ticketInfo">
<h3>Ticket Information</h3>
</div>
<div id="TicketReg" class="panel_body">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="ticket_table" id="ticket_table">
<tr class="ticket_table_head">
<td width="40%" nowrap="nowrap">
Type
</td>
<td>End</td>
<td>
</td>
<td> </td>
<td width="70" align="right">Quantity</td>
</tr>
<tr class="ticket_row">
<td class="ticket_type_name">
Try it now!
</td>
<td nowrap="nowrap">
Jan 25, 2012
</td>
<td nowrap="nowrap">
<input type="hidden" name="cost_12456491" value="" />
Free
</td>
<td nowrap="nowrap">
</td>
<td align="right" nowrap="nowrap">
<select class="ticket_table_select" name="quant_12456491" id="quant_12456491" onchange="updateCheckout();">
<option value="1" selected>1 </option>
<option value="2" >2 </option>
<option value="3" >3 </option>
<option value="4" >4 </option>
<option value="5" >5 </option>
<option value="6" >6 </option>
<option value="7" >7 </option>
<option value="8" >8 </option>
<option value="9" >9 </option>
<option value="10" >10 </option>
<option value="11" >11 </option>
<option value="12" >12 </option>
<option value="13" >13 </option>
<option value="14" >14 </option>
<option value="15" >15 </option>
<option value="16" >16 </option>
<option value="17" >17 </option>
<option value="18" >18 </option>
<option value="19" >19 </option>
<option value="20" >20 </option>
<option value="21" >21 </option>
<option value="22" >22 </option>
<option value="23" >23 </option>
<option value="24" >24 </option>
<option value="25" >25 </option>
<option value="26" >26 </option>
<option value="27" >27 </option>
<option value="28" >28 </option>
<option value="29" >29 </option>
<option value="30" >30 </option>
</select>
</td>
</tr>
</table>
</div><!-- end panel_body -->
<div id="OrderReg" class="panel_footer" style="text-align: right; padding: 10px;">
<table id="freeButton" align="right" >
<tr>
<td> </td>
<td><span id="primary_cta" class="button_css"><a href="javascript: freeCheckout();" style="text-decoration:none;color:#FFFFFF;" >Register</a></span></td>
</tr>
</table>
<div id="paidButton" style="display: none;" >
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="right">
<p>
<small>
You can
pay by check,
or
pay at the door.
</small>
<span id="primary_cta" class="button_css"><a style="text-decoration:none;color:#FFFFFF;" href="javascript: offlineCheckout();">Order Now</a></span>
</p>
</td>
</tr>
</table>
</div> <!-- end paidButton -->
<!-- end hide_order -->
<div class="clearfloat"></div>
</div><!-- end panel_footer -->
</form>
<div class="clearfloat"></div>
</div><!-- end panel_628 -->
<!-- num tix > 0 -->
<div class="panel_628">
<div class="panel_head2"><h3>Event Details</h3></div>
<div class="panel_body">
<span class="description"> <!-- class description is SEO, not css -->
<P>Visit <A HREF="http://dabblet.com/">http://dabblet.com/</A> to see the CSS styles used to create this page.</P>
</span> <!-- end class description -->
</div><!-- end panel_body -->
</div><!-- end panel_628 -->
</div><!-- end col_628 -->
<div id="col_280">
<div class="panel_280">
<div class="panel_head2">
<h3>
When & Where
</h3></div>
<div class="panel_body" id="panel_when">
<div id="map_canvas" style="width: 260px; height: 260px; background: transparent url('http://evbdn.eventbrite.com/s3-s3/static/images/developer/g_map.png');"></div>
<span class="geo"> <!-- SEO, not css -->
<span class="latitude">
<span class="value-title" title="37.7755204" ></span>
</span>
<span class="longitude">
<span class="value-title" title="-122.4000696" ></span>
</span>
</span>
<br />
<h2 class="location vcard" style="margin-top: 3px;"> <!-- location and vcard are SEO, not css -->
<br />
<b><span class="fn org">Evb HQ</span></b><br />
<span class="adr">
<span class="street-address">
651 Brannan St. <br />
#110<br />
</span>
<span class="locality">San Francisco</span>,
<span class="region">CA</span> 94107<br />
<br />
</span>
</h2>
<h2 style="padding-bottom: 0;"><span class="dtstart">Wednesday, January 25, 2012 from 1:00 PM to 4:00 PM (PT)
<span class="value-title" title="2012-01-25T13:00:00-08:00" />
</span></span>
<span class="dtend">
<span class="value-title" title="2012-01-25T16:00:00-08:00" />
</span></span>
</h2> <!-- dtstart, dtend and value-title are SEO, not css -->
<br />
<a href="javascript: ToggleDiv('calendarDiv');"><span class="icon add_to_calendar"> </span> Add to my calendar</a><br />
<div id="calendarDiv" style="display: none; margin: 10px 20px; line-height: 26px;">
<div>
<a href="javascript: AddToCalendar('outlook', 'http://www.eventbrite.com', '2486619546', '');"><span class="icon add_to_outlook"> </span> Outlook Calendar</a>
</div>
<div>
<a href="javascript: AddToCalendar('google', 'http://www.eventbrite.com', '2486619546', '');"><span class="icon add_to_google"> </span> Google Calendar</a>
</div>
<div>
<a href="javascript: AddToCalendar('yahoo', 'http://www.eventbrite.com', '2486619546', '');"><span class="icon add_to_yahoo"> </span> Yahoo! Calendar</a>
</div>
<div>
<a href="javascript: AddToCalendar('ical', 'http://www.eventbrite.com', '2486619546', '');"><span class="icon add_to_ical"> </span> iCal Calendar</a>
</div>
</div>
</div><!-- end panel_body -->
</div><!-- end panel_280 -->
<div class="panel_280" id="hostedByDiv">
<div class="panel_head2"><h3>Hosted By</h3></div>
<div class="panel_body">
<h2>Ryan Jarvinen</h2>
<br />
<div>
<span class="button_css">
<a href="http://www.eventbrite.com/contact-organizer?eid=2486619546" title="Contact the Host" class="contact_organizer_link">
<span class="icon contact_host_icon"> </span>
Contact the Host
</a>
</span>
</div>
<br />
<P>Eventbrite Developer Relations</P>
<!--[if IE]><![endif]-->
<div id="organizerSubsDiv">
<a href="http://www.eventbrite.com/org/1001921699?s=6418967">
<span class="icon other_events_icon"> </span>
<a href="http://www.eventbrite.com/org/1001921699?s=6418967">View other Ryan Jarvinen events</a>
</a><br /><br />
<a href="javascript: ToggleDiv('subscribeDiv');"><span class="icon subscribe_icon"> </span> Subscribe to receive notifications of future events by this host</a><br />
<div id="subscribeDiv" style="display: none; margin: 10px 20px; line-height: 26px;">
<div>
<a href="http://www.eventbrite.com/rest/organizer_list_events/1001921699"><span class="icon xml_feed_icon"> </span> View XML Feed</a>
</div>
<div>
<a href="http://www.eventbrite.com/rss/organizer_list_events/1001921699"><span class="icon rss_feed_icon"> </span> Subscribe to RSS Feed</a>
</div>
<div>
<a href="http://www.eventbrite.com/atom/organizer_list_events/1001921699"><span class="icon atom_feed_icon"> </span> Subscribe to Atom Feed</a>
</div>
<div>
<a href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fwww.eventbrite.com%2Fatom%2Forganizer_list_events%2F1001921699" target="_blank"><span class="icon add_to_google"> </span> Add to Google</a>
</div>
<div>
<a href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fwww.eventbrite.com%2Frss%2Forganizer_list_events%2F1001921699" target="_blank"><span class="icon add_to_yahoo"> </span> Add to My Yahoo!</a>
</div>
<div>
<a href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fwww.eventbrite.com%2Fatom%2Forganizer_list_events%2F1001921699" target="_blank"><span class="icon add_to_aol"> </span> Add to My AOL</a>
</div>
<div>
<a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=http%3A%2F%2Fwww.eventbrite.com%2Frss%2Forganizer_list_events%2F1001921699&ru=http%3A%2F%2Fwww.eventbrite.com" target="_blank"><span class="icon add_to_msn"> </span> Add to My MSN</a>
</div>
</div>
</div>
</div><!-- end panel_body -->
</div><!-- end panel_280 -->
</div><!-- end col_280 -->
<div class="clearfloat"></div>
</div><!-- end main -->
</div><!-- end contentpub -->
<div id="lightbox_contact" class="hide_me">
<div class="ui-dialog-header">
<h1>Contact organizer:</h1>
</div>
<div class="ui-dialog-body clrfix">
<span class="required_field">* Required</span>
<form id="form_contact_organizer" action="/ajax/contact-organizer/1001921699/2486619546/" method="post" name="contactForm" class="clrfix">
<input type="hidden" name="crumb" value="7ee363b26fff3b">
<input type="hidden" id="form_contact_organizer_hidden" name="contact_organizer_submit" value="1" />
<span class="error_inline hide_me">Please fill out the missing information.</span>
<label for="contact_name">Your name: <span class="required_field">*</span></label>
<input type="text" id="contact_name" name="from_name" value="" />
<label for="contact_email">Email address: <span class="required_field">*</span></label>
<input type="text" id="contact_email" name="from_email" value="" />
<label for="contact_message">Send your message: <span class="required_field">*</span></label>
<textarea id="contact_message" name="message"></textarea>
<div id="container_captcha_privacy" class="no_recaptcha">
<label for="recaptcha_area" class="recaptcha_piece">Enter the code as shown below: <span class="required_field">*</span></label>
<div id="recaptcha_area" class="recaptcha_piece">
</div>
<div id="contact_disclaimer">
<p>
Your email will only be seen by the event organizer.
</p>
<p>
<a href="http://www.eventbrite.com/tos#privacy" target="_blank">Find out more about how your privacy is protected.</a>
</p>
</div>
</div>
</form>
</div>
<div class="ui-dialog-footer clrfix">
<span class="go_button button_css">
<a id="lightbox_contact_send_button" class="unsent_mode" href="javascript:void(0);">
<span>Send message</span><span class="inprogress">Please wait...</span>
</a>
</span>
<span class="button_css">
<a id="lightbox_contact_cancel_button" class="eb_close_button" href="javascript:void(0);">
Cancel
</a>
</span>
</div>
</div>
<div id="lightbox_contact_confirmation" class="hide_me">
<div class="ui-dialog-body">
<p class="confirmed_success_msg">
Your message has been sent!
</p>
</div>
<div class="ui-dialog-footer clrfix">
<span class="button_css">
<a id="lightbox_confirm_cancel_button" class="eb_close_button" href="javascript:void(0);">
Close
</a>
</span>
</div>
</div>
<div id="eb_footer_container">
<div id="eb_footer" class="clrfix">
<span id="contact_guideline">Contact <a href="http://www.eventbrite.com/contact-organizer?eid=2486619546" class="contact_organizer_link">Ryan Jarvinen</a> for event and ticket information.</span>
<div id="sosumi">
<a id="eb_footer_logo" href="http://www.eventbrite.com/r/ereg" title="Registration powered by Eventbrite">Eventbrite</a>
<span id="eb_footer_tagline">
Use Eventbrite for <a href="http://www.eventbrite.com/features">event ticketing</a> and <a href="http://www.eventbrite.com/r/ereg">online event registration</a>.<br />
<span>© 2011 <a href="http://www.eventbrite.com/r/ereg" title="Registration powered by Eventbrite">Eventbrite</a>. All Rights Reserved. <a href="http://www.eventbrite.com/tos">Terms of Service</a>. <a href="http://www.eventbrite.com/privacypolicy">Privacy Policy</a>.</span>
</span>
</div>
</div><!--eb_footer-->
</div><!--eb_footer_container-->
<div style="background: #005580; color: #00376e; padding: 20px; font-size: 14px; font-family: Arial; text-align: center;" id="preview_links"></div>
</span> <!-- END class = vevent -->
<style type="text/css">
body{background-image: url("https://evbdn.eventbrite.com/s3-s3/eventlogos/5064690/bk23.png");
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
}
</style>
{"page":"html","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment