-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working on design of hero image testimonial about and footer sections
- Loading branch information
1 parent
96b0321
commit d4012b6
Showing
8 changed files
with
104 additions
and
46 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
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
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
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
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
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
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 |
---|---|---|
@@ -1,12 +1,17 @@ | ||
function Footer() { | ||
return ( | ||
<footer> | ||
<h5>JACKIE'S ARK PETSITTING SERVICES</h5> | ||
<section className="footer-contact-info"> | ||
<ol> | ||
<li>407-716-5790</li> | ||
<li>[email protected]</li> | ||
</ol> | ||
<h5>JACKIE'S ARK PETSITTING SERVICES</h5> | ||
<section className="footer-contact-info"> | ||
<ol> | ||
<li>407-716-5790</li> | ||
<li>[email protected]</li> | ||
<li> | ||
<h6>2024</h6> | ||
</li> | ||
</ol> | ||
</section> | ||
</section> | ||
<section className="insurance-logo"> | ||
<a | ||
|
@@ -20,7 +25,6 @@ function Footer() { | |
/> | ||
</a> | ||
</section> | ||
<h6>2024</h6> | ||
</footer> | ||
); | ||
} | ||
|
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