Skip to content

Commit

Permalink
Deploying to gh-pages from @ fd83594 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ReshetS committed Apr 12, 2024
1 parent 9aacf51 commit 3d59b59
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/icons-3df100cc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 54 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,60 @@ <h2 class="your-order-title">

</main>
<footer class="footer">

<div class="container">
<div class="footer-wrap">
<div class="footer-logo">
<a class="footer-logo-link" href="./index.html">
<svg class="footer-logo-icon-mob" width="16" height="16">
<use href="/assets/icons-3df100cc.svg#mini-cubiki"></use>
</svg>
<svg class="footer-logo-icon-mob" width="148" height="12">
<use href="/assets/icons-3df100cc.svg#mini-green-harvest"></use>
</svg>
<svg class="footer-logo-icon-tab" width="18" height="18">
<use href="/assets/icons-3df100cc.svg#big-cubiki"></use>
</svg>
<svg class="footer-logo-icon-tab" width="168" height="15">
<use href="/assets/icons-3df100cc.svg#big-green-harvest"></use>
</svg>
</a>
<p class="footer-text">
Whether you're looking for a healthy snack or a thoughtful gift, our
fruit baskets are the perfect choice.
</p>
</div>
<div class="footer-blok-nav">
<nav class="footer-nav">
<ul class="footer-nav-list">
<li>
<a class="footer-nav-link" href="#how-it-works">how it works</a>
</li>
<li>
<a class="footer-nav-link" href="#vegetables">vegetables</a>
</li>
<li><a class="footer-nav-link" href="#reviews">reviews</a></li>
</ul>
</nav>
<address class="footer-address">
<a class="footer-address-link" href="tel:+380684439426"
>+380 (68) 443-94-26</a
>
<p class="footer-address-text">
1678 S. Pioneer Road Salt Lake City UT 84104
</p>
</address>
</div>
</div>

<div class="footer-soc">
<a class="footer-soc-link" href="">Privacy Policy</a>
<p class="footer-soc-text">/</p>
<a class="footer-soc-link" href="">Cookie settings</a>
<a class="footer-soc-link current" href="./index.html"
>&copy;Green Harvest 2023</a
>
</div>
</div>
</footer>

<div class="mobile-menu">
Expand Down

0 comments on commit 3d59b59

Please sign in to comment.