-
Notifications
You must be signed in to change notification settings - Fork 3
/
buy.php
39 lines (39 loc) · 2.2 KB
/
buy.php
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
<div id="sub">
<div class="section group">
<div class="col span_10_of_10 sub_heading">
<h2>Buy Tickets</h2>
<span class="line"></span>
</div>
</div>
<div class="section group">
<div class="col span_10_of_10">
<div class="paras_small">
<p>As well as rubbing shoulders with the best developers and hackers, your tickets will also include:</p>
<div class="section group">
<div class="col span_2_of_10">
</div>
<div class="col span_6_of_10">
<ul>
<li>Food and drink</li>
<li>Lanyards which are provided by <a href="http://www.soundcloud.com/" title="SoundCloud">SoundCloud</a></li>
<li>Plenty of swag from sponsors</li>
</ul>
</div>
<div class="col span_2_of_10">
</div>
</div>
</div>
<!-- EventBrite JS Block -->
<div style="width:100%; text-align:left;" >
<iframe src="https://www.eventbrite.co.uk/tickets-external?eid=5963331485&ref=etckt&v=2<?php if(isset($_SESSION['discount'])){ echo'&discount=',$_SESSION['discount']; } ?>" frameborder="0" height="550" 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.co.uk/r/etckt">Sell Tickets Online</a> <span style="color:#ddd;">through</span> <a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.co.uk?ref=etckt">Eventbrite</a></div>
</div>
<!-- EventBrite JS Block -->
<div class="paras_small">
<p>We are also making group discounts available to companies or organisations.</p>
</div>
</div>
</div>
</div>