Skip to content

Commit be319ad

Browse files
committed
Update site
1 parent c52d178 commit be319ad

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

css/menikah.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ html {
6969
font-size: 1.3rem;
7070
}
7171

72+
.hero .subtitlebig {
73+
padding: 35px;
74+
color: whitesmoke;
75+
font-size: 3rem;
76+
}
77+
78+
79+
7280
.hero .tempatwaktu {
7381
padding-top: 35px;
7482
font-size: 1.3rem;

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ <h4 class="subtitle tempatwaktu">
102102
Sexta, 07 agosto 2026
103103
</br>
104104
Quinta Lagus Resort, Palmela
105-
105+
</br>
106+
14h00
106107
</h4>
108+
<h3 class="subtitlebig">Por favor, confirma a tua presença até 10 de março 🤍</h3>
107109
</div>
108110
<!-- Start Countdown -->
109111
<!-- <div>
@@ -193,7 +195,6 @@ <h1 class="title has-text-centered section-title">Plano da Festa</h1>
193195
<p class="is-larger has-text-centered">
194196
<img src="./image/arch.png" class="divider has-text-centered">
195197
<div class="waktu tanggal-hari has-text-centered">Início da Cerimónia</div>
196-
<div class="waktu tanggal-bulan has-text-centered">12h00</div>
197198
</p>
198199
</div>
199200

@@ -337,6 +338,8 @@ <h1 class="title has-text-centered section-title">Onde Nos Encontramos 🚗</h1>
337338
<div class="column is-12 regular-section" data-aos="fade-up" data-aos-easing="linear">
338339
<h1 class="title has-text-centered section-title">Vai juntar-se a nós? ✨</h1>
339340
<div class="space40px"></div>
341+
<h2 class="title has-text-centered">Preenche o formulário para todos os convidados</h2>
342+
<div class="space40px"></div>
340343
<div class="columns is-centered" data-aos="fade-up" data-aos-easing="linear">
341344
<div class="column is-8-tablet is-7-desktop is-6-widescreen">
342345
<div class="box rsvp-box">
@@ -395,7 +398,7 @@ <h1 class="title has-text-centered section-title">Vai juntar-se a nós? ✨</h1>
395398
<button class="btn-cta-dark" type="submit">
396399
Confirmar
397400
</button>
398-
<p id="rsvpStatus" class="help rsvp-status" role="status" aria-live="polite"></p>
401+
<p id="rsvpStatus" class="h2 subtitle" role="status" aria-live="polite"></p>
399402
</div>
400403

401404
</form>
@@ -666,7 +669,7 @@ <h1 class="title has-text-centered section-title" data-aos="fade-up" data-aos-ea
666669
const out = await res.json().catch(() => ({}));
667670

668671
if (res.ok) {
669-
statusEl.textContent = "RSVP recebido. Obrigado!";
672+
statusEl.textContent = "Resposta recebida. Obrigado!";
670673
form.reset();
671674
if (window.turnstile) { try { window.turnstile.reset(); } catch { } }
672675
} else {

0 commit comments

Comments
 (0)