Rohit036 / Wedding-Invitation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wedding Invitation πŸ’

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

GitHub code size in bytes Netlify Status GitHub license

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

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!

To reuse this, follow the steps:

  • Replace the date in script.js to have a timer running for your big day!
// Set the date we're counting down to
var countDownDate = new Date("Nov 29, 2020 00:00:00").getTime();
  • If you wish to change the track which plays on click, edit the src in index.html
<div class="music">
   <audio src="./assets/mp3/song.mp3" id="my_audio" loop="loop"></audio> 
</div>

Despite so many new Bollywood and English song options, I prefered to use two-decade-old song, Din Shagna Da! Ever attended a North Indian Wedding? As soon as the DJ plays Din Shagna Da song, it means that the much-awaited moment is here and the bride is all set to put her first foot forward to the wedding venue under a breathtaking phoolon ki chaadar. Let's keep the sky-high status of this song untouched! When the website is backed up with a soul-stirring track, the feeling becomes absolutely surreal. Choose a heart-touching track! 🎡 ❀️

Do not forget to leave a star! πŸ€—

Tag me to share your wedding story on Twitter(@Vinit_Shahdeo) πŸ’›


With warm regards,
Vinit Shahdeo

Twitter Follow @Vinit_Shahdeo

About

License:GNU Affero General Public License v3.0


Languages

Language:CSS 47.4%Language:HTML 32.5%Language:JavaScript 20.1%