Skip to content

Commit

Permalink
agrego caso de metas / participes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Nov 7, 2023
1 parent 56cf6b5 commit 9924b8c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 5 deletions.
9 changes: 8 additions & 1 deletion content/cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
"color": "blue",
"link": "https://medium.com/multitudes/leyes-abiertas-38249baa7e75",
"image":"leyes_abiertas"
}
},
{
"title":"cases.title_4",
"subtitle": "cases.subtitle_4",
"color": "purple",
"link": "https://blogs.iadb.org/conocimiento-abierto/es/herramienta-rendicion-de-cuentas/",
"image":"seguimiento_metas"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/cases-section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import "./styles.scss"
import presupuesto_participativo from "./assets/presupuesto_participativo.png"
import leyes_abiertas from "./assets/leyes_abiertas.png"
import consulta_publica from "./assets/consulta_publica.png"
import seguimiento_metas from "./assets/seguimiento_metas.png"
import { useIntl } from "gatsby-plugin-intl"

const images = {
'presupuesto_participativo': presupuesto_participativo,
'consulta_publica': consulta_publica,
'leyes_abiertas': leyes_abiertas
'leyes_abiertas': leyes_abiertas,
'seguimiento_metas': seguimiento_metas,
};

export default ({data}) => {
Expand Down
7 changes: 7 additions & 0 deletions src/components/cases-section/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $orange: #fbb03b;
$blue: #29abe2;
$pink: #FD7B92;
$green:#6ED59F;
$purple:#E7B4F1;


.use-case-item {
Expand Down Expand Up @@ -37,4 +38,10 @@ $green:#6ED59F;
.icon {
background-color: $blue;
}
}

.use-case-item-purple {
.icon {
background-color: $purple;
}
}
4 changes: 3 additions & 1 deletion src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
"title_2":"Public Consultation",
"subtitle_2": "Secretary of Modernization of the Nation",
"title_3": "Open Laws",
"subtitle_3": "Chamber of Deputies of Argentina"
"subtitle_3": "Chamber of Deputies of Argentina",
"title_4": "Goal Tracking",
"subtitle_4": "Participes / Sumen / Metas"
},
"footer": {
"title": "democraciaOS",
Expand Down
4 changes: 3 additions & 1 deletion src/intl/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@
"title_2":"Consulta Pública",
"subtitle_2": "Secretaría de Modernización de la Nación Argentina",
"title_3": "Leyes Abiertas",
"subtitle_3": "Cámara de Diputados de la Nación"
"subtitle_3": "Cámara de Diputados de la Nación",
"title_4": "Seguimiento de metas",
"subtitle_4": "Participes / Sumen / Metas"
},
"footer": {
"title": "democraciaOS",
Expand Down
4 changes: 3 additions & 1 deletion src/intl/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
"title_2":"Consulta pública",
"subtitle_2": "Secretaria de Modernização da Nação",
"title_3": "Leis Abertas",
"subtitle_3": "Câmara dos Deputados da Nação da Argentina"
"subtitle_3": "Câmara dos Deputados da Nação da Argentina",
"title_4": "Acompanhamento de metas",
"subtitle_4": "Participes / Sumen / Metas"
},
"footer": {
"title": "democraciaOS",
Expand Down

0 comments on commit 9924b8c

Please sign in to comment.