Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

sachinpuranik99/WeddingEvite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wedding Invitation 💍

SAVE THE DATE: 14th Feb, 2021
Website

Wedding Invitation 💍

View Invitation

With the divine grace of the almighty, inviting you and your family to Saharsh's wedding to be held on 14th February at Mishtten Resort, Jhalawar, Rajasthan from 3:00 PM onwards.

const newCouple = 'Saharsh & Isha';

// Feb 14, 2021
const weddingDate = new Date(2021, 02, 14);

// Wedding venue: https://g.page/Mishttenresort
const weddingVenue = new Location('Mishtten Resort, Rajasthan');

(function() {
    newCouple.willTieKnot(weddingDate);

    // your presence is requested
    (new Wedding()).acceptInvitation(
        window.open('https://saharshisha.netlify.app/')
    );
})();

Are you or your loved ones a bride-to-be or groom-to-be?

Feel free to use this template to build your wedding website!

Do not forget to leave a star! 🤗


With warm regards,
Sarthak Jain

Credits for the Project

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.1%
  • CSS 33.2%
  • JavaScript 10.7%