-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
203 lines (178 loc) · 8.52 KB
/
categories.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog de Andrés González SJ</title>
<meta name="description" content="">
<meta name="author" content="andrescg2sj">
<link rel="stylesheet" href="./theme/css/foundation.css" />
<link rel="stylesheet" href="./theme/css/pygment/monokai.css" />
<link rel="stylesheet" href="./theme/css/custom.css" />
<!-- GOOGLE WEB FONTS -->
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono|Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./theme/css/alt-fonts.css" />
<script src="./theme/js/modernizr.js"></script>
<!-- Feeds -->
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$', '$'] ],
displayMath: [ ['$$', '$$']],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
},
messageStyle: "none",
"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"] }
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div class="off-canvas-wrap">
<div class="inner-wrap">
<!-- mobile top bar to activate nav -->
<nav class="tab-bar show-for-small">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
</section>
<section class="middle tab-bar-section">
<h1 class="title">Blog de Andrés González SJ</h1>
</section>
</nav>
<!-- mobile side bar nav -->
<aside class="left-off-canvas-menu">
<ul class="off-canvas-list">
<li><a href=".">Home</a></li>
<li><label>Categories</label></li>
<li ><a href="./category/aprendizaje.html">aprendizaje</a></li>
<li ><a href="./category/produccion.html">producción</a></li>
<li ><a href="./category/reflexion.html">reflexión</a></li>
<li ><a href="./category/relacion.html">relación</a></li>
<li ><a href="./category/tic.html">TIC</a></li>
<li><label>Links</label></li>
<li><a href="https://jesuitas.es/">Jesuitas</a></li>
<li><a href="https://pastoralsj.org/">PastoralSJ</a></li>
<li><a href="https://jaimetatay.com/">Jaime Tatay</a></li>
<li><label>Monthly Archives</label></li>
<li><a href="/posts/2023/06/index.html">junio 2023 (1)</a></li>
<li><a href="/posts/2023/01/index.html">enero 2023 (1)</a></li>
<li><a href="/posts/2022/11/index.html">noviembre 2022 (1)</a></li>
<li><a href="/posts/2022/05/index.html">mayo 2022 (1)</a></li>
<li><a href="/posts/2022/03/index.html">marzo 2022 (1)</a></li>
<li><a href="/posts/2022/01/index.html">enero 2022 (1)</a></li>
<li><a href="/posts/2021/12/index.html">diciembre 2021 (1)</a></li>
<li><a href="/posts/2021/07/index.html">julio 2021 (1)</a></li>
<li><a href="/posts/2020/06/index.html">junio 2020 (1)</a></li>
<li><a href="/posts/2020/03/index.html">marzo 2020 (1)</a></li>
<li><a href="/posts/2020/01/index.html">enero 2020 (1)</a></li>
<li><a href="/posts/2019/07/index.html">julio 2019 (1)</a></li>
<li><a href="/posts/2019/06/index.html">junio 2019 (1)</a></li>
<li><a href="/posts/2019/02/index.html">febrero 2019 (1)</a></li>
<li><label>Social</label></li>
<li><a href="https://github.com/andrescg2sj">GitHub</a></li>
<li><a href="https://linkedin.com/in/andrescg2">LinkedIn</a></li>
<li><a href="https://twitter.com/andrescg2sj">TW: @andrescg2sj</a></li>
</ul>
</aside>
<!-- top bar nav -->
<nav class="top-bar hide-for-small-only" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="./">Blog de Andrés González SJ</a></h1>
</li>
</ul>
<section class="top-bar-section">
<ul class="left">
<li ><a href="./category/aprendizaje.html">aprendizaje</a></li>
<li ><a href="./category/produccion.html">producción</a></li>
<li ><a href="./category/reflexion.html">reflexión</a></li>
<li ><a href="./category/relacion.html">relación</a></li>
<li ><a href="./category/tic.html">TIC</a></li>
</ul>
<ul class="right">
····
<li><a href="./pages/autor.html">autor</a></li>
</ul>
</section>
</nav>
<!-- Main Page Content and Sidebar -->
<section class="main-section">
<div class="row">
<!-- Main Content -->
<div class="medium-9 small-12 columns" role="content">
<ul>
<li><a href="./category/aprendizaje.html">aprendizaje</a></li>
<li><a href="./category/produccion.html">producción</a></li>
<li><a href="./category/reflexion.html">reflexión</a></li>
<li><a href="./category/relacion.html">relación</a></li>
<li><a href="./category/tic.html">TIC</a></li>
</ul>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<aside class="medium-3 hide-for-small-only columns">
<div class="panel">
<h5>Links</h5>
<ul class="side-nav">
<li><a href="https://jesuitas.es/">Jesuitas</a></li>
<li><a href="https://pastoralsj.org/">PastoralSJ</a></li>
<li><a href="https://jaimetatay.com/">Jaime Tatay</a></li>
</ul>
</div>
<div class="panel">
<h5>Tags</h5>
<ul class="tag-cloud">
</ul>
</div>
<div class="panel">
<h5>Monthly Archives</h5>
<ul class="side-nav">
<li><a href="/posts/2023/06/index.html">junio 2023 (1)</a></li>
<li><a href="/posts/2023/01/index.html">enero 2023 (1)</a></li>
<li><a href="/posts/2022/11/index.html">noviembre 2022 (1)</a></li>
<li><a href="/posts/2022/05/index.html">mayo 2022 (1)</a></li>
<li><a href="/posts/2022/03/index.html">marzo 2022 (1)</a></li>
<li><a href="/posts/2022/01/index.html">enero 2022 (1)</a></li>
<li><a href="/posts/2021/12/index.html">diciembre 2021 (1)</a></li>
<li><a href="/posts/2021/07/index.html">julio 2021 (1)</a></li>
<li><a href="/posts/2020/06/index.html">junio 2020 (1)</a></li>
<li><a href="/posts/2020/03/index.html">marzo 2020 (1)</a></li>
<li><a href="/posts/2020/01/index.html">enero 2020 (1)</a></li>
<li><a href="/posts/2019/07/index.html">julio 2019 (1)</a></li>
<li><a href="/posts/2019/06/index.html">junio 2019 (1)</a></li>
<li><a href="/posts/2019/02/index.html">febrero 2019 (1)</a></li>
</ul>
</div>
<div class="panel">
<h5>Social</h5>
<ul class="side-nav">
<li><a href="https://github.com/andrescg2sj">GitHub</a></li>
<li><a href="https://linkedin.com/in/andrescg2">LinkedIn</a></li>
<li><a href="https://twitter.com/andrescg2sj">TW: @andrescg2sj</a></li>
</ul>
</div>
</aside>
<!-- End Sidebar -->
</div>
<!-- Footer -->
<footer class="row">
<div class="medium-9 small-12">
<hr/>
<p class="text-center">Powered by <a href="http://getpelican.com">Pelican</a> and <a href="http://foundation.zurb.com/">Zurb Foundation</a>. Theme by <a href="http://hamaluik.com">Kenton Hamaluik</a>.</p>
</div>
</footer>
<!-- End Footer -->
</section>
<a class="exit-off-canvas"></a>
</div><!--off-canvas inner-->
</div><!--off-canvas wrap-->
<script src="./theme/js/jquery.js"></script>
<script src="./theme/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>