From 70be47bb54401c21746537bb39d6ef96ad48010f Mon Sep 17 00:00:00 2001 From: alay Date: Sat, 16 Dec 2017 17:49:05 +0100 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20con=20los=20ganadores=20de?= =?UTF-8?q?=20los=20premios=20del=20datat=C3=B3n=20de=20datos=20abiertos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/projects.yml | 7 ++++++- _includes/project-list.html | 12 ++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 56d073e..b8f1413 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -22,7 +22,8 @@ proyecto: "https://play.google.com/store/apps/details?id=com.albaitdevs.puremadrid" docum: "https://github.com/medialab-prado/puremadrid/blob/master/README.md" repo: "https://github.com/medialab-prado/puremadrid" - + ribbon: + - {abbr: "prize-1.png", title: "1er Premio", url: "", prize: "first", image: "prize-1.png"} - id: 2 title: "Tripscore" @@ -35,6 +36,8 @@ proyecto: "http://tripscore.lab.oeg-upm.net/" docum: "https://github.com/medialab-prado/tripscore/blob/master/README.md" repo: "https://github.com/medialab-prado/tripscore" + ribbon: + - {abbr: "", title: "2ยบ Premio", url: "", prize: "second", image: "prize-2.png"} - id: 3 title: "Madrid On You" @@ -80,3 +83,5 @@ proyecto: "https://muranga.shinyapps.io/dataton17_m30int/" docum: "https://github.com/medialab-prado/m30trafico/blob/master/M30%20Gestion%20Inteligente%20del%20Trafico.pdf" repo: "https://github.com/medialab-prado/m30trafico" + ribbon: + - {abbr: "", title: "3er Premio", url: "", prize: "third", image: "prize-3.png"} diff --git a/_includes/project-list.html b/_includes/project-list.html index d2f7821..3f80397 100644 --- a/_includes/project-list.html +++ b/_includes/project-list.html @@ -7,6 +7,18 @@
+ {% if project.ribbon != null %} +
    + {% for ribbon in project.ribbon %} +
  • +

    {{ ribbon["title"] }}

    +
  • +
    + copa +
    + {% endfor %} +
+ {% endif %}

{{ project.title }} {{ project.surname }}