From ec1897f2474b47c86c3146f86ebe93ddf96674f8 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 26 Feb 2025 21:26:50 -0500 Subject: [PATCH] add rotate script --- about/index.html | 36 ++++++++++++++++++++--------------- assets/pics/gallery/rotate.sh | 10 ++++++++++ 2 files changed, 31 insertions(+), 15 deletions(-) create mode 100644 assets/pics/gallery/rotate.sh diff --git a/about/index.html b/about/index.html index 4c8232a..30539ae 100644 --- a/about/index.html +++ b/about/index.html @@ -98,28 +98,34 @@
-

About Us

+

Beach Party Balloons: A celebration of joy and creativity

-

Since 2016, Beach Party Balloons has been proudly serving Milford, Connecticut, as a trusted name in family-friendly entertainment.

- -

- Our journey began with the establishment of our sister company, Painted You, which laid the foundation for creating 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 opened Beach Party Balloons at her Walnut Beach location, bringing her passion for creating joy and magic to the community.

- +

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.

+
+

- Fast forward to today, we have relocated to a new location at 554 Boston Post Road, continuing our legacy with enhanced opportunities for innovation and growth. -

-

- In 2025, two long time employees purchased the business from Melissa. -

+Our expertise lies in crafting memorable experiences through a diverse array of services: expert balloon decorations that add vibrant life to your events, custom designs tailored to reflect each client's unique style, interactive balloon art that engages and captivates. We are committed to reflecting the essence of our clients by creating cohesive atmospheres that align with their needs.

+ +
+ + + +
+

+ At Beach Party Balloons, we prioritize excellence in service and relationship-building with our local community. + Our creative solutions exceed expectations, ensuring your events are truly unforgettable. Let us help you turn every detail into a magical memory.

+
+ +
-
+ +
diff --git a/assets/pics/gallery/rotate.sh b/assets/pics/gallery/rotate.sh new file mode 100644 index 0000000..0bcdf78 --- /dev/null +++ b/assets/pics/gallery/rotate.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ $# -ne 1 ]; then + echo "Usage: $0 " + exit 1 +fi + +IMAGE_FILE=$1 + +convert "$IMAGE_FILE" -rotate 90 "$IMAGE_FILE"