diff --git a/.vscode/settings.json b/.vscode/settings.json index dc901c4..fc6fbb2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5510 + "liveServer.settings.port": 5511 } \ No newline at end of file diff --git a/about/index.html b/about/index.html index 30539ae..0368e4f 100644 --- a/about/index.html +++ b/about/index.html @@ -101,11 +101,12 @@

Beach Party Balloons: A celebration of joy and creativity

-

Since 2016, Beach Party Balloons has been steadfastly dedicated to providing exceptional family-friendly entertainment in Milford, Connecticut. Our journey began with the establishment of our sister company, Painted You, which laid the foundation for crafting unforgettable experiences through creative party services.

+

Since 2016, Beach Party Balloons has been steadfastly dedicated to providing exceptional family-friendly entertainment in Milford, Connecticut. + Our journey began with the establishment of our sister company, Painted You, which laid the foundation for crafting unforgettable experiences through creative party services.

-

In 2016, Melissa spearheaded the opening of Beach Party Balloons at Walnut Beach, bringing her unwavering passion for joy and magic to the community. Fast forward to today, we have relocated to a new venue at 554 Boston Post Road, continuing our legacy with enhanced innovation and growth.

+

In 2016, Melissa spearheaded the opening of Beach Party Balloons at Walnut Beach, bringing her unwavering passion for joy and magic to the community. Fast forward to today, we have relocated to a new venue at 554 Boston Post Road, continuing our legacy with enhanced innovation and growth. In 2025, Chris, a long time employee, purchased the business from Melissa.

diff --git a/contact/index.html b/contact/index.html index c9238da..962f6dc 100644 --- a/contact/index.html +++ b/contact/index.html @@ -116,6 +116,6 @@

- + \ No newline at end of file diff --git a/faq/index.html b/faq/index.html index 91e971f..f0fb7fa 100644 --- a/faq/index.html +++ b/faq/index.html @@ -159,6 +159,6 @@ - + \ No newline at end of file diff --git a/gallery/centerpiece/index.html b/gallery/centerpiece/index.html deleted file mode 100644 index 4da8d92..0000000 --- a/gallery/centerpiece/index.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - Beach Party Balloons - - - - - - - - - - - - - - -
-
-

Centerpieces

- -
-
- - - - - - diff --git a/gallery/classic/classic.css b/gallery/classic/classic.css deleted file mode 100644 index ef31118..0000000 --- a/gallery/classic/classic.css +++ /dev/null @@ -1,212 +0,0 @@ - -/* -font -*/ -/* -body -*/ -body { - font-family: "Montserrat Alternates", sans-serif; -} - -img { - max-width: 100%; -} - -footer { - width: 100%; - padding: 15px; - text-align: center; -} - -/* -sprite svg -*/ -.sprite-svg { - display: none; - z-index: 10; -} - -/* -title -*/ -h1 { - padding: 40px 0 40px; - font-size: 40px; - text-align: center; - text-transform: uppercase; -} - -/* -images wrapper -*/ -.wrapper { - display: block; - width: 100%; - max-width: 1200px; - -moz-columns: 1; - columns: 1; - -moz-column-gap: 0; - column-gap: 0; - -moz-column-break-inside: avoid; - break-inside: avoid; - margin: 20px auto 50px; -} -@media (min-width: 600px) { - .wrapper { - -moz-columns: 2; - columns: 2; - } -} -@media (min-width: 800px) { - .wrapper { - -moz-columns: 3; - columns: 3; - } -} - -.grid-image { - float: left; - width: 100%; - padding: 4px; -} -.grid-image img { - float: left; - width: 100%; -} - -.zoom-wrapper { - display: none; - position: fixed; - left: 0; - top: 0; - bottom: 0; - width: 100%; - overflow: auto; - background-color: black; - background-color: rgba(0, 0, 0, 0.6); -} - -.zoom-wrapper:target { - display: flex; -} - -@-webkit-keyframes top-animation { - from { - top: -100px; - opacity: 0; - } - to { - top: 0px; - opacity: 1; - } -} - -@keyframes top-animation { - from { - top: -100px; - opacity: 0; - } - to { - top: 0px; - opacity: 1; - } -} -.zoom-wrapper__image { - position: relative; - width: 80%; - max-width: 1000px; - height: 100%; - margin: auto; - display: flex; - justify-content: center; - align-items: center; - /* animation */ - -webkit-animation-name: top-animation; - animation-name: top-animation; - -webkit-animation-duration: 0.5s; - animation-duration: 0.5s; -} - -.cell { - box-flex: 1; - flex: 1 1 auto; -} - -.zoom-image { - max-height: 100vh; -} - -/* -arrow navigation -*/ -.navigation-arrow { - position: fixed; - top: 50%; - transform: translateY(-50%); - perspective: 1000px; - perspective-origin: 100% 50%; -} - -.navigation-arrow__left { - left: 0; -} - -.navigation-arrow__next { - right: 0; -} - -.navigation-arrow__image { - position: absolute; - width: 100px; - height: 100px; - overflow: hidden; - transition: transform 0.3s; -} -.navigation-arrow__prev .navigation-arrow__image { - left: 40px; - transform: rotateY(90deg); - transform-origin: 0% 50%; -} -.navigation-arrow__next .navigation-arrow__image { - right: 40px; - transform: rotateY(-90deg); - transform-origin: 100% 50%; -} -.navigation-arrow__image img { - width: 100%; - height: 100%; - -o-object-fit: cover; - object-fit: cover; -} -.navigation-arrow__prev:hover .navigation-arrow__image, .navigation-arrow__next:hover .navigation-arrow__image { - transform: rotateY(0deg); -} - -.navigation-arrow__icon { - position: relative; - display: block; - width: 40px; - height: 100px; - padding: 6px; - background-color: #ffffff; -} -.navigation-arrow__icon svg.icon { - top: 50%; - transform: translateY(-50%); - fill: #000000; - position: relative; - stroke-width: 2; - stroke: #000000; -} - -.zoom-wrapper__close { - position: fixed; - top: 70px; - right: 10px; - z-index: 100 !important; - color: #ffffff; - font-size: 40px; - text-decoration: none; - text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -} \ No newline at end of file diff --git a/gallery/classic/classic.html b/gallery/classic/classic.html deleted file mode 100644 index 445ec84..0000000 --- a/gallery/classic/classic.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - Beach Party Balloons - Gallery - - - - - - - - - - - - - - - - - - -
-
- -
-
- -
- - - - - + \ No newline at end of file diff --git a/sendEmail.php b/sendEmail.php deleted file mode 100644 index 390f892..0000000 --- a/sendEmail.php +++ /dev/null @@ -1,35 +0,0 @@ -\r\n"; - $headers .= "Reply-To: $email\r\n"; - $headers .= "Content-Type: text/plain; charset=UTF-8\r\n"; - - $email_body = "You have received a new message from your website contact form.\n\n"; - $email_body .= "Name: $name\n"; - $email_body .= "Email: $email\n"; - $email_body .= "Phone: $phone\n"; - $email_body .= "Message:\n$message\n"; - - // Send email - if (mail($to, $subject, $email_body, $headers)) { - echo "Message sent successfully!"; - } else { - echo "Failed to send message. Please try again later."; - } -} else { - echo "Invalid request."; -} -?> diff --git a/terms/index.html b/terms/index.html index af4d743..378d7cd 100644 --- a/terms/index.html +++ b/terms/index.html @@ -197,6 +197,6 @@ h1{
- + \ No newline at end of file