Skip to content

Commit

Permalink
added steps to reuse this template
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitshahdeo authored Dec 30, 2020
1 parent 760c4aa commit 12c64a7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,32 @@ const weddingVenue = new Location('Ashirwad Garden, Ranchi');

```

## 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](https://github.com/vinitshahdeo/Wedding-Invitation/blob/master/js/script.js#L15) to have a timer running for your big day!

```js
// 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](https://github.com/vinitshahdeo/Wedding-Invitation/blob/760c4aa437115fc365f5cb86a4b428b0e292b5ba/index.html#L69)

> <sup>Despite so many new Bollywood and English song options, I prefered to use two-decade-old song, **[Din Shagna Da](https://youtu.be/X0MDALpV29s)**! Ever attended a North Indian Wedding? As soon as the DJ plays [Din Shagna Da](https://youtu.be/Mj4eK5YViCs) 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!** :musical_note: :heart: </sup>
```html
<div class="music">
<audio src="./assets/mp3/song.mp3" id="my_audio" loop="loop"></audio>
</div>
```

### Do not forget to leave a star! :hugs:

Tag me to share your wedding story on Twitter([@Vinit_Shahdeo](https://twitter.com/Vinit_Shahdeo))

<br><sup><i>With warm regards,<br>
**Vinit Shahdeo**<i></sup><br>
[![Twitter Follow @Vinit_Shahdeo](https://img.shields.io/twitter/follow/Vinit_Shahdeo?style=social)](https://twitter.com/Vinit_Shahdeo)

0 comments on commit 12c64a7

Please sign in to comment.