Skip to content

Instantly share code, notes, and snippets.

@jmichaliga
Created August 20, 2018 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmichaliga/9b9e93c53693179fd4a56c9970a3694e to your computer and use it in GitHub Desktop.
Save jmichaliga/9b9e93c53693179fd4a56c9970a3694e to your computer and use it in GitHub Desktop.
[
{
"name": "PIERCE",
"team1": "Dallas",
"team2": "Philadelphia",
"img1": "./static/Dallas.gif",
"img2": "./static/Philadelphia.gif"
},
{
"name": "MILES",
"team1": "LosAngeles",
"team2": "Pittsburgh",
"img1": "./static/LosAngeles.gif",
"img2": "./static/Pittsburgh.gif"
},
{
"name": "STEVE",
"team1": "Atlanta",
"team2": "Buffalo",
"img1": "./static/Atlanta.gif",
"img2": "./static/Buffalo.gif"
},
{
"name": "ANDY",
"team1": "Washington",
"team2": "NewEngland",
"img1": "./static/Washington.gif",
"img2": "./static/NewEngland.gif"
},
{
"name": "ZOE",
"team1": "Detroit",
"team2": "Seattle",
"img1": "./static/Detroit.gif",
"img2": "./static/Seattle.gif"
},
{
"name": "JOSH",
"team1": "KansasCity",
"team2": "GreenBay",
"img1": "./static/KansasCity.gif",
"img2": "./static/GreenBay.gif"
},
{
"name": "LEE",
"team1": "Arizona",
"team2": "Denver",
"img1": "./static/Arizona.gif",
"img2": "./static/Denver.gif"
},
{
"name": "BEN",
"team1": "Houston",
"team2": "NewYorkN",
"img1": "./static/Houston.gif",
"img2": "./static/NewYorkN.gif"
},
{
"name": "LISA",
"team1": "NewOrleans",
"team2": "SanDiego",
"img1": "./static/NewOrleans.gif",
"img2": "./static/SanDiego.gif"
},
{
"name": "JAY",
"team1": "Cincinnati",
"team2": "Cleveland",
"img1": "./static/Cincinnati.gif",
"img2": "./static/Cleveland.gif"
},
{
"name": "FREDDY",
"team1": "TampaBay",
"team2": "Carolina",
"img1": "./static/TampaBay.gif",
"img2": "./static/Carolina.gif"
},
{
"name": "MAX",
"team1": "Tennessee",
"team2": "Indianapolis",
"img1": "./static/Tennessee.gif",
"img2": "./static/Indianapolis.gif"
},
{
"name": "GHOST 1",
"team1": "Chicago",
"team2": "Minnesota",
"img1": "./static/Chicago.gif",
"img2": "./static/Minnesota.gif"
},
{
"name": "GHOST 2",
"team1": "Miami",
"team2": "Baltimore",
"img1": "./static/Miami.gif",
"img2": "./static/Baltimore.gif"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment