1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

add sharethemeal

This commit is contained in:
Matthias Kretschmann 2018-04-08 01:44:31 +02:00
parent 22344903eb
commit 0f42b2a435
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 6 additions and 5 deletions

View File

@ -115,12 +115,11 @@
{ {
"title": "ShareTheMeal ", "title": "ShareTheMeal ",
"slug": "sharethemeal", "slug": "sharethemeal",
"img": "sharethemeal.png", "img": "sharethemeal",
"img2x": "sharethemeal@2x.png",
"links": { "links": {
"Link": "https://sharethemeal.org/" "Link": "https://sharethemeal.org/"
}, },
"description": "" "description": "Co-designing and leading the front-end development of the ShareTheMeal website."
}, },
{ {
"title": "ezeep", "title": "ezeep",

View File

@ -12,7 +12,7 @@
background-color: $brand-grey-light; background-color: $brand-grey-light;
margin-bottom: $spacer * 4; margin-bottom: $spacer * 4;
@media (min-width: 70rem) { @media (min-width: 85rem) {
flex: 0 0 calc(50% - #{$spacer / 2}); flex: 0 0 calc(50% - #{$spacer / 2});
margin-bottom: $spacer; margin-bottom: $spacer;
} }

View File

@ -6,6 +6,7 @@ import bigchaindb from './portfolio-bigchaindb.png'
import chartmogul from './portfolio-chartmogul.png' import chartmogul from './portfolio-chartmogul.png'
import chartmogul01 from './portfolio-chartmogul-01.png' import chartmogul01 from './portfolio-chartmogul-01.png'
import chartmogul02 from './portfolio-chartmogul-02.png' import chartmogul02 from './portfolio-chartmogul-02.png'
import sharethemeal from './portfolio-sharethemeal.png'
export default { export default {
oceanprotocol, oceanprotocol,
@ -15,5 +16,6 @@ export default {
bigchaindb, bigchaindb,
chartmogul, chartmogul,
chartmogul01, chartmogul01,
chartmogul02 chartmogul02,
sharethemeal
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB