Skip to content

Commit

Permalink
Update Stinky7thShop.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stinky7thgraders authored Oct 12, 2024
1 parent 7bc5633 commit 4197a79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Stinky7thShop.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1>Welcome to The Stinky7thShop!</h1>
<p style="text-align: center;">Explore our collection of fidget toys available in a variety of colors. Find the perfect fidget to keep your hands busy and your mind focused!</p>

<div class="product" onclick="openModal('URL_FOR_SPIRAL_CONE_IMAGE', ['white', 'grey', 'silver', 'black', 'red', 'orange', 'yellow', 'green', 'blue', '#ff1493'], 'Spiral Cone')">
<img src="URL_FOR_SPIRAL_CONE_IMAGE" alt="Spiral Cone">
<img src="./fc.jpg" alt="Spiral Cone">
<div>
<h2>Spiral Cone</h2>
<p><strong>Available Colors:</strong></p>
Expand All @@ -147,7 +147,7 @@ <h2>Spiral Cone</h2>
</div>

<div class="product" onclick="openModal('URL_FOR_SPIRAL_CUBE_IMAGE', ['white', 'grey', 'silver', 'black', 'red', 'orange', 'yellow', 'green', 'blue', '#ff1493'], 'Spiral Cube')">
<img src="URL_FOR_SPIRAL_CUBE_IMAGE" alt="Spiral Cube">
<img src="./fcu.jpg" alt="Spiral Cube">
<div>
<h2>Spiral Cube</h2>
<p><strong>Available Colors:</strong></p>
Expand All @@ -167,7 +167,7 @@ <h2>Spiral Cube</h2>
</div>

<div class="product" onclick="openModal('URL_FOR_SPIRAL_CYLINDER_IMAGE', ['white', 'grey', 'silver', 'black', 'red', 'orange', 'yellow', 'green', 'blue', '#ff1493'], 'Spiral Cylinder')">
<img src="URL_FOR_SPIRAL_CYLINDER_IMAGE" alt="Spiral Cylinder">
<img src="./fcy.jpg" alt="Spiral Cylinder">
<div>
<h2>Spiral Cylinder</h2>
<p><strong>Available Colors:</strong></p>
Expand All @@ -187,7 +187,7 @@ <h2>Spiral Cylinder</h2>
</div>

<div class="product" onclick="openModal('URL_FOR_SPIRAL_SPHERE_IMAGE', ['white', 'grey', 'silver', 'black', 'red', 'orange', 'yellow', 'green', 'blue', '#ff1493'], 'Spiral Sphere')">
<img src="URL_FOR_SPIRAL_SPHERE_IMAGE" alt="Spiral Sphere">
<img src="./fs.jpg" alt="Spiral Sphere">
<div>
<h2>Spiral Sphere</h2>
<p><strong>Available Colors:</strong></p>
Expand Down

0 comments on commit 4197a79

Please sign in to comment.