added project to the portfolio front page
This commit is contained in:
parent
75094cc939
commit
f904bafbb0
|
@ -11,6 +11,17 @@
|
||||||
"title": "Newbie",
|
"title": "Newbie",
|
||||||
"cssClass": "frontEndMentorChallenges",
|
"cssClass": "frontEndMentorChallenges",
|
||||||
"challenges": [
|
"challenges": [
|
||||||
|
{
|
||||||
|
"title": "3 Column Preview Card Component",
|
||||||
|
"url": "/FrontendMentor/newbie/3-column-preview-card-component/",
|
||||||
|
"description": "",
|
||||||
|
"techUsed": [
|
||||||
|
"html5",
|
||||||
|
"css3"
|
||||||
|
],
|
||||||
|
"screenshotURL": "/FrontendMentor/newbie/3-column-preview-card-component/screenshots/desktop.png",
|
||||||
|
"screenshotAltText": "3 Column Preview Card Component Challenge from FrontendMentor"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Order Summary Card Component",
|
"title": "Order Summary Card Component",
|
||||||
"url": "/FrontendMentor/newbie/order-summary-component/",
|
"url": "/FrontendMentor/newbie/order-summary-component/",
|
||||||
|
|
Loading…
Reference in New Issue