Skip to content

Commit

Permalink
str: add html for main/home section
Browse files Browse the repository at this point in the history
added html in index.html file for main/home section
  • Loading branch information
rasan3-1416 committed Oct 5, 2023
1 parent e2809db commit 0052c71
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,37 @@
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">

<div class="home__container container grid">
<div class="home__content">
<img class="home__img" src="/assets/img/home-img.png" alt="image">
<h1 class="home__title">
<span>J</span>
<span>B</span>
<span>L</span>
</h1>
<div class="home__tooltip">
<img class="home__tooltip-img" src="/assets/img/tooltip-right.svg" alt="">
<span class="home__tooltip-text">$150</span>
</div>
</div>
<a class="home__button button" href="">
Buy Now <i class="ri-play-circle-fill"></i>
</a>
<div class="home__social">
<span class="home__social-text">Follow Us</span>
<div class="home__social-links">
<a class="nav__social-link" href="http://www.instagram.com" target="_blank">
<i class="ri-instagram-fill"></i>
</a>
<a class="nav__social-link" href="http://www.facebook.com" target="_blank">
<i class="ri-facebook-circle-fill"></i>
</a>
<a class="nav__social-link" href="http://www.youtube.com" target="_blank">
<i class="ri-youtube-fill"></i>
</a>
</div>
</div>
</div>
</section>

<!--==================== ABOUT ====================-->
Expand Down

0 comments on commit 0052c71

Please sign in to comment.