Skip to content

Commit e1e523c

Browse files
authored
personalize birthday message
1 parent 1c62852 commit e1e523c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h1 class="hero-title">Happy Birthday, (name) 💖✨</h1>
223223

224224
<section class="photo-section">
225225
<div class="photo-frame">
226-
<img src="https://via.placeholder.com/400x300/ff6b81/ffffff?text=Memory+Photo" alt="Special Memory">
226+
<img src="https://i.pinimg.com/originals/85/1d/57/851d571c40a0a845be22ad8ea5576103.jpg">
227227
</div>
228228
<p class="photo-caption">some memories just hit different 💭</p>
229229
</section>
@@ -271,7 +271,7 @@ <h1 class="hero-title">Happy Birthday, (name) 💖✨</h1>
271271

272272
messageContainer.style.display = 'block';
273273

274-
const message = `Hey Athmika, happy birthday 💗 I know things aren't the same between us, but I couldn't let your day slide without saying this — you still mean a lot to me. I hope this year brings you peace, glow-ups, and everything you dream of. You'll always be a special part of my story 🫶.`;
274+
const message = `Hey (name), happy birthday 💗 I know things aren't the same between us, but I couldn't let your day slide without saying this — you still mean a lot to me. I hope this year brings you peace, glow-ups, and everything you dream of. You'll always be a special part of my story 🫶.`;
275275

276276
typeWriter(message, typewriter);
277277

0 commit comments

Comments
 (0)