Skip to content

Commit

Permalink
LotR - Wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Dec 24, 2024
1 parent 096c6cd commit b638b57
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 45 deletions.
162 changes: 117 additions & 45 deletions src/data/wanted.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,121 @@
{
"pops": [
{
"name": "Aragorn & Arwen",
"description": "2017 Summer Convention Exclusive",
"number": 0,
"link": "",
"image": "images/wanted/AragornArwen.jpg",
"category": "LotR",
"paid": ""
},
{
"name": "Balrog",
"description": "Glows in the Dark",
"number": 448,
"link": "",
"image": "images/wanted/Balrog_GitD.jpg",
"category": "LotR",
"paid": ""
},
{
"name": "Elrond",
"description": "Hot Topic Exclusive",
"number": 635,
"link": "",
"image": "images/wanted/Elrond.jpg",
"category": "LotR",
"paid": ""
},
{
"name": "Legolas Greenleaf",
"description": "Hot Topic Exclusive",
"number": 46,
"link": "",
"image": "images/wanted/LegolasGreenleaf_TheHobbit.png",
"category": "The Hobbit",
"paid": ""
},
{
"name": "Thorin Oakenshield",
"description": "",
"number": 47,
"link": "",
"image": "images/wanted/ThorinOakenshield_TheHobbit.jpg",
"category": "The Hobbit",
"paid": ""
}
{
"name": "Aragorn & Arwen",
"description": "2017 Summer Convention Exclusive",
"number": 0,
"link": "",
"image": "images/wanted/AragornArwen.jpg",
"category": "LotR",
"paid": ""
},
{
"name": "Balrog",
"description": "Glows in the Dark",
"number": 448,
"link": "",
"image": "images/wanted/Balrog_GitD.jpg",
"category": "LotR",
"paid": ""
},
{
"name": "Elrond",
"description": "Hot Topic Exclusive",
"number": 635,
"link": "",
"image": "images/wanted/Elrond.jpg",
"category": "LotR",
"paid": ""
},
{
"name": "Legolas Greenleaf",
"description": "Hot Topic Exclusive",
"number": 46,
"link": "",
"image": "images/wanted/LegolasGreenleaf_TheHobbit.png",
"category": "The Hobbit",
"paid": ""
},
{
"name": "Thorin Oakenshield",
"description": "",
"number": 47,
"link": "",
"image": "images/wanted/ThorinOakenshield_TheHobbit.jpg",
"category": "The Hobbit",
"paid": ""
},
{
"name": "Eowyn",
"description": "",
"number": 1743,
"link": "",
"image": "images/wanted/Eowyn_1743.png",
"category": "LotR",
"paid": ""
},
{
"name": "Eowyn",
"description": "",
"number": 1743,
"link": "",
"image": "images/wanted/Eowyn_1743_Chase.png",
"category": "LotR",
"paid": ""
},
{
"name": "Nazgul",
"description": "",
"number": 1744,
"link": "",
"image": "images/wanted/Nazgul_1744.png",
"category": "LotR",
"paid": ""
},
{
"name": "Arwen",
"description": "",
"number": 1745,
"link": "",
"image": "images/wanted/arwen.png",
"category": "LotR",
"paid": ""
},
{
"name": "Gandalf at the door of Durin",
"description": "",
"number": 1746,
"link": "",
"image": "images/wanted/Gandalf_at_the_door_of_Durin_1746.png",
"category": "LotR",
"paid": ""
},
{
"name": "Elrond with Rivendell",
"description": "",
"number": 1747,
"link": "",
"image": "images/wanted/Elrond_with_Rivendell_1747.png",
"category": "LotR",
"paid": ""
},
{
"name": "Bilbo Baggins",
"description": "",
"number": 1748,
"link": "",
"image": "images/wanted/BilboBaggins_1748.png",
"category": "LotR",
"paid": ""
},
{
"name": "Bilbo Baggins",
"description": "Chase",
"number": 1748,
"link": "",
"image": "images/wanted/BilboBaggins_1748_Chase.png",
"category": "LotR",
"paid": ""
}
]
}
Binary file added src/images/wanted/BilboBaggins_1748.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/wanted/BilboBaggins_1748_Chase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/wanted/Elrond_with_Rivendell_1747.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/wanted/Eowyn_1743.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/wanted/Eowyn_1743_Chase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/wanted/Nazgul_1744.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/wanted/arwen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b638b57

Please sign in to comment.