Files
triumf-landing/index.html
Aliaksei Karzhou 8653542a07 feat: added header
2024-06-30 00:11:55 +03:00

50 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Триумф</title>
<meta name="description" content="SEO Description" />
<link rel="shortcut icon" href="/assets/img/favicon.ico?v=1.0" />
<link rel="stylesheet" href="/assets/css/index.css" />
</head>
<body>
<header class="header">
<div class="container">
<div class="logo">
<a class="logo__link" href="./">
<figure class="logo__figure">
<img class="logo__figure-image" src="./assets/img/logo.svg" alt="logo" />
</figure>
<div class="logo__text">
<span class="logo__text-name">Триумф</span>
<span class="logo__text-slogan">Cобственная победа</span>
</div>
</a>
</div>
<nav class="header__nav">
<a class="header__nav-link" href="#">О центре</a>
<a class="header__nav-link" href="#">Цены</a>
<a class="header__nav-link" href="#">Частые вопросы</a>
<a class="header__nav-link" href="#">Контакты</a>
</nav>
<div class="header__social">
<a class="social-link social-link--whatsapp" href="#"></a>
<a class="social-link social-link--tg" href="#"></a>
<a class="social-link social-link--phone" href="tel:88001012127">8 (800) 101-21-27</a>
</div>
<div class="header__buttons">
<button class="button button--order">Заказать звонок</button>
</div>
</div>
</header>
<script src="/assets/js/main.js"></script>
</body>
</html>