Skip to content

Animated website for my Elder Sister's wedding Invitation (also contains timer & background music) | Save the Date: Nov 29, 2020

License

Notifications You must be signed in to change notification settings

sagartyagi121/Wedding-Invitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAVE THE DATE: NOV 29, 2020
sonali.netlify.app

Netlify Status

Wedding Invitation 💍

View Invitation

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/')
    );
})();


With warm regards,
Vinit Shahdeo

Twitter Follow @Vinit_Shahdeo

About

Animated website for my Elder Sister's wedding Invitation (also contains timer & background music) | Save the Date: Nov 29, 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.4%
  • HTML 32.5%
  • JavaScript 20.1%