Created
September 6, 2013 18:11
-
-
Save thetekst/6467667 to your computer and use it in GitHub Desktop.
MODX-Revolution-2 / 2-header.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="ru"> | |
<head> | |
<!--META's BEGIN--> | |
<meta charset="[[++modx_charset]]"> | |
<!--META's END--> | |
<base href="[[++site_url]]" /> | |
<title>[[++site_name]]</title> | |
<!--CSS BEGIN--> | |
<link rel="stylesheet" href="assets/templates/technokert/css/style.css" /> | |
<link rel="icon" type="image/x-icon" href="assets/templates/technokert/favicon.ico" /> | |
<!--CSS END--> | |
<!--Javascript BEGIN--> | |
<script src="assets/templates/technokert/js/jquery-2.0.2.js"></script> | |
<script src="assets/templates/technokert/js/script.js"></script> | |
<!--Javascript END--> | |
<!--[if IE]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<!--[if lt IE 9]> | |
<link rel="stylesheet" href="assets/templates/technokert/css/style-ie.css" /> | |
<![endif]--> | |
<!--[if IE 6]> | |
<script src="assets/templates/technokert/js/DD_belatedPNG-Fix/DD_belatedPNG_0.0.8a-min.js"></script> | |
<script>DD_belatedPNG.fix('div, ul, li, span, a, u, s, i, header, footer, strike, .myclass, #myid');</script> | |
<![endif]--> | |
</head> | |
<body> | |
<!--Header BEGIN--> | |
<header> | |
<i></i> | |
<div class="widthController"> | |
<a href="" id="logo"></a> | |
<span> | |
<a href="" class="phone" style="margin-left:0;"></a> | |
<p class="font-large">8 (901) 500-67-50</p> | |
<a href="" class="skype"></a> | |
<a href="" class="vk" style="margin-right:0;"></a> | |
</span> | |
<div class="clear"></div> | |
</div> | |
<div class="clear"></div> | |
</header> | |
<!--Header END--> | |
<!-- Menu BEGIN --> | |
<div class="widthController"> | |
<ul id="MainMenu" class="font-normal"> | |
<li><a href="">О компании</a></li> | |
<li><a href="">Фотоальбом</a></li> | |
<li><a href="">Контакты</a></li> | |
</ul> | |
</div> | |
<!-- Menu END --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment