Update season number for S10

This commit is contained in:
Peter 2024-06-11 11:13:00 -05:00
parent 53b23d2590
commit 66147ff5d2
3 changed files with 12 additions and 10 deletions

View File

@ -5,13 +5,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta property="og:title" content="SBa Season 9" /> <meta property="og:title" content="SBa Season 10" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://sba.manticorum.com" /> <meta property="og:url" content="https://sba.manticorum.com" />
<meta property="og:image" content="https://sba.manticorum.com/sba-network.png" /> <meta property="og:image" content="https://sba.manticorum.com/sba-network.png" />
<meta property="og:description" content="The home of the Strat-o-matic Baseball Association" /> <meta property="og:description" content="The home of the Strat-o-matic Baseball Association" />
<meta name="theme-color" content="#A6CE39"> <meta name="theme-color" content="#A6CE39">
<title>SBa Season 9</title> <title>SBa Season 10</title>
</head> </head>
<body> <body>

View File

@ -4,7 +4,7 @@ dayjs.extend(customParseFormat)
export const SITE_URL = 'https://sba.manticorum.com' export const SITE_URL = 'https://sba.manticorum.com'
export const CURRENT_SEASON = 9 export const CURRENT_SEASON = 10
export const MODERN_STAT_ERA_START = 8 export const MODERN_STAT_ERA_START = 8

View File

@ -2,21 +2,23 @@
<div class="rules-view centerDiv"> <div class="rules-view centerDiv">
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<h1>Season 8 Rules and Guidelines</h1> <h1>Season 10 Rules and Guidelines</h1>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<h2>Season 8 Rules Reference</h2> <h2>Season 10 Rules Reference</h2>
<a target="_blank" href="https://docs.google.com/document/d/1wDaQefxFL7h2Fk4Cx1jf4wTJ-kfx7Bl9_0OGViLjIJ8">View in <a target="_blank" href="https://docs.google.com/document/d/1wDaQefxFL7h2Fk4Cx1jf4wTJ-kfx7Bl9_0OGViLjIJ8">
Google Docs</a> View in Google Docs
</a>
<iframe height="800px" width="100%" style="border: 2px solid darkgray" <iframe height="800px" width="100%" style="border: 2px solid darkgray"
src="https://docs.google.com/document/d/e/2PACX-1vSZTG2Fp9vnqFdsBd-jlgz-Dv_F8EVInXVl1QyOO1EdLMM8EGVXNE7BX-X1W7PToPzzzzw5_NAnDSvm/pub?embedded=true"></iframe> src="https://docs.google.com/document/d/e/2PACX-1vSZTG2Fp9vnqFdsBd-jlgz-Dv_F8EVInXVl1QyOO1EdLMM8EGVXNE7BX-X1W7PToPzzzzw5_NAnDSvm/pub?embedded=true"></iframe>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
<h2>Season 8 League Guidelines</h2> <h2>Season 10 League Guidelines</h2>
<a target="_blank" href="https://docs.google.com/document/d/1PG9KFkIMp3pAf26GPtMmQR65l6h311nYACbv8GB_3q8">View in <a target="_blank" href="https://docs.google.com/document/d/1PG9KFkIMp3pAf26GPtMmQR65l6h311nYACbv8GB_3q8">
Google Docs</a> View in Google Docs
</a>
<iframe height="800px" width="100%" style="border: 2px solid darkgray" <iframe height="800px" width="100%" style="border: 2px solid darkgray"
src="https://docs.google.com/document/d/e/2PACX-1vTpwfsNRarodLUXDGBCq7xvc-uebETMXDHR72iWhV4fHZyw2rxv3-Va9-abqercChfs8Hx-bLHxtDuv/pub?embedded=true"></iframe> src="https://docs.google.com/document/d/e/2PACX-1vTpwfsNRarodLUXDGBCq7xvc-uebETMXDHR72iWhV4fHZyw2rxv3-Va9-abqercChfs8Hx-bLHxtDuv/pub?embedded=true"></iframe>
</div> </div>