add rotate script

This commit is contained in:
chris 2025-02-26 21:26:50 -05:00
parent 50aed702fa
commit ec1897f247
2 changed files with 31 additions and 15 deletions

View File

@ -98,28 +98,34 @@
</div> </div>
<div class="content-container"> <div class="content-container">
<h1 class="section-title has-text-centered">About Us</h1> <h1 class="section-title has-text-centered">Beach Party Balloons: A celebration of joy and creativity</h1>
<div class="article"> <div class="article">
<p class="has-text-centered">Since 2016, Beach Party Balloons has been proudly serving Milford, Connecticut, as a trusted name in family-friendly entertainment.</p> <p class="has-text-centered">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.</p>
<p class="has-text-centered">
Our journey began with the establishment of our sister company, Painted You, which laid the foundation for creating unforgettable experiences through creative party services.
</p>
</div> </div>
<div class="article"> <div class="article">
<p class="has-text-centered">In 2016, Melissa opened Beach Party Balloons at her Walnut Beach location, bringing her passion for creating joy and magic to the community.</p> <p class="has-text-centered">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.</p>
</div>
<div class="article">
<p class="has-text-centered"> <p class="has-text-centered">
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. 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. </p>
</p>
<p class="has-text-centered"> </div>
In 2025, two long time employees purchased the business from Melissa.
</p>
<div class="article has-text-centered">
<p class="has-text-centered">
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.</p>
</div>
</div> </div>
<div class="article"> </body>
<!-- <div class="article">
<p class="has-text-centered">At Beach Party Balloons, we specialize in a variety of party services designed to make every event memorable. Our expert team offers balloon decorations, custom designs, and interactive balloon art that brings your special moments to life. <p class="has-text-centered">At Beach Party Balloons, we specialize in a variety of party services designed to make every event memorable. Our expert team offers balloon decorations, custom designs, and interactive balloon art that brings your special moments to life.
</div> </div>
@ -133,7 +139,7 @@
<p class="has-text-centered"> <p class="has-text-centered">
We take pride in delivering outstanding service, maintaining strong relationships with local communities, and providing creative solutions that exceed our clients' expectations. At Beach Party Balloons, we believe every detail matters—so let us help you create unforgettable memories. We take pride in delivering outstanding service, maintaining strong relationships with local communities, and providing creative solutions that exceed our clients' expectations. At Beach Party Balloons, we believe every detail matters—so let us help you create unforgettable memories.
</p> </p>
</div> </div> -->
</div> </div>

View File

@ -0,0 +1,10 @@
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Usage: $0 <image_file>"
exit 1
fi
IMAGE_FILE=$1
convert "$IMAGE_FILE" -rotate 90 "$IMAGE_FILE"