bpb-website/terms/index.html
2025-02-09 09:29:39 -05:00

178 lines
7.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beach Party Balloons</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Autour+One&family=Mogra&family=Rubik+Glitch&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../style.css">
<style>
.terms-and-conditions {
margin-top: 2rem;
padding: 1.5rem;
background-color: #f9f9f9;
border-radius: 0.25rem;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
color: #333;
}
h1{
color: #333 !important;
}
.terms-and-conditions h3, h2 {
margin-bottom: 1rem;
color: #333;
}
.terms-and-conditions p {
margin-bottom: 1rem;
color: #666;
}
</style>
</head>
<body>
<nav class="navbar is-info is-spaced has-shadow" role="navigation" aria-label="main navigation">
<div class="navbar-brand is-size-1">
<a class="navbar-item" href="index.html">
<img style="background-color: white;" src="../assets/logo/BeachPartyBalloons-logo.png" alt="Beach Party Balloons logo">
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu has-text-right">
<div class="navbar-end">
<a class="navbar-item " href="../index.html">
Home
</a>
<a class="navbar-item" href="../about/index.html">
About Us
</a>
<a class="navbar-item is-tab is-active" href="../terms/index.html">
Terms
</a>
<!-- <div class="navbar-item "> -->
<a class="navbar-item" href="../gallery/index.html">
Gallery
</a>
<!-- <div class="navbar-dropdown"> -->
<a class="navbar-item" href="../contact/index.html">
Contact
</a>
</div>
</div>
<div class="navbar-end">
</div>
</div>
</nav>
<!-- Terms & Conditions Section -->
<section class="terms-and-conditions">
<div class="container">
<div class="content ">
<h1 class="has-text-centered">Terms & Conditions of Purchase Beach Party Balloons (BPB)</h1>
<!-- Term 1: Balloons and Care -->
<article class="column is-one-fourth">
<h3>Balloons and Care</h3>
<p>Balloons are novelty items and are not guaranteed to last beyond the time of purchase. We recommend purchasing a balloon bag to protect your balloon order.</p>
<p>Please do not leave balloons in the car on warm days or in places where the temperature fluctuates. The use of helium balloons for outdoor purposes is discouraged. BPB is not responsible for any loss, damage, tangling, windblown incidents, or balloons floating away due to weather conditions.</p>
</article>
<!-- Term 2: Weighting of Balloons -->
<article class="column is-one-fourth">
<h3>Weighting of Balloons</h3>
<p>All balloons leaving the store must be weighted. We strongly encourage you to keep the balloons weighted, especially when used outdoors.</p>
</article>
<!-- Term 3: Prohibition of Intentional Balloon Release -->
<article class="column is-one-fourth">
<h3>Prohibition of Intentional Balloon Release</h3>
<p>BPB does not sell balloons for intentional release. As members of PEBA (Pro Environment Balloon Alliance), we are committed to being an environmentally conscious and law-abiding balloon shop.</p>
</article>
<!-- Term 4: Balloon Decor with Base -->
<article class="column is-one-fourth">
<h3>Balloon Décor with Base</h3>
<p>Balloon decor items that come with a base, such as columns, "favorite" centerpieces, and arches, may require a deposit or strike fee. You are responsible for the safe return of these items.</p>
<p>Failure to return the items or their absence during retrieval may result in the loss of your deposit or being charged a replacement fee.</p>
</article>
<!-- Term 5: Delivery -->
<article class="column is-one-fourth">
<h3>Delivery</h3>
<p>Balloon orders for delivery require a minimum 2-hour delivery window. Smaller delivery windows cannot be guaranteed for on-time arrival, as we account for potential delays.</p>
<p>A minimum order and delivery fee may be required based on the date and location. Delivery is subject to availability.</p>
</article>
<!-- Term 6: Substitution of Products -->
<article class="column is-one-fourth">
<h3>Substitution of Products</h3>
<p>BPB reserves the right to provide a substitute product of equal or greater value if we are unable to fulfill the exact product ordered.</p>
</article>
<!-- Term 7: Weather-Related Substitution or Cancellation -->
<article class="column is-one-fourth">
<h3>Weather-Related Substitution or Cancellation</h3>
<p>BPB reserves the right to substitute or cancel an order in the event that weather conditions make delivery or setup of decor, such as a balloon arch, unsafe or impractical.</p>
</article>
<!-- Term 8: Liability -->
<article class="column is-one-fourth">
<h3>Liability</h3>
<p>BPB is not responsible for any damage to property, injuries caused by balloons, decor, or our employees or vehicles, including allergic reactions and choking incidents.</p>
<p>Children should be supervised around balloons.</p>
</article>
<!-- Term 9: Foil Balloons -->
<article class="column is-one-fourth">
<h3>Foil Balloons</h3>
<p>Foil balloons may appear deflated in cold weather. Helium condenses in cold temperatures, but the balloons should expand to their original size when brought to the inflation temperature.</p>
</article>
<!-- Term 10: Refunds and Replacements -->
<article class="column is-one-fourth">
<h3>Refunds and Replacements</h3>
<p>Purchases and down payments are nonrefundable. You can cancel your order within 5 days for a 75% store credit.</p>
<p>Once balloons leave the store or are delivered, BPB is not responsible for replacing any popped, damaged, or deflated balloons.</p>
<p>Balloons are fragile by nature, please handle with care and check your purchase for any defects before leaving the shop.</p>
</article>
</div>
</div>
</section>
<!-- <div style="max-width: 30%; margin: auto;">
<script type="text/javascript" src="https://form.jotform.com/jsform/250083932725053"></script>
</div> -->
<footer class="footer has-background-primary-light">
<div class="content has-text-centered">
<h7>Copyright &copy; <span id="year"></span> Beach Party Balloons</h7>
<h7>All images & content are property of Beach Party Balloons. Use of images without written permission is prohibited.</h7>
</div>
</footer>
<div id="footer"></div>
<script src="../script.js"></script>
</body>
</html>