📘 Luminis Wedding — Documentation

Thank you for choosing Luminis Wedding HTML template. This guide explains how to install, customize, and deploy the template.

1. Installation

  1. Unzip the package.
  2. Open index.html in your browser for local preview.
  3. Upload all files to your hosting via FTP (prefer a custom domain; free hosts are not accepted by marketplaces).

2. Folder structure

/assets
  /css  → main styles (main.css)
  /js   → scripts (main.js)
  /img  → images and placeholders
/docs or documentation.html → this file
/index.html, /gallery.html, /faq.html, /contact.html, /components.html
/contact_process.php → contact form backend
  

3. Customize colors & fonts

Edit CSS variables and Google Fonts import inside assets/css/main.css.

:root {
  --primary:#d977a3;
  --text:#1f2937;
  --bg:#ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;600&display=swap');
  

4. Replace images

Swap files in assets/img/. Recommended sizes: hero 1600×900, gallery 1200×800. Use JPG (quality 75–85) or WebP.

5. Contact form (working)

Open contact_process.php and set your recipient email:

$to = "your-email@example.com"; // TODO: set your email
  

Upload to a PHP-enabled hosting. After submit, users see a success message. If emails don't arrive, contact your hosting provider to enable mail() or configure SMTP.

6. Build & deployment

7. Changelog