Skip to content

Commit 141542a

Browse files
committed
link teatrar y resize img biblioteca digital
1 parent 76c28b2 commit 141542a

35 files changed

+81
-21
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ gem "webrick", "~> 1.8"
1010
gem "jekyll-redirect-from"
1111
gem "jekyll-multiple-languages-plugin"
1212
gem "jekyll-feed"
13-
gem "jekyll-remote-theme"
13+
gem "jekyll-remote-theme"
14+
gem "base64"
15+
gem "logger"
16+
gem "bigdecimal"

_i18n/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ titles:
2727
publications: "Publications"
2828
categories: "Categories"
2929
notfound: "Page not found"
30+
misc: "Miscellaneous texts"
3031
form:
3132
name: Name
3233
email: Email

_i18n/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ titles:
2727
publications: "Publicaciones"
2828
categories: "Categorías"
2929
notfound: "Página no encontrada"
30+
misc: "Miscelánea"
3031
form:
3132
name: Nombre
3233
email: Email

_pages/bibliotecadigital.html

Lines changed: 75 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,47 +24,70 @@ <h1 class="hero__title">{% t titles.library %}</h1>
2424
<!-- Card LAM -->
2525

2626
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
27-
<a href="http://hdlabconicet.github.io/La-Argentina-Manuscrita" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_arg-manus-pagina-uno.png"/></a>
27+
<a href="http://hdlabconicet.github.io/La-Argentina-Manuscrita" target="_blank">
28+
<figure class="post-card__thumb">
29+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/arg-manus-pagina-uno.png"/>
30+
</figure>
31+
</a>
2832
<a class="post-card__inner" href="http://hdlabconicet.github.io/La-Argentina-Manuscrita" target="_blank">
2933
<p style="font-size: 10px; text-align:left;">Imagen: gallica.bnf.fr</p>
3034
<h2>La Argentina Manuscrita</h2>
3135
</a>
3236
</div>
3337
<!-- Card ACARETE -->
3438
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
35-
<a href="http://hdlabconicet.github.io/Relacion-de-un-viaje/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_acarete-1943-cover.jpg"/></a>
39+
<a href="http://hdlabconicet.github.io/Relacion-de-un-viaje/" target="_blank">
40+
<figure class="post-card__thumb">
41+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/acarete-1943-cover.jpg"/>
42+
</figure></a>
3643
<a class="post-card__inner" href="http://hdlabconicet.github.io/Relacion-de-un-viaje/" target="_blank">
3744
<p style="font-size: 10px; text-align:left;">Imagen: Cervantes Virtual</p>
3845
<h2>Relación de un viaje</h2>
3946
</a>
4047
</div>
4148
<!-- Card PERO HERNANDEZ -->
4249
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
43-
<a href="http://hdlabconicet.github.io/Relacion-de-las-cosas-sucedidas/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_relacion-descubrimiento-perohernandez-cover.jpg"/></a>
50+
<a href="http://hdlabconicet.github.io/Relacion-de-las-cosas-sucedidas/" target="_blank">
51+
<figure class="post-card__thumb">
52+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/relacion-descubrimiento-perohernandez-cover.jpg"/>
53+
</figure>
54+
</a>
4455
<a class="post-card__inner" href="http://hdlabconicet.github.io/Relacion-de-las-cosas-sucedidas/" target="_blank">
4556
<p style="font-size: 10px; text-align:left;">Imagen: Cervantes Virtual</p>
4657
<h2>Relación de las cosas sucedidas</h2>
4758
</a>
4859
</div>
4960
<!-- Card PIGAFETTA -->
5061
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
51-
<a href="http://nidiah.github.io/Primer-viaje-alrededor-del-mundo/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_pg_0015.jpg"/></a>
62+
<a href="http://nidiah.github.io/Primer-viaje-alrededor-del-mundo/" target="_blank">
63+
<figure class="post-card__thumb">
64+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/pg_0015.jpg"/>
65+
</figure>
66+
</a>
5267
<a class="post-card__inner" href="http://nidiah.github.io/Primer-viaje-alrededor-del-mundo/" target="_blank">
5368
<p style="font-size: 10px; text-align:left;">Imagen: University of Texas Libraries</p>
5469
<h2>Primer viaje alrededor del mundo</h2>
5570
</a>
5671
</div>
5772
<!-- Card DEL BARCO CENTENERA -->
5873
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
59-
<a href="http://hdlabconicet.github.io/argentina-y-conquista-del-rio-de-la-plata/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_argentina-y-conquista-del-barco-centenera-cover.png"/></a>
60-
<a class="post-card__inner" href="http://hdlabconicet.github.io/argentina-y-conquista-del-rio-de-la-plata/" target="_blank">
74+
<a href="http://hdlabconicet.github.io/argentina-y-conquista-del-rio-de-la-plata/" target="_blank">
75+
<figure class="post-card__thumb">
76+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/argentina-y-conquista-del-barco-centenera-cover.png"/>
77+
</figure>
78+
</a>
79+
<a class="post-card__inner" href="http://hdlabconicet.github.io/argentina-y-conquista-del-rio-de-la-plata/" target="_blank">
6180
<p style="font-size: 10px; text-align:left;">Imagen: John Carter Brown Library</p>
6281
<h2>Argentina y Conquista del Río de la Plata</h2>
63-
</a>
64-
</div>
82+
</a>
83+
</div>
6584
<!-- Card ULRICO -->
6685
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
67-
<a href="https://hdlab.space/viaje-al-rio-de-la-plata/" target="_blank"><img src="{{site.baseurl}}/assets/img/ulrico_chico.jpg"/></a>
86+
<a href="https://hdlab.space/viaje-al-rio-de-la-plata/" target="_blank">
87+
<figure class="post-card__thumb">
88+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/ulrico.jpg"/>
89+
</figure>
90+
</a>
6891
<a class="post-card__inner" href="https://hdlab.space/viaje-al-rio-de-la-plata/" target="_blank">
6992
<p style="font-size: 10px; text-align:left;">Imagen: University of Illinois</p>
7093
<h2>Viaje al Río de la Plata</h2>
@@ -73,55 +96,87 @@ <h2>Viaje al Río de la Plata</h2>
7396
</div>
7497
</div>
7598

