-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathspecial-backgrounds.json
More file actions
48 lines (47 loc) · 1.14 KB
/
special-backgrounds.json
File metadata and controls
48 lines (47 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"startDate": "12-31",
"endDate": "01-01",
"image": "images/backgrounds/doodles/newyears.jpg"
},
{
"startDate": "02-14",
"endDate": "02-14",
"image": "images/backgrounds/doodles/valentines.jpg"
},
{
"startDate": "03-14",
"endDate": "03-14",
"image": "images/backgrounds/doodles/pi.jpg"
},
{
"startDate": "03-17",
"endDate": "03-17",
"image": "images/backgrounds/doodles/stpatrick.jpg"
},
{
"startDate": "04-05",
"endDate": "04-05",
"image": "images/backgrounds/doodles/easter.jpg"
},
{
"startDate": "07-04",
"endDate": "07-04",
"image": "images/backgrounds/doodles/independence.jpg"
},
{
"startDate": "10-29",
"endDate": "11-01",
"image": "images/backgrounds/doodles/halloween.jpg"
},
{
"startDate": "11-25",
"endDate": "11-27",
"image": "images/backgrounds/doodles/thanksgiving.jpg"
},
{
"startDate": "12-23",
"endDate": "12-26",
"image": "images/backgrounds/doodles/xmas.jpg"
}
]