Skip to content

Commit

Permalink
Push back Girl Month 2-6 to _at least_ June 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jenchanws committed Jun 4, 2022
1 parent e3c8f69 commit c70e929
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sublime-*
2 changes: 1 addition & 1 deletion calendar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const startYear = 2021
const monthRange = [-14, 22]
const monthRange = [-14, 23]
const firstMonth = 13

const classNameForGoal = (goal) =>
Expand Down
14 changes: 7 additions & 7 deletions goals.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,39 +168,39 @@ const goals = [
},
{
from: [2022, 5, 22],
days: 6,
days: 17,
type: "break",
},
{
from: [2022, 5, 28],
from: [2022, 6, 8],
days: 14,
type: "girlMonth",
number: "2-6a",
},
{
from: [2022, 6, 10],
from: [2022, 6, 22],
days: 6,
type: "break",
},
{
from: [2022, 6, 16],
from: [2022, 6, 28],
days: 14,
type: "girlMonth",
number: "2-6b",
},
{
from: [2022, 6, 30],
from: [2022, 7, 11],
days: 6,
type: "break",
},
{
from: [2022, 7, 6],
from: [2022, 7, 17],
days: 14,
type: "girlMonth",
number: "2-7a",
},
{
from: [2022, 7, 31],
from: [2022, 8, 14],
days: 91,
type: "bobs",
},
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ <h2>Stream Calendar</h2>
Full Calendar (from 2019)
</label>
<main id="main"></main>
<script type="text/javascript" src="goals.js?v=28"></script>
<script type="text/javascript" src="goals.js?v=29"></script>
<script type="text/javascript" src="notes.js?v=13"></script>
<script type="text/javascript" src="streams.js?v=45"></script>
<script type="text/javascript" src="calendar.js?v=23"></script>
<script type="text/javascript" src="calendar.js?v=24"></script>
<script type="text/javascript" src="theme.js?v=1"></script>
<script type="text/javascript">
generateMonths()
Expand Down

0 comments on commit c70e929

Please sign in to comment.