Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="flex items-center justify-center h-screen">
<div class="flex flex-col items-center p-4">
<img id="imageDisplay" src="./images/image1.gif" alt="Cute kitten with flowers" class="rounded-md h-[300px]" style="object-fit: cover;" />
<h2 id="valentineQuestion" class="text-4xl font-bold italic text-[#bd1e59] my-4">Will you be my Valentine?</h2>
<h2 id="valentineQuestion" class="text-4xl font-bold italic text-[#bd1e59] my-4">Will you be my prom date?</h2>
<div class="flex gap-4 pt-[20px] items-center" id="responseButtons">
<button id="yesButton"
class="bounce2 inline-flex items-center justify-center whitespace-nowrap rounded-md text-[20px] font-medium disabled:pointer-events-none disabled:opacity-50 hover:bg-green-400 min-h-12 min-w-[75px] px-4 py-2 bg-green-500 text-white transition">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h2 id="valentineQuestion" class="text-4xl font-bold italic text-[#bd1e59] my-4"
yesButton.style.width = `${buttonWidth}px`;
yesButton.style.fontSize = `${fontSize}px`; // Update font size
if (noClickCount < 6) {
noButton.textContent = ["No", "Are you sure?", "Pookie please", "Don't do this to me :(", "You're breaking my heart", "I'm gonna cry..."][noClickCount];
noButton.textContent = ["No", "Are you sure?", "please", "Don't do this to me :(", "You're breaking my heart", "I'm gonna cry...","Please","Just think about it","are you really sure?","if you say no I'll be very sad","I'll be very very sad","I'll be very very very sad","I'll be very very very very sad","ok fine i'll stop asking...","Just Kidding, PLEASE SAY YES","I'll be very very very very very sad :(","you're breaking my heart;(","No","Are you sure?","Really sure?","Are you positive?","pleaseee","Fine I'll stop asking","No", "Are you sure?", "please", "Don't do this to me :("][noClickCount];
}
}
});
Expand All @@ -92,4 +92,4 @@ <h2 id="valentineQuestion" class="text-4xl font-bold italic text-[#bd1e59] my-4"
});
</script>
</body>
</html>
</html>