-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from AswaniBolisetti/enhance-contactus
- Loading branch information
Showing
1 changed file
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -589,19 +589,21 @@ <h3 class="heading-primary" data-aos="zoom-out-down"> | |
<br /> | ||
<br /> | ||
|
||
<footer class="footer" style="background-color: #e4ab75;"> | ||
<div class="footer__container "> | ||
<footer class="footer" style="background-color: #e4ab75; "> | ||
|
||
<div class="footer__container" style="padding: 20px; margin-bottom: -40px;"> | ||
<div class="footer__intro"> | ||
<img | ||
src="images/logo/Logo - White.png" | ||
alt="Etiffy Logo" | ||
style="margin-top: -25px;" | ||
class="footer__logo" | ||
/> | ||
|
||
<p | ||
class="paragraph paragraph--white paragraph--light paragraph--small" | ||
style="width: 80%" | ||
font-size="2px" | ||
style="width: 80%;font-size:15px;" | ||
|
||
> | ||
Alimento is an online homemade food delivery platform that connects passionate home chefs with food enthusiasts. This platform allows home chefs to showcase their culinary skills by offering a variety of homemade dishes to users, who can easily order and enjoy delicious meals from the comfort of their homes. | ||
</p> | ||
|
@@ -629,6 +631,15 @@ <h5 class="heading-secondary heading-secondary--semi-bold heading-secondary--whi | |
</div> | ||
<p class="contact__li-text">[email protected]</p> | ||
</li> | ||
<li> | ||
<div class="social-icons" style="margin-top: -10px;"> | ||
<a href="#"><i class="fa-brands fa-linkedin"></i></a> | ||
<a href="#"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="#"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="#"><i class="fa-brands fa-pinterest"></i></a> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
|
@@ -654,24 +665,17 @@ <h5 class="heading-secondary heading-secondary--semi-bold heading-secondary--whi | |
|
||
|
||
</div> | ||
</footer> | ||
|
||
<section class="footer-icon" id="footer"> | ||
<div class="social-icons"> | ||
<a href="#"><i class="fa-brands fa-linkedin"></i></a> | ||
<a href="#"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="#"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="#"><i class="fa-brands fa-pinterest"></i></a> | ||
<p style="font-size: 1.5rem; text-align: center; padding:2px"> | ||
<section class="footer" id="footer"> | ||
|
||
<hr style="height: 0.3px; width: auto; background-color: #ffffff; border: none;"> | ||
<p style="font-size: 1.5rem; text-align: center; margin-top: 25px; margin-bottom: -20px;"> | ||
<strong> Alimento| All rights reserved © | 2024</strong> | ||
</p> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</section> | ||
</footer> | ||
|
||
</section> | ||
|
||
<button onclick="scrollToTop()" id="scrollTopBtn" class="scroll-to-top"> | ||
<i class="fa-solid fa-arrow-up"></i> | ||
</button> | ||
|