Skip to content

Commit

Permalink
change cards' order in json
Browse files Browse the repository at this point in the history
  • Loading branch information
BoikoYV committed Oct 31, 2021
1 parent c8dc7eb commit bf8a229
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions public/cardsList.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[
{
"title": "Sunbed 'Mister Brown'",
"price": 600,
"articul": 1063,
"color": "Brown",
"imgSrc": "img/vigvam10.jpeg"
},
{
"title": "Wigwam 'Fluffy'",
"price": 780,
"articul": 1254,
"color": "Pink",
"imgSrc": "img/vigvam1.jpeg"
},
{
"title": "Wigwam 'Tower'",
"price": 780,
"articul": 1320,
"color": "Brown",
"imgSrc": ""
},
{
"title": "Wigwam 'Night'",
"price": 1300,
"articul": 3290,
"color": "Navy",
"imgSrc": "img/vigvam3.webp"
},
{
"title": "Wigwam 'Halloween'",
"price": 1300,
"articul": 5000,
"color": "Black",
"imgSrc": "img/vigvam4.webp"
},
{
"title": "Yurt 'Foxy'",
"price": 480,
"articul": 1994,
"color": "Grey and orange",
"imgSrc": "img/vigvam9.jpeg"
},
{
"title": "Hammock 'Lagoon'",
"price": 600,
Expand All @@ -41,6 +41,13 @@
"color": "Red",
"imgSrc": "img/vigvam6.jpeg"
},
{
"title": "Wigwam 'Night'",
"price": 1300,
"articul": 3290,
"color": "Navy",
"imgSrc": "img/vigvam3.webp"
},
{
"title": "Hammock 'Hawaiian'",
"price": 600,
Expand All @@ -55,20 +62,6 @@
"color": "Red",
"imgSrc": "img/vigvam8.jpeg"
},
{
"title": "Yurt 'Foxy'",
"price": 480,
"articul": 1994,
"color": "Grey and orange",
"imgSrc": "img/vigvam9.jpeg"
},
{
"title": "Sunbed 'Mister Brown'",
"price": 600,
"articul": 1063,
"color": "Brown",
"imgSrc": "img/vigvam10.jpeg"
},
{
"title": "Yurt 'Everest'",
"price": 600,
Expand All @@ -83,6 +76,13 @@
"color": "Beige",
"imgSrc": "img/vigvam12.jpeg"
},
{
"title": "Wigwam 'Tower'",
"price": 780,
"articul": 1320,
"color": "Brown",
"imgSrc": ""
},
{
"title": "Hammock 'Seychelles'",
"price": 700,
Expand Down

0 comments on commit bf8a229

Please sign in to comment.