Date |
202 |
203 |
204 |
205 |
207 |
208 |
209 |
210 |
211 |
212 |
May |
Fri 23rd |
|
|
|
|
|
|
|
|
|
|
Sat 24th |
|
|
|
|
|
|
|
|
|
|
Sun 25th |
|
|
|
|
|
|
|
|
|
|
Mon 26th |
|
|
|
|
|
|
|
|
|
|
Tue 27th |
|
|
|
|
|
|
|
|
|
|
Wed 28th |
|
|
|
|
|
|
|
|
|
|
Thu 29th |
|
|
|
|
|
|
|
|
|
|
Fri 30th |
|
|
|
|
|
|
|
|
|
|
Sat 31st |
|
|
|
|
|
|
|
|
|
|
Jun |
Fri 6th |
|
|
|
|
|
|
|
|
|
|
Sat 7th |
|
|
|
|
|
|
|
|
|
|
|
Fri 13th |
|
|
|
|
|
|
|
|
|
|
Sat 14th |
|
|
|
|
|
|
|
|
|
|
|
Fri 20th |
|
|
|
|
|
|
|
|
|
|
Sat 21st |
|
|
|
|
|
|
|
|
|
|
|
Fri 27th |
|
|
|
|
|
|
|
|
|
|
Sat 28th |
|
|
|
|
|
|
|
|
|
|
Jul |
Fri 4th |
|
|
|
|
|
|
|
|
|
|
Sat 5th |
|
|
|
|
|
|
|
|
|
|
|
Fri 11th |
|
|
|
|
|
|
|
|
|
|
Sat 12th |
|
|
|
|
|
|
|
|
|
|
|
Fri 18th |
|
|
|
|
|
|
|
|
|
|
Sat 19th |
|
|
|
|
|
|
|
|
|
|
|
Fri 25th |
|
|
|
|
|
|
|
|
|
|
Sat 26th |
|
|
|
|
|
|
|
|
|
|
Sun 27th |
|
|
|
|
|
|
|
|
|
|
Mon 28th |
|
|
|
|
|
|
|
|
|
|
Tue 29th |
|
|
|
|
|
|
|
|
|
|
Wed 30th |
|
|
|
|
|
|
|
|
|
|
Thu 31st |
|
|
|
|
|
|
|
|
|
|
Aug |
Fri 1st |
|
|
|
|
|
|
|
|
|
|
Sat 2nd |
|
|
|
|
|
|
|
|
|
|
Sun 3rd |
|
|
|
|
|
|
|
|
|
|
Mon 4th |
|
|
|
|
|
|
|
|
|
|
Tue 5th |
|
|
|
|
|
|
|
|
|
|
Wed 6th |
|
|
|
|
|
|
|
|
|
|
Thu 7th |
|
|
|
|
|
|
|
|
|
|
Fri 8th |
|
|
|
|
|
|
|
|
|
|
Sat 9th |
|
|
|
|
|
|
|
|
|
|
Sun 10th |
|
|
|
|
|
|
|
|
|
|
Mon 11th |
|
|
|
|
|
|
|
|
|
|
Tue 12th |
|
|
|
|
|
|
|
|
|
|
Wed 13th |
|
|
|
|
|
|
|
|
|
|
Thu 14th |
|
|
|
|
|
|
|
|
|
|
Fri 15th |
|
|
|
|
|
|
|
|
|
|
Sat 16th |
|
|
|
|
|
|
|
|
|
|
Sun 17th |
|
|
|
|
|
|
|
|
|
|
Mon 18th |
|
|
|
|
|
|
|
|
|
|
Tue 19th |
|
|
|
|
|
|
|
|
|
|
Wed 20th |
|
|
|
|
|
|
|
|
|
|
Thu 21st |
|
|
|
|
|
|
|
|
|
|
Fri 22nd |
|
|
|
|
|
|
|
|
|
|
Sat 23rd |
|
|
|
|
|
|
|
|
|
|
Sun 24th |
|
|
|
|
|
|
|
|
|
|
Mon 25th |
|
|
|
|
|
|
|
|
|
|
Tue 26th |
|
|
|
|
|
|
|
|
|
|
Wed 27th |
|
|
|
|
|
|
|
|
|
|
Thu 28th |
|
|
|
|
|
|
|
|
|
|
window.laravelCookieConsent = (function () {
const COOKIE_VALUE = 1;
const COOKIE_DOMAIN = 'mendipbasecamp.com';
function consentWithCookies() {
setCookie('laravel_cookie_consent', COOKIE_VALUE, 7300);
hideCookieDialog();
}
function cookieExists(name) {
return (document.cookie.split('; ').indexOf(name + '=' + COOKIE_VALUE) !== -1);
}
function hideCookieDialog() {
const dialogs = document.getElementsByClassName('js-cookie-consent');
for (let i = 0; i < dialogs.length; ++i) {
dialogs[i].style.display = 'none';
}
}
function setCookie(name, value, expirationInDays) {
const date = new Date();
date.setTime(date.getTime() + (expirationInDays * 24 * 60 * 60 * 1000));
document.cookie = name + '=' + value
+ ';expires=' + date.toUTCString()
+ ';domain=' + COOKIE_DOMAIN
+ ';path=/'
+ ';samesite=lax';
}
if (cookieExists('laravel_cookie_consent')) {
hideCookieDialog();
}
const buttons = document.getElementsByClassName('js-cookie-consent-agree');
for (let i = 0; i < buttons.length; ++i) {
buttons[i].addEventListener('click', consentWithCookies);
}
return {
consentWithCookies: consentWithCookies,
hideCookieDialog: hideCookieDialog
};
})();
window.fwSettings={'widget_id':80000001280};
!function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}()