diff --git a/src/lib/utils/leagueInfo.js b/src/lib/utils/leagueInfo.js index f47c13e06..f6d3d0bdf 100644 --- a/src/lib/utils/leagueInfo.js +++ b/src/lib/utils/leagueInfo.js @@ -1,18 +1,15 @@ /* STEP 1 */ -export const leagueID = "your_league_id"; // your league ID -export const leagueName = "your_league_name"; // your league name +export const leagueID = "1050016498774925312"; // your league ID +export const leagueName = "Dynasty Warriors"; // your league name export const dues = 100; // (optional) used in template constitution page export const dynasty = true; // true for dynasty leagues, false for redraft and keeper export const enableBlog = false; // requires VITE_CONTENTFUL_ACCESS_TOKEN and VITE_CONTENTFUL_SPACE environment variables /* STEP 2 */ export const homepageText = ` -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Welcome to the Dynasty Warriors League page.

+

This page has been created as a one stop shop for all things Dynasty Warriors. Current rosters, a history of trades and an awards section boasting all your previous champs

+

This of course is a work in progress and is an early build. We hope to include more content here as the years go on and the leagues history continues.

`; /* STEP 3 */ @@ -25,72 +22,258 @@ https://github.com/nmelhado/league-page/blob/master/TRAINING_WHEELS.md#ii-adding // To omit an optional field, set it's value to null export const managers = [ - // { - // "roster": 1, // ID of the roster that the manager manages (look at the order of the power rankings graph) - // "name": "Your Name", - // "tookOver": 2020, // (optional) used if a manager took over a team, delete this line or change to null otherwise - // "location": "Brooklyn", // (optional) - // "bio": "Lorem ipsum...", - // "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500) - // "fantasyStart": 2014, // (optional) when did the manager start playing fantasy football - // "favoriteTeam": "nyj", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE - // "mode": "Win Now", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) - // "rival": { - // name: "Rival", // Can be anything (usually your rival's name) - // link: 6, // manager array number within this array, or null to link back to all managers page - // image: "/managers/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' - // }, - // "favoritePlayer": 1426, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) - // "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) - // "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) - // "philosophy": "Your fantasy team's philosophy", - // "tradingScale": 10, // 1 - 10 - // "preferredContact": "Text", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template - // }, - // { - // "roster": 2, // ID of the roster that the manager manages (look at the order of the power rankings graph) - // "name": "Your Name", - // "tookOver": 2020, // (optional) used if a manager took over a team, delete this line or change to null otherwise - // "location": "Brooklyn", // (optional) - // "bio": "Lorem ipsum...", - // "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500) - // "fantasyStart": 2014, // (optional) when did the manager start playing fantasy football - // "favoriteTeam": "nyj", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE - // "mode": "Win Now", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) - // "rival": { - // name: "Rival", // Can be anything (usually your rival's name) - // link: 6, // manager array number within this array, or null to link back to all managers page - // image: "/managers/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' - // }, - // "favoritePlayer": 1426, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) - // "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) - // "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) - // "philosophy": "Your fantasy team's philosophy", - // "tradingScale": 10, // 1 - 10 - // "preferredContact": "Text", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template - // }, - // { - // "roster": 3, // ID of the roster that the manager manages (look at the order of the power rankings graph) - // "name": "Your Name", - // "tookOver": 2020, // (optional) used if a manager took over a team, delete this line or change to null otherwise - // "location": "Brooklyn", // (optional) - // "bio": "Lorem ipsum...", - // "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500) - // "fantasyStart": 2014, // (optional) when did the manager start playing fantasy football - // "favoriteTeam": "nyj", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE - // "mode": "Win Now", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) - // "rival": { - // name: "Rival", // Can be anything (usually your rival's name) - // link: 6, // manager array number within this array, or null to link back to all managers page - // image: "/managers/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' - // }, - // "favoritePlayer": 1426, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) - // "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) - // "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) - // "philosophy": "Your fantasy team's philosophy", - // "tradingScale": 10, // 1 - 10 - // "preferredContact": "Text", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template - // }, + { + "roster": 1, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Toby", + "location": "Sutton, SW London", // (optional) + "bio": "#StraightOuttaSurrey. Career detective yet can't detect a winning roster for the life of me", + "photo": "/managers/Toby.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2015, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "dal", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Dynasty", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Brett", // Can be anything (usually your rival's name) + link: 6, // manager array number within this array, or null to link back to all managers page + image: "/managers/Brett.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 23, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Bouncing Back: a book that's been described as 'lovely stuff'. Not my words, Michael, the words of Shakin' Stevens.", + "tradingScale": 10, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 2, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Mik", + "location": "Letchworth Garden City", // (optional) + "bio": "From the Midlands and sort of bounced around since uni. Just wanna eat the rich tbh", + "photo": "/managers/Mik.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2015, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "phi", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Rebuild", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Dean", // Can be anything (usually your rival's name) + link: 7, // manager array number within this array, or null to link back to all managers page + image: "/managers/Dean.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 2410, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Vets", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "If I have a shot, go for it.", + "tradingScale": 10, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 3, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Oliver Wood", + "location": "Brighton/Morden", // (optional) + "bio": "World famous for being generally bearable to be around", + "photo": "/managers/Ollie.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2015, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "ne", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Dynasty", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Toby/Pieman", // Can be anything (usually your rival's name) + link: 1, // manager array number within this array, or null to link back to all managers page + image: "/managers/Toby.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 3303, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Keep fucking it up until you win it all ", + "tradingScale": 6, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 4, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Greg Holmes", + "location": "Hull aka 'ull", // (optional) + "bio": "fairly new to NFL and fantasy on a whole but love it all, work at MINI shifting cars so always ready to do a deal 🤝 2 kids which is great for the off season too haha", + "photo": "/managers/Greg.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2016, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "ten", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Win Now", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "League winner, now and forever", // Can be anything (usually your rival's name) + link: 0, // manager array number within this array, or null to link back to all managers page + image: "/managers/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 4046, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "RB", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Love drafting rookie's and finding diamonds; but if I'm sniffing playoff run ready to trade up!", + "tradingScale": 10, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 5, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Harry Dillon", + "location": "London", // (optional) + "bio": "Super competitive and an arrogant asshole (if you need any proof, I work in sales). If I had any sporting ability I'd be the perfect athlete. Unfortunately I'm about as useful on a pitch/field as Urban Meyer was on the nfl sidelines. Instead I try and use my competitive spirit in fantasy!", + "photo": "/managers/Harry.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2016, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "sea", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Dynasty", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Brooker", // Can be anything (usually your rival's name) + link: 8, // manager array number within this array, or null to link back to all managers page + image: "/managers/Brooker.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 6770, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "RB", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Vets", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "A Player in the hand is worth two in the Bush (Draft)", + "tradingScale": 9, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 6, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Brettzinyy", + "location": "Morden, South London", // (optional) + "bio": "Long limbs, long dick, heart full of love", + "photo": "/managers/Brett.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2015, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "dal", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Dynasty", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Brooker", // Can be anything (usually your rival's name) + link: 8, // manager array number within this array, or null to link back to all managers page + image: "/managers/Brooker.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 4034, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "RB", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Vets", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Win at all costs", + "tradingScale": 5, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 7, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Dean", + "location": "London", // (optional) + "bio": "Back to Back Salt-Shaker Champion, Hoarder of Tight Ends and home of the IR All-Stars. Currently hoping for a visit into the top 6.", + "photo": "/managers/Dean.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2015, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "min", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Rebuild", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Oliver", // Can be anything (usually your rival's name) + link: 3, // manager array number within this array, or null to link back to all managers page + image: "/managers/Ollie.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 1213, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "RB", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Praying for the kneecaps", + "tradingScale": 2, // 1 - 10 + "preferredContact": "Sleeper", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 8, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Brooker", + "location": "Stansted", // (optional) + "bio": "Part Norwegian, Maths teacher and NFL nerd", + "photo": "/managers/Brooker.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2012, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "chi", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Win Now", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Pieman", // Can be anything (usually your rival's name) + link: 11, // manager array number within this array, or null to link back to all managers page + image: "/managers/Pieman.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 4983, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Vets", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Win now and win later ", + "tradingScale": 8, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 9, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Chris Goodge", + "location": "Leatherhead, Surrey", // (optional) + "bio": "Captain, Leader, Legend with a 2Kd on Warzone. 2 Champions Leagues, 2 Kids and a NGFL Championship. ", + "photo": "/managers/Goodge.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2015, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "nyg", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Rebuild", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Toby", // Can be anything (usually your rival's name) + link: 1, // manager array number within this array, or null to link back to all managers page + image: "/managers/Toby.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 4945, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "Reverse Cowgirl", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Vets", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Never lose to Tottenham at home. ", + "tradingScale": 0.1, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 10, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Steve/Giff", + "location": "Colliers Wood", // (optional) + "bio": "Bengals and Crystal Palace bemoaner for 10+ years, big bazball fan and Oasis worshipper. Milk last for a brew, I'm not a heathen.", + "photo": "/managers/Giff.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2013, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "cin", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Win Now", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Baards", // Can be anything (usually your rival's name) + link: 12, // manager array number within this array, or null to link back to all managers page + image: "/managers/Andy.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 1479, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "A rookie is for life, not just for Christmas", + "tradingScale": 7, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 11, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Pieman", + "location": "Sutton/South London", // (optional) + "bio": "Bitch, lover, child, mother. Sponsor me for my half marathon https://www.justgiving.com/page/simon-rowland-1689427747072", + "photo": "/managers/Pieman.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 1991, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "min", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Rebuild", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Brooker", // Can be anything (usually your rival's name) + link: 8, // manager array number within this array, or null to link back to all managers page + image: "/managers/Brooker.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 2449, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "WR", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Put yourself in the best position you can and hope luck is on your side", + "tradingScale": 1, // 1 - 10 + "preferredContact": "Carrier Pigeon", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, + { + "roster": 12, // ID of the roster that the manager manages (look at the order of the power rankings graph) + "name": "Andy Baarda", + "location": "Hull", // (optional) + "bio": "Divorced 42yo Dad of two, Operations Manager, simple sarcastic Yorkshire lad", + "photo": "/managers/Andy.png", // square ratio recommended (no larger than 500x500) + "fantasyStart": 2016, // (optional) when did the manager start playing fantasy football + "favoriteTeam": "gb", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE + "mode": "Rebuild", // (optional) 'Win Now', 'Dynasty', or 'Rebuild' (anything else and you will need to add a new png to /static/ similar to the 'Rebuild.png' and 'Win Now.png' currently in there) + "rival": { + name: "Greg", // Can be anything (usually your rival's name) + link: 4, // manager array number within this array, or null to link back to all managers page + image: "/managers/Greg.png", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png' + }, + "favoritePlayer": 4029, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl) + "valuePosition": "RB", // (optional) Favorite position (QB, WR, RB, TE, etc.) + "rookieOrVets": "Rookies", // (optional) 'Rookies' or 'Vets' (anything else and you will need to add a new png to /static/ similar to the 'Rookies.png' and 'Vets.png' currently in there) + "philosophy": "Always choke", + "tradingScale": -10, // 1 - 10 + "preferredContact": "WhatsApp", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template + }, ] @@ -124,4 +307,4 @@ export const managers = [ // "tradingScale": 10, // 1 - 10 (optional) // "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template // }, - \ No newline at end of file + diff --git a/static/badge.png b/static/badge.png index 2122b94cc..49db7cc6e 100644 Binary files a/static/badge.png and b/static/badge.png differ diff --git a/static/managers/Andy.png b/static/managers/Andy.png new file mode 100644 index 000000000..f0d91a52f Binary files /dev/null and b/static/managers/Andy.png differ diff --git a/static/managers/Brett.png b/static/managers/Brett.png new file mode 100644 index 000000000..e027691e8 Binary files /dev/null and b/static/managers/Brett.png differ diff --git a/static/managers/Brooker.png b/static/managers/Brooker.png new file mode 100644 index 000000000..82d27ebd6 Binary files /dev/null and b/static/managers/Brooker.png differ diff --git a/static/managers/DW Logo.png b/static/managers/DW Logo.png new file mode 100644 index 000000000..49db7cc6e Binary files /dev/null and b/static/managers/DW Logo.png differ diff --git a/static/managers/Dean.png b/static/managers/Dean.png new file mode 100644 index 000000000..112be5a38 Binary files /dev/null and b/static/managers/Dean.png differ diff --git a/static/managers/Giff.png b/static/managers/Giff.png new file mode 100644 index 000000000..011204a7e Binary files /dev/null and b/static/managers/Giff.png differ diff --git a/static/managers/Goodge.png b/static/managers/Goodge.png new file mode 100644 index 000000000..21114da00 Binary files /dev/null and b/static/managers/Goodge.png differ diff --git a/static/managers/Greg.png b/static/managers/Greg.png new file mode 100644 index 000000000..4ef8658a2 Binary files /dev/null and b/static/managers/Greg.png differ diff --git a/static/managers/Harry.png b/static/managers/Harry.png new file mode 100644 index 000000000..d0c6dda38 Binary files /dev/null and b/static/managers/Harry.png differ diff --git a/static/managers/Mik.png b/static/managers/Mik.png new file mode 100644 index 000000000..af76fa629 Binary files /dev/null and b/static/managers/Mik.png differ diff --git a/static/managers/Ollie.png b/static/managers/Ollie.png new file mode 100644 index 000000000..3a7afeb4b Binary files /dev/null and b/static/managers/Ollie.png differ diff --git a/static/managers/Pieman.png b/static/managers/Pieman.png new file mode 100644 index 000000000..ced6ed1db Binary files /dev/null and b/static/managers/Pieman.png differ diff --git a/static/managers/Toby.png b/static/managers/Toby.png new file mode 100644 index 000000000..5d53339b8 Binary files /dev/null and b/static/managers/Toby.png differ