ORIENT/themes/modern2/layouts/new/master.htm

115 lines
2.7 KiB
HTML
Raw Normal View History

2022-12-06 15:33:01 +00:00
[localePicker]
forceUrl = 1
[adverts]
code = "samsung"
type = "slider"
random = 0
==
<!DOCTYPE html>
<html lang="{{ activeLocale }}">
<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" />
<link rel="stylesheet" href="{{ ['assets/new/styles/style.css']|theme}}" />
<title>Orient</title>
{% styles %}
</head>
<body>
<section class="big-banner">
<!-- <a href="#"> -->
<picture>
{% component 'adverts'%}
</picture>
<!-- </a> -->
</section>
<!-- HEAD ======== -->
<header class="header">
<div class="container">
<div class="header-inner">
{% partial 'new/mobile-menu' %}
<div class="header-search-icon">
<img src="{{ 'assets/new/icons/search.svg'|theme}}" alt="" />
</div>
<div class="header-left">
<a href="#" class="header-logo">
<img src="{{ 'assets/new/icons/orientlogo.svg'|theme}}" alt="" />
</a>
</div>
<div class="header-right">
<ul class="header-ext">
<li>
<a href="#">
<img src="{{ 'assets/new/icons/fb.svg'|theme}}" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="{{ 'assets/new/icons/insta.svg'|theme}}" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="{{ 'assets/new/icons/tg.svg'|theme}}" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="{{ 'assets/new/icons/twit.svg'|theme}}" alt="" />
</a>
</li>
</ul>
<form class="header-search">
<input type="text" placeholder="Поиск..." />
<button type="button">
<div class="search-icon">
<img src="{{ 'assets/new/icons/loop.svg'|theme}}" alt="" />
</div>
</button>
</form>
</div>
<div class="header-burger">
<img src="{{ 'assets/new/icons/burger.svg'|theme}}" alt="" />
</div>
</div>
</div>
</header>
<nav class="nav">
{% partial 'new/menu' %}
{% partial 'new/morque' %}
</nav>
<!-- HEAD end ======== -->
{% page %}
{% partial 'new/footer' %}
<!-- SCRIPTS -->
<script src="{{ ['assets/new/scripts/swiper/swiper-bundle.min.js', 'assets/new/scripts/core/main.js']|theme}}"></script>
{% scripts %}
</body>
</html>