The Wedding of

Andy & Zhea

Dear Mr./ Mrs./ Ms.

Tamu Undangan

You are cordially invited to our wedding.

The Wedding

We invited you to celebrate our wedding

The Beloved

Groom & Bride

Once in awhile, right in the middle of an ordinary life, love gives us a fairy tale.

Andy Hermawan

Son of
Mr. Father Name
& Mrs. Mother Name

Fauziah Ratnasari

Daughter of
Mr. Father Name
& Mrs. Mother Name

OUR SPECIAL

Wedding Event

  • 0Days
  • 0Hours
  • 0Minutes
  • 0Seconds

Where & When

Wedding Day

The highest happiness on earth is the happiness of marriage.

lorem ipsum dolor sit amet, consectetur adipiscing elit

lorem ipsum dolor sit amet, consectetur adipiscing elit

A Glimpse of

Our Moments

I would rather share one lifetime with you than face all the ages of this world alone.
J. R. R. Tolkien

Give your prayers & best wishes

to the bride and groom

It is an honor and pleasure for us,
if you can attend and give us your blessing.

0Present
0Not Present
0Masih Ragu

    Hope to see you soon, Stay safe and healthy!

    Wedding Gift

    Share Love

    Your prayers & blessings at our wedding is enough as a gift, but if you want to give more, we are happy to receive it and it will complement our happiness even more

    bca.png
    0812 345 678XX a.n Andy dari WDP
    weddingpress
    Salin Rekening
    dana.png
    0812 345 678XX a.n Andy dari WDP
    weddingpress
    Salin Rekening

    Thank You

    Andy & Zhea

    The Big Family of Our Wedding Couple.

    The Wedding Of
    Andy & Zhea
    Sunday, 12 December 202x
    Dear Mr./ Mrs./ Ms.
    Tamu Undangan
    We invited you to celebrate our wedding
    //Script Custom Nama Tamu by Andy dari WeddingPress var urlParams = new URLSearchParams(window.location.search); if (urlParams) { var textElement = document.getElementById('namatamu'); var defaultText = textElement.innerHTML; var newText = defaultText; if (urlParams.has('to')) { var toValue = urlParams.get('to'); newText = newText.replace(/Tamu Undangan/g, toValue); } if (urlParams.has('dear')) { var dearValue = urlParams.get('dear'); newText = newText.replace(/Tamu Undangan/g, dearValue); } if (urlParams.has('kepada')) { var kepadaValue = urlParams.get('kepada'); newText = newText.replace(/Tamu Undangan/g, kepadaValue); } textElement.innerHTML = newText; }
    function revealElements(selector) { var elements = document.querySelectorAll(selector); var windowHeight = window.innerHeight; var elementVisible = 150; elements.forEach(function(element) { var elementTop = element.getBoundingClientRect().top; if (elementTop < windowHeight - elementVisible) { element.classList.add("active"); } else { element.classList.remove("active"); } }); } window.addEventListener("scroll", function() { revealElements(".muncul, .muncul-kiri, .muncul-kanan, .zoom"); }); .muncul { position: relative; transform: translateY(6rem) scale(0.93); opacity: 0; transition: opacity 0.5s ease, transform 1s ease; /* Durasi muncul tanpa delay */ } .muncul.active { transform: translateY(0); opacity: 1; } .muncul-kiri { position: relative; transform: translateX(-100%) scale(0.93); opacity: 0; transition: opacity 0.5s ease, transform 1s ease; /* Durasi muncul tanpa delay */ } .muncul-kiri.active { transform: translateX(0); opacity: 1; } .muncul-kanan { position: relative; transform: translateX(100%) scale(0.93); opacity: 0; transition: opacity 0.5s ease, transform 1s ease; /* Durasi muncul tanpa delay */ } .muncul-kanan.active { transform: translateX(0); opacity: 1; } .zoom { position: relative; transform: scale(0.5); opacity: 0; transition: opacity 0.5s ease, transform 1.5s ease; /* Durasi muncul tanpa delay */ } .zoom.active { transform: scale(1); opacity: 1; }
    //* script show-hide by andy dari weddingpress *// document.addEventListener("DOMContentLoaded", function () { var btnAmplop = document.getElementById("btnAmplop"); var btnHide = document.getElementById("btn-hide"); var amplop = document.getElementById("amplop"); // Sembunyikan btn-hide dan amplop saat halaman dimuat btnHide.style.display = "none"; amplop.style.display = "none"; // Fungsi untuk menampilkan btn-hide dan amplop saat btnAmplop diklik btnAmplop.onclick = function () { // Menampilkan btn-hide btnHide.style.display = "block"; // Menyembunyikan btnAmplop btnAmplop.style.display = "none"; // Menampilkan section amplop amplop.style.display = "block"; }; // Fungsi untuk menampilkan btnAmplop kembali dan menyembunyikan btn-hide saat btn-hide diklik btnHide.onclick = function () { // Menyembunyikan btn-hide btnHide.style.display = "none"; // Menampilkan btnAmplop kembali btnAmplop.style.display = "block"; // Menyembunyikan section amplop amplop.style.display = "none"; }; });