Skip to content

Commit

Permalink
Merge pull request #689 from Rupalpy/rpy
Browse files Browse the repository at this point in the history
footer links worked
  • Loading branch information
sunny0625 authored May 31, 2024
2 parents e4903bd + 81cf14d commit e565d47
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,31 +350,31 @@ <h3>Juices</h3>

<ul class="footer-colums">
<p> Exclusive Offers</p>
<a>Foodie Discounts</a>
<a>Limited-Time Promotions</a>
<a>Special Event Packages</a>
<a>Membership Benefits</a>
<a>Early Access to New Recipes</a>
<a>VIP Foodie Events</a>
<a>Personalized Culinary Experiences</a>
<a href="#">Foodie Discounts</a>
<a href="#">Limited-Time Promotions</a>
<a href="#">Special Event Packages</a>
<a href="#">Membership Benefits</a>
<a href="#">Early Access to New Recipes</a>
<a href="#">VIP Foodie Events</a>
<a href="#">Personalized Culinary Experiences</a>

</ul>

<ul class="footer-colums">
<p>Payment Products</p>
<a>Secure Checkout</a>
<a>Credit/Debit Cards</a>
<a>Online Payment</a>
<a>Mobile Wallets</a>
<a>Contactless Payments</a>
<a href="#">Secure Checkout</a>
<a href="#">Credit/Debit Cards</a>
<a href="#">Online Payment</a>
<a href="#">Mobile Wallets</a>
<a href="#">Contactless Payments</a>
</ul>


<form id="contactForm">
<h3>Contact Us!</h3>
<!-- <label for="name">Name:</label> -->
<!-- <input type="text" id="name" name="name" placeholder="Your Name" required>
-->
-->
<!-- <label for="email">Email:</label> -->
<input type="email" id="email" name="email" placeholder="Your Email" required>

Expand Down
24 changes: 12 additions & 12 deletions Html-files/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,22 +206,22 @@ <h2 class="testimonal__title">Priya Sharma</h2>

<ul class="footer-colums">
<p> Exclusive Offers</p>
<a>Foodie Discounts</a>
<a>Limited-Time Promotions</a>
<a>Special Event Packages</a>
<a>Membership Benefits</a>
<a>Early Access to New Recipes</a>
<a>VIP Foodie Events</a>
<a>Personalized Culinary Experiences</a>
<a href="#">Foodie Discounts</a>
<a href="#">Limited-Time Promotions</a>
<a href="#">Special Event Packages</a>
<a href="#">Membership Benefits</a>
<a href="#">Early Access to New Recipes</a>
<a href="#">VIP Foodie Events</a>
<a href="#">Personalized Culinary Experiences</a>
</ul>

<ul class="footer-colums">
<p>Payment Products</p>
<a>Secure Checkout</a>
<a>Credit/Debit Cards</a>
<a>Online Payment</a>
<a>Mobile Wallets</a>
<a>Contactless Payments</a>
<a href="#">Secure Checkout</a>
<a href="#">Credit/Debit Cards</a>
<a href="#">Online Payment</a>
<a href="#">Mobile Wallets</a>
<a href="#">Contactless Payments</a>
</ul>

<form id="contactForm">
Expand Down

0 comments on commit e565d47

Please sign in to comment.