All Projects → vinitshahdeo → Wedding-Invitation

vinitshahdeo / Wedding-Invitation

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

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wedding-Invitation

wedding-invitation
This is the template for wedding invitation card
Stars: ✭ 34 (-71.19%)
Mutual labels:  wedding, wedding-invitation
thekusuma
Dinda ❤️ Indra Wedding Web Apps
Stars: ✭ 47 (-60.17%)
Mutual labels:  wedding-website, wedding-invitation
Wedding
A basic wedding website I created for myself and Bec using the Bulma CSS framework, Particles.js, jQuery.countdown, Google Satisfy Font and FontAwesome icons.
Stars: ✭ 26 (-77.97%)
Mutual labels:  wedding
Seating Chart
Optimizing a Wedding Reception Seating Chart Using a Genetic Algorithm
Stars: ✭ 25 (-78.81%)
Mutual labels:  wedding
deliciasonny.com
Delicia & Sonny Wedding Website
Stars: ✭ 36 (-69.49%)
Mutual labels:  wedding
wedding
A simple rails app for distributing wedding information and managing the guest list.
Stars: ✭ 32 (-72.88%)
Mutual labels:  wedding
wedding-invitation
SPA Wedding Invitation With Vue and UI Kit
Stars: ✭ 26 (-77.97%)
Mutual labels:  wedding-invitation

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! 🎵 ❤️

शुभ विवाह 🎉 ~ Hindi version of this website 👇

Wedding Website

Show your support by leaving a star! 🤗

Stargazers repo roster for @vinitshahdeo/Wedding-Invitation

Tag me to share your wedding story on Twitter(@Vinit_Shahdeo) 💛


With warm regards,
Vinit Shahdeo

Twitter Follow @Vinit_Shahdeo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].