This project is a beautiful, responsive wedding invitation website created using HTML, CSS, JavaScript, and Bootstrap. The website provides information about the wedding event, including a countdown timer, sections about the couple, event details, a gallery, an attendance confirmation form that stores data in Google Sheets & background music.
- Countdown Timer: Displays the time remaining until the wedding day.
- About the Couple: Information about the husband and wife.
- Event Information: Details about the wedding event, including the location and the story of how the couple met.
- Gallery: A section to showcase photos.
- Confirmation of Attendance Form: Allows guests to confirm their attendance, with data being stored in Google Sheets.
- Background Music: Adds a romantic ambiance to the website.
- HTML
- CSS
- JavaScript
- Bootstrap
- Google Sheets (for storing attendance data)
- Clone the Repository
git clone https://github.com/MuhammadZulhusni/Wedding-Invitation.git
- Navigate to the Project Directory
cd Wedding-Invitation
- Open index.html in your Browsery
open index.html
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/YourFeatureName
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeatureName
). - Create a new Pull Request.