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 4197a79 commit 01f2900
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 @@ -126,7 +126,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')">
<div class="product" onclick="openModal('./fc.jpg', ['white', 'grey', 'silver', 'black', 'red', 'orange', 'yellow', 'green', 'blue', '#ff1493'], 'Spiral Cone')">
<img src="./fc.jpg" alt="Spiral Cone">
<div>
<h2>Spiral Cone</h2>
Expand All @@ -146,7 +146,7 @@ <h2>Spiral Cone</h2>
</div>
</div>

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

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

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

0 comments on commit 01f2900

Please sign in to comment.