-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (83 loc) · 4.49 KB
/
index.html
File metadata and controls
94 lines (83 loc) · 4.49 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Encuentro de Data Science Córdoba 2015</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Encuentro de Data Science Córdoba. Abril -2015" />
<meta name="keywords" content="data science, open data, cordoba, evento, conferencia" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="encuentros/js/jquery.min.js"></script>
<script src="encuentros/js/jquery.poptrox.min.js"></script>
<script src="encuentros/js/skel.min.js"></script>
<script src="init.js"></script>
<noscript>
<link rel="stylesheet" href="encuentros/css/skel.css" />
<link rel="stylesheet" href="encuentros/css/style.css" />
<link rel="stylesheet" href="encuentros/css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="#" class="image avatar"><img src="encuentros/images/avatar.jpg" alt="" /></a>
<h1>Encuentros de <strong>Data Science</strong> </h1>
<h3><br />Córdoba, Argentina.<br /> 2015</h3>
</header>
<!-- Main -->
<div id="main">
<section id="one">
<header class="major">
<h2>Encuentros</h2>
</header>
<p>
<b>Encuentro Octubre 2015</b> <a target='_blank' href='https://www.youtube.com/watch?v=E-o6NDUGhDM'>video</a>
<br/><b>Encuentro Septiembre 2015</b>
<br/><b>Encuentro Agosto 2015</b> <a target='_blank' href='https://www.youtube.com/watch?v=XLgf150g3zE'>video</a>
<br/><b>Encuentro Julio 2015</b> <a target='_blank' href="encuentros/julio-2015.html" class="icon fa-web"> + info</a>
<br/><b>Encuentro Junio 2015</b> <a target='_blank' href="encuentros/junio-2015.html" class="icon fa-web"> + info</a> - <a target='_blank' href='https://www.youtube.com/watch?v=ykwXxzNc1JM'>video</a>
<br/><b>Encuentro Mayo 2015</b> <a target='_blank' href="encuentros/mayo-2015.html" class="icon fa-web"> + info - <a href='https://www.youtube.com/watch?v=NxysD0OicLs' target='_blank'>video</a>
<br/><b>Encuentro Abril 2015</b> <a target='_blank' href="encuentros/abril-2015.html" class="icon fa-web"> + info</a> - <a href='https://www.youtube.com/watch?v=Ha8SkqUlsmA' target='_blank'>video</a>
<br/><b>Encuentro Marzo 2015</b> <a target='_blank' href="encuentros/marzo-2015.html" class="icon fa-web"> + info</a> | <a href='http://opendatacordoba.org/blog/encuentro-de-data-science-cordoba/'>resumen</a>
<hr>
<iframe src="https://www.youtube.com/embed/3XZ_z7qUaeo?start=86" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</p>
</section>
<section id="two">
<h2>Organizan</h2>
<div class="row">
<article class="12u$ 12u$(xsmall)">
<a target='_blank' href="https://github.com/DataScienceCordoba" class="image fit thumb"><img src="encuentros/images/thumbs/06.jpg" alt="" /></a>
<h3>Data Science Córdoba</h3>
<p>Grupo de Data Science Córdoba.</p>
</article>
<article class="6u 12u$(xsmall)">
<a target='_blank' href="http://cordoba.gtugs.org/" class="image fit thumb"><img src="encuentros/images/thumbs/05.jpg" alt="" /></a>
<h3><a target='_blank' href="http://cordoba.gtugs.org/">GDG Córdoba</a></h3>
<p>Google Developers Group Córdoba</p>
</article>
<article class="6u 12u$(xsmall)">
<a target='_blank' href="http://OpenDataCordoba.org" class="image fit thumb"><img src="encuentros/images/thumbs/07.jpg" alt="" /></a>
<h3><a target='_blank' href="http://OpenDataCordoba.org">OpenDataCordoba</a></h3>
<p>Open Data Córdoba</p>
</article>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/ds_cba" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/DataScienceCordoba" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:pablocelayes@gmail.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Data Science Cordoba</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</body>
</html>