diff --git a/DC Logo.png b/DC Logo.png
new file mode 100644
index 000000000..b308aa288
Binary files /dev/null and b/DC Logo.png differ
diff --git a/src/lib/utils/leagueInfo.js b/src/lib/utils/leagueInfo.js
index f47c13e06..104e31798 100644
--- a/src/lib/utils/leagueInfo.js
+++ b/src/lib/utils/leagueInfo.js
@@ -1,18 +1,44 @@
/* STEP 1 */
-export const leagueID = "your_league_id"; // your league ID
-export const leagueName = "your_league_name"; // 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 leagueID = "1082729986064244736"; // your league ID
+export const leagueName = "THE DIPSTICK CLIQUEâ„¢ est.2018"; // your league name
+export const dues = 200; // (optional) used in template constitution page
+export const dynasty = false; // 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 official website of The Dipstick Clique!
+ A league dedicated to highschool "friends" who may hate more people in the league than they actually like.
+
+ For a total of 6 seasons between 2018 and 2023 The Dipstick Clique played fantasy football on ESPN. The league stats can be seen below. Manager specific stats can be seen on the Mangers page within the League Info dropdown.
+
+ Record / Win%
+ 1. Matt 50-31 / .617
+ 2. Greg 47-34 / .580
+ 3. Nego 44-37 / .543
+ 4. Connor 43-38 / .531
+ 5. Sean 42-39 / .519
+ 6. Champ 38-42-1 / .475
+ 7. Johnny 38-43 / .469
+ 8. Nate 38-43 / .469
+ 9. Cody 37-43-1 / .463
+ 10. Mike 37-44 / .457
+ 11. Chris 37-44 / .457
+ 12. Jake 34/47 / .420
+
+ Total PF / PF per Game
+ 1. Matt 10,088 / 124.55
+ 2. Nego 10,039 / 123.94
+ 3. Greg 9,964 / 123.01
+ 4. Nate 9,809 / 121.10
+ 5. Sean 9,781 / 120.76
+ 6. Johnny 9,760 / 120.50
+ 7. Chris 9,655 / 119.21
+ 8. Mike 9,498 / 117.27
+ 9. Cody 9,276 / 115.95
+ 10. Champ 9,260 / 115.76
+ 11. Connor 9,141 / 112.86
+ 12. Jake 9,054 / 111.79
`;
/* STEP 3 */
@@ -91,7 +117,7 @@ export const managers = [
// "tradingScale": 10, // 1 - 10
// "preferredContact": "Text", // 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
// },
- ]
+
/* !! !! IMPORTANT !! !! */
@@ -101,27 +127,256 @@ export const managers = [
and will allow updates without causing merge conflicts
*/
- // {
- // "roster": 3, // (DEPRECATED! Don't use this anymore) ID of the roster that the manager manages (look at the order of the power rankings graph)
- // "managerID": "12345678", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
- // "name": "Your Name",
- // "tookOver": 2020, // (DEPRECATED! You don't need to use this anymore) (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", // (optional)
- // "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
+ {
+ "managerID": "863606469411606528", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Champ/Swag King/Touchdown/Brandon(?)",
+ "location": "Tremont, OH", // (optional)
+ "bio": "Under 18 (PPG)is fine with me!",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "Kuke Yambor", // 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/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png'
+ },
+ "favoritePlayer": null, // (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": "While Champ might have you believe that he knows football & fantasy, he's really quite mid (in addition to being a slimy loophole boy). With under a .500 record, Champ has made the playoffs 3 times and won the 'ship once. Boom or major bust vibes coming from this manager. Notable stats below.
Playoff Appearances = 3
Championship Appearances = 2
Championships won = 1
", // (optional)
+ "tradingScale": 7, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1000779411621638144", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "The Commish/Goodell",
+ "location": "Baltimore, MD", // (optional)
+ "bio": "Let the league hate my RB's and put up points. And kickers suck.",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "Connor", // Can be anything (usually your rival's name)
+ link: 10, // 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": null, // (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": "The Commish has been one of the most consistent players in the league, pairing the 2nd best overall record with the 3rd most PF and the most playoff appearances across the league. Notable stats below.
Playoff Appearances = 5
Championship Appearances = 1
Championships won = 1
", // (optional)
+ "tradingScale": 5, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1082855342322569216", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Chris",
+ "location": "Medina, OH", // (optional)
+ "bio": "First to worst and these punishment suck",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "Papa John", // 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": null, // (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": "Chris' most notable season was the year he won in 2022 after having a $35 auction penalty. He was sure to make up for that season by finishing last and adding a Fathead of his BFF4L (Joshy Zelch) to his living room wall. Notable stats below.
Playoff Appearances = 3
Championship Appearances = 1
Championships won = 1
", // (optional)
+ "tradingScale": 5, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1082856110878539776", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Jake (a.k.a. Jack)",
+ "location": "Erie, PA", // (optional)
+ "bio": "The fewer points, the better!",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (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: "Nego", // 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/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png'
+ },
+ "favoritePlayer": null, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl)
+ "valuePosition": "TE", // (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": "Mr. Bad Luck himself. There is nothing more consistent than Jake SUCKING at fantasy. He has the worst record in the league to date and has the lowst points for. He calls it bad luck, the rest of the clique calls it DOGSHIT. Notable stats below.
>Playoff Appearances = 1
Championship Appearances = 0
Championships won = 0
", // (optional)
+ "tradingScale": 6, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1082856400725925888", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Cody",
+ "location": "Medina, OH", // (optional)
+ "bio": "Uhhh points are fun and me like the Lions.",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "Nat", // 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/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png'
+ },
+ "favoritePlayer": null, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl)
+ "valuePosition": "D/ST", // (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": "The most notable last place finisher of the Clique to date (RIP to the Waff House), Cody has managed to find himself in the bottom half of the league, next to the likes of Kuke and Nat. Cody is definitely not the worst in the league, but he's has yet to be a consistent contender. Notable stats below.
Playoff Appearances = 3
Championship Appearances = 1
Championships won = 0
", // (optional)
+ "tradingScale": 5, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1082865115684368384", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Matt",
+ "location": "Columbus, OH", // (optional)
+ "bio": "Pretend I don't know football and threaten them with my cuffs.",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "The Jew", // 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/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png'
+ },
+ "favoritePlayer": null, // (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": "Hailing from the Columbus precinct, Matt has solidified himself as a contender in the Clique. Leading the league in both win % and PF, Matt is a dominate force to be wrenkened with. Notable stats below.
Playoff Appearances = 4
Championship Appearances = 1
Championships won = 1
", // (optional)
+ "tradingScale": 3, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1082865349898428416", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Papa John",
+ "location": "Medina, OH", // (optional)
+ "bio": "Always willing to panic trade to ruin my season! Especially if Nat rapes me!",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (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": "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: "Libby Shane", // Can be anything (usually your rival's name)
+ link: 9, // 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": null, // (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": "Papa, known for panic trading his team away, is a historically mediorce manager (at best). A below .500 record and 6th in PF, he might sniff the playoffs, but he's FAR from ever being a true threat. Notable stats below.
Playoff Appearances = 2
Championship Appearances = 0
Championships won = 0
", // (optional)
+ "tradingScale": 10, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1083427009616809984", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Kuke Yambor",
+ "location": "Medina, OH", // (optional)
+ "bio": "I'll put Derek Henry's schlong on you!!",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "Choadey Cody", // 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/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png'
+ },
+ "favoritePlayer": null, // (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": "Kuke fits right into the middle of the pack. Year after year he puts all his eggs in the Derek Henry + another stud RB bucket and it rarely pays off but Kuke thinks it does when he's a few bud heavies deep. Notable stats below.
Playoff Appearances = 2
Championship Appearances = 1
Championships won = 1
", // (optional)
+ "tradingScale": 6, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1086501244337844224", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Nego",
+ "location": "Columbus, OH", // (optional)
+ "bio": "My team always is the worst in my own eyes and I hate all of my players.",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "The Jew", // 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/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png'
+ },
+ "favoritePlayer": null, // (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": "Nego is the definition of boom or bust. However, ever since the Clique has moved to an aution, Nego has been LOST. Busts on repeat and it's hard to expect anything different at this point. Notable stats below.
Playoff Appearances = 4
Championship Appearances = 2
Championships won = 0
", // (optional)
+ "tradingScale": 4, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1093044196316971008", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Sean (a.k.a. Shane)",
+ "location": "Columbus, OH", // (optional)
+ "bio": "I can tell you the history of any location on the map but I don't know fantasy (or politics).",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "Papa John", // 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": null, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl)
+ "valuePosition": "QB", // (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": "Sean has been better than most realize, finishing 5th in both wins and points for. Apparently he knows more about fantasy than he does economics, so he should stick to fantasy as much as possible. Notable stats below.
Playoff Appearances = 3
Championship Appearances = 1
Championships won = 0
", // (optional)
+ "tradingScale": 2, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "731260353303969792", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Connor",
+ "location": "Chicago, IL", // (optional)
+ "bio": "Draft as many Steelers as possible and pray (and suck).",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "pit", // (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: "The Commish", // 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/rival.jpg", // either a specific manager photo or '/managers/everyone.png' or '/managers/question.png'
+ },
+ "favoritePlayer": null, // (optional) this corresponds to the Sleeper player ID (https://api.sleeper.app/v1/players/nfl)
+ "valuePosition": "K", // (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": "Connor is the definition of the lucky guy. Through 6 seasons, he's 11th in points for but is 4th in win percentage. He's clearly a fantasy IDIOT with a lot of luck on his side to this point. It'll ware off soon. Notable stats below.
Playoff Appearances = 3
Championship Appearances = 0
Championships won = 0
", // (optional)
+ "tradingScale": 1, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ {
+ "managerID": "1097339888120201216", // the user's manager ID, go to https://api.sleeper.app/v1/league//users to find user IDs (you can use older leagueIDs to find user IDs for managers that are no longer in the league)
+ "name": "Nate",
+ "location": "North Royalton, OH", // (optional)
+ "bio": "I will trade anyone, anywhere, at any time.",
+ "photo": "/managers/name.jpg", // square ratio recommended (no larger than 500x500)
+ "fantasyStart": null, // (optional) when did the manager start playing fantasy football
+ "favoriteTeam": "cle", // (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: "Shane", // Can be anything (usually your rival's name)
+ link: 9, // 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": null, // (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": "The slimeball trying to push trades and collude with anyone that is able and willing(?) has managed to have a mediocre career in the Dipstick Clique. We never know what to expect from him because it's solely based on trade rape. Notable stats below.
Playoff Appearances = 3
Championship Appearances = 1
Championships won = 1
", // (optional)
+ "tradingScale": 10, // 1 - 10 (optional)
+ "preferredContact": "Text", // (optional) 'Text', 'WhatsApp', 'Sleeper', 'Email', 'Phone', 'Discord', and 'Carrier Pigeon' are currently supplied in the template
+ },
+ ]
diff --git a/static/DC Logo.png b/static/DC Logo.png
new file mode 100644
index 000000000..b308aa288
Binary files /dev/null and b/static/DC Logo.png differ
diff --git a/static/badge2.png b/static/badge2.png
new file mode 100644
index 000000000..9daeafb98
--- /dev/null
+++ b/static/badge2.png
@@ -0,0 +1 @@
+test