-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
254 lines (221 loc) · 6.37 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
<!DOCTYPE html>
<html>
<head>
<title>Sangría francesa -- Sitio de Sebastián N. Lalaurette -- Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="es-ar" http-equiv="Content-Language">
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/printer.css" type="text/css" media="print">
<link rel="stylesheet" href="css/index-new.css" type="text/css" media="screen">
<link rel="shortcut icon" href="img/favicon.gif">
<script data-ad-client="ca-pub-1709665648550805" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<!-- BARRA DE NAVEGACIÓN SUPERIOR -->
<!--
<div class="navbar">
<a href="mailto:[email protected]">Escribime</a>
</div>
-->
<!-- TÍTULO -->
<div style="margin: 5px 10px 50px 10px">
<!--MÁQUINA DE ESCRIBIR -->
<div style="float: left; margin: 10px">
<img src="img/maquinola.jpg" height="100">
</div>
<h1>Sangría francesa</h1>
<h2>I can stay till it’s time to go</h2>
</div>
<!-- FLEX MAIN -->
<div class="flexbox" id="main">
<!-- FURIARRECIENTE -->
<div class="cuadro" id="furiarreciente">
<center>
<a href="http://is.gd/furiarreciente">
<img src="img/tapaFuriarreciente-chica.jpg"></a>
</center>
</div>
<!-- SOY -->
<div class="cuadro" id="soy">
<h3>Soy</h3>
<a href="http://about.me/slalaurette" class="linkblock">
<h4>Sebastián Lalaurette</h4>
<h6>Escritor, periodista, editor, lobo con piel de durazno </h6>
</a>
<a href="cv.html" class="linkblock">
<h5>CV</h5>
<h6><em><abbr title="also known as/también conocido como">aka</abbr></em>
curriculum vitæ </h6>
</a>
</div>
<!-- INFANTILES -->
<!-- RODRIGO Y EL LIBRO SIN FINAL -->
<div class="cuadro">
<a href="mislibros/RodrigoyelLibrosinFinal.html">
<img src="img/tapaRodrigo-mini.jpg">
</a>
</div>
<!-- NAÍM Y EL MAGO FUGITIVO -->
<div class="cuadro">
<a href="mislibros/NaimyelMagoFugitivo.html">
<img src="img/tapaNaim-mini.jpg">
</a>
</div>
<!-- BELLACRÍN Y LA SOMBRA -->
<div class="cuadro">
<a href="mislibros/BellacrinylaSombra.html">
<img src="img/tapaBellacrin-mini.jpg">
</a>
</div>
<!-- ESTOY -->
<div class="cuadro">
<h3>Estoy</h3>
<a href="http://omitiranuncio.wordpress.com" class="linkblock">
<h5>Omitir anuncio</h5>
<h6>Mi blog </h6>
</a>
<!--
<a href="https://www.getrevue.co/profile/slalaurette/" class="linkblock">
<h5>Tecleando espero</h5>
<h6>Newsletter</h6>
</a>
-->
<a href="http://twitter.com/snlalaurette" class="linkblock">
<h5>@snlalaurette</h5>
<h6>En Twitter</h6>
</a>
<a href="http://instagram.com/omitir_anuncio" class="linkblock">
<h5>@omitir_anuncio</h5>
<h6>En Instagram</h6>
</a>
</div>
<!-- ABAJO, PARA SIEMPRE -->
<div class="cuadro">
<a href="mislibros/AbajoParaSiempre.html">
<img src="img/tapaAbajoParaSiempre-mini.jpg">
</a>
</div>
<!-- FÁBULA CERO -->
<div class="cuadro">
<a href="mislibros/FabulaCero.html">
<img src="img/tapaFabulaCero-mini.jpg">
</a>
</div>
<!-- BAJO LAS LUNAS -->
<div class="cuadro">
<a href="mislibros/BajoLasLunas.html">
<img src="img/tapaBajoLasLunas-mini.jpg"></a>
</div>
<!-- EN EL JARDÍN (CAMBIAR TAPA Y MODIFICAR PÁGINA DEL LIBRO) -->
<!--
<div class="cuadro">
<a href="mislibros/EnelJardin.html">
<img src="img/tapaFabulaCero-mini.jpg">
</a>
</div>
-->
<!-- NOT A NUMBER -->
<div class="cuadro" id="NaN">
<div class="zombies">
<a href="NaN/index.html">
Not<br>a<br>Number<span class="blink">_</span>
</a>
</div>
</div>
<!-- TRES CUENTOS CON DIOSAS -->
<div class="cuadro">
<a href="mislibros/TresCuentosConDiosas.html">
<img src="img/tapaTresCuentosConDiosas-mini.jpg">
</a>
</div>
<!-- ESCRIBÍ -->
<div class="cuadro" id="escribi">
<h3>Escribí</h3>
<a href="mislibros/mislibros.html" class="linkblock">
<h5>Libros</h5>
<h6>Poesía, infantiles, <em>ebooks</em></h6>
</a>
<a href="https://omitiranuncio.wordpress.com/mis-textos-online/" class="linkblock">
<h5>Textos en línea</h5>
<h6>Cuentos, poemas y demás yerbas de mi autoría disponibles en Internet</h6>
</a>
<a href="http://slalaurette.pressfolios.com/" class="linkblock">
<h5>Clips</h5>
<h6>Notas, columnas y algún cuento, publicados en diferentes periódicos y revistas</h6>
</a>
</div>
<!-- BEOWULF -->
<div class="cuadro">
<a href="mislibros/Beowulf.html">
<img src="img/tapaBeowulf-mini.jpg"></a>
</div>
<!-- HICE -->
<div class="cuadro">
<h3>Hago</h3>
<a href="sismo/" class="linkblock">
<h5>Sismo Trapisonda</h5>
<h6>Una cosa rara</h6>
</a>
<center><img src="sismo/ST-logo.gif" height=""></center>
</div>
<!--ANTOLOGÍAS -->
<div class="cuadro" id="antologias">
<a href="mislibros/antologias.html">
<img src="img/antologias.png">
</a>
</div>
<!-- SERVICIOS -->
<div class="cuadro">
<h3>Servicios</h3>
<a href="servicios/talleres.html" class="linkblock">
<h5>Talleres literarios</h5>
<h6>En línea y presenciales</h6>
</a>
<a href="servicios/ghostwriting.html" class="linkblock">
<h5><em>Ghostwriting</em></h5>
<h6>Escribo tu libro</h6>
</a>
</div>
<!-- ADSENSE -->
<div class="cuadro">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- bloque vertical para home -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1709665648550805"
data-ad-slot="9025385385"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<!-- DEFEATING ZOMBIES WITH SOCIAL MEDIA -->
<!--
<div class="cuadro" id="promo_zombies">
<a href="promos/zombies.html">
<div class="zombies">
Coming soon:<br />
DE∱EATING ℤOMBIES WⅈTH SOCI@L M∑DIA<span class="blink">_</span>
</div>
</a>
</div>
-->
<!-- SPACER FINAL -->
<div class="cuadro" id="spacer"></div>
</div>
<div>
</div>
<!-- Fin cuerpo central -->
<!--
<div id="footer">
<div style="font-size: 7pt; float:bottom;">
© 2003-2020 Sebastián Lalaurette, escritor, periodista,
editor, aspirante a cyborg. Pelado como Bruce Willis y chueco como Adrián
Suar. El futuro es mío.
</div>
</div>
-->
<p> </p>
</body>
</html>