-
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.
- Loading branch information
Showing
9 changed files
with
367 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -490,6 +490,154 @@ <h1 class="intro__title"> | |
</div> | ||
</div> | ||
</section> | ||
<section class="contact-us"> | ||
<div class="container"> | ||
<div class="contact-us__content"> | ||
<div class="contact-us__text"> | ||
<div class="contact-us__title title"> | ||
Consulting Agency For Your Business | ||
</div> | ||
<div class="contact-us__subtitle subtitle"> | ||
the quick fox jumps over the lazy dog | ||
</div> | ||
</div> | ||
<button class="contact-us__button">Contact Us</button> | ||
</div> | ||
</div> | ||
</section> | ||
<footer class="footer"> | ||
<div class="container"> | ||
<div class="footer__content"> | ||
<div class="footer__rows"> | ||
<div class="footer__row"> | ||
<div class="footer__title">Company Info</div> | ||
<div class="footer__links"> | ||
<a href="" class="footer__link">About Us</a> | ||
<a href="" class="footer__link">Carrier</a> | ||
<a href="" class="footer__link" | ||
>We are hiring</a | ||
> | ||
<a href="" class="footer__link">Blog</a> | ||
</div> | ||
</div> | ||
<div class="footer__row"> | ||
<div class="footer__title">Legal</div> | ||
<div class="footer__links"> | ||
<a href="" class="footer__link">About Us</a> | ||
<a href="" class="footer__link">Carrier</a> | ||
<a href="" class="footer__link" | ||
>We are hiring</a | ||
> | ||
<a href="" class="footer__link">Blog</a> | ||
</div> | ||
</div> | ||
<div class="footer__row"> | ||
<div class="footer__title">Features</div> | ||
<div class="footer__links"> | ||
<a href="" class="footer__link" | ||
>Business Marketing</a | ||
> | ||
<a href="" class="footer__link" | ||
>User Analytic</a | ||
> | ||
<a href="" class="footer__link" | ||
>Live Chat</a | ||
> | ||
<a href="" class="footer__link" | ||
>Unlimited Support</a | ||
> | ||
</div> | ||
</div> | ||
<div class="footer__row"> | ||
<div class="footer__title">Resources</div> | ||
<div class="footer__links"> | ||
<a href="" class="footer__link" | ||
>IOS & Android</a | ||
> | ||
<a href="" class="footer__link" | ||
>Watch a Demo</a | ||
> | ||
<a href="" class="footer__link" | ||
>Customers</a | ||
> | ||
<a href="" class="footer__link">API</a> | ||
</div> | ||
</div> | ||
<div class="footer__row"> | ||
<div class="footer__title">Get In Touch</div> | ||
<div class="footer__links"> | ||
<div class="footer__contact"> | ||
<img | ||
src="img/footer/1.svg" | ||
alt="" | ||
class="footer__image" | ||
/> | ||
<a href="" class="footer__link" | ||
>(480) 555-0103</a | ||
> | ||
</div> | ||
<div class="footer__contact"> | ||
<img | ||
src="img/footer/2.svg" | ||
alt="" | ||
class="footer__image" | ||
/> | ||
<a href="" class="footer__link" | ||
>4517 Washington Ave</a | ||
> | ||
</div> | ||
<div class="footer__contact"> | ||
<img | ||
src="img/footer/3.svg" | ||
alt="" | ||
class="footer__image" | ||
/> | ||
<a href="" class="footer__link" | ||
>[email protected]</a | ||
> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<section class="copyright"> | ||
<div class="container"> | ||
<div class="copyright__content"> | ||
<div class="copyright__text"> | ||
Made With Love By Figmaland All Right Reserved | ||
</div> | ||
<div class="copyright__social"> | ||
<a href="" class="social__media" | ||
><img | ||
src="img/social/1.svg" | ||
alt="" | ||
class="media" | ||
/></a> | ||
<a href="" class="social__media" | ||
><img | ||
src="img/social/2.svg" | ||
alt="" | ||
class="media" | ||
/></a> | ||
<a href="" class="social__media" | ||
><img | ||
src="img/social/3.svg" | ||
alt="" | ||
class="media" | ||
/></a> | ||
<a href="" class="social__media" | ||
><img | ||
src="img/social/4.svg" | ||
alt="" | ||
class="media" | ||
/></a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<script src="js/script.js"></script> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.