-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
499 lines (476 loc) · 28.9 KB
/
index.html
File metadata and controls
499 lines (476 loc) · 28.9 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
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Software Crafters Madrid 2018</title>
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<!-- CSS Global -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/plugins/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/plugins/bootstrap-select/bootstrap-select.min.css" rel="stylesheet">
<link href="assets/plugins/owlcarousel2/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/plugins/owlcarousel2/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="assets/plugins/prettyphoto/css/prettyPhoto.css" rel="stylesheet">
<link href="assets/plugins/animate/animate.min.css" rel="stylesheet">
<link href="assets/plugins/countdown/jquery.countdown.css" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="assets/plugins/iesupport/html5shiv.js"></script>
<script src="assets/plugins/iesupport/respond.min.js"></script>
<![endif]-->
</head>
<body id="home" class="wide body-light">
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="spinner"></div>
</div>
</div>
<!-- Wrap all content -->
<div class="wrapper">
<!-- HEADER -->
<header class="header fixed">
<div class="container">
<div class="header-wrapper clearfix">
<!-- Logo -->
<div class="logo">
<a href="#home" class="scroll-to">
<img src="assets/img/preview/scmadrid.jpg" alt="madsc logo" height="50px" width="50px">
Software Crafters Madrid
</a>
</div>
<!-- /Logo -->
<!-- Navigation -->
<div id="mobile-menu"></div>
<nav class="navigation closed clearfix">
<a href="#" class="menu-toggle btn"><i class="fa fa-bars"></i></a>
<ul class="sf-menu nav">
<li class="active">
<a href="#home">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#diversity">Diversity Matters</a>
</li>
<li>
<a href="#sponsors-platinum">Sponsors</a>
</li>
<li>
<a href="#coc">Code of Conduct</a>
</li>
<li>
<a href="#location">Location</a>
</li>
</ul>
</nav>
<!-- /Navigation -->
</div>
</div>
</header>
<!-- /HEADER -->
<!-- Content area -->
<div class="content-area">
<div id="main">
<!-- SLIDER -->
<section class="page-section no-padding background-img-slider">
<div class="container">
<div id="main-slider" class="owl-carousel owl-theme">
<!-- Slide -->
<div class="item page text-center slide0">
<div class="caption">
<div class="container">
<div class="div-table">
<div class="div-cell">
<h2 class="caption-title" data-animation="fadeInDown" data-animation-delay="100"><span>February 24, 2018</span></h2>
<h3 class="caption-subtitle" data-animation="fadeInUp" data-animation-delay="300">Software Crafters Madrid</h3>
<div class="countdown-wrapper">
<div id="defaultCountdown" class="defaultCountdown clearfix"></div>
</div>
<p class="caption-text">
<a class="btn btn-theme" target="_blank" href="https://www.ticketea.com/entradas-software-crafters-madrid/" data-toggle="modal" data-animation="fadeIn"
data-animation-delay="800">
Tickets <i class="fa fa-chevron-circle-right"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Event description -->
<div class="event-description">
<div class="container">
<div class="row">
<div class="event-background">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="media">
<span class="pull-left">
<i class="fa fa-calendar fa-2x"></i>
</span>
<div class="media-body">
<h4 class="media-heading">Date</h4>
<span>February 24, 2018</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="media">
<span class="pull-left">
<i class="fa fa-map-marker fa-2x"></i>
</span>
<div class="media-body">
<a href="#location" style="color:#FFF">
<h4 class="media-heading">Location</h4>
<span>Universidad Politécnica de Madrid</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Event description -->
</section>
<!-- /SLIDER -->
</div>
<!-- PAGE ABOUT -->
<section class="page-section" id="about">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-star fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">About the event <small>/ A place to share knowledge</small></span>
</h1>
<div class="row">
<div class="col-lg-8">
<p data-animation="fadeInUp" data-animation-delay="300">
<p>
Software Crafters Madrid is a one day open space which aims to attract and connect software development professionals,
who feel the passion for their work and share the values and principles of the crafters
movement.
</p>
<p>
It aspires to be a meeting place which facilitates the magic of the learning, the teaching and the collaboration, where the
participants create a gratifying and enriching experience
</p>
<p>
It does not matter what your level of knowledge is or which is your favorite programming language. We encourage you to participate
if:
<br/>
<br/> - Want to be involved or are involved in
the Software Crafters movement.<br/> - Want to share your knowledge, experience,
or skills.<br/> - Have the spirit to learn and improve by helping or sharing with others.<br/>
<br/> In addition to technical contents, it will be fun, there will be food, and we'll
have stimulating conversations. Software Crafters Madrid
is an opportunity to meet new friends, face new challenges, to learn and to improve your
skills. Join us!<br/>
</p>
<p>
We are firm believers of LEAN and Software Economics, so thank you to <a href="https://twitter.com/bcnswcraft" target="_blank">Software Craftsmanship BCN</a> for allowing us to use their website ;P
</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 pull-left">
<!-- Thumbnails -->
<div class="row thumbnails">
<div class="col-sm-6 col-xs-6">
<div class="thumbnail no-border no-padding" data-animation="fadeInDown" data-animation-delay="200i">
<div class="media">
<img src="assets/img/preview/photo_mad_2.jpg" alt="">
<div class="caption hovered">
<div class="caption-wrapper div-table">
<div class="caption-inner div-cell">
<p class="caption-buttons">
<a href="assets/img/preview/photo_mad_2.jpg" class="btn caption-zoom" data-gal="prettyPhoto"><i class="fa fa-search"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-6">
<div class="thumbnail no-border no-padding" data-animation="fadeInRight" data-animation-delay="300">
<div class="media">
<img src="assets/img/preview/photo_mad_3.jpg" alt="">
<div class="caption hovered">
<div class="caption-wrapper div-table">
<div class="caption-inner div-cell">
<!-- TODO disable social buttons -->
<p class="caption-buttons">
<a href="assets/img/preview/photo_mad_3.jpg" class="btn caption-zoom" data-gal="prettyPhoto"><i class="fa fa-search"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-6">
<div class="thumbnail no-border no-padding" data-animation="fadeInLeft" data-animation-delay="100">
<div class="media">
<img src="assets/img/preview/photo_mad_1.jpg" alt="">
<div class="caption hovered">
<div class="caption-wrapper div-table">
<div class="caption-inner div-cell">
<p class="caption-buttons">
<a href="assets/img/preview/photo_mad_1.jpg" class="btn caption-zoom" data-gal="prettyPhoto"><i class="fa fa-search"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-6">
<div class="thumbnail no-border no-padding" data-animation="fadeInLeft" data-animation-delay="100">
<div class="media">
<img src="assets/img/preview/logo_universidad.png" alt="">
<div class="caption hovered">
<div class="caption-wrapper div-table">
<div class="caption-inner div-cell">
<p class="caption-buttons">
<a href="assets/img/preview/logo_universidad.png" class="btn caption-zoom" data-gal="prettyPhoto"><i class="fa fa-search"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Thumbnails -->
</div>
</div>
</div>
</section>
<!-- /PAGE ABOUT -->
<!-- PAGE DIVERSITY -->
<section class="page-section" id="diversity">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span
class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
class="fa fa-star fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">Diversity Matters <small>/ We welcome you</small></span>
</h1>
<div class="row">
<div class="col-lg-12">
<p data-animation="fadeInUp" data-animation-delay="300">
For those of you who feel part of an underrepresented group in tech, we welcome you.
</p>
<p>
We want to support you by reserving tickets for 50 people on the first ticket sale wave. This includes (but is not limited
to): disabled people, LGBTQIA2+ people and women.
</p>
</div>
</div>
</div>
</section>
<!-- /PAGE DIVERSITY -->
<!-- PAGE SPONSORS -->
<!-- sponsors list -->
<section class="page-section" id="sponsors-platinum">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="100" class="icon-inner"><span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-thumbs-up fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="100" class="title-inner">Platinum Sponsors</span>
</h1>
<div class="partners-carousel" data-animation="fadeInUp" data-animation-delay="300">
<div class="owl-carousel">
<div><a class="sponsor" href="http://www.schibsted.com/" target="_blank"><img src="assets/img/sponsors/schibsted.png" alt="Schibsted"/></a></div>
<div><a class="sponsor" href="http://tokiota.es" target="_blank"><img src="assets/img/sponsors/tokiota.png" alt="Tokiota"/></a></div>
<div><a class="sponsor" href="https://osoco.es/" target="_blank"><img src="assets/img/sponsors/OSOCO_logo.png" alt="Osoco"></a></div>
</div>
</div>
</div>
</section>
<section class="page-section" id="sponsors-gold">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="100" class="icon-inner"><span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-thumbs-up fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="100" class="title-inner">Gold Sponsors</span>
</h1>
<div class="partners-carousel" data-animation="fadeInUp" data-animation-delay="300">
<div class="owl-carousel">
<div><a class="sponsor" href="https://www.ticketea.com" target="_blank"><img src="assets/img/sponsors/ticketea.png" alt="Ticketea"/></a></div>
<div><a class="sponsor" href="https://etermax.com" target="_blank"><img src="assets/img/sponsors/Etermax_logo_green.png" alt="Etermax"/></a></div>
<div><a class="sponsor" href="https://www.codesai.com" target="_blank"><img src="assets/img/sponsors/codesai.png" alt="Codesai"/></a></div>
</div>
</div>
</div>
</section>
<!-- <section class="page-section" id="sponsors-silver">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="100" class="icon-inner"><span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-thumbs-up fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="100" class="title-inner">Silver Sponsors</span>
</h1>
<div class="partners-carousel" data-animation="fadeInUp" data-animation-delay="300">
<div class="owl-carousel">
<div><a class="sponsor" href="https://www.brokergenius.com"><img src="assets/img/sponsors/brokergenius.svg" alt="Broker genius"/></a></div>
<div><a class="sponsor" href="https://www.codesai.com"><img src="assets/img/sponsors/codesai.png" alt="Codesai"/></a></div>
<div><a class="sponsor" href="https://www.consultoriamosaic.com/es/"><img src="assets/img/sponsors/mosaic.png" alt="Mosaic"/></a></div>
</div>
</div>
</div>
</section>-->
<!-- /PAGE SPONSORS -->
<!-- PAGE SCHEDULE -->
<!-- /PAGE SCHEDULE -->
<!-- PAGE LOCATION -->
<!-- /PAGE LOCATION -->
<!-- PAGE CODE OF CONDUCT -->
<section class="page-section" id="coc">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-star fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">Code of Conduct</span>
</h1>
<div class="row">
<div class="col-lg-12">
<p data-animation="fadeInUp" data-animation-delay="300">
<p>All attendees, speakers, sponsors and volunteers at our conference are required to agree with the following <a href="coc.html">code of conduct</a>. Organizers will enforce this code throughout the event. We are expecting cooperation from all participants to help ensuring a safe environment for everybody.</p>
</p>
</div>
</div>
</div>
</section>
<!-- /PAGE CODE OF CONDUCT -->
<!-- Info -->
<section class="page-section" id="location">
<div class="container">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-file-text-o fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">Location</span>
</h1>
<div class="row post-row" id="location-map">
<div class="col-md-12">
<iframe id="map_canvas1" width="100%" height="400" frameborder="0" style="border:0;" src="http://maps.google.es/maps?q=ETSI+Sistemas+informaticos&oe=utf-8&client=firefox-a&ie=UTF8&hq=ETSI+Sistemas+informaticos&hnear=Madrid,+Comunidad+de+Madrid&ll=40.388609,-3.627484&spn=0.063977,0.167849&t=m&output=embed" allowfullscreen="" class="scrolloff"></iframe>
</div>
</div>
</div>
</section>
<!-- /Info -->
</div>
<!-- /Content area -->
<!-- FOOTER -->
<footer class="footer">
<div class="footer-meta">
<div class="container text-center">
<div class="clearfix">
<ul class="social-line list-inline">
<li data-animation="flipInY" data-animation-delay="100"><a href="//twitter.com/madswcraft" class="twitter" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- /FOOTER -->
<div class="to-top"><i class="fa fa-angle-up"></i></div>
</div>
<!-- /Wrap all content -->
<!-- Popup: Register -->
<div class="modal fade" id="register" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<button type="button" class="close close-btn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<section class="popup-register">
<h1 class="section-title">
<span data-animation="flipInY" data-animation-delay="300" class="icon-inner"><span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-ticket fa-stack-1x"></i></span></span>
<span data-animation="fadeInRight" data-animation-delay="500" class="title-inner">Regístrate ahora <small> / no te pierdas el evento!</small></span>
</h1>
<form id="registration-form" name="registration-form" class="registration-form" action="#" method="post">
<iframe src="//eventbrite.com/tickets-external?eid=18432753863&ref=etckt" frameborder="0" height="300px" width="100%" vspace="0"
hspace="0" marginheight="5" marginwidth="5" scrolling="no" allowtransparency="true"></iframe>
</form>
</section>
</div>
</div>
<!-- /Popup: Register -->
<!-- JS Global -->
<!--[if lt IE 9]><script src="assets/plugins/jquery/jquery-1.11.1.min.js"></script><![endif]-->
<!--[if gte IE 9]><!-->
<script src="assets/plugins/jquery/jquery-2.1.1.min.js"></script>
<!--<![endif]-->
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/bootstrap-select/bootstrap-select.min.js"></script>
<script src="assets/plugins/superfish/js/superfish.js"></script>
<script src="assets/plugins/modernizr.custom.js"></script>
<script src="assets/plugins/prettyphoto/js/jquery.prettyPhoto.js"></script>
<script src="assets/plugins/placeholdem.min.js"></script>
<script src="assets/plugins/jquery.smoothscroll.min.js"></script>
<!-- JS Page Level -->
<script src="assets/plugins/owlcarousel2/owl.carousel.min.js"></script>
<script src="assets/plugins/waypoints/waypoints.min.js"></script>
<script src="assets/plugins/countdown/jquery.plugin.min.js"></script>
<script src="assets/plugins/countdown/jquery.countdown.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<!--<script src="assets/js/theme-ajax-mail.js"></script>-->
<script src="assets/js/theme.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/plugins/jquery.easing.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
theme.init();
theme.initMainSlider();
theme.initCountDown();
theme.initPartnerSlider();
theme.initGoogleMap();
});
jQuery(window).load(function () {
theme.initAnimation();
});
jQuery(window).load(function () {
jQuery('body').scrollspy({
offset: 100,
target: '.navigation'
});
});
jQuery(window).load(function () {
jQuery('body').scrollspy('refresh');
});
jQuery(window).resize(function () {
jQuery('body').scrollspy('refresh');
});
jQuery(document).ready(function () {
theme.onResize();
});
jQuery(window).load(function () {
theme.onResize();
});
jQuery(window).resize(function () {
theme.onResize();
});
jQuery(window).load(function () {
if (location.hash != '') {
var hash = '#' + window.location.hash.substr(1);
if (hash.length) {
jQuery('html,body').delay(0).animate({
scrollTop: jQuery(hash).offset().top - 44 + 'px'
}, {
duration: 1200,
easing: "easeInOutExpo"
});
}
}
});
</script>
</body>
</html>