mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 10:25:00 +01:00
add sharethemeal
This commit is contained in:
parent
22344903eb
commit
0f42b2a435
@ -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",
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
BIN
src/images/portfolio-sharethemeal.png
Normal file
BIN
src/images/portfolio-sharethemeal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in New Issue
Block a user