-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtickets.html
More file actions
87 lines (82 loc) · 2.77 KB
/
tickets.html
File metadata and controls
87 lines (82 loc) · 2.77 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
layout: default
title: Tickets
nav: tickets
---
<!-- for basic styles include a link to our stylesheet. -->
<!-- fancy something more adventurous? Copy it and roll your own! -->
<!-- <link rel="stylesheet" type="text/css" href='https://css.tito.io/v1' /> -->
<link rel="stylesheet" type="text/css" href="assets/css/tito.css">
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header border">Conference Tickets</h4>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="big-intro">Tickets for the conference are available to purchase below. We cannot wait to welcome you to the latest edition of the conference on October 21st at The Electric in Birmingham, UK. Conference ticket holders will have priority for the Hackathon tickets.</p>
</div>
</div>
</div>
</div>
<a name="diversity"></a>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header">Diversity Pool</h4>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="big-intro">We're hoping to make it easier than ever for minorities and disadvantaged groups to attend. If you'd like to donate and help us move towards that goal, that would be incredible. If you'd like to apply for a diversity ticket just go to <a href="http://bit.ly/hackference2016diversitytickets">http://bit.ly/hackference2016diversitytickets</a>.</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header">Group Tickets</h4>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="big-intro">If you're looking to buy 3 or more tickets, then we can look at giving you a discount. Please contact <a href="mailto:mike@hackference.co.uk">Mike</a> and start the conversation. We look to give discounts on a sliding scale, so if you are buying more tickets, you'll get a bigger discount!</p>
</div>
</div>
</div>
</div>
<div class="content-darker">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header border">Purchase Tickets</h4>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<tito-widget event="hackference/hackference-2016"></tito-widget>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<a name="hackathon" ></a>
<h4 class="sub-header border">Hackathon Tickets</h4>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<tito-widget event="hackference/hackference-2016-hackathon"></tito-widget>
</div>
</div>
</div>
</div>
<script src='https://js.tito.io/v1' async></script>