Skip to content

Commit

Permalink
Merge pull request #2 from ElizabethBil/page-header
Browse files Browse the repository at this point in the history
Update header.html
  • Loading branch information
ElizabethBil authored Sep 30, 2023
2 parents 05ccc98 + 197aa03 commit 04222fb
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion src/partials/header.html
Original file line number Diff line number Diff line change
@@ -1 +1,58 @@

<header class="page-header">
<div class="header-container">
<nav class="header-navigation">
<a href="./index.html" class="header-nav-logo">
<svg class="header-logo-icon" width="44" height="39">
<use href="./img/icons.svg#icon-logo"></use>
</svg>
</a>
<ul class="header-nav-list">
<li class="header-nav-list-item">
<a href="#" class="header-nav-link">ABOUT US</a>
</li>
<li class="header-nav-list-item">
<a href="#" class="header-nav-link">OUR COLLECTION</a>
</li>
<li class="header-nav-list-item">
<a href="#" class="header-nav-link">CUSTOMER ORDER</a>
</li>
<li class="header-nav-list-item">
<a href="#" class="header-nav-link">TESTIMONIALS</a>
</li>
</ul>
</nav>
<address class="header-address">
<a href="tel:+380684439426" class="header-address-link"
>+380 (68) 443-94-26
</a>
</address>
<ul class="header-socials-list">
<li class="header-socials-item">
<a href="#" class="header-socials-link">
<svg class="header-socials-icon" width="28" height="28">
<use href="./img/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="header-socials-item">
<a href="#" class="header-socials-link">
<svg class="header-socials-icon" width="28" height="28">
<use href="./img/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="header-socials-item">
<a href="#" class="header-socials-link">
<svg class="header-socials-icon" width="28" height="28">
<use href="./img/icons.svg#icon-youtube"></use>
</svg>
</a>
</li>
</ul>
<button class="header-button">
<svg class="header-button-icon">
<use href="./img/icons.svg#icon-navigation"></use>
</svg>
</button>
</div>
</header>

0 comments on commit 04222fb

Please sign in to comment.