Skip to content

Instantly share code, notes, and snippets.

@RobertoOrtis
Forked from Dindaleon/teamshields.js
Created November 8, 2017 22:47
Show Gist options
  • Select an option

  • Save RobertoOrtis/23b64bed4fd1d97997ab8b43c989c934 to your computer and use it in GitHub Desktop.

Select an option

Save RobertoOrtis/23b64bed4fd1d97997ab8b43c989c934 to your computer and use it in GitHub Desktop.
const shields = {
soccer: {
'AS Monaco': 'https://i.imgur.com/R0LjeFU.png',
'Besiktas': 'https://i.imgur.com/zAhnhFt.png',
'Milan': 'https://i.imgur.com/WiOPhXt.png',
'Roma': 'https://i.imgur.com/dDfUp3d.png'
},
baseball: {
'Los Angeles Dodgers': 'https://i.imgur.com/bB0HYgb.png',
'Houston Astros': 'https://i.imgur.com/gwR11oB.png'
},
nfl: {
'Baltimore Ravens': 'https://i.imgur.com/WYVLmos.png',
'Seattle Seahawks': 'https://i.imgur.com/IhG0vc7.png'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment