diff --git a/_data/projects.yml b/_data/projects.yml index e2bd028..cbb5a16 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -1,26 +1,3 @@ -- name: spam.js - client: Open source - code: newsappsio/spam - date: 24th December 2015 - separator: true - description: > - Unleash the cartographical power of D3.
- Create complex maps within minutes with SVG and canvas. - showcase: > -
-
- spam.js -
-
-
- spam.js -
-
- spam.js -
-
-
- - name: Spain General Election Results client: EL ESPAÑOL page: /spain-general-election-results/ @@ -28,16 +5,13 @@ date: 20th December 2015 separator: true description: > - Custom web app for EL ESPAÑOL to host the live results of the Spain general elections.
- We iterated on the map design and a simple interface. + Carefully designed, this is our best newsapp to date.
+ Stack: d3.js, Canvas, Protobuf, TopoJSON and Bootstrap. showcase: >
-
+
spam.js
-
- spam.js -
spam.js
@@ -48,37 +22,34 @@ - name: Catalan Election Results client: EL ESPAÑOL - page: /spain-general-election-results/ - url: http://datos.elespanol.com/elecciones-generales/resultados/congreso + url: http://resultados27s.elespanol.com/ date: 27th September 2015 separator: true description: > - Custom web app for EL ESPAÑOL to host the live results of the Spain general elections.
- We iterated on the map design and a simple interface. + A change on the rendering code allowed us to make a more detailed map.
+ Stack: d3.js, Canvas, TopoJSON and Bootstrap. showcase: >
-
+
spam.js
-
- spam.js -
-
- spam.js -
-
- spam.js +
+
+ spam.js +
+
+ spam.js +
-- name: Spain Municipal Election Results +- name: Spain Local Election Results client: EL ESPAÑOL - page: /spain-general-election-results/ - url: http://datos.elespanol.com/elecciones-generales/resultados/congreso + url: http://resultados24m.elespanol.com/ date: 20th May 2015 description: > - Custom web app for EL ESPAÑOL to host the live results of the Spain general elections.
- We iterated on the map design and a simple interface. + We wanted to change the look of the Spanish elections. And we got 150.000+ visits.
+ Stack: d3.js, SVG, TopoJSON and Bootstrap. showcase: >
diff --git a/_includes/projects.html b/_includes/projects.html index 9ebf96a..41f7805 100644 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -13,7 +13,7 @@

{{ project.name }}

{% if project.page %} - + {% endif %} @@ -46,9 +46,9 @@

{{ project.name }}

{% if project.page %} - + - Case study + Read more {% endif %} {% if project.url %} diff --git a/_sass/_projects.scss b/_sass/_projects.scss index a055e55..e85f53c 100644 --- a/_sass/_projects.scss +++ b/_sass/_projects.scss @@ -5,8 +5,7 @@ margin-bottom: 3rem; } .project:nth-child(2), -.project:nth-child(3), -.project:nth-child(4) { +.project:nth-child(3) { margin-bottom: 5rem; } .project:nth-child(3), @@ -53,7 +52,6 @@ height: 1rem; } .svg--page { - height: 1rem; margin-right: 0.2rem; } .martgnz a:nth-child(3) svg { @@ -79,6 +77,9 @@ color: $brand-primary; font-size: 3rem; } +.plus { + font-size: 80%; +} // Medium devices (tablets, 48em and up) @media (min-width: $sm) {