SAVE THE DATE: NOV 29, 2020
sonali.netlify.app
With the divine grace of the almighty, inviting you and your family to elder sister's wedding to be held on 29th November at Ashirwad Garden, Ratu, Ranchi from 7:00 PM onwards.
const newCouple = 'Sonali & Gagan';
// Nov 29, 2020
const weddingDate = new Date(2020, 11, 29);
// Wedding venue: https://goo.gl/maps/5z5xX2hTYzU8VGEJ9
const weddingVenue = new Location('Ashirwad Garden, Ranchi');
(function() {
newCouple.willTieKnot(weddingDate);
// your presence is requested
(new Wedding()).acceptInvitation(
window.open('https://sonali.netlify.app/')
);
})();