Skip to content

Prajwal0422/wedding-invite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Status Tech License

Wedding-Invite πŸ’’

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.


✨ Features

  • πŸ“± 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

πŸ“ Project Structure

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


πŸ”§ How to Use / Deploy

  1. Clone or download this repository.
  2. Open index.html in a code editor or text editor.
  3. Modify the invitation details:
    • Couple names
    • Wedding date & time
    • Venue details
    • Custom message / text
  4. Replace or add images in assets/images/ if needed.
    Optionally add background music by placing an audio file in assets/audio/ and updating <audio> tag in HTML.
  5. Open index.html in a browser to preview.
  6. 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.gz and share as an offline invite

πŸ“„ License

This project is licensed under the MIT License β€” feel free to use, customize, and share.