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

footer links worked #689

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
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
Loading