-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvitation.html
More file actions
256 lines (231 loc) · 19.1 KB
/
Copy pathinvitation.html
File metadata and controls
256 lines (231 loc) · 19.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Ican & Faiza — Undangan Pernikahan</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&family=Great+Vibes&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Poppins:wght@300;400;500;600;700&family=Dancing+Script:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
--navy:#0a0a1a; --navy-light:#141428; --navy-mid:#1e1e3f;
--gold:#c9a96e; --gold-light:#e8d5b0; --gold-bright:#f0d78c;
--cream:#faf7f2; --white:#fff; --gray:#8a8a9a; --gray-light:#e8e8ee;
}
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Inter',sans-serif; color:var(--navy); background:var(--white); }
.inv-opening { height:100vh; background:linear-gradient(180deg, rgba(10,10,26,.6) 0%, rgba(10,10,26,.85) 100%), url('https://images.unsplash.com/photo-1519741497674-611481863552?w=600&q=80'); background-size:cover; background-position:center; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:var(--white); position:relative; padding:24px; }
.inv-opening-label { font-size:11px; letter-spacing:5px; text-transform:uppercase; opacity:.7; margin-bottom:20px; }
.inv-opening-names { font-family:'Great Vibes',cursive; font-size:56px; color:var(--gold-light); margin-bottom:10px; text-shadow:0 4px 20px rgba(0,0,0,.3); }
.inv-opening-date { font-size:12px; letter-spacing:3px; text-transform:uppercase; opacity:.8; margin-bottom:40px; }
.inv-opening-btn { padding:16px 44px; background:linear-gradient(135deg, var(--gold), #b8944f); color:var(--navy); border:none; border-radius:50px; font-size:15px; font-weight:700; cursor:pointer; font-family:'Inter',sans-serif; animation:pulse-gold 2.5s infinite; letter-spacing:1px; }
@keyframes pulse-gold { 0%,100% { box-shadow:0 0 0 0 rgba(201,169,110,.4); } 50% { box-shadow:0 0 25px 10px rgba(201,169,110,.2); } }
.inv-opening-scroll { position:absolute; bottom:28px; animation:bounce 2s infinite; opacity:.6; }
@keyframes bounce { 0%,20%,50%,80%,100% { transform:translateY(0); } 40% { transform:translateY(-12px); } 60% { transform:translateY(-6px); } }
.inv-couple { padding:70px 24px; text-align:center; background:var(--white); }
.inv-couple-label { font-size:11px; letter-spacing:4px; text-transform:uppercase; color:var(--gray); margin-bottom:28px; font-weight:600; }
.inv-couple-photos { display:flex; align-items:center; justify-content:center; gap:28px; margin-bottom:28px; }
.inv-couple-photo { width:150px; height:150px; border-radius:50%; overflow:hidden; border:4px solid var(--gold); box-shadow:0 8px 30px rgba(0,0,0,.1); }
.inv-couple-photo img { width:100%; height:100%; object-fit:cover; }
.inv-couple-and { font-family:'Great Vibes',cursive; font-size:44px; color:var(--gold); }
.inv-couple-name { font-family:'Playfair Display',serif; font-size:26px; font-weight:700; color:var(--navy); margin-top:10px; }
.inv-couple-parents { font-size:13px; color:var(--gray); margin-top:10px; line-height:1.8; }
.inv-quote { padding:70px 24px; text-align:center; background:linear-gradient(180deg, #fff9f0 0%, #fff5e6 100%); }
.inv-quote-divider { width:60px; height:2px; background:linear-gradient(90deg, transparent, var(--gold), transparent); margin:0 auto 28px; }
.inv-quote-arabic { font-size:20px; color:var(--navy); margin-bottom:24px; line-height:2.4; font-family:'Poppins',sans-serif; }
.inv-quote-text { font-family:'Cormorant Garamond',serif; font-size:18px; font-style:italic; color:#5c4a3d; line-height:1.9; max-width:420px; margin:0 auto; }
.inv-quote-ref { font-size:13px; font-weight:700; color:var(--navy); margin-top:24px; letter-spacing:1px; }
.inv-countdown { padding:70px 24px; text-align:center; background:linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%); color:var(--white); }
.inv-countdown-title { font-family:'Playfair Display',serif; font-size:24px; font-weight:600; color:var(--gold); margin-bottom:36px; letter-spacing:1px; }
.inv-countdown-grid { display:flex; justify-content:center; gap:20px; }
.inv-countdown-item { text-align:center; background:rgba(201,169,110,.08); border:1px solid rgba(201,169,110,.15); border-radius:16px; padding:20px 16px; min-width:80px; }
.inv-countdown-number { font-family:'Playfair Display',serif; font-size:38px; font-weight:700; color:var(--gold); }
.inv-countdown-label { font-size:11px; letter-spacing:2px; text-transform:uppercase; opacity:.7; margin-top:6px; }
.inv-event { padding:70px 24px; text-align:center; background:linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%); }
.inv-event-title { font-family:'Playfair Display',serif; font-size:28px; font-weight:600; color:var(--navy); margin-bottom:10px; }
.inv-event-subtitle { font-size:14px; color:var(--gray); margin-bottom:36px; }
.inv-event-card { background:var(--white); border-radius:24px; padding:32px; margin-bottom:20px; text-align:left; box-shadow:0 12px 40px rgba(0,0,0,.06); border:1px solid rgba(201,169,110,.08); }
.inv-event-card-header { display:flex; align-items:center; gap:14px; margin-bottom:18px; }
.inv-event-card-icon { width:48px; height:48px; background:linear-gradient(135deg, var(--gold-light), rgba(201,169,110,.2)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:22px; }
.inv-event-card-title { font-size:13px; font-weight:700; color:var(--gold); letter-spacing:2px; text-transform:uppercase; }
.inv-event-card-date { font-family:'Playfair Display',serif; font-size:24px; font-weight:600; color:var(--navy); margin-bottom:6px; }
.inv-event-card-time { font-size:14px; color:var(--gray); margin-bottom:18px; }
.inv-event-card-venue { font-size:17px; color:var(--navy); font-weight:600; }
.inv-event-card-address { font-size:13px; color:var(--gray); margin-top:6px; }
.inv-map-btn { display:inline-flex; align-items:center; gap:8px; margin-top:18px; padding:12px 22px; background:linear-gradient(135deg, #4285f4, #3367d6); color:var(--white); border:none; border-radius:12px; font-size:13px; font-weight:600; cursor:pointer; text-decoration:none; transition:all .3s; }
.inv-map-btn:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(66,133,244,.3); }
.inv-gallery { padding:70px 24px; text-align:center; background:var(--white); }
.inv-gallery-title { font-family:'Playfair Display',serif; font-size:28px; font-weight:600; color:var(--navy); margin-bottom:10px; }
.inv-gallery-subtitle { font-size:14px; color:var(--gray); margin-bottom:36px; }
.inv-gallery-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:10px; }
.inv-gallery-item { aspect-ratio:1; border-radius:14px; overflow:hidden; }
.inv-gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.inv-gallery-item:hover img { transform:scale(1.08); }
.inv-rsvp { padding:70px 24px; text-align:center; background:linear-gradient(180deg, #fff9f0 0%, #fff5e6 100%); }
.inv-rsvp-title { font-family:'Playfair Display',serif; font-size:28px; font-weight:600; color:var(--navy); margin-bottom:10px; }
.inv-rsvp-desc { font-size:14px; color:var(--gray); margin-bottom:32px; }
.inv-rsvp-form { max-width:380px; margin:0 auto; text-align:left; }
.inv-rsvp-input { width:100%; padding:14px 16px; border:2px solid var(--gray-light); border-radius:12px; font-size:14px; font-family:'Inter',sans-serif; margin-bottom:12px; background:var(--white); transition:all .3s; }
.inv-rsvp-input:focus { outline:none; border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,169,110,.1); }
.inv-rsvp-btn { width:100%; padding:16px; background:linear-gradient(135deg, var(--gold), #b8944f); color:var(--navy); border:none; border-radius:12px; font-size:15px; font-weight:700; cursor:pointer; font-family:'Inter',sans-serif; transition:all .3s; letter-spacing:.5px; }
.inv-rsvp-btn:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(201,169,110,.3); }
.inv-gift { padding:70px 24px; text-align:center; background:var(--white); }
.inv-gift-title { font-family:'Playfair Display',serif; font-size:28px; font-weight:600; color:var(--navy); margin-bottom:10px; }
.inv-gift-desc { font-size:14px; color:var(--gray); margin-bottom:32px; max-width:420px; margin-left:auto; margin-right:auto; }
.inv-gift-bank { background:linear-gradient(135deg, var(--cream), #fff); border-radius:20px; padding:28px; margin-bottom:16px; text-align:left; box-shadow:0 4px 20px rgba(0,0,0,.04); border:1px solid rgba(201,169,110,.1); }
.inv-gift-bank-header { display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.inv-gift-bank-logo { width:52px; height:52px; background:var(--white); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; box-shadow:0 4px 12px rgba(0,0,0,.06); }
.inv-gift-bank-name { font-size:15px; font-weight:700; color:var(--navy); }
.inv-gift-bank-num { font-size:20px; font-weight:600; color:var(--navy); font-family:'Courier New',monospace; margin-bottom:6px; letter-spacing:1px; }
.inv-gift-bank-holder { font-size:13px; color:var(--gray); }
.inv-gift-copy { padding:10px 18px; background:linear-gradient(135deg, var(--gold), #b8944f); color:var(--navy); border:none; border-radius:10px; font-size:12px; font-weight:700; cursor:pointer; margin-top:14px; transition:all .3s; }
.inv-gift-copy:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(201,169,110,.3); }
.inv-closing { padding:70px 24px; text-align:center; background:linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%); color:var(--white); }
.inv-closing-quote { font-family:'Dancing Script',cursive; font-size:30px; color:var(--gold-light); margin-bottom:18px; }
.inv-closing-text { font-size:14px; opacity:.75; line-height:1.9; max-width:420px; margin:0 auto 28px; }
.inv-closing-names { font-family:'Great Vibes',cursive; font-size:40px; color:var(--gold); text-shadow:0 4px 20px rgba(201,169,110,.2); }
.inv-footer { padding:28px 24px; text-align:center; background:var(--navy); color:var(--gray); font-size:12px; border-top:1px solid rgba(201,169,110,.08); }
.inv-footer-brand { font-family:'Playfair Display',serif; font-size:18px; color:var(--gold); margin-bottom:6px; }
.inv-music { position:fixed; bottom:20px; right:20px; width:56px; height:56px; background:linear-gradient(135deg, var(--gold), #b8944f); border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 6px 25px rgba(201,169,110,.4); z-index:90; border:none; transition:all .3s; }
.inv-music:hover { transform:scale(1.1); }
.inv-music svg { width:24px; height:24px; color:var(--navy); }
.inv-music.playing { animation:spin-music 3s linear infinite; }
@keyframes spin-music { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
@media (max-width:640px) {
.inv-opening-names { font-size:40px; }
.inv-couple-photo { width:120px; height:120px; }
.inv-countdown-number { font-size:30px; }
.inv-gallery-grid { grid-template-columns:repeat(2, 1fr); }
}
</style>
</head>
<body>
<div class="inv-opening">
<div class="inv-opening-label">The Wedding of</div>
<div class="inv-opening-names">Ican & Faiza</div>
<div class="inv-opening-date">15 Agustus 2026</div>
<button class="inv-opening-btn" onclick="document.querySelector('.inv-couple').scrollIntoView({behavior:'smooth'})">Buka Undangan</button>
<div class="inv-opening-scroll">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 13l5 5 5-5M7 6l5 5 5-5"/></svg>
</div>
</div>
<div class="inv-couple">
<div class="inv-couple-label">Mempelai</div>
<div class="inv-couple-photos">
<div class="inv-couple-photo"><img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=300&h=300&fit=crop&crop=face" alt="Pria"></div>
<div class="inv-couple-and">&</div>
<div class="inv-couple-photo"><img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=300&h=300&fit=crop&crop=face" alt="Wanita"></div>
</div>
<div class="inv-couple-name">Ican Pratama</div>
<div class="inv-couple-parents">Putra dari Bapak Ahmad Wijaya & Ibu Siti Aminah</div>
<div style="height:28px;"></div>
<div class="inv-couple-name">Faiza Rahmawati</div>
<div class="inv-couple-parents">Putri dari Bapak Budi Santoso & Ibu Rina Susanti</div>
</div>
<div class="inv-quote">
<div class="inv-quote-divider"></div>
<div class="inv-quote-arabic">وَمِنْ آيَاتِهِ أَنْ خَلَقَ لَكُم مِّنْ أَنفُسِكُمْ أَزْوَاجًا لِّتَسْكُنُوا إِلَيْهَا وَجَعَلَ بَيْنَكُم مَّوَدَّةً وَرَحْمَةً</div>
<div class="inv-quote-text">"Dan di antara tanda-tanda kekuasaan-Nya ialah Dia menciptakan untukmu istri-istri dari jenismu sendiri, supaya kamu cenderung dan merasa tenteram kepadanya, dan dijadikan-Nya di antaramu rasa cinta dan kasih sayang."</div>
<div class="inv-quote-ref">- Ar-Rum · Ayat 21 -</div>
</div>
<div class="inv-countdown">
<div class="inv-countdown-title">Menuju Hari Bahagia</div>
<div class="inv-countdown-grid">
<div class="inv-countdown-item"><div class="inv-countdown-number" id="cdDays">00</div><div class="inv-countdown-label">Hari</div></div>
<div class="inv-countdown-item"><div class="inv-countdown-number" id="cdHours">00</div><div class="inv-countdown-label">Jam</div></div>
<div class="inv-countdown-item"><div class="inv-countdown-number" id="cdMinutes">00</div><div class="inv-countdown-label">Menit</div></div>
<div class="inv-countdown-item"><div class="inv-countdown-number" id="cdSeconds">00</div><div class="inv-countdown-label">Detik</div></div>
</div>
</div>
<div class="inv-event">
<div class="inv-event-title">Detail Acara</div>
<div class="inv-event-subtitle">Dengan penuh rasa syukur, kami mengundang Anda</div>
<div class="inv-event-card">
<div class="inv-event-card-header"><div class="inv-event-card-icon">💍</div><div class="inv-event-card-title">Akad Nikah</div></div>
<div class="inv-event-card-date">Jumat, 15 Agustus 2026</div>
<div class="inv-event-card-time">Pukul 08:00 - 10:00 WIB</div>
<div class="inv-event-card-venue">Masjid Al-Ikhlas</div>
<div class="inv-event-card-address">Jl. Sudirman No. 123, Jakarta Selatan</div>
<a href="https://maps.google.com/?q=Masjid+Al-Ikhlas+Jakarta+Selatan" target="_blank" class="inv-map-btn">📍 Buka di Google Maps</a>
</div>
<div class="inv-event-card">
<div class="inv-event-card-header"><div class="inv-event-card-icon">🎉</div><div class="inv-event-card-title">Resepsi</div></div>
<div class="inv-event-card-date">Jumat, 15 Agustus 2026</div>
<div class="inv-event-card-time">Pukul 11:00 - 15:00 WIB</div>
<div class="inv-event-card-venue">Gedung Serba Guna Bhakti</div>
<div class="inv-event-card-address">Jl. Thamrin No. 45, Jakarta Pusat</div>
<a href="https://maps.google.com/?q=Gedung+Serba+Guna+Bhakti+Jakarta+Pusat" target="_blank" class="inv-map-btn">📍 Buka di Google Maps</a>
</div>
</div>
<div class="inv-gallery">
<div class="inv-gallery-title">Galeri Foto</div>
<div class="inv-gallery-subtitle">Kenangan indah kami</div>
<div class="inv-gallery-grid">
<div class="inv-gallery-item"><img src="https://images.unsplash.com/photo-1519741497674-611481863552?w=400&h=400&fit=crop" alt="1"></div>
<div class="inv-gallery-item"><img src="https://images.unsplash.com/photo-1522673607200-164d1b6ce486?w=400&h=400&fit=crop" alt="2"></div>
<div class="inv-gallery-item"><img src="https://images.unsplash.com/photo-1465495976277-4387d4b0b4c6?w=400&h=400&fit=crop" alt="3"></div>
<div class="inv-gallery-item"><img src="https://images.unsplash.com/photo-1511285560929-80b456fea0bc?w=400&h=400&fit=crop" alt="4"></div>
<div class="inv-gallery-item"><img src="https://images.unsplash.com/photo-1515934751635-c81c6bc9a2d8?w=400&h=400&fit=crop" alt="5"></div>
<div class="inv-gallery-item"><img src="https://images.unsplash.com/photo-1529634806980-85c3dd6d34ac?w=400&h=400&fit=crop" alt="6"></div>
</div>
</div>
<div class="inv-rsvp">
<div class="inv-rsvp-title">Konfirmasi Kehadiran</div>
<div class="inv-rsvp-desc">Mohon konfirmasi kehadiran Anda</div>
<div class="inv-rsvp-form">
<input type="text" class="inv-rsvp-input" placeholder="Nama Lengkap">
<input type="tel" class="inv-rsvp-input" placeholder="Nomor WhatsApp">
<select class="inv-rsvp-input" style="cursor:pointer;"><option disabled selected>Status Kehadiran</option><option>Hadir</option><option>Tidak Hadir</option><option>Belum Pasti</option></select>
<input type="number" class="inv-rsvp-input" placeholder="Jumlah Tamu" min="1" max="10">
<textarea class="inv-rsvp-input" placeholder="Ucapan & Doa" style="min-height:80px; resize:vertical;"></textarea>
<button class="inv-rsvp-btn">Kirim Konfirmasi</button>
</div>
</div>
<div class="inv-gift">
<div class="inv-gift-title">Amplop Digital</div>
<div class="inv-gift-desc">Doa restu Anda adalah hadiah terindah. Namun jika ingin memberikan tanda kasih:</div>
<div class="inv-gift-bank">
<div class="inv-gift-bank-header"><div class="inv-gift-bank-logo">🏦</div><div class="inv-gift-bank-name">Bank BCA</div></div>
<div class="inv-gift-bank-num">1234 5678 9012 3456</div>
<div class="inv-gift-bank-holder">a.n. Ican Pratama</div>
<button class="inv-gift-copy">📋 Salin Nomor</button>
</div>
<div class="inv-gift-bank">
<div class="inv-gift-bank-header"><div class="inv-gift-bank-logo">🏦</div><div class="inv-gift-bank-name">Bank Mandiri</div></div>
<div class="inv-gift-bank-num">98 765 4321 098</div>
<div class="inv-gift-bank-holder">a.n. Faiza Rahmawati</div>
<button class="inv-gift-copy">📋 Salin Nomor</button>
</div>
</div>
<div class="inv-closing">
<div class="inv-closing-quote">"Cinta sejati tidak pernah berakhir, ia hanya semakin kuat seiring waktu."</div>
<div class="inv-closing-text">Terima kasih atas doa dan kehadiran Anda. Kehadiran Anda adalah kebahagiaan terbesar bagi kami.</div>
<div class="inv-closing-names">Ican & Faiza</div>
</div>
<div class="inv-footer">
<div class="inv-footer-brand">WedInvite</div>
<div>Dibuat dengan ❤️ untuk momen spesial Anda</div>
</div>
<button class="inv-music" id="musicBtn" onclick="this.classList.toggle('playing')">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle></svg>
</button>
<script>
function updateCountdown() {
const target = new Date('2026-08-15T08:00:00').getTime();
const now = new Date().getTime();
const diff = target - now;
if (diff > 0) {
const d = Math.floor(diff / (1000*60*60*24));
const h = Math.floor((diff % (1000*60*60*24)) / (1000*60*60));
const m = Math.floor((diff % (1000*60*60)) / (1000*60));
const s = Math.floor((diff % (1000*60)) / 1000);
document.getElementById('cdDays').textContent = String(d).padStart(2,'0');
document.getElementById('cdHours').textContent = String(h).padStart(2,'0');
document.getElementById('cdMinutes').textContent = String(m).padStart(2,'0');
document.getElementById('cdSeconds').textContent = String(s).padStart(2,'0');
}
}
setInterval(updateCountdown, 1000);
updateCountdown();
</script>
</body>
</html>