diff --git a/logos/logos.js b/logos/logos.js index 2f4b9f3..17f00e4 100644 --- a/logos/logos.js +++ b/logos/logos.js @@ -1,36 +1,35 @@ teams = [ - ["LA", "bombs.png", "Los Alamos M'Atom Bombs"], - ["ARG", "animas.png", "Animas Valley Roller Girls"], - ["Taos", "taos.png", "Taos Whiplashes"], - ["RIP", "rip.png", "Rollergirls In Pagosa"], - ["4CRG", "4crg.png", "4 Corners Roller Girls"], - ["DRG", "durango.png", "Durango Roller Girls"], - ["SFe", "brawlers.png", "Disco Brawlers"], - ["HCRD", "aurora.png", "High City Derby Divas"], - ["Moab", "moab.png", "Moab Roller Derby"], - ["Bots", "hobots.png", "Albuquerque Ho-Bots"], - ["HNR", "hustlen.png", "HCDD Hustle N' Rollers"], - ["DD", "doubledown.png", "HCDD Double Down"], - ["DCD", "dcd.png", "Duke City Derby"], - ["RMRG", "rmrg.png", "Rocky Mountain Roller Girls"], - ["DD", "doomsdames.png", "Albuquerque Doomsdames"], - ["TEX", "texpistols.png", "El Paso Tex Pistols"], - ["PWH", "pistol.png", "El Paso Pistol Whip-Hers"], - ["MT", "minorthreat.png", "Minor Threat"], - ["CCR", "choicecity.png", "Choice City Rebels"], - ["DIA", "dia.png", "Derby Intelligence Agency"], - ["TRD", "tucson.png", "Tucson Roller Derby"], - ["TST", "saddletramps.jpg", "Tucson Saddle Tramps"], - ["TC", "tallcity.png", "Tall City Roller Betties"], - ["SS", "ssdd.png", "South Side Derby Dames"], - ["WTRD", "wtrd.png", "West Texas Roller Dolls"], + ["LA", "bombs.png", "Los Alamos M'Atom Bombs"], + ["ARG", "animas.png", "Animas Valley Roller Girls"], + ["Taos", "taos.png", "Taos Whiplashes"], + ["RIP", "rip.png", "Rollergirls In Pagosa"], + ["4CRG", "4crg.png", "4 Corners Roller Girls"], + ["DRG", "durango.png", "Durango Roller Girls"], + ["SFe", "brawlers.png", "Disco Brawlers"], + ["HCRD", "aurora.png", "High City Derby Divas"], + ["Moab", "moab.png", "Moab Roller Derby"], + ["Bots", "hobots.png", "Albuquerque Ho-Bots"], + ["HNR", "hustlen.png", "HCDD Hustle N' Rollers"], + ["DD", "doubledown.png", "HCDD Double Down"], + ["DCD", "dcd.png", "Duke City Derby"], + ["RMRG", "rmrg.png", "Rocky Mountain Roller Girls"], + ["DD", "doomsdames.png", "Albuquerque Doomsdames"], + ["TEX", "texpistols.png", "El Paso Tex Pistols"], + ["PWH", "pistol.png", "El Paso Pistol Whip-Hers"], + ["MT", "minorthreat.png", "Minor Threat"], + ["CCR", "choicecity.png", "Choice City Rebels"], + ["DIA", "dia.png", "Derby Intelligence Agency"], + ["TRD", "tucson.png", "Tucson Roller Derby"], + ["TST", "saddletramps.jpg","Tucson Saddle Tramps"], + ["TC", "tallcity.png", "Tall City Roller Betties"], + ["SS", "ssdd.png", "South Side Derby Dames"], ]; teams.sort(); // Add special teams at the beginning teams.splice(0, 0, - ["Blk", "black.png", "Black Team"], - ["Wht", "white.png", "White Team"], - ["Grn", "green.png", "Green Team"], - ["Rng", "orange.png", "Orange Team"] + ["Blk", "black.png", "Black Team"], + ["Wht", "white.png", "White Team"], + ["Grn", "green.png", "Green Team"], + ["Rng", "orange.png", "Orange Team"] ); diff --git a/logos/wtrd.png b/logos/wtrd.png new file mode 100644 index 0000000..155ff19 Binary files /dev/null and b/logos/wtrd.png differ