This commit is contained in:
Adrian Gaudebert 2011-05-12 16:17:50 -07:00
Родитель 4ab7fd81be
Коммит e5704533a6
1 изменённых файлов: 95 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Elmo - Team + Product overview</title>
<link href="css/style.css?date=2011-05-11" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
/* MetaWebPro font family licensed from fontshop.com. WOFF-FTW! */
@font-face {
font-family: 'MetaBold';
src: url('//www.mozilla.com/img/fonts/MetaWebPro-Bold.eot');
src: local('☺'), url('//www.mozilla.com/img/fonts/MetaWebPro-Bold.woff') format('woff');
font-weight: bold;
}
</style>
</head>
<body>
<nav>
<!-- Not implemented yet
<form id="quick-search" action="http://www.google.com/cse" title="Search Mozilla sites">
<input type="hidden" name="cx" value="002443141534113389537:ysdmevkkknw">
<input type="hidden" name="cof" value="FORID:0">
<input type="search" name="q" id="q" placeholder="Search"><input type="image" src="images/search-submit.png" alt="Search" id="quick-search-btn">
</form>
-->
<div>
<a href="">Sign in</a> |
<a href="">Register</a>
</div>
<ul>
<li><a href="" title="" class="homepage-link">Mozilla Localization</a></li>
<li><a href="" title="">Teams</a></li>
<li><a href="" title="">Projects</a></li>
<li><a href="" title="">Docs</a></li>
<li><a href="" title="">Community</a></li>
</ul>
</nav>
<header>
<div class="header-background"></div>
<div class="header-content">
<h1><a href="/" title="Back to home page">Title <span class="lang">lang</span></a></h1>
<ul id="header-nav">
<li class="selected"><a href="">Overview</a></li>
<li><a href="">Projects</a></li>
<li><a href="">Contributors</a></li>
</ul>
<div id="header-options">
<a href="" class="button watch">Watch</a>
<a href="" class="button settings"><img src="images/icons/settings.png" alt="Settings" /></a>
</div>
</div>
</header>
<div id="body-content">
<div id="main-content">
<section>
<article>
</article>
</section>
</div>
<aside>
<section>
<header>
<a href=""><img src="images/icons/feed.png" alt="" /></a>
<h1>Title</h1>
</header>
<p><a href="">Content</a></p>
</section>
</aside>
</div>
<footer>
<div class="footer-background"></div>
<div class="footer-content">
<div><img src="images/logo_footer.png" alt="" /></div>
<p>Except where otherwise <a href="">noted</a>, content on this site is licensed under the <a href="">Creative Commons Attribution Share-Alike License v3.0</a> or any later version. </p>
<p class="notices"><a href="">Privacy Policy</a> | <a href="">Legal Notices</a></p>
</div>
</footer>
<div id="template-bottom-background"></div>
</body>
</html>