-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
487 lines (456 loc) · 21.5 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="es" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<meta name="author" content="HackSpace Developer Team">
<meta name="description" content="Conoce sobre el 'Entrenamiento de Comunidades', organizado por la Asociación Hack Space Perú con el apoyo, respaldo y participación de de GDG Open, HackSpace Perú, Python Perú, Mozilla Perú y CSL UNI">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" href="favicon.png">
<meta property="og:title" content="Introdúcete en el desarrollo de software">
<meta property="og:site_name" content="Entrenamiento de comunidades">
<meta property="og:type" content="website">
<link rel="canonical" href="http://entrenamientodecomunidades.com">
<meta property="og:url" content="http://entrenamientodecomunidades.com/">
<meta property="og:description" content="Conoce sobre el 'Entrenamiento de Comunidades', organizado por la Asociación Hack Space Perú con el apoyo, respaldo y participación de de GDG Open, HackSpace Perú, Python Perú, Mozilla Perú y CSL UNI">
<meta property="fb:app_id" content="929344750478248">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="https://www.facebook.com/hackspaceperu">
<meta property="og:image" content="http://www.entrenamientodecomunidades.com/static/img/webfb.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta name="apple-mobile-web-app-title" content="Entrenamiento de Comunidades">
<link rel="apple-touch-icon-precomposed" href="favicon.png">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" href="favicon.png">
<title>Entrenamiento de Comunidades</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png"/>
<script type="text/javascript" charset="utf-8" src="static/js/modernizr.min.js"></script>
<link rel="stylesheet" href="static/css/font-awesome.min.css">
<link rel="stylesheet" href="static/css/materialize.min.css">
<link rel="stylesheet" href="static/css/material-icons.min.css">
<link rel="stylesheet" href="static/css/ct-base.css">
</head>
<body class="not-loaded ct-home">
<div id="ct-page-loader" class="ct-preloader">
<div class="ct-preloader--overlay">
</div>
<div class="ct-preloader--progres-bar">
<div class="ct-preloader--progres-indicator">
</div>
</div>
</div>
<div class="ct-layout">
<!-- PAGE HEADER -->
<header id="header" class="">
<!-- Dropdown Structures -->
<ul id="workshops" class="dropdown-content">
<li><a href="inscribirme.html" target="_blank">Android</a></li>
<li><a href="inscribirme.html" target="_blank">Arduino</a></li>
<li><a href="inscribirme.html" target="_blank">Python</a></li>
<li><a href="inscribirme.html" target="_blank">Web</a></li>
<li><a href="inscribirme.html" target="_blank">Raspberry Pi</a></li>
</ul>
<ul id="support" class="dropdown-content">
<li><a href="/support/gitter" target="_blank">Gitter</a></li>
<li><a href="/support/github" target="_blank">Github</a></li>
<li><a href="/support/wiki" target="_blank">Wiki</a></li>
</ul>
<!-- Navigation bar -->
<div class="navbar-fixed">
<nav class="ct-blue">
<a href="." class="brand-logo">
<img src="static/img/flame_128.png" alt="">
<img src="static/img/text_logo.png" alt="">
</a>
<a href="" data-activates="ct-mobile-nav" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li>
<a class="dropdown-button" href="" data-activates="workshops">
Talleres <i class="material-icons icon-size-24 right">arrow_drop_down</i>
</a>
</li>
<li>
<a class="dropdown-button" href="" data-activates="support">
Soporte <i class="material-icons icon-size-24 right">arrow_drop_down</i>
</a>
</li>
<li class="ct-registration">
<a href="inscribirme" target="_blank" class="btn ct-red waves-effect waves-light hoverable">Inscripciones</a>
</li>
</ul>
<ul class="side-nav" id="ct-mobile-nav">
<li class="ct-logo"><a href="/"></a></li>
<li class="ct-registration">
<a href="inscribirme" target="_blank" class="btn ct-red white-text waves-effect waves-light hoverable">Inscripciones</a>
</li>
<li class="divider"></li>
<li class="item-title"><span class="ct-red-text">Talleres<i class="material-icons icon-size-36 right">arrow_drop_down</i></span></li>
<li><a class="ct-blue-text" href="inscribirme" target="_blank"><strong>Android </strong></a></li>
<li><a class="ct-blue-text" href="inscribirme" target="_blank"><strong>Arduino </strong></a></li>
<li><a class="ct-blue-text" href="inscribirme" target="_blank"><strong>Python </strong></a></li>
<li><a class="ct-blue-text" href="inscribirme" target="_blank"><strong>Frontend </strong></a></li>
<li><a class="ct-blue-text" href="inscribirme" target="_blank"><strong>Raspberry Pi</strong></a></li>
<li class="divider"></li>
<li class="item-title"><span class="ct-red-text">Soporte<i class="material-icons icon-size-36 right">arrow_drop_down</i></span></li>
<li><a class="ct-blue-text" href="/support/gitter" target="_blank"><strong>Gitter</strong></a></li>
<li><a class="ct-blue-text" href="/support/github" target="_blank"><strong>Github</strong></a></li>
<li><a class="ct-blue-text" href="/support/wiki" target="_blank"><strong>Wiki</strong></a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="ct-sections">
<section class="white">
<div id="ct-welcome">
<div id="ct-welcome-message" class="container center-align">
<h1 class="ct-blue-text light">Bienvenido al</h1>
</div>
</div>
<div id="ct-slogan" class="container center-align">
<h2 class="ct-blue-text light">
Las Comunidades de Software reunidas para mostrarte lo mejor del mundo del desarrollo de software e introducirte en él.
</h2>
</div>
<div class="container">
<div class="row">
<div class="col s8 offset-s2 m4 offset-m4 l4 offset-l4 center-align">
<a href="inscribirme" target="_blank" class="btn btn-large ct-red ct-registration waves-effect waves-light">
Inscríbete
</a>
</div>
</div>
</div>
</section>
<section class="ct-blue">
<div class="container">
<div class="row"></div>
<div class="row ct-blue">
<div class="col s12">
<h2 class="center-align light ct-red-text-light">
Ven y disfruta de los cinco talleres que tenemos para ti.
</h2>
</div>
</div>
</div>
</section>
<section>
<div class="ct-workshop-showcase">
<div class="container">
<div class="row"></div>
<div class="row"></div>
<!-- div class="row">
<div class="card hoverable waves-effect waves-block">
<div class="col s12 m4 no-padding card-image">
</div>
<div class="col s12 m8 no-padding">
<div class="card-content">
<span class="card-title ct-blue-text"></span>
<span><strong></strong></span>
<p>
</p>
</div>
<div class="card-action">
<a href=""></a>
</div>
</div>
</div>
</div -->
</div>
</div>
</section>
<section>
<div class="row ct-blue no-margin">
<div class="container">
<div class="col s12">
<h3 class="center-align light ct-red-text-light">
¡Te esperamos!
</h3>
<h5 class="center-align light ct-red-text-light">
Sábado 17 de octubre
</h5>
<h5 class="center-align light ct-red-text-light">
CEPS UNI
</h5>
<h5 class="center-align light ct-red-text-light">
Av. Túpac Amaru con Eduardo de Habich
</h5>
</div>
</div>
<div class="row"></div>
</div>
<div class="row">
<div id="map-canvas" style="height:300px;">
</div>
</div>
<div class="container">
<div class="row"></div>
<div class="row center-align">
<div class="col s12">
<h3 class="ct-blue-text light">
¿Qué tienes que hacer?
</h3>
<h5 class="ct-blue-text light">
Inscríbete al taller que desees y el viernes 16 te estaremos enviando a tu correo la confirmación sobre la hora y el lugar donde se realizará el taller.</h5>
<h5 class="ct-blue-text light">
Y sí, cualquier persona puede participar y es completamente gratis. Tampoco hay requisitos previos, pero te recomendamos que vayas investigando por tu cuenta.
</h5>
<h5 class="ct-blue-text light">
¡Apúrate que se acaban los cupos!
</h5>
</div>
</div>
<div class="row center-align">
<div class="col s8 offset-s2 m4 offset-m2 l4">
<div class="ct-community-card card hoverable waves-effect waves-block">
<a href="https://www.facebook.com/cslibreuni" target="_blank" class="card-image" style="background-image: url('static/img/logo_CSLUNI.png');">
</a>
</div>
</div>
<div class="col s8 offset-s2 m4 l4">
<div class="ct-community-card card hoverable waves-effect waves-block">
<a href="https://www.facebook.com/gdgopenlima" target="_blank" class="card-image" style="background-image: url('static/img/gdgopen.jpeg');">
</a>
</div>
</div>
<div class="col s8 offset-s2 m4 offset-m2 l4">
<div class="ct-community-card card hoverable waves-effect waves-block">
<a href="https://www.facebook.com/HackSpacePeru" target="_blank" class="card-image" style="background-image: url('static/img/logo_hackspace.png');">
</a>
</div>
</div>
<div class="col s8 offset-s2 m4 l4 offset-l2">
<div class="ct-community-card card hoverable waves-effect waves-block">
<a href="https://www.facebook.com/MozillaPeru" target="_blank" class="card-image" style="background-image: url('static/img/logo_mozilla_peru.png');">
</a>
</div>
</div>
<div class="col s8 offset-s2 m4 offset-m4 l4">
<div class="ct-community-card card hoverable waves-effect waves-block">
<a href="https://www.facebook.com/PythonPeru" target="_blank" class="card-image" style="background-image: url('static/img/logo_python_peru.png');">
</a>
</div>
</div>
</div>
<div class="row center-align">
<h5>Gracias al apoyo de</h5>
<div class="col s8 offset-s2 m4 offset-m2 l4 offset-l2">
<div class="ct-community-card card hoverable waves-effect waves-block">
<a href="https://www.facebook.com/CEPSUNIOFICIAL" target="_blank" class="card-image" style="background-image: url('static/img/logo_cepsuni.png');">
</a>
</div>
</div>
<div class="col s8 offset-s2 m4 l4">
<div class="ct-community-card card hoverable waves-effect waves-block">
<a href="https://www.facebook.com/FabLabUni" target="_blank" class="card-image" style="background-image: url('static/img/logo_fablab.png');">
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="ct-red page-footer">
<div class="container">
<div class="row">
<div class="col l8 s12">
<h5 class="white-text">Entrenamiento de Comunidades </h5>
<p class="grey-text text-lighten-4">
Una iniciativa de la Asociación Hack Space Perú con la participación de la Comunidad de Software Libre de la UNI, el GDG Open Lima, Mozilla Perú, Python Perú y con el apoyo del Centro de proyeccion social de la UNI y el FabLab UNI.
</p>
<h5 class="white-text">Síguenos en Github</h5>
<p class="grey-text text-lighten-4 github-commit">
Latest Commit on Github <span class="date">
</span> by <a href="#" class="grey-text text-lighten-4 author" target="_blank"></a>. Go to <a href="#" class="grey-text text-lighten-4 sha" target="_blank"></a> for more details.
</p>
<a class="grey-text text-lighten-4 ct-repo btn btn-large ct-blue hoverable" href="https://github.com/HackSpacePeru/Community-Training" target="_blank">
<i class="fa fa-fw fa-github"></i>
<span>@HackSpacePeru/Community-Training</span>
</a>
</div>
<div class="col l3 offset-l1 s12">
<h5 class="white-text">Comunidades</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/cslibreuni" target="_blank"><i class="fa fa-fw fa-facebook-square"></i>/CSL UNI </a></li>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/gdgopenlima" target="_blank"><i class="fa fa-fw fa-facebook-square"></i>/GDG Open </a></li>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/HackSpacePeru" target="_blank"><i class="fa fa-fw fa-facebook-square"></i>/HackSpace </a></li>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/MozillaPeru" target="_blank"><i class="fa fa-fw fa-facebook-square"></i>/Mozilla Perú</a></li>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/groups/495963587131551" target="_blank"><i class="fa fa-fw fa-facebook-square"></i>/Python Perú </a></li>
</ul>
<br>
<h5 class="white-text">Auspiciadores</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/CEPSUNIOFICIAL" target="_blank"><i class="fa fa-fw fa-facebook-square"></i>/CEPS UNI </a></li>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/FabLabUni" target="_blank"><i class="fa fa-fw fa-facebook-square"></i>/FABLAB UNI </a></li>
</div>
</ul>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2015 Copyright HackSpace
<a class="grey-text text-lighten-4 right" href="http://hackspace.pe" target="_blank">hackspace.pe</a>
</div>
</div>
</footer>
</div>
<script type="text/javascript" charset="utf-8" src="static/js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" charset="utf-8" src="static/js/jquery.timeago.js"></script>
<script type="text/javascript" charset="utf-8" src="static/js/materialize.js"></script>
<script type="text/javascript" charset="utf-8" src="static/js/ct-base.js"></script>
<script type="text/javascript" charset="utf-8">
;(function() {
window.initialize = function() {
var ctStyles = [
{
"featureType": "administrative",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#444444"
}
]
},
{
"featureType": "administrative.neighborhood",
"elementType": "labels",
"stylers": [
{
"visibility": "on"
},
{
"hue": "#ff9700"
},
{
"saturation": "-6"
}
]
},
{
"featureType": "landscape",
"elementType": "all",
"stylers": [
{
"color": "#f2f2f2"
}
]
},
{
"featureType": "poi",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road",
"elementType": "all",
"stylers": [
{
"saturation": -100
},
{
"lightness": 45
}
]
},
{
"featureType": "road.highway",
"elementType": "all",
"stylers": [
{
"visibility": "simplified"
}
]
},
{
"featureType": "road.arterial",
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "water",
"elementType": "all",
"stylers": [
{
"color": "#ffffff"
},
{
"visibility": "on"
}
]
}
];
var ctStyledMap = new google.maps.StyledMapType(ctStyles, {name: "CT Styled Map"});
var CT = new google.maps.LatLng(-12.0229193,-77.0500585);
var mapOptions = {
zoom: 16,
panControl: false,
rotateControl: false,
scaleControl: false,
scrollwheel: false,
streetViewControl: false,
zoomControl: false,
mapTypeControl: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
center: CT
};
var map = new google.maps.Map(document.getElementById("map-canvas"), mapOptions);
map.mapTypes.set("ctMapStyle", ctStyledMap);
map.setMapTypeId("ctMapStyle");
var marker = new google.maps.Marker({
position: CT,
map: map,
title: "Entrenamiento de Comunidades"
});
google.maps.event.addDomListener(window, "resize", function() {
var center = CT;
google.maps.event.trigger(map, "resize");
map.setCenter(center);
});
}
function loadScript() {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://maps.googleapis.com/maps/api/js?" +
"v=3.exp&" +
"signed_in=false&" +
"language=es&" +
"key=AIzaSyDuEHg4XWMBs87RkwtnT7iTwn1yhQ_d9XE&callback=initialize";
document.body.appendChild(script);
}
loadScript();
})();
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68832519-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>