Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit da4689e

Browse files
Update deadlines.html
1 parent 7865e0d commit da4689e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gsoc/templates/site/deadlines.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ <h2>Blogging schedule (Contributor Deadlines)</h2>
143143
};
144144
var offset = new Date().getTimezoneOffset();
145145
var timezone = moment.tz.guess(offset).replaceAll('/', '%2F')
146-
cal1Url = `https://calendar.google.com/calendar/embed?src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&ctz=America%2FDenver&ctz=${timezone}`
146+
cal1Url = `https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&color=%23853104&ctz=${timezone}`
147147
document.getElementById('cal1').src = cal1Url;
148-
cal2Url = `https://calendar.google.com/calendar/embed?src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&ctz=America%2FDenver&ctz=${timezone}&mode=AGENDA`
148+
cal2Url = `https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&color=%23853104&ctz=${timezone}&mode=AGENDA`
149149
document.getElementById('cal2').src = cal2Url;
150150

151151

0 commit comments

Comments
 (0)