-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathquotes.json
More file actions
82 lines (82 loc) · 2.17 KB
/
quotes.json
File metadata and controls
82 lines (82 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"character": "Spider-Man",
"quote": "With great power comes great responsibility.",
"image": "https://i.imgur.com/BChpNRg.jpg"
},
{
"character": "Iron Man",
"quote": "I am Iron Man.",
"image": "https://i.imgur.com/Brvfk7n.jpg"
},
{
"character": "Captain America",
"quote": "I can do this all day.",
"image": "https://i.imgur.com/UZjIOyx.jpg"
},
{
"character": "Thor",
"quote": "I am Thor, son of Odin!",
"image": "https://i.imgur.com/MHANRb8.jpg"
},
{
"character": "Black Widow",
"quote": "I have red in my ledger. I’d like to wipe it out.",
"image": "https://i.imgur.com/kl6KX9A.jpg"
},
{
"character": "Hulk",
"quote": "Hulk smash!",
"image": "https://i.imgur.com/yLx5PvK.jpg"
},
{
"character": "Doctor Strange",
"quote": "The bill comes due. Always.",
"image": "https://i.imgur.com/z7VIneO.jpg"
},
{
"character": "Groot",
"quote": "I am Groot.",
"image": "https://i.imgur.com/3qglv8L.jpg"
},
{
"character": "Gamora",
"quote": "I am going to die surrounded by the biggest idiots in the galaxy.",
"image": "https://i.imgur.com/DnzoYIK.jpg"
},
{
"character": "Rocket Raccoon",
"quote": "Ain't no thing like me except me.",
"image": "https://i.imgur.com/tG9NgJz.jpg"
},
{
"character": "Star-Lord",
"quote": "I'm Star-Lord, man. Legendary outlaw.",
"image": "https://i.imgur.com/HvnjMUb.jpg"
},
{
"character": "Vision",
"quote": "What is grief, if not love persevering?",
"image": "https://i.imgur.com/lNcVq9u.jpg"
},
{
"character": "Scarlet Witch",
"quote": "I can’t control their fear. Only my own.",
"image": "https://i.imgur.com/ijZ6T2g.jpg"
},
{
"character": "Ant-Man",
"quote": "I'm Ant-Man. I know, it wasn't my idea.",
"image": "https://i.imgur.com/Z1f3qH3.jpg"
},
{
"character": "Falcon",
"quote": "Keep your friends rich, and your enemies rich, and wait to find out which is which.",
"image": "https://i.imgur.com/4Q4XaGJ.jpg"
},
{
"character": "Winter Soldier",
"quote": "I remember all of them.",
"image": "https://i.imgur.com/zJW8sbv.jpg"
}
]