add images to index
This commit is contained in:
parent
033addb7d8
commit
b3f940074f
BIN
assets/logo/BeachPartyBalloons-logo white background.png
Normal file
BIN
assets/logo/BeachPartyBalloons-logo white background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 890 KiB |
BIN
assets/pics/helium/img1.webp
Normal file
BIN
assets/pics/helium/img1.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
assets/pics/organic/img1.webp
Normal file
BIN
assets/pics/organic/img1.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 519 KiB |
BIN
assets/pics/organic/img2.webp
Normal file
BIN
assets/pics/organic/img2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 739 KiB |
22
index.html
22
index.html
@ -76,10 +76,30 @@
|
|||||||
<h1 class="is-size-3" style="text-align: center;">Visit our store</h1>
|
<h1 class="is-size-3" style="text-align: center;">Visit our store</h1>
|
||||||
<h2 class="is-size-4" style="text-align: center;"> <a target="_blank" href="https://maps.app.goo.gl/gRk6NztgMRUsSVJf9">554 Boston Post Road, Milford, CT 06460</a> </h2>
|
<h2 class="is-size-4" style="text-align: center;"> <a target="_blank" href="https://maps.app.goo.gl/gRk6NztgMRUsSVJf9">554 Boston Post Road, Milford, CT 06460</a> </h2>
|
||||||
<h2 class="is-size-4" style="text-align: center;" ><a href="tel:203.283.5626">203.283.5626</a> </h2>
|
<h2 class="is-size-4" style="text-align: center;" ><a href="tel:203.283.5626">203.283.5626</a> </h2>
|
||||||
<div class=" has-text-centered"> <button class="button is-info ">Contact Us</button>
|
<div class="py-2 has-text-centered"> <button class="button is-info ">Contact Us</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="container is-justify-content-center">
|
||||||
|
<img src="assets/pics/organic/img1.webp" alt="Image 1" >
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p class="is-size-5 has-text-centered">Walk-ins welcome!</p>
|
||||||
|
<p class="is-size-6 has-text-centered"> Pick up a balloon arrangement for birthdays or any occasion. We will make it while you wait! </p>
|
||||||
|
<p class="is-size-6 has-text-centered">We have hundreds of foil balloon choices in stock and over 40 latex colors! </p>
|
||||||
|
|
||||||
|
<p class="is-size-5 has-text-centered">...Or consult with one of our designers about your balloon decorating needs.</p>
|
||||||
|
|
||||||
|
<div class="container is-justify-content-center">
|
||||||
|
<img src="assets/pics/organic/img2.webp" alt="Image 1" >
|
||||||
|
</div>
|
||||||
|
<p class="is-size-5 has-text-centered">Delivery avalible!</p>
|
||||||
|
<p class="is-size-5 has-text-centered"> Have your balloons delivered! Our delivery staff will make sure your order arrives safe and sound!</p>
|
||||||
|
|
||||||
|
<div class="container is-justify-content-center">
|
||||||
|
<img src="assets/pics/helium/img1.webp" alt="Image 1" >
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer class="footer has-background-primary-light">
|
<footer class="footer has-background-primary-light">
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<h7>Copyright © <span id="year"></span> Beach Party Balloons</h7>
|
<h7>Copyright © <span id="year"></span> Beach Party Balloons</h7>
|
||||||
|
|||||||
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
numpy >= 1.21.5
|
||||||
|
pyusb >= 1.2.1
|
||||||
|
lxml >= 4.8.0
|
||||||
|
xmltodict >= 0.13.0 # required for Silhouette Multiple Actions
|
||||||
|
cssselect >= 1.1.0 # required for inkscape >= 1.2
|
||||||
|
tinycss2 >= 1.1.1 # required for inkscape >= 1.4
|
||||||
|
matplotlib >= 3.7.2 # required displaying cut preview
|
||||||
Loading…
x
Reference in New Issue
Block a user