-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
342 lines (308 loc) · 10.7 KB
/
Copy pathindex.html
File metadata and controls
342 lines (308 loc) · 10.7 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Thank You · Manny & Celesti</title>
<meta name="description" content="Thank you to everyone who celebrated with us. From the bottom of our hearts, Manny & Celesti.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Lato:wght@300;400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
background: #faf7f4;
color: #2d2420;
font-family: 'Lato', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
/* ─── Hero ──────────────────────────────────────────────── */
.hero {
position: relative;
height: 100svh;
min-height: 620px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 20%;
}
.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to bottom,
rgba(10,8,6,0.32) 0%,
rgba(10,8,6,0.5) 60%,
rgba(10,8,6,0.68) 100%
);
}
.hero-content {
position: relative;
text-align: center;
color: #fff;
padding: 0 24px;
max-width: 680px;
margin: 0 auto;
text-shadow: 0 1px 2px rgba(0,0,0,0.65);
}
.hero-eyebrow {
font-size: 10px;
letter-spacing: 0.38em;
text-transform: uppercase;
color: rgba(255,255,255,0.7);
margin-bottom: 18px;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
.hero-title {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(48px, 9vw, 92px);
font-weight: 500;
line-height: 1;
letter-spacing: 0.02em;
margin-bottom: 16px;
color: #fff;
}
.hero-sub {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(15px, 2.2vw, 22px);
font-weight: 400;
font-style: italic;
color: rgba(255,255,255,0.85);
letter-spacing: 0.08em;
margin-bottom: 28px;
}
.hero-message {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(14px, 1.6vw, 18px);
font-weight: 400;
font-style: italic;
line-height: 1.6;
color: rgba(255,255,255,0.88);
max-width: 520px;
margin: 0 auto 32px;
}
.hero-events-label {
font-size: 9px;
letter-spacing: 0.32em;
text-transform: uppercase;
color: rgba(255,255,255,0.5);
margin-bottom: 16px;
font-family: 'Lato', sans-serif;
}
.hero-events {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px 24px;
max-width: 620px;
margin: 0 auto;
}
.hero-events a {
display: inline-flex;
align-items: baseline;
gap: 7px;
font-family: 'Lato', sans-serif;
font-size: 11px;
letter-spacing: 0.06em;
text-decoration: none;
color: rgba(255,255,255,0.72);
border-bottom: 1px solid rgba(255,255,255,0.25);
padding-bottom: 4px;
transition: color 0.2s, border-color 0.2s;
}
.hero-events a:hover {
color: #fff;
border-bottom-color: rgba(255,255,255,0.6);
}
.hero-events a span {
font-size: 9px;
letter-spacing: 0.04em;
text-transform: uppercase;
opacity: 0.55;
}
.scroll-cue {
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
color: rgba(255,255,255,0.4);
font-size: 9px;
letter-spacing: 0.25em;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
animation: scrollBounce 2.4s ease-in-out infinite;
}
.scroll-cue::after {
content: '';
width: 1px;
height: 44px;
background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
}
/* ─── Closing ───────────────────────────────────────────── */
.closing {
background: #1b1612;
color: #e8e0d8;
text-align: center;
padding: 120px 32px 100px;
}
.closing-eyebrow {
font-size: 9px;
letter-spacing: 0.36em;
text-transform: uppercase;
color: rgba(232,224,216,0.3);
margin-bottom: 40px;
font-family: 'Lato', sans-serif;
}
.closing-title {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(40px, 7vw, 76px);
font-weight: 300;
font-style: italic;
color: #e8d5b0;
line-height: 1.1;
margin-bottom: 24px;
letter-spacing: 0.02em;
}
.closing-sub {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(17px, 2.5vw, 22px);
font-weight: 300;
font-style: italic;
color: rgba(232,224,216,0.48);
letter-spacing: 0.06em;
margin-bottom: 0;
}
.closing-hairline {
width: 36px;
height: 1px;
background: rgba(232,208,176,0.18);
margin: 64px auto;
}
.closing-names {
font-size: 10px;
letter-spacing: 0.28em;
text-transform: uppercase;
color: rgba(232,224,216,0.22);
font-family: 'Lato', sans-serif;
}
/* ─── Scroll-reveal ─────────────────────────────────────── */
.reveal {
opacity: 0;
transform: translateY(32px);
transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.visible {
opacity: 1;
transform: none;
}
/* ─── Animations ────────────────────────────────────────── */
@keyframes heroFade {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: none; }
}
.hero-eyebrow { animation: heroFade 1.2s 0.3s ease both; }
.hero-title { animation: heroFade 1.2s 0.6s ease both; }
.hero-sub { animation: heroFade 1.2s 0.9s ease both; }
.hero-message { animation: heroFade 1.2s 1.1s ease both; }
.hero-events-label,
.hero-events { animation: heroFade 1.2s 1.3s ease both; }
.scroll-cue { animation: heroFade 1.2s 1.6s ease both, scrollBounce 2.4s 2.2s ease-in-out infinite; }
@keyframes scrollBounce {
0%, 100% { transform: translateX(-50%) translateY(0); }
50% { transform: translateX(-50%) translateY(10px); }
}
/* ─── Responsive ────────────────────────────────────────── */
@media (max-width: 480px) {
.hero-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-top: 64px;
padding-bottom: 56px;
}
.hero-eyebrow { margin-bottom: 14px; font-size: 11px; }
.hero-title { margin-bottom: 12px; }
.hero-sub { margin-bottom: 20px; font-size: 18px; }
.hero-message { margin-bottom: 0; font-size: clamp(15px, 4.2vw, 18px); }
.hero-events-label { font-size: 10px; }
.hero-events { flex-direction: column; gap: 10px; }
.hero-events a { font-size: 13px; }
.hero-events a span { font-size: 10px; }
.scroll-cue { display: none; }
.closing { padding: 80px 24px 72px; }
}
@media (max-height: 700px) {
.hero-eyebrow { margin-bottom: 10px; }
.hero-title { margin-bottom: 8px; font-size: clamp(40px, 9vw, 72px); }
.hero-sub { margin-bottom: 16px; }
.hero-message { margin-bottom: 18px; font-size: clamp(14px, 3.6vw, 17px); -webkit-line-clamp: 4; }
.hero-events-label { margin-bottom: 10px; }
}
</style>
</head>
<body>
<!-- ── Hero ─────────────────────────────────────────────────── -->
<section class="hero">
<img class="hero-img" src="/images/wedding-center.JPG" alt="Manny and Celesti">
<div class="hero-overlay"></div>
<div class="hero-content">
<div class="hero-top">
<p class="hero-eyebrow">Manny & Celesti  ·  2026</p>
<h1 class="hero-title">Thank You</h1>
<p class="hero-sub">from the bottom of our hearts</p>
<p class="hero-message">
Every laugh, every happy tear, every moment you shared with us meant more than words can hold. Our baby girl will grow up knowing she was loved long before she ever arrived.
</p>
</div>
<div class="hero-bottom">
<p class="hero-events-label">Relive these moments with us</p>
<nav class="hero-events">
<a href="/photos#engagement">Engagement Shoot <span>March 7</span></a>
<a href="/photos#ceremony">Wedding Ceremony <span>April 3</span></a>
<a href="/photos#reception">Wedding Reception <span>April 4</span></a>
<a href="/photos#babyshower-la">Baby Shower LA <span>April 25</span></a>
<a href="/photos#babyshower-bayarea">Baby Shower Bay Area <span>June 7</span></a>
</nav>
</div>
</div>
<div class="scroll-cue">scroll</div>
</section>
<!-- ── Closing ───────────────────────────────────────────────── -->
<section class="closing">
<p class="closing-eyebrow reveal">The home stretch</p>
<h2 class="closing-title reveal">Catalina is on her way</h2>
<p class="closing-sub reveal">Thank you for every moment along the way. The next chapter starts soon.</p>
<div class="closing-hairline reveal"></div>
<p class="closing-names reveal">Manny Flores & Celesti Hao</p>
</section>
<script>
// Scroll-reveal
const observer = new IntersectionObserver(entries => {
entries.forEach(e => {
if (e.isIntersecting) {
e.target.classList.add('visible');
observer.unobserve(e.target);
}
});
}, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
</script>
</body>
</html>