A simple, elegant, and responsive static web template for wedding invitations β designed to create beautiful digital invites, easy to personalize and share with loved ones.
- π± Fully responsive design: works seamlessly on desktop, tablet, and mobile devices
- π¨ Easy customization: modify names, dates, venue, text content, and styles via a single HTML file
- πΌοΈ Photo gallery section: showcase couple photos or memories
- πΆ Optional background music or audio support
- βοΈ Shareable via URL β perfect for sending over WhatsApp, email, or social media
- π¨οΈ Print-friendly layout: guests can print or save the invite as PDF
- π Simple and light β no backend needed, pure HTML/CSS/JS
wedding-invite/ β βββ index.html # Main invitation page template βββ styles/ β βββ style.css # CSS styles for layout, responsiveness, theme βββ scripts/ β βββ script.js # (Optional) JS script for interactive effects βββ assets/ β βββ images/ # Photos, background, icons used in invite β βββ audio/ # (Optional) Background music or audio file βββ README.md # This documentation file
markdown Copy code
- Clone or download this repository.
- Open
index.htmlin a code editor or text editor. - Modify the invitation details:
- Couple names
- Wedding date & time
- Venue details
- Custom message / text
- Replace or add images in
assets/images/if needed.
Optionally add background music by placing an audio file inassets/audio/and updating<audio>tag in HTML. - Open
index.htmlin a browser to preview. - Once satisfied, you can:
- Host the folder as a static site (GitHub Pages, Netlify, Vercel, etc.)
- Share the invite URL with guests
- Or compress as
.zip/.tar.gzand share as an offline invite
This project is licensed under the MIT License β feel free to use, customize, and share.