104 lines
3.7 KiB
Smarty
104 lines
3.7 KiB
Smarty
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="fragment" content="!">
|
|
<title>Redestoff Musik</title>
|
|
${css}
|
|
${js}
|
|
<style>
|
|
@font-face {
|
|
font-family: 'poller_oneregular';
|
|
src: url('./api.php?call=files&cat=fonts&id=pollerone-webfont.eot');
|
|
src: url('./api.php?call=files&cat=fonts&id=pollerone-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('./api.php?call=files&cat=fonts&id=pollerone-webfont.woff') format('woff'),
|
|
url('./api.php?call=files&cat=fonts&id=pollerone-webfont.ttf') format('truetype'),
|
|
url('./api.php?call=files&cat=fonts&id=pollerone-webfont.svg#poller_oneregular') format('svg');
|
|
}
|
|
@font-face {
|
|
font-family: 'leckerli_oneregular';
|
|
src: url('./api.php?call=files&cat=fonts&id=leckerlione-regular-webfont.eot');
|
|
src: url('./api.php?call=files&cat=fonts&id=leckerlione-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('./api.php?call=files&cat=fonts&id=leckerlione-regular-webfont.woff') format('woff'),
|
|
url('./api.php?call=files&cat=fonts&id=leckerlione-regular-webfont.ttf') format('truetype'),
|
|
url('./api.php?call=files&cat=fonts&id=leckerlione-regular-webfont.svg#leckerli_oneregular') format('svg');
|
|
}
|
|
#footer div ul li a {
|
|
background: url(./api.php?call=files&cat=images&id=icons.jpg) no-repeat 0 0;
|
|
display: block;
|
|
height: 44px;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-indent: -99999px;
|
|
width: 44px;
|
|
}
|
|
#mobile-navigation {
|
|
background: url(./api.php?call=files&cat=images&id=mobile-menu.png) no-repeat 0 0;
|
|
display: block;
|
|
height: 50px;
|
|
margin: 30px auto 0;
|
|
padding: 0;
|
|
width: 50px;
|
|
}
|
|
#header ul li span {
|
|
background: rgba(11, 163, 156, 0.9) url(./api.php?call=files&cat=images&id=mobile-expand.png) no-repeat 0 0;
|
|
border-left: 1px solid #fff;
|
|
display: block;
|
|
height: 49px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 50px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div id="header">
|
|
<a href="#!start" class="logo">
|
|
<img src="./api.php?call=files&cat=images&id=logo.jpg" alt="">
|
|
</a>
|
|
<ul id="navigation">
|
|
<li>
|
|
<a href="#">Was geht?</a>
|
|
</li>
|
|
<li>
|
|
<a href="#!videos">Videos</a>
|
|
</li>
|
|
<li>
|
|
<a href="#!downloads">Downloads</a>
|
|
</li>
|
|
<li>
|
|
<a href="#!shop">Shop</a>
|
|
</li>
|
|
<li>
|
|
<a href="#!kontakt">Kontakt</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="content"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer">
|
|
<div>
|
|
<p>© 2016 Redestoff Musik.</p> <p> Für Anfragen schreib uns doch einfach eine Mail: <a href="mailto: kontakt@redestoffmusik.de?Subject=Kontakt%20Redestoff%20Musik" style="color: white" target="_top">HIER</a> </p>
|
|
<p><a href="#!impressum" style="color: white">Impressum</a></p>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="http://facebook.com/redestoff" id="facebook">facebook</a>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|