From b071ad3262ffb39bed464b26235af793dc390b43 Mon Sep 17 00:00:00 2001 From: josemolinag Date: Sun, 8 Oct 2017 17:25:36 +0200 Subject: [PATCH] =?UTF-8?q?cambio=20config=20para=20poner=20fotos=20y=20a?= =?UTF-8?q?=C3=B1ado=20logos=20a=20images=5Fdatalab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 10 ++-------- _includes/judges.html | 8 ++++---- .../cartel_concurso_datajourn2017.jpg | Bin .../{ => carteles}/cartel_dataton2017.jpg | Bin .../premio_periodismo_datos_medialabweb.jpg | Bin 5 files changed, 6 insertions(+), 12 deletions(-) rename images_datalab/{ => carteles}/cartel_concurso_datajourn2017.jpg (100%) rename images_datalab/{ => carteles}/cartel_dataton2017.jpg (100%) rename images_datalab/{ => carteles}/premio_periodismo_datos_medialabweb.jpg (100%) diff --git a/_config.yml b/_config.yml index f950086..136ae97 100644 --- a/_config.yml +++ b/_config.yml @@ -54,13 +54,7 @@ rightNavigationButtons: # Home Block homeImage: "medialab_auditorio3_flickr.jpg" -homeTitle: "Premios de Datos Abiertos de Madrid 2017" -eventDate: "Octubre - Diciembre, 2017" -#typeoutFallback: "Season" -homeTitle: "Premios de Datos Abiertos de Madrid 2017" -eventDate: "September - November, 2014" # Hero Block -heroImage: "medialab_auditorio3_flickr.jpg" heroTitle: "DataMad 2017" eventDate: "Octubre - Diciembre, 2017" typeoutTextValues: '"", "Madrid", "Datos abiertos", "Periodismo de datos", "Datatón"' @@ -116,7 +110,7 @@ venueSmallImage1: "medialab_exterior2_architizer.jpg" venueSmallImage2: "medialab_plantabaja2_flickr.jpg" venueSmallImage3: "medialab_ropa_flickr.jpg" venueTitle: "Medialab-Prado" -venueFeatures: ["Medialab-Prado es un laboratorio ciudadano de producción, investigación y difusión de proyectos culturales perteneciente al Área de Gobierno de Cultura y Deportes del Ayuntamiento de Madrid"] +venueFeatures: ["Medialab-Prado es un laboratorio ciudadano de producción, investigación y difusión de proyectos culturales"] # Tweets Feed Block tweetsFeedImage: "medialab_ventana2_flickr.jpg" @@ -231,7 +225,7 @@ hackathonRows: - {title: "Mobilomics", image: "hackathon-2.png", details: "Polymer is a library that introduces web components. Web components are small elements on a page that can be extended and incorporated in web applications. The result is an increase in productivity.

We used Polymer mainly to explore the concept of web components. The transition of Google to material design was also a factor.While the library was never touched by the team, it still was painless to wireframe the application. Later on we incorporated some Polymer components in the design. We didn’t use the full potential of Polymer because of the limited time."} # Hackathon Judges Block -judgesImage: "judges.jpg" +judgesImage: "medialab_gentecurrando4_flickr.jpg" judgesTitle: "Jurado" # Hackathon Prizes Block diff --git a/_includes/judges.html b/_includes/judges.html index c45fc3b..a756f5a 100644 --- a/_includes/judges.html +++ b/_includes/judges.html @@ -5,7 +5,7 @@

{{ site.judgesTitle }}

- {% assign animationDelay = 0 %} {% for judge in site.data.judges %} + {% assign animationDelay = 0 %} {% for judge in site.data.judges %} {% assign colWidth = 12 | divided_by: forloop.length %}
@@ -13,11 +13,11 @@ {{ judge.company }} {{ judge.title }}
- {% assign animationDelay = animationDelay | plus:500 %} - {% assign check = forloop.index | modulo:2 %} + {% assign animationDelay = animationDelay | plus:500 %} + {% assign check = forloop.index | modulo:2 %} {% if check == 0 %}
- {% endif %} + {% endif %} {% endfor %}
diff --git a/images_datalab/cartel_concurso_datajourn2017.jpg b/images_datalab/carteles/cartel_concurso_datajourn2017.jpg similarity index 100% rename from images_datalab/cartel_concurso_datajourn2017.jpg rename to images_datalab/carteles/cartel_concurso_datajourn2017.jpg diff --git a/images_datalab/cartel_dataton2017.jpg b/images_datalab/carteles/cartel_dataton2017.jpg similarity index 100% rename from images_datalab/cartel_dataton2017.jpg rename to images_datalab/carteles/cartel_dataton2017.jpg diff --git a/images_datalab/premio_periodismo_datos_medialabweb.jpg b/images_datalab/carteles/premio_periodismo_datos_medialabweb.jpg similarity index 100% rename from images_datalab/premio_periodismo_datos_medialabweb.jpg rename to images_datalab/carteles/premio_periodismo_datos_medialabweb.jpg