-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
683 lines (624 loc) · 30 KB
/
index.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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0" name="viewport">
<title>CODECABIN | The Umbraco Developer Unconference</title>
<meta name="description" content="CODECABIN is the premier, invite-only getaway for Umbraco developers, providing time to code, learn and network in a completely relaxed and open environment away from the hustle and bustle of every day life.">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=1.1">
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,600' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="css/core.min.css?v=1.1" />
<link rel="stylesheet" href="css/skin.css?v=1.1" />
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta property="og:url" content="http://codecab.in" />
<meta property="og:title" content="CODECABIN 2025" />
<meta property="og:description" content="CODECABIN is the premier, invite-only getaway for Umbraco developers, providing time to code, learn and network in a completely relaxed and open environment away from the hustle and bustle of every day life." />
<meta property="og:image" content="http://codecab.in/images/cc18/venue_12.jpg?y=2025" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@codecabin" />
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"Event",
"name":"CODECABIN 2025",
"description":"CODECABIN is the premier, invite-only getaway for Umbraco developers, providing time to code, learn and network in a completely relaxed and open environment away from the hustle and bustle of every day life.",
"url":"http://codecab.in/",
"startDate":"2025-09-15T17:00:00",
"endDate":"2025-09-18T10:00:00",
"image":"http://codecab.in/images/cc18/venue_12.jpg",
"location":{
"@type":"Place",
"name":"The Cattle Shed",
"address":{
"@type":"PostalAddress",
"addressLocality":"Grindleford",
"addressRegion":"Peak District",
"url":"https://www.groupaccommodation.com/properties/cattle-shed-grindleford-hope-valley-derbyshire-0"
},
"hasMap": "https://www.google.co.uk/maps/place/The+Cattle+Shed/@53.2880378,-1.6442401,17z/data=!3m1!4b1!4m5!3m4!1s0x487a29f729ddc657:0x6ab5c420304ef92a!8m2!3d53.2880378!4d-1.6420514"
},
"offers":{
"@type":"Offer",
"availability" : "http://schema.org/LimitedAvailability",
"price":375.00,
"priceCurrency":"GBP"
},
"organizer":{
"@type":"Organization",
"url":"https://codecab.in/",
"name":"CODECABIN"
}
}
</script>
</head>
<body class="home-page">
<!-- Side Navigation Menu -->
<aside id="mobile-access" class="side-navigation-wrapper one-page-nav enter-left">
<div class="side-navigation-header">
<div id="side-nav-hide" class="navigation-hide">
<a href="#">
<span class="icon-cancel medium"></span>
</a>
</div>
</div>
<nav class="side-navigation">
<ul>
<li>
<a href="#home" class="scroll-link">Home</a>
</li>
<li>
<a href="#about" class="scroll-link" data-offset="-60">About</a>
</li>
<li>
<a href="#testimonials" class="scroll-link" data-offset="-60">Testimonials</a>
</li>
<li>
<a href="#gallery" class="scroll-link" data-offset="-60">Gallery</a>
</li>
<li>
<a href="#apply" class="scroll-link" data-offset="-60">Apply for 2025</a>
</li>
</ul>
</nav>
<div class="side-navigation-footer">
<ul class="social-list list-horizontal">
<li>
<a href="http://twitter.com/codecabin" target="_blank" class="icon-twitter small"></a>
</li>
</ul>
Copyright© 2016-2025 CODECABIN.
</div>
</aside>
<!-- Side Navigation Menu End -->
<div class="wrapper">
<div class="wrapper-inner">
<!-- Header -->
<header class="header-1 header header-fixed-on-mobile" data-helper-in-threshold="300" data-helper-out-threshold="500" data-sticky-threshold="300"
data-bkg-threshold="300" data-compact-threshold="300">
<div class="header-inner">
<div class="row nav-bar reveal-side-navigation">
<div class="column width-12 nav-bar-inner">
<div class="logo">
<a href="http://codecab.in"><img src="images/logo.png" alt="CODECABIN" /></a>
</div>
<div id="side-nav-show" class="navigation-show hide">
<a href="#">
<span class="icon-menu medium"></span>
</a>
</div>
<nav class="navigation">
<ul>
<li class="current smb-1">
<a href="#home" class="scroll-link" data-offset="0">Home</a>
</li>
<li class="smb-2">
<a href="#about" class="scroll-link" data-offset="-60">About</a>
</li>
<li class="smb-3">
<a href="#testimonials" class="scroll-link" data-offset="-60">Testimonials</a>
</li>
<li class="smb-4">
<a href="#gallery" class="scroll-link" data-offset="-60">Gallery</a>
</li>
<li class="smb-5">
<a href="#apply" class="scroll-link" data-offset="-60">Apply for 2025</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Content -->
<div class="content clearfix reveal-side-navigation">
<section id="home">
<div class="section-block fullscreen-section background-cover background-fixed no-overlay bkg-charcoal" data-width="2500" data-height="1667">
<div class="background-image-wrapper">
<video autoplay muted loop class="background-video" style="opacity:.8;">
<source src="media/cc_bg2.mp4" type="video/mp4">
</video>
</div>
<div class="fullscreen-inner">
<div class="row">
<div class="column width-8 left">
<h1 class="mb-30 title-xlarge horizon color-white alt-color-on-mobile no-margin-top inline" data-animate-in="opacity:0;scale:1.5px;duration:600ms;delay:400ms;easing:easeFastSlow;">
The Umbraco Developer Unconference
</h1>
<a href="#apply" class="button border-white bkg-hover-white rounded color-hover-grey color-white xlarge scroll-link">Apply for 2025</a>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="section-block replicable-content bkg-white">
<div class="row">
<div class="column width-12 center">
<h2>An Umbraco Event Like No Other</h2>
</div>
<div class="column width-8 offset-2 center" class="description">
<p class="lead color-charcoal mb-50 mb-mobile-30">CODECABIN is the premier, invite-only getaway for Umbraco developers, providing time to code, learn and network
in a completely relaxed and open environment away from the hustle and bustle of every day life.</p>
</div>
</div>
<div class="row">
<div class="column width-4">
<h4>20 Developers</h4>
<p>We invite a mix of 20 Umbraco developers from a range of different backgrounds and skill levels, from back end to
front end, and beginner to guru.</p>
</div>
<div class="column width-4">
<h4>3 Nights</h4>
<p>We provide an all inclusive 3 night break away in a private location somewhere in the UK countryside.</p>
</div>
<div class="column width-4">
<h4>1 Unique Experience</h4>
<p>What happens next is totally decided by the attendees, but whatever does happen, it's guaranteed to be unique.</p>
</div>
</div>
</div>
<div class="no-overlay">
<section class="section-block left hero-5 hero-5-homepage-1 bkg-charcoal">
<div class="row">
<div class="column width-6">
<div class="hero-content split-hero-content">
<div class="hero-content-inner left-on-mobile color-white">
<h2 class="mb-30">Coding</h2>
<p class="color-white">Whether it's that side project you've been promising yourself you'll get around to, or that killer package you've
never had the time to finish, CODECABIN gives you the time and distraction free environment to really focus and
get the code flowing.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="no-overlay">
<section class="section-block right hero-5 hero-5-homepage-2 bkg-teal">
<div class="row">
<div class="column width-6 push-6">
<div class="hero-content split-hero-content">
<div class="hero-content-inner left-on-mobile color-white">
<h2 class="mb-30">Learning</h2>
<p class="color-white">With 20 Umbraco developers on hand, all with different experiences and know how, CODECABIN offers a unique environment
in which to share with and learn from other like minded individuals.</p>
<p class="color-white">It's just not possible to come away without having learnt something new.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="no-overlay">
<section class="section-block left hero-5 hero-5-homepage-3 bkg-charcoal">
<div class="row">
<div class="column width-6">
<div class="hero-content split-hero-content">
<div class="hero-content-inner left-on-mobile color-white">
<h2 class="mb-30">Networking</h2>
<p class="color-white">With all attendees sharing the same living quarters for the entire 3 night stay, CODECABIN really lets everyone get
to know each other in ways just not possible at regular conferences, creating much more meaningful and longer
lasting business and personal relationships.</p>
</div>
</div>
</div>
</div>
</section>
</div>
</section>
<section id="testimonials">
<div class="section-block testimonial-5 testimonials-5-about-1 bkg-white">
<div class="testimonial-slider tm-slider-container tms-carousel tms-scalable-height" style="width: 1680px; height: 160px;">
<ul class="tms-slides" style="width: 6720px; transition: opacity 900ms 0ms, -webkit-transform; transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1); opacity: 1; visibility: visible;">
<li class="tms-slide active" data-image="" id="tms-slide-1" style="opacity: 1; width: 1680px; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>Inspiring and refreshing, in terms of code but also in terms of life. I got back and signed up to a gym, cooked a home cooked meal and started planning my life again. Just being around the energy of different people from a mix of development backgrounds led to ideas naturally forming and code inspiring us.
<cite>Emma Garland</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
<li class="tms-slide" data-image="" id="tms-slide-2" style="opacity: 1; width: 1680px; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>I went to CodeCabin expecting to maybe learn a few new things and hopefully make new friends; I most certainly did both and look forward to implementing the lessons and keeping in touch with everyone who attended!
<cite>Jon Humphrey</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
<li class="tms-slide" data-image="" id="tms-slide-3" style="width: 1680px; opacity: 1; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>I came to CC with questions I wanted answering - specific questions - and I have come home with answers. I've also come home with new friends. So happy to have applied and so proud to have been accepted. It was one of the best trips I've ever taken, work or otherwise.
<cite>Emma Burstow</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
<li class="tms-slide" data-image="" id="tms-slide-4" style="width: 1680px; opacity: 1; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>Spending a weekend with like-minded people, with experiences sometimes completely different from your own, is a great way to learn, get pointers and be inspired.
<cite>Stephan Lonntorp</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
<li class="tms-slide" data-image="" id="tms-slide-5" style="width: 1680px; opacity: 1; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>It's a unique opportunity to spend quality time with a mix of like-minded people talking all aspects of Umbraco and web development. I came away inspired, educated, and with a bunch of new friends!
<cite>Lotte Pitcher</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
<li class="tms-slide" data-image="" id="tms-slide-6" style="width: 1680px; opacity: 1; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>Not only can you learn and share with great people, you also feel like you have a stronger connection with this select group of individuals as the environment is far more inclusive and collaborative than any conference.
<cite>Karl Tynan</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
<!--
<li class="tms-slide" data-image="" id="tms-slide-7" style="width: 1680px; opacity: 1; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>I was a bit worried about not having as much Umbraco knowledge as others but I was made to feel comfortable straight away. Those with more experience were more than happy to sit down and help me with any coding issues and no one judged anyone else. Such a friendly event.
<cite>Owain Williams</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
<li class="tms-slide" data-image="" id="tms-slide-8" style="width: 1680px; opacity: 1; visibility: visible;">
<div class="tms-content-scalable">
<div class="row">
<div class="column width-12">
<blockquote class="center large">
<p>I don't think there is anything else out there that can provide the same experience - it's totally unique! Not only did I learn so much about Umbraco, I got to know a group of amazing people at the same time!
<cite>Mark McDonald</cite>
</p>
</blockquote>
</div>
</div>
</div>
</li>
-->
</ul>
<div class="tms-pagination" style="display: block;">
<a href="#" id="tms-pagination-1" data-index="1" class="tms-bullet-nav active" style="display: inline-block;"></a>
<a href="#" id="tms-pagination-2" data-index="2" class="tms-bullet-nav" style="display: inline-block;"></a>
<a href="#" id="tms-pagination-3" data-index="3" class="tms-bullet-nav" style="display: inline-block;"></a>
<a href="#" id="tms-pagination-4" data-index="4" class="tms-bullet-nav" style="display: inline-block;"></a>
<a href="#" id="tms-pagination-5" data-index="5" class="tms-bullet-nav" style="display: inline-block;"></a>
<a href="#" id="tms-pagination-6" data-index="6" class="tms-bullet-nav" style="display: inline-block;"></a>
</div>
</div>
</div>
</section>
<section id="gallery">
<div class="section-block portfolio-5 no-padding-top full-width no-margins">
<div class="row">
<div class="column width-12">
<div class="row content-grid-4 masonry-grid fade-in-progressively">
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc19/01.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc17/img12.jpg" alt=""/>
</div>
</div>
<div class="grid-item large">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/09.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/12.jpg" alt=""/>
</div>
</div>
<div class="grid-item portrait">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/10.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc17/img11.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/13.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc19/03.jpg" alt=""/>
</div>
</div>
<div class="grid-item large">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc17/img04.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc17/img10.jpg" alt=""/>
</div>
</div>
<div class="grid-item portrait">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/11.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/02.jpg" alt=""/>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="apply">
<div class="section-block replicable-content bkg-white">
<div class="row">
<div class="column width-12 center">
<h2>CODECABIN 2025</h2>
</div>
<div class="column width-8 offset-2 center">
<p class="lead color-charcoal mb-50 mb-mobile-30">The next CODECABIN event is coming soon, are you?</p>
</div>
</div>
<div class="row">
<div class="column width-4">
<h4>The Venue</h4>
<p>CODECABIN 2025 will be held at the stunning <strong>Cattle Shed</strong> at <span><strong>Grindleford</strong> in the <strong>Peak District</strong></span>.</p>
</div>
<div class="column width-4">
<h4>The Date</h4>
<p>The 2025 CODECABIN event will take place <strong>Monday 15th September 2025 until Thursday 18th September 2025</strong>.</p>
</div>
<div class="column width-4">
<h4>The Price</h4>
<p>The ticket price for CODECABIN 2025 will be <strong>£375 + VAT</strong>, with spaces limited to <strong>20 attendees</strong> only.</p>
</div>
</div>
</div>
</section>
<section>
<div class="section-block portfolio-5 no-padding-top full-width no-margins">
<div class="row">
<div class="column width-12">
<div class="row content-grid-4 masonry-grid fade-in-progressively">
<div class="grid-item large">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/venue_12.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/venue_13.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/venue_14.jpg" alt=""/>
</div>
</div>
<div class="grid-item large">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/venue_15.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/venue_17.jpg" alt=""/>
</div>
</div>
<div class="grid-item">
<div class="thumbnail img-scale-in" data-hover-easing="easeInOut" data-hover-speed="500" data-hover-bkg-color="000000" data-hover-bkg-opacity="0.6">
<img src="images/cc18/venue_16.jpg" alt=""/>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="apply2">
<div class="section-block call-to-action bkg-teal">
<div class="row">
<div class="column width-10 offset-1 center center-on-mobile">
<div class="call-to-action-content">
<div class="call-to-action-content-inner">
<div class="horizon" data-animate-in="transX:300;" style="backface-visibility: hidden; transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms, opacity; transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1); opacity: 1; visibility: visible;">
<!--
<h2 class="color-white">Applications Closed</h2>
<p class="color-white">Applications for CODECABIN 2025 are now closed.</p>
-->
<h2 class="color-white">Apply Now</h2>
<p class="color-white">Because of the limited number of spaces at CODECABIN, attendees must apply for a place by telling us a bit about themselves and why they'd make a good fit. Deadline for applications is <strong>Thursday 10th July 2025</strong>, the final attendee list will then be hand chosen by the organisers with invites being sent out shortly afterwards.</p>
<p class="color-white">If you'd like to be considered to attend CODECABIN 2025, then what are you waiting for?</p>
<a id="applyBtn" href="https://forms.gle/YFLCEijdRxqQSJPJ6" target="_blank" class="button rounded border-white bkg-hover-white color-white xlarge">Apply Now</a>
<!--
<h3 class="color-white">Applications for 2025 opening soon</h3>
<p class="color-white">If you'd like to be notified when the application process is open, please provide us with your email below and we'll keep you informed.</p>
<div id="mc_embed_signup">
<form action="https://codecab.us3.list-manage.com/subscribe/post?u=55cbb05029b5b0952f9e6aa1a&id=90610f60ef" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your email address" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_55cbb05029b5b0952f9e6aa1a_90610f60ef" tabindex="-1" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button rounded border-white bkg-hover-white color-white color-hover-purple">
</div>
</form>
</div>
-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<section id="">
<div class="section-block call-to-action bkg-white">
<div class="row">
<div class="column width-10 offset-1 center center-on-mobile">
<div class="call-to-action-content">
<div class="call-to-action-content-inner">
<div class="horizon" data-animate-in="transX:300;" style="backface-visibility: hidden; transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms, opacity; transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1); opacity: 1; visibility: visible;">
<h2>What happened to CODECABIN 2020?</h2>
<p>Unfortunately due to the COVID-19 pandemic we took the hard decision to cancel CODECABIN 2020. You can read more about our decision in our <a href="https://codecab.in/media/CC20_CANCELLATION.pdf">cancellation announcement</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
</div>
<!-- Content End -->
<!-- Footer 1-->
<footer class="footer-1 footer reveal-side-navigation">
<div class="footer-top">
<div class="row">
<div class="column width-2">
<div class="footer-top-inner">
<div class="footer-logo">
<a href="/"><img src="images/logo-footer.png" alt="CODECABIN Logo" /></a>
</div>
</div>
</div>
<div class="column width-10">
<div class="row content-grid-2">
<div class="grid-item">
<div class="widget">
<h4>About</h4>
<p>CODECABIN is an event brought to you by a collaboration between <a href="https://twitter.com/mattbrailsford" target="_blank">Matt Brailsford</a>, <a href="https://twitter.com/lucybrailsford" target="_blank">Lucy Brailsford</a>, <a href="https://twitter.com/lottepitcher" target="_blank">Lotte Pitcher</a> and <a href="https://twitter.com/karltynan" target="_blank">Karl Tynan</a>.</p>
</div>
</div>
<div class="grid-item">
<div class="widget">
<h4>Links</h4>
<ul>
<li><a href="mailto:[email protected]?subject=General+Enquiry">Contact Us</a></li>
<li><a href="https://twitter.com/codecabin" target="_blank" rel="nofollow">Twitter</a></li>
<li><a href="https://www.facebook.com/codecabinconf/" target="_blank" rel="nofollow">Facebook</a></li>
<li><a href="https://www.instagram.com/codecabinconf/" target="_blank" rel="nofollow">Instagram</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="column width-12">
<div class="footer-bottom-inner">
<ul class="social-list list-horizontal pull-left clear-float-on-mobile left">
<li>Copyright© 2016-2025 CODECABIN. All rights reserved.</li>
<li>Photography by <a href="https://twitter.com/mattbrailsford" target="_blank">Matt Brailsford</a> and <a href="https://www.flickr.com/photos/percipientstudios/" target="_blank">Doug Robar</a>.</li>
</ul>
<nav class="navigation pull-right clear-float-on-mobile">
<ul>
<li><a data-no-hide class="scroll-to-top no-page-fade no-margin-left" href="#">Back Top</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer 1 End -->
</div>
</div>
<!-- Js -->
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/timber.master.min.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75434833-1', 'auto');
ga('send', 'pageview');
$(function(){
$("#applyBtn").on("click", function(){
ga('send', {
hitType: 'event',
eventCategory: 'Actions',
eventAction: 'click',
eventLabel: 'Apply'
});
});
});
</script>
</body>
</html>