67 lines
3.1 KiB
Plaintext
67 lines
3.1 KiB
Plaintext
<div id="header-sticky" class="header-bottom__area header-mob-space header-bottom__area-2 header-bottom__transparent z-index-5">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-xxl-2 col-xl-2 col-lg-2 col-md-4 col-6">
|
|
<div class="header-bottom__logo">
|
|
<a href="index.html"><img height="37" src="img/logo/logo-black.png" alt=""></a>
|
|
</div>
|
|
</div>
|
|
<div class="col-xxl-6 col-xl-5 col-lg-5 d-none d-lg-block">
|
|
<div class="header-bottom__main-menu">
|
|
<nav id="mobile-menu">
|
|
<ul>
|
|
<li>
|
|
<a href="#about">درباره محصول</a>
|
|
</li>
|
|
<li>
|
|
<a href="#services">خدمات</a>
|
|
</li>
|
|
<li>
|
|
<a href="#price">تعرفه</a>
|
|
</li>
|
|
<li>
|
|
<a href="#blog">وبلاگ</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#">ابزار</a>
|
|
</li>
|
|
<li><a href="#contact">ارتباط با ما</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
<div class="col-xxl-4 col-xl-5 col-lg-5 col-md-8 col-6">
|
|
<div class="header-bottom__right d-flex align-items-center justify-content-end">
|
|
<div class="header-bottom__btn d-flex align-items-center">
|
|
<NavLink class="tp-btn-white" href="Register">
|
|
<span>ثبت نام</span>
|
|
<b></b>
|
|
</NavLink>
|
|
</div>
|
|
<div class="header-bottom__action">
|
|
<NavLink class="d-none d-lg-inline-block last-child" href="Sign-in">
|
|
|
|
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M7 8C8.92882 8 10.4924 6.433 10.4924 4.5C10.4924 2.567 8.92882 1 7 1C5.07118 1 3.50757 2.567 3.50757 4.5C3.50757 6.433 5.07118 8 7 8Z"
|
|
stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
|
|
stroke-linejoin="round" />
|
|
<path d="M13 15C13 12.291 10.3108 10.1 7 10.1C3.68917 10.1 1 12.291 1 15"
|
|
stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
|
|
stroke-linejoin="round" />
|
|
</svg>
|
|
<span>ورود</span>
|
|
</NavLink>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@code {
|
|
|
|
}
|