-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent-mean-streets.html
More file actions
233 lines (204 loc) · 8.47 KB
/
event-mean-streets.html
File metadata and controls
233 lines (204 loc) · 8.47 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>Swan Love - Mean Streets</title> <!-- Bootstrap core CSS --> <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- Layout extras --> <link href="/css/layout.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <script src="/js/jquery-1.10.2.min.js"></script> </head> <body> <a class="sr-only" href="#content">Skip to main content</a> <!-- Docs master nav --> <header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/index.html" class="navbar-brand">Swan Love</a> </div> <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation"> <ul class="nav navbar-nav">
<li><a href="/events-royalgeorgethornbury.html">Next Event</a></li>
<li><a href="http://www.skiddle.com/whats-on/Leeds/White-Cloth-Gallery/Swan-Love-/12642666/" target="_blank">Tickets</a></li>
<li><a href="https://www.dropbox.com/sc/lok0amcsfz1bkom/AADPIfuAYOWULT-obFA0eOvua" target="_blank">Gallery</a></li>
<li><a href="/charity.html">Charity</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="/about.html">About Us</a></li>
</ul>
<ul class="nav navbar-nav navbar-right"> <li class="active"> <a href="https://swanlove.wufoo.com/forms/z1u277000phlf3s/" class="amodal" data-title="Get in Touch">Contact</a> </li> </ul> </nav> </div> </header> <!-- Docs page layout --> <div class="bs-header" id="content"> <div class="container"> <p>Mean Streets</p>
<table style="border:0px;">
<tbody><tr>
<td style="width:110px;text-align:center;"><strong>Days</strong></td>
<td style="width:110px;text-align:center;"><strong>Hours</strong></td>
<td style="width:110px;text-align:center;"><strong>Minutes</strong></td>
<td style="width:110px;text-align:center;"><strong>Seconds</strong></td>
</tr>
<tr>
<td colspan="4"><span id="count-down"></span></td>
</tr>
</tbody></table>
<link rel="stylesheet" type="text/css" href="/css/jquery.flipcountdown.css" />
<script type="text/javascript" src="/js/jquery.flipcountdown.js"></script>
<script>
$(function(){
var countDown = Math.round((new Date('06/13/2014 19:00:00')).getTime()/1000);
$('#count-down').flipcountdown({
size:'lg',
tick:function(){
var nol = function(h){
return h>9?h:'0'+h;
}
var range = countDown-Math.round((new Date()).getTime()/1000),
secday = 86400, sechour = 3600,
days = parseInt(range/secday),
hours = parseInt((range%secday)/sechour),
min = parseInt(((range%secday)%sechour)/60),
sec = ((range%secday)%sechour)%60;
return nol(days)+' '+nol(hours)+' '+nol(min)+' '+nol(sec);
}
});
})
</script> </div> </div> <!-- Callout for the old docs link --> <div class="bs-old-docs"> <div class="container"> During DJ sets there will be Drummers and Saxophonists freestyle jamming </div> </div> <div class="container bs-docs-container"> <div class="row"> <div class="col-md-12" role="main" style="margin-top: 25px;"> <div class="bs-callout bs-callout-info">
<h4>19.00 - 19.30</h4>
<p>Mean Streets launches with the delightful DJ Sweetback in Gallery 2</p>
</div>
<div class="bs-callout bs-callout-info">
<h4>19.30 - 20.00</h4>
<p>Honey Drum who are a Leeds Samba Band will Drum you into a Carnival Frenzy ~ Outside</p>
</div>
<div class="bs-callout bs-callout-info">
<h4>20.00 - 20.30</h4>
<p>The sensational Scarlet Butterfly pole dances with a 1930s gangster twist in Gallery 1</p>
</div>
<div class="bs-callout bs-callout-danger">
<h4>21.00 - Midnight</h4>
<p>GB Fun Casinos set up in Gallery 1 for you to enjoy a chance to win one of many prizes donated by local business in Leeds</p>
</div>
<div class="bs-callout bs-callout-warning">
<h4>21.00 - 21.20</h4>
<p>'Gangster Glam Catwalk Show' by Jade Ramsden. Magic by Steve Gore & Jay George. Hula Hoop Fire Troop with Laydee Mitch & friends and the excellent Elixa Entertainment</p>
</div>
<div class="bs-callout bs-callout-warning">
<h4>20.30 - 21.30</h4>
<p>DJ Sweetback grooves a beautiful group of Gangster Glam magnificent models strut their glamourous world organised by Jade Ramsden</p>
</div>
<div class="bs-callout bs-callout-warning">
<h4>21.30 - 22.30</h4>
<p>DJ JD spins you into a world of House Beats and Ska</p>
</div>
<div class="bs-callout bs-callout-warning">
<h4>22.30 - 23.15</h4>
<p>The Ska-Punk band 'The Platitudes' ROCK your night</p>
</div>
<div class="bs-callout bs-callout-warning">
<h4>23.15 - 00.00</h4>
<p>DJ JD bangs out some cool Summer tunes. At 00.00 Fabia struts her Burlesque tease</p>
</div>
<div class="bs-callout bs-callout-warning">
<h4>00.00 - 02.00</h4>
<p>DJ Sweetback spins you into a gangster glam frenzy</p>
</div>
<hr class="featurette-divider" />
<blockquote>
<h3 class="text-success">
All acts have come together to help fundraise and increase awareness for the homeless charity 'Simon on the Streets'
</h3>
</blockquote>
</div> </div> </div> <!-- Footer ================================================== --> <footer class="bs-footer" role="contentinfo"> <div class="container"> <p>© 2014 Swan Love. · Sponsors: <a href="http://www.ipassexam.com" target="_blank">iTutor Ltd</a>, <a href="http://www.ignitepyro.com" target="_blank">Ignite Pyrotechnics Ltd</a></p> </div> </footer> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="/js/bootstrap.min.js"></script> <script src="/js/shims/holder.js"></script> <script src="/js/application.js"></script> <div class="modal fade" id="iModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body">
<iframe id="modal-frame" src="" style="zoom:0.60" width="99.6%" height="1100" frameborder="0"></iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<script type="text/javascript">
$('.amodal').click(function(e){
e.preventDefault();
$this = $(this);
var frameSrc = $this.attr("href");
var title = $this.attr("data-title");
$('#modal-frame').attr("src", frameSrc);
$('#iModal .modal-title').html(title);
$('#iModal').modal({show: true})
});
</script>
<style>
#iModal .modal-dialog
{
width: 750px;/* your width */
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47032634-1', 'swanlove.co.uk');
ga('send', 'pageview');
</script> </body></html>