76-
<h2>Miscelánea/Miscellaneous texts</h2>
99+
<h2>{% t titles.misc %}</h2>
77100

78101
<div class="container">
79102
<div class="post-list" itemscope="" itemtype="http://schema.org/Blog">
80103
<!-- Card POESIA MEDIEVAL -->
81104
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
82-
<a href="http://hdlabconicet.github.io/Poesia-Medieval/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_Cancioneiro_da_Ajuda_151_37.jpg"/></a>
105+
<a href="http://hdlabconicet.github.io/Poesia-Medieval/" target="_blank">
106+
<figure class="post-card__thumb">
107+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/Cancioneiro_da_Ajuda_151_37.jpg"/>
108+
</figure>
109+
</a>
83110
<a class="post-card__inner" href="http://hdlabconicet.github.io/Poesia-Medieval/" target="_blank" title="via Wikimedia Commons">
84111
<p style="font-size: 10px; text-align:left;">Imagen: Biblioteca da Ajuda</p>
85112
<h2>Poesía Medieval</h2>
86113
</a>
87114
</div>
88115
<!-- Card DIÁLOGO PINTURA MÉXICO -->
89116
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
90-
<a href="https://mtravelo.github.io/dialogo_pintura_mexico/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_dialogo_pintura_mexico.jpg"/></a>
117+
<a href="https://mtravelo.github.io/dialogo_pintura_mexico/" target="_blank">
118+
<figure class="post-card__thumb">
119+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/dialogo_pintura_mexico.jpg"/></a>
120+
</figure>
91121
<a class="post-card__inner" href="https://mtravelo.github.io/dialogo_pintura_mexico/" target="_blank" title="via Wikimedia Commons">
92122
<p style="font-size: 10px; text-align:left;">Imagen: Portada del libro Diálogo sobre la historia de la pintura en México</p>
93123
<h2>Diálogo sobre la historia de la pintura en México</h2>
94124
</a>
95125
</div>
96126
<!-- Card CARTAS DE BUSA -->
97127
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
98-
<a href="https://hdlab.space/cartas_busa/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_dibujo_busa_index.jpg"/></a>
99-
<a class="post-card__inner" href="https://hdlab.space/cartas_busa/" target="_blank" title="via Wikimedia Commons">
100-
<p style="font-size: 10px; text-align:left;">Imagen: Dibujo de la serie de postales de Navidad que Busa encargaba todos los años a Marina Molino.</p>
128+
<a href="https://hdlab.space/cartas_busa/" target="_blank">
129+
<figure class="post-card__thumb">
130+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/dibujo_busa_index.jpg"/>
131+
</figure>
132+
</a>
133+
<a class="post-card__inner" href="https://hdlab.space/cartas_busa/" target="_blank">
134+
<p style="font-size: 10px; text-align:left;">Imagen: Dibujo de la serie de postales de Navidad que Busa encargaba todos los años a Marina Molino</p>
101135
<h2>Cartas del Padre Busa</h2>
102136
</a>
103137
</div>
104138

