Skip to content

Commit

Permalink
ready-made layout for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazelit committed Feb 5, 2024
1 parent 0e6f731 commit debaeec
Show file tree
Hide file tree
Showing 9 changed files with 367 additions and 4 deletions.
14 changes: 14 additions & 0 deletions img/footer/1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions img/footer/2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions img/footer/3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/social/1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions img/social/2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions img/social/3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions img/social/4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
148 changes: 148 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Loading

0 comments on commit debaeec

Please sign in to comment.