From 92a2c34315cc180960cc449f76334567ef048588 Mon Sep 17 00:00:00 2001 From: sethtobrien <140202779+sethtobrien@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:01:52 -0400 Subject: [PATCH 01/12] Update leagueInfo.js --- src/lib/utils/leagueInfo.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/utils/leagueInfo.js b/src/lib/utils/leagueInfo.js index f47c13e06..1a42c1964 100644 --- a/src/lib/utils/leagueInfo.js +++ b/src/lib/utils/leagueInfo.js @@ -1,6 +1,6 @@ /* STEP 1 */ -export const leagueID = "your_league_id"; // your league ID -export const leagueName = "your_league_name"; // your league name +export const leagueID = "988153200173793280"; // your league ID +export const leagueName = "The Real V3"; // 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 @@ -124,4 +124,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 + From 51c6e6afd27f54dda5646a626cf901856a24e356 Mon Sep 17 00:00:00 2001 From: sethtobrien <140202779+sethtobrien@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:17:15 -0400 Subject: [PATCH 02/12] Update leagueInfo.js --- src/lib/utils/leagueInfo.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/lib/utils/leagueInfo.js b/src/lib/utils/leagueInfo.js index 1a42c1964..8320070c6 100644 --- a/src/lib/utils/leagueInfo.js +++ b/src/lib/utils/leagueInfo.js @@ -7,12 +7,11 @@ export const enableBlog = false; // requires VITE_CONTENTFUL_ACCESS_TOKEN and VI /* 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.
+Founded in 2006, the V3 fantasy football league began as a small group of friends based in Valrico, FL. Now, the league consists of 12 managers based all over the country. These 12 managers go head-to-head every season in search of the elusive title, while trying to avoid the ever-humiliating JOMRAD.
+With the transition to a keeper league in 2021, the league has never been more competitive.
+In astounding commitment to building a successful franchise, many of the managers have begun to have kids and groom the next generation of managers to take over their teams. The mini managers are being heavily indoctrinated into the fantasy lifestyle and will be expected to take an active role as soon as they can succesfully type out a coherent trade offer.
+In contrast to the addition of the mini managers, some managers have also left but, despite that, the league has only gotten stronger. With more passionate managers, the competition has become more intense and more difficult each year.
+While the ultimate prize is bragging rights and sending obnoxious texts to the rest of the league for the next year, the champion manager also walks away with $$$ and the last place manager gets ownership of our beloved Raggedy Anne doll which must be displayed proudly in their house for all visitors to see.
`; /* STEP 3 */ From c2a7c5c46e47e01644747775da68adc2ec615bd6 Mon Sep 17 00:00:00 2001 From: sethtobrien <140202779+sethtobrien@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:24:05 -0400 Subject: [PATCH 03/12] Update Resources.svelte --- src/lib/Resources.svelte | 49 +++------------------------------------- 1 file changed, 3 insertions(+), 46 deletions(-) diff --git a/src/lib/Resources.svelte b/src/lib/Resources.svelte index 1ccddc520..d1de81c5b 100644 --- a/src/lib/Resources.svelte +++ b/src/lib/Resources.svelte @@ -19,36 +19,11 @@ import { dynasty } from './utils/helper'; separator: true, }, { - name: "FantasyPros Dynasty Trade Value Chart", - url: `https://www.fantasypros.com/${today.getFullYear()}/${today.getMonth() + 1}/fantasy-football-rankings-dynasty-trade-value-chart-${today.toLocaleString('default', { month: 'long' }).toLowerCase()}-${today.getFullYear()}-update/`, - icon: "assessment", - premium: false, - separator: true, - dynastyOnly: true, - }, - { - name: "DynastyProcess Trade Calculator", - url: "https://apps.dynastyprocess.com/calculator/", + name: "FantasySP Trade Analyzer", + url: "https://www.fantasysp.com/nfl_trade_analyzer/", icon: "calculate", premium: false, separator: true, - dynastyOnly: true, - }, - { - name: "Dynasty League Football", - url: "https://dynastyleaguefootball.com/", - icon: "insights", - premium: true, - separator: true, - dynastyOnly: true, - }, - { - name: "Reddit Dynasty Fantasy Football", - url: "https://www.reddit.com/r/DynastyFF/", - icon: "article", - premium: false, - separator: true, - dynastyOnly: true, }, { name: "Reddit Fantasy Football", @@ -56,23 +31,6 @@ import { dynasty } from './utils/helper'; icon: "article", premium: false, separator: true, - redraftOnly: true, - }, - { - name: "Dynasty 101 Trade Calculator", - url: "https://dynasty101.com/trade-calculator/", - icon: "calculate", - premium: false, - separator: true, - dynastyOnly: true, - }, - { - name: "Dynasty Nerds GM", - url: "https://gm.dynastynerds.com/", - icon: "insights", - premium: true, - separator: true, - dynastyOnly: true, }, { name: "Fantasy Football Trade Analyzer", @@ -80,7 +38,6 @@ import { dynasty } from './utils/helper'; icon: "calculate", premium: false, separator: true, - redraftOnly: true, }, { name: "Reddit FF Trade Analyzer", @@ -176,4 +133,4 @@ import { dynasty } from './utils/helper'; {/each}*Some or all content is behind a paywall
- \ No newline at end of file + From 511d4588ae35093d48c80a645f1961b9b71e6431 Mon Sep 17 00:00:00 2001 From: sethtobrien <140202779+sethtobrien@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:45:29 -0400 Subject: [PATCH 04/12] Update leagueInfo.js --- src/lib/utils/leagueInfo.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/lib/utils/leagueInfo.js b/src/lib/utils/leagueInfo.js index 8320070c6..48c07dad9 100644 --- a/src/lib/utils/leagueInfo.js +++ b/src/lib/utils/leagueInfo.js @@ -26,14 +26,13 @@ https://github.com/nmelhado/league-page/blob/master/TRAINING_WHEELS.md#ii-adding 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...", + // "managerID" : 86713839919710208" + // "name": "Seth O'Brien", + // "location": "Chattanooga, TN", // (optional) + // "bio": "Watch out for trades!", // "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) + // "fantasyStart": 2006, // (optional) when did the manager start playing fantasy football + // "favoriteTeam": "tb", // (optional) favorite NFL team, (follows convention: nyj, sea, mia, etc.) MUST BE LOWERCASE // "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 From 540bff178e776d58dcadd1496b8cd28c9dc49ae5 Mon Sep 17 00:00:00 2001 From: sethtobrien <140202779+sethtobrien@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:24:20 -0400 Subject: [PATCH 05/12] Add files via upload --- static/managers/Adam.png | Bin 0 -> 170147 bytes static/managers/Andy.png | Bin 0 -> 72185 bytes static/managers/Brandon.png | Bin 0 -> 71541 bytes static/managers/Carter.jpeg | Bin 0 -> 66309 bytes static/managers/Dave.png | Bin 0 -> 40885 bytes static/managers/Joe.png | Bin 0 -> 105388 bytes static/managers/Justen.jpeg | Bin 0 -> 131184 bytes static/managers/Mike.png | Bin 0 -> 81449 bytes static/managers/Patrick.jpeg | Bin 0 -> 23366 bytes static/managers/Seth.jpg | Bin 0 -> 14529 bytes static/managers/Tyler.jpg | Bin 0 -> 63450 bytes static/managers/Weston.jpeg | Bin 0 -> 1400421 bytes 12 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 static/managers/Adam.png create mode 100644 static/managers/Andy.png create mode 100644 static/managers/Brandon.png create mode 100644 static/managers/Carter.jpeg create mode 100644 static/managers/Dave.png create mode 100644 static/managers/Joe.png create mode 100644 static/managers/Justen.jpeg create mode 100644 static/managers/Mike.png create mode 100644 static/managers/Patrick.jpeg create mode 100644 static/managers/Seth.jpg create mode 100644 static/managers/Tyler.jpg create mode 100644 static/managers/Weston.jpeg diff --git a/static/managers/Adam.png b/static/managers/Adam.png new file mode 100644 index 0000000000000000000000000000000000000000..eda1deb7609a14006d70a2af6552af070836da5b GIT binary patch literal 170147 zcmV(~K+nI4P)9LSK_nOjNyci4TB>J=C=*=!vCZ)kd8>~a8GDGQo!IM|}p~+8yY$!a<
zPwSdcJ5P1`N%sb1zM127AfNp31)6dK4$g>rZNn8o_GWaJO$=(vSfCEv3XXA5E1bY<
zj*H=H^8Z1QS-s_N28A;lvjBR}LMqdV)0DPAge!%k#
zOuTX_wP~DFLEnCX0yBIG*Y7Kks>c&2())cW1kq&-B^cHR<5=Oab`Db)UY>J93N{JO
zy !s4DB8tOAOb#f3
zuq7KaIGJ1HA)DW10>rO3SOsv5m#8gRrmJbqWQ2|wk@*=dacbi0_kyN;EvWa`wVceC
zYby 6wI6GnYfPE3s!1QEax%G$t?dnK
zT2FYYx_=tu#b%t0*EH6K>h3#nsXTZ94=;KWK3+=k$~Kg+xz1xv7Sy-D^~Lx*zx~bl
zrLXS9&CQ4{$pV&277N}hn@4wZIE#A>koRxK=Gsh}$2@-VEBE57Us#Q8Sw%b!=g-B=
zGpeD)YZ96_WbS?ETkph|zPP8jLuGy{rx|TI1(wqh|
z(erPSdmUaB_Pk(ggMQ>CCDtXyD~>i<^oJp(Jod+z@zbaK@!$W^kK^C}haYP)
k8;WNju%!E6cNhpt1
zCY6_ejD7lg7EkvV@%;IDJbrxWr-R2Qr!i)C^k6-PDkF!saWFj_M!i>!vEnf(o=D^O
zKW%UVA#Fl4UlBYM)K`k*A!i)E3A)4ZCN+XbL|HIpHuK=5laeX%Foq7{3MVbTyq{#D
zqrxB=c>*9sPWKdAf`|VBN2{{nQ77TeZQH8Mn&jzX2ufKgW62kG6PhvlH6F|*1V;0#
zK
GzHI%
zTWj%^FW;BBCHofBRW+PR`hNE(`|%(D;uBSbK}Y9Iwbu-w5!{o+7Oo0#SM(ycoCAeu
zJjLL+DUfO9RA
>;X<&lVpgyl^z^%*7LR(lFh^q1-fasN^o}e48h|L>awUqmaAuY`Q0hAml&_1RlEpW
zC``s@YK$%MNWp3V-uOjZ;jQo~FBwk9-tWN1Nj3{29QeCpIwrFrd7-uN-`YIAP^O;6
zj-^`jFB113K2-RzG8GL88agwFom-ePko58F&!FR;@~hlbwW{wnQ}Fwqc1vEQxsf<@
z0t*C{)oF+WM-F;^S|&&NGQM!0pUPA51={3S(?YY-!