1
0

Initial commit

This commit is contained in:
2022-03-30 00:01:25 +01:00
commit e09e453071
34 changed files with 323 additions and 0 deletions

65
vue/funkos.js Normal file
View File

@@ -0,0 +1,65 @@
const funkos = [
{
title: 'Age of Ultron Wanda',
img: 'aouwanda',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'Anti Venom',
img: 'antivenom',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'Integrated Spiderman Suit',
img: 'spidey',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'Halloween Wanda',
img: 'halwanda',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'The Scarlet Witch',
img: 'floatwanda',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'Kate Bishop and Lucky the Dog',
img: 'katebishop',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'Yelena',
img: 'yelena',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'Civil War Wanda',
img: 'cwwanda',
price: 50,
description: 'bob',
rank: 1
},
{
title: 'My fave funko',
img: 'myfavefunko',
price: 'priceless',
description: 'arsehole',
rank: -400
}
];