core/skin/p006.yurecnt.ru/inc/_header.html

66 lines
2.7 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="en">
<head>
<title>{$title|default:$global_settings.site_name}</title>
<meta charset="UTF-8">
<meta name="description" content="{$description}" />
<meta name="keywords" content="{$keywords}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/skin/" />
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3">
<div class="site-logo">
<a href="/"><img src="img/logo.png" alt=""></a>
</div>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
</div>
<div class="col-lg-9 col-md-9">
{if !$smarty.session.user_id}<a href="/login/" class="site-btn header-btn">Вход</a>{/if} {if $smarty.session.dostup=='a'}<a href="/admin/" class="site-btn header-btn">Админка</a>{/if} {include file=$menu}
</div>
</div>
</div>
</header>
<!-- Header section end -->
{if $smarty.const.MOD=='main'}
<!-- Hero section -->
<section class="hero-section set-bg" data-setbg="img/bg.jpg">
<div class="container">
<div class="hero-text text-white">
<h3>YurecNT - Администрирование и разработка</h3>
<p>Мы поможем решить ваши проблемы с сетевой инфраструктурой</p>
</div>
<!--div class="row">
<div class="col-lg-10 offset-lg-1">
<form class="intro-newslatter">
<input type="text" placeholder="Name">
<input type="text" class="last-s" placeholder="E-mail">
<button class="site-btn">Sign Up Now</button>
</form>
</div>
</div -->
</div>
</section>
<!-- Hero section end -->
{/if}