-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (83 loc) · 4.77 KB
/
index.html
File metadata and controls
95 lines (83 loc) · 4.77 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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#
" lang="es">
<head>
<meta charset="utf-8">
<meta name="description" content="Grupo Python Vigo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Publicaciones del año 2016 | Python Vigo</title>
<link href="../assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../assets/css/baguetteBox.min.css" rel="stylesheet" type="text/css">
<link href="../assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="../assets/css/code.css" rel="stylesheet" type="text/css">
<link href="../assets/css/theme.css" rel="stylesheet" type="text/css">
<link href="../assets/css/custom.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="es" href="../rss.xml">
<link rel="canonical" href="https://www.python-vigo.es/2016/">
<link rel="icon" href="../favicon.ico" sizes="48x48">
<link rel="icon" href="../icon_128x128.png" sizes="128x128">
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta property="og:image" content="https://www.python-vigo.es/pythonvigologo-medium.png">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Ir al contenido principal</a>
<!-- Menubar -->
<nav class="navbar navbar-expand-md static-top mb-4
navbar-dark
bg-dark
"><div class="container">
<!-- This keeps the margins nice -->
<a class="navbar-brand" href="../">
<img src="https://www.python-vigo.es/pythonvigologo-mini.png" alt="Python Vigo" id="logo" class="d-inline-block align-top"><span id="blog-title">Python Vigo</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="bs-navbar">
<ul class="navbar-nav mr-auto"><li class="nav-item">
<a href="../rss.xml" class="nav-link">Canal RSS</a>
</li></ul>
<ul class="navbar-nav navbar-right"></ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="container" id="content" role="main">
<div class="body-content">
<!--Body content-->
<article class="listpage"><header><h1>Publicaciones del año 2016</h1>
</header><ul class="postlist">
<li>
<time class="listdate" datetime="2016-12-11T19:12:01+02:00" title="19:12 11/12/2016">19:12 11/12/2016</time><a href="../posts/reunion-del-grupo-el-15122016/" class="listtitle">Reunión del grupo el 15/12/2016</a>
</li>
<li>
<time class="listdate" datetime="2016-06-12T20:47:56+02:00" title="20:47 12/06/2016">20:47 12/06/2016</time><a href="../posts/reunion-del-grupo-el-16062016/" class="listtitle">Reunión del grupo el 16/06/2016</a>
</li>
<li>
<time class="listdate" datetime="2016-05-18T10:29:01+02:00" title="10:29 18/05/2016">10:29 18/05/2016</time><a href="../posts/reunion-del-grupo-el-19052016/" class="listtitle">Reunión del grupo el 19/05/2016</a>
</li>
<li>
<time class="listdate" datetime="2016-04-19T10:55:20+02:00" title="10:55 19/04/2016">10:55 19/04/2016</time><a href="../posts/reunion-del-grupo-el-21042016/" class="listtitle">Reunión del grupo el 21/04/2016</a>
</li>
<li>
<time class="listdate" datetime="2016-03-10T14:50:53+01:00" title="14:50 10/03/2016">14:50 10/03/2016</time><a href="../posts/reunion-del-grupo-el-17032016/" class="listtitle">Reunión del grupo el 17/03/2016</a>
</li>
<li>
<time class="listdate" datetime="2016-02-15T08:00:00+01:00" title="08:00 15/02/2016">08:00 15/02/2016</time><a href="../posts/reunion-18002016/" class="listtitle">Reunión del Grupo el 18/02/2016</a>
</li>
<li>
<time class="listdate" datetime="2016-01-14T20:00:00+02:00" title="20:00 14/01/2016">20:00 14/01/2016</time><a href="../posts/reunion-del-grupo-el-21012016/" class="listtitle">Reunión del grupo el 21/01/2016</a>
</li>
</ul></article><!--End of body content--><footer id="footer">
Contents © 2026 <a href="mailto:luisgf@luisgf.es">Python Vigo</a>
</footer>
</div>
</div>
<script src="../assets/js/jquery.min.js"></script><script src="../assets/js/popper.min.js"></script><script src="../assets/js/bootstrap.min.js"></script><script src="../assets/js/baguetteBox.min.js"></script><script>
baguetteBox.run('div#content', {
ignoreClass: 'islink',
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
</script>
</body>
</html>