Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #733

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ <h1 class="site-title">ArcticDelights</h1>
<a href="#menu">Menu</a>
<a href="#review-section">Review</a>
<a href="#blogs">Blogs</a>
<a href="contact.html">Contact Us</a>
<a href="#" id="my-order-btn">My Orders</a>
<a href="contact.html">Contact Us </a>
<a href="#" id="my-order-btn"> My Orders</a>
</nav>


Expand Down Expand Up @@ -741,13 +741,12 @@ <h3 id="pro-name">Choco-Hazel Pops</h3>
<div class="picture">
<img src="https://images.unsplash.com/photo-1499638472904-ea5c6178a300" alt="">

<h3 id="pro-name">Very Very Peachy</h3>
<div class="price"> $16.99 <span>20.99</span></div>
<h3 id="pro-name">Butter Pecan</h3>

<div class="flip">A refreshing and juicy delight packed with the sweet, sunny flavor of ripe peaches, delivering a taste of summer in every delicious bite!</div>
</div>

<div class="price"> $15.99 <span>20.99</span></div>
<div class="price"> $15.99 <span>21.99</span></div>
<button id="inbox" onclick="addToCart('Very Very Peachy',15.99)">Add to Cart</button><br>
<div class="noofitems">
<button class="plus-minus" onclick="decreaseQuantity('Very Very Peachy')">-</button>
Expand Down