forked from gogaruco/2013
-
Notifications
You must be signed in to change notification settings - Fork 2
/
registration.html
54 lines (54 loc) · 3.02 KB
/
registration.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css" media="all">@import "styles.css";</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The GoldenGate Ruby Conference</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>
<body>
<div id="main-container">
<div id="header">
<ul id="nav">
<li><a href="index.html">Home</a></li> <li><a href="speakers.html">Speakers</a></li> <li><a href="schedule.html">Schedule</a></li> <li><a href="sponsors.html">Sponsors</a></li> <li><a href="community.html">Community</a></li> <li><a href="location.html">Location</a></li> <li><a href="resources.html">Resources</a></li>
</ul>
</div>
<div id="main-area">
<div id="sidebar">
<a href="registration.html"><a href="registration.html"><img id="gin-get-tickets" src="images/gin-get-tickets.png" alt="" /></a></a>
<h3>Platinum Sponsors</h3>
<a href="#" target="_blank"><img src="images/sponsor_opower.png" alt="" /></a>
<a href="#" target="_blank"><img src="images/sponsor_heroku.png" alt="" /></a>
<h3>Gold Sponsors</h3>
<a href="#" target="_blank"><img src="images/sponsor_att.png" alt="" /></a>
<a href="#" target="_blank"><img src="images/sponsor_modcloth.png" alt="" /></a>
<h3>Silver Sponsors</h3>
<br /><br />
<h3>Bronze Sponsors</h3>
<br /><br />
<div id="sponsorbox">
<p>Interested in Sponsoring GoGaRuCo?</p>
<a href="" id="sponsorbutton">Download the Prospectus</a>
<p>or contact <a href="#">Leah Silber</a> for more info!</p>
</div>
</div>
<div id="left-area">
<h1>Registration</h1>
<!-- inserted code -->
<div style="width:100%; text-align:left;" ><iframe src="http://www.eventbrite.com/tickets-external?eid=1848842939&ref=etckt" frameborder="0" height="338" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe><div style="font-family:Helvetica, Arial; font-size:10px; padding:5px 0 5px; margin:2px; width:100%; text-align:left;" ><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.com/r/etckt" >Event registration</a><span style="color:#ddd;" > for </span><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://gogaruco.eventbrite.com?ref=etckt" >GoGaRuCo 2011</a><span style="color:#ddd;" > powered by </span><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.com?ref=etckt" >Eventbrite</a></div></div>
</div>
</div>
<div id="footer">
<img class="footer-robot" src="images/footer_robot.png" alt="" />
<p>© 2011 golden gate ruby conference, llc <a href="index.html">Home</a> | <a href="speakers.html">Speakers</a> | <a href="schedule.html">Schedule</a> | <a href="sponsors.html">Sponsors</a> | <a href="community.html">Community</a> | <a href="locations.html">Locations</a> | <a href="resources.html">Resources</a> <a href="#">[2009]</a> <a href="#">[2010]</a></p>
</div>
</div>
</body>
</html>