105139
<!-- Card COLECCIÓN FOULCHÉ DELBOSC-->
106140

107141
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
108-
<a href="https://hdlab.space/coleccion-foulche-delbosc/" target="_blank"><img src="{{site.baseurl}}/assets/img/foulche-delbosc-chico.jpg"/></a>
142+
<a href="https://hdlab.space/coleccion-foulche-delbosc/" target="_blank">
143+
<figure class="post-card__thumb">
144+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/foulche-delbosc.jpg"/>
145+
</figure>
146+
</a>
109147
<a class="post-card__inner" href="https://hdlab.space/coleccion-foulche-delbosc/" target="_blank" title="via Wikimedia Commons">
110-
<p style="font-size: 10px; text-align:left;">Imagen: Retrato de Foulché-Delbosc.</p>
111-
<h2>La Colección Foulché-Delbosc, de la Historia del Libro y la Edición a las Humanidades Digitales</h2>
148+
<p style="font-size: 10px; text-align:left;">Imagen: Retrato de Foulché-Delbosc</p>
149+
<h2>Colección Foulché-Delbosc</h2>
112150
</a>
113151
</div>
114152

115153

116154
<!-- Card LIBRO DE MOTES -->
117155

118156
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
119-
<a href="https://jgoldsmidt.github.io/LM-LibrodeMotes/" target="_blank"><img src="{{site.baseurl}}/assets/img/chicos_motes.jpg"/></a>
157+
<a href="https://jgoldsmidt.github.io/LM-LibrodeMotes/" target="_blank">
158+
<figure class="post-card__thumb">
159+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/motes.png"/>
160+
</figure>
161+
</a>
120162
<a class="post-card__inner" href="https://jgoldsmidt.github.io/LM-LibrodeMotes/" target="_blank" title="via Wikimedia Commons">
121-
<p style="font-size: 10px; text-align:left;">Imagen: Portada Libro de motes.</p>
163+
<p style="font-size: 10px; text-align:left;">Imagen: Portada Libro de motes</p>
122164
<h2>Libro de motes de damas y caballeros</h2>
123165
</a>
124166
</div>
167+
168+
<!-- Card TEATRAR -->
169+
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
170+
<a href="https://hdlab.space/teatrar/" target="_blank">
171+
<figure class="post-card__thumb">
172+
<img src="{{site.baseurl}}/assets/img/biblioteca-digital/Coliseo-viejo.jpg"/>
173+
</figure>
174+
</a>
175+
<a class="post-card__inner" href="https://hdlab.space/teatrar/" target="_blank">
176+
<p style="font-size: 10px; text-align:left;">Imagen: Archivo General de la Nación</p>
177+
<h2>TeatrAr</h2>
178+
</a>
179+
</div>
125180

126181
</div>
127182
</div>
-884 KB
Binary file not shown.

assets/img/acarete-1943-cover.jpg

-30.3 KB
Binary file not shown.
-97.7 KB
Binary file not shown.
-570 KB
Binary file not shown.
568 KB
Loading
381 KB
Loading

0 commit comments

Comments
 (0)