Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnydyn committed Oct 9, 2023
1 parent 24facfd commit fd2e69a
Showing 1 changed file with 42 additions and 41 deletions.
83 changes: 42 additions & 41 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,54 +57,55 @@
</li>
</nav>
</div>
</div>

<div class="header__content">
<div class="header__titles">
<div class="container">
<div class="header__title">
<h1 class="header__title--white--strategic-agency section-title section-title--white ">Strategic Agency</h1>
<p class="header__title--p">We believe in the power of bold ideas that can solve business challenges.</p>
</div>

<button class="button header__button">
<a class="button__link" href="#work">
<span class="button__text">Learn more</span>
</a>
</button>
<div class="header__content">
<div class="header__titles">
<div class="container">
<div class="header__title">
<h1 class="header__title--white--strategic-agency section-title section-title--white ">Strategic Agency</h1>
<p class="header__title--p">We believe in the power of bold ideas that can solve business challenges.</p>
</div>

<button class="button header__button">
<a class="button__link" href="#work">
<span class="button__text">Learn more</span>
</a>
</button>
</div>
</div>

<div class="header__bottom">
<img
class="header__bottom__img slide__img"
src="images/header/photo-header.png"
alt="watch"
>
<div class="container">
<div class="header__bottom__content">
<div class="header__bottom__slider__wrapper">
<button class="slider slider--left">
<img
class="slider-icon"
src="images/header/slider-left.png"
alt="slider-left"
>
</button>
<button class="slider slider--right">
<img
class="slider-icon"
src="images/header/slider-right.png"
alt="slider-right"
>
</button>
</div>
<div class="header__bottom__title">
<h4 class="header__bottom__intro">Intro</h4>
<p class="header__bottom__p">By the same illusion which lifts the <br> horizon.</p>
</div>
<div class="header__bottom">
<img
class="header__bottom__img slide__img"
src="images/header/photo-header.png"
alt="watch"
>
<div class="container">
<div class="header__bottom__content">
<div class="header__bottom__slider__wrapper">
<button class="slider slider--left">
<img
class="slider-icon"
src="images/header/slider-left.png"
alt="slider-left"
>
</button>
<button class="slider slider--right">
<img
class="slider-icon"
src="images/header/slider-right.png"
alt="slider-right"
>
</button>
</div>
<div class="header__bottom__title">
<h4 class="header__bottom__intro">Intro</h4>
<p class="header__bottom__p">By the same illusion which lifts the <br> horizon.</p>
</div>
</div>
</div>

</div>
</div>
</header>
Expand Down

0 comments on commit fd2e69a

Please sign in to comment.