-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_old.html
435 lines (305 loc) · 14 KB
/
index_old.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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>UraidLAN</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/start/jquery-ui.css" rel="stylesheet" />
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Calander
================================================== -->
<script src="https://code.jquery.com/jquery-latest.js"></script>
<link href='fullcalendar/fullcalendar.min.css' rel='stylesheet' />
<link href='fullcalendar/fullcalendar.print.min.css' rel='stylesheet' media='print' />
<script src='fullcalendar/lib/moment.min.js'></script>
<script src='fullcalendar/lib/jquery.min.js'></script>
<script src='fullcalendar/fullcalendar.min.js'></script>
<script src='fullcalendar/gcal.min.js'></script>
<script type='text/javascript'>
$(document).ready(function() {
$('#calendar').fullCalendar({
googleCalendarApiKey: 'AIzaSyCfdXAGUj6XOlIxLGyRAmFSJwhVJsZoZec',
events: {
googleCalendarId: '[email protected]'
}
});
});
</script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<div id="preloader">
<div id="logouraidlan">
<object type="image/svg+xml" data="images/logo.svg"></object>
</div>
<div id="status">
<img src="images/loading.gif" height="128" width="128" alt="">
</div>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Intro Section
================================================== -->
<section id="intro">
<header class="row">
<div id="logo">
<!-- <a href="#" >UraidLAN
<img src="images/logo.png" alt="UraidLAN" style=max-width:60%;> -->
<object type="image/svg+xml" data="images/logo.svg">
Your browser does not support SVG
</object>
</div>
<nav id="nav-wrap">
<a class="menu-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="menu-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li><a class="smoothscroll" href="#styles">About</a></li>
<li><a class="smoothscroll" href="#discord">Discord</a></li>
<li><a class="smoothscroll" href="#facebook">Facebook</a></li>
<li><a class="smoothscroll" href="#location">Location</a></li>
<li><a class="smoothscroll" href="#map">Map</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
</header> <!-- Header End -->
<div id="main" class="row">
<div class="twelve columns">
<h1>Monthly LAN and time hacking convention!</h1>
<h5>Next Event</h5>
<span id="dateEvent" class="cf"></span>
<h1>NOW! Why arn't you here?</h1>
<!--<h5>Time Left Until Next UraidLAN</h5>
<div id="counter" class="cf">
<span>134 <em>days</em></span>
<span>12 <em>hours</em></span>
<span>50 <em>minutes</em></span>
<span>33 <em>seconds</em></span>
</div>
-->
<!--
<div id="mc_embed_signup">
<form action="http://facebook.us8.list-manage.com/subscribe/post?u=cdb7b577e41181934ed6a6a44&id=e65110b38d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_cdb7b577e41181934ed6a6a44_e65110b38d" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
-->
<ul class="social">
<li><a href="https://www.facebook.com/UraidLAN/"><i class="fa fa-facebook"></i></a></li>
<!--
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
--->
</ul>
</div>
</div> <!-- main end -->
</section> <!-- end intro section -->
<!-- Style Guide Section
================================================== -->
<section id="styles" style="padding: 90px 0 72px; background: #fff;">
<div class="row section-head add-bottom">
<div class="twelve columns">
<h1>UraidLAN is a place to...</h1>
<ul class="disc">
<li class="lead">regular social event run every 4 weeks since 2008</li>
<li class="lead">come together and chill out, meet new friends and catch up with old ones</li>
<li class="lead">work on projects, whether building a new PC or exploring new innovative hardware</li>
<li class="lead">time hacking experience</li>
</ul>
</div>
</div> <!-- Row End-->
<div class="row add-bottom">
<hr>
<div class="twelve columns">
<h2>WHEN DOES THE EVENT START AND FINISH?</h2>
<p class="lead">
UraidLAN starts on Friday at 7:00 PM and run until 7:00 PM on the Sunday. As a 48hr event you're not expected to stay through the whole event, most people pop in for a day at a time and float out.
</p>
</div>
</div> <!-- Row End-->
<div class="row">
<hr>
<div class="four columns add-bottom">
<h3>WHAT DO I NEED TO BRING?</h3>
<ul class="disc">
<li>5m or longer Cat5e or Cat6 network cable.</li>
<li>Computer, laptop or Console</li>
<li>Monitor</li>
<li>Power board (surge protected is recommended)</li>
<li>Power cables for your computer and monitor</li>
<li>VGA, DVI or HDMI cable</li>
<li>Keyboard and mouse</li>
<li>Headphones (Speakers are not permitted in the main PC area)</li>
</ul>
</div>
<div class="four columns add-bottom">
<h3>The following are also advised for all lannees;</h3>
<ul class="disc">
<li>Weather appropriate clothing (it can get hot in summer and cold in winter in the hall)</li>
<li>Sleeping gear</li>
<li>A computer/office chair if you wish
<li>Toiletries (remember to bring deodorant!)</li>
<li>Cash for entry fee:</li>
<li><b>$20 for Internet and Power access</b></li>
<li><b>$10 if you want main meals provided</b> (breakfast, lunch, dinner)</li>
<li><b>$1 Spectator Donation</b></li>
</ul>
</div>
<div class="four columns add-bottom">
<h3>What else do I need to do before arriving?</h3>
<ul class="disc">
<li>Make sure to set Windows to automatically update!</li>
<li>All your games are updated, Steam, Origin, Blizzard and the likes...</li>
<li>An anti-virus program.</li>
</ul>
<h5>Make sure you...</h5>
<p class="align-center remove-bottom">
<a href="#"><img width="200" height="150" alt="updateallthings" src="images/updateallthings.jpg"></a>
<h5 class="text-right">...before attending!</h5>
</p>
</div>
</div> <!-- Row End-->
<div class="row">
<hr>
<div class="twelve columns add-bottom">
<h5>For liability purposes we insist on MA15+ - sorry kids; and we have the usual host of rules otherwise it's a damn good time, see you all there!</h5>
</div>
</div> <!-- Row End-->
<section id="feed">
<br>
<div class="row">
<div class="six columns align-center">
<div id="discord">
<iframe src="https://discordapp.com/widget?id=288536418853060618&theme=dark" height="700" allowtransparency="true" frameborder="0"></iframe>
</div>
</div>
<div class="six columns align-center">
<div id="facebook">
<div class="fb-page" data-href="https://www.facebook.com/UraidLAN/" data-tabs="timeline" data-height="700" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true"></div>
</div>
</div>
</div> <!-- Row End-->
<br>
<div class="row">
<hr>
<div class="twelve columns add-bottom">
<div id="calendar"></div>
<div id="gcal">
<iframe src="https://calendar.google.com/calendar/embed?title=UraidLAN&showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=400&wkst=1&bgcolor=%23cc66cc&src=qnpi0dmau53fmq2m18rv4pr6e8%40group.calendar.google.com&color=%231B887A&ctz=Australia%2FAdelaide" style="border-width:0" width="800" height="400" frameborder="0" scrolling="no"></iframe>
</div>
</div> <!-- Row End-->
</section>
<div class="row">
<div class="six columns">
<br>
<h3>NBN Enabled!</h3>
<br>
<p class="align-center">
<a href="#"><img width="205" height="113" alt="nbn-image" src="images/NBN_Masterbrand_Australia_Descriptor_NOTAGLINE_Landscape_CMYK-1024x565.jpg"></a>
</p>
<p>UraidLAN has a NBN FTTN connection and is connected with a 100/40 Mbps plan, which means downloading and playing online games a lot faster with less ping and less lag!</p>
</div>
<div class="six columns">
<br>
<h3>Gamer Plan!</h3>
<p class="align-center">
<a href="https://myrepublic.net/au/personal-2/nbn/gamers/"><img width="200" height="130" alt="myrepublic" src="images/mr_gamer_purple.jpg"></a>
</p>
<aside class="pull-quote">
<blockquote>
<h5 style="color: #672C88; text-align: center;">The first nbn™ powered Gamer plan</h5>
</blockquote>
</aside>
<p>MyRepublic Gamer plans are optimised for reduced latency and Gamer traffic is prioritised. So even during peak periods, you have the best chance of making the critical click. Game on.</p>
</div>
</div>
</section> <!-- Style Guide Section End-->
<!-- Location Section
================================================== -->
<section id="location">
<div class="contacts">
<div class="row contact-details">
<div class="columns">
<h3><i class="fa fa-home"></i>Address.</h3>
<a href="https://www.google.com/maps/dir//1221+Greenhill+Rd,+Uraidla+SA,+Australia/@-34.9589058,138.7442228,17z/data=!3m1!4b1!4m8!4m7!1m0!1m5!1m1!1s0x6ab734ecdbd2e4e9:0x60f7b278dc44e290!2m2!1d138.7464115!2d-34.9589102">
<p>1221 Greenhill Rd, Uraidla SA 5142, Australia
</p></a>
</div>
<!--
<div class="columns">
<h3><i class="fa fa-phone"></i>Phone Numbers.</h3>
<p>Phone:<br>
Mobile:<br>
Fax:
</p>
</div>
<div class="columns end">
<h3><i class="fa fa-envelope"></i>Emails.</h3>
<p><br>
<br>
</p>
</div>
-->
</div> <!-- end contact-details -->
</div> <!-- end contacts -->
<div id="map">
<p class="map-error">Something went wrong... Unable to load map... Please try to enable javascript</p>
</div> <!-- end map -->
</section> <!-- end location section -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="copyright">
<li>© Copyright 2017 UraidLAN</li>
<li>Design by <a title="Styleshout" href="http://www.styleshout.com/">Styleshout</a></li>
</ul>
</div>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#intro"><i class="icon-up-open"></i></a></div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="https://maps-api-ssl.google.com/maps/api/js?key=AIzaSyDA7G0nWEuNWtJ1GHJcPotdNO4tVCKUeHY&callback=initMap"" type="text/javascript"></script>
<script src="js/gmaps.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/jquery.placeholder.js"></script>
<script src="js/backstretch.js"></script>
<script src="js/init.js"></script>
<!-- <script src="js/gcal-events.min.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
</body>
</html>