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

Removed unnecessary text on the footer section #1600

Merged
merged 2 commits into from
Aug 10, 2024
Merged
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
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -864,10 +864,13 @@ <h1 style="color: #6d1002;">Homemade Food Services</h1>
</div>

<section class="testimonial-container" data-aos="zoom-in" data-aos-duration="1000" data-aos-offset="170" data-aos-easing="ease-in-out">
<h2 class="tagline pt-5"> Our Happy Clients </h2>
<p class="description">
<h2 class="tagline pt-5" style="color: #FFD700; font-size: 36px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);">
Our Happy Clients
</h2>
<p class="description" style="color: #FFFFFF; font-size: 20px; line-height: 1.6; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);">
At Foodie, we pride ourselves on delivering delicious meals & exceptional service. Don't just take our word for it - hear what our satisfied customers have to say!
</p>

<div id="testimonials" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
Expand Down Expand Up @@ -1028,7 +1031,8 @@ <h4 class="free_delivery">For Free Delivery!</h4>
<h2 class="text-center">Download This Amazing App Now!</h2>
<br>
<p class="best_discount">For best discounts and free delivery download the app now from your Google Play Store or App Store.</p>
<a href="#" class="google_play"><img src="/Images/app_download/get_it_on_google_play_store.png" class="app-download-img" alt="Get it on Google Play Store"></a>
git add .

<a href="#" class="app_store"><img src="./Images/app_download/download-on-the-app-store.png" class="app-download-img" alt="Download on the Apple App Store"></a>
</div>

Expand Down
Loading