This commit is contained in:
Ulf Gebhardt 2017-04-08 23:52:17 +02:00
parent f8089f5295
commit 7b28552336
6 changed files with 24 additions and 13 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 KiB

View File

@ -1,7 +1,6 @@
body{
margin: 0;
font-family: Arial;
font-family: Helvetica,Arial,sans-serif;
}
a {
@ -9,7 +8,7 @@ a {
font-size: 90%;
font-weight: bold;
vertical-align: middle;
color: #FFB037;
color: #fd4d4a;
}
//#footer{

View File

@ -8,7 +8,11 @@
<meta name="author" content="Webcraft-Media.de">
<title>${page_title}</title>
<style>
body{background: url('./files/page/background_friseur.png') no-repeat center center fixed; background-size: cover;}
@font-face {
font-family: "HEATHER";
src: url("./files/page/HEATHER_.TTF");
}
body{background: url('./files/page/background_friseur2.png') no-repeat center center fixed; background-size: cover;}
.padding0{
padding:0 !important;
}
@ -20,18 +24,23 @@
height: 100%;
width: 100%;
}
.navbar-inverse a{
color: #fd4d4a !important;
font-size: 20px;
font-family: HEATHER;
}
</style>
</head>
<body>
<div class="container" style="margin-top: 25px; box-shadow: 3px 3px 1px; border: 1px solid gold; margin-bottom: 10px; border-radius: 5px 5px 5px 5px; color: goldenrod">
<div class="container" style="margin-top: 25px; border: 1px solid darkgrey; margin-bottom: 10px; border-radius: 5px 5px 5px 5px;">
<div class="row">
<img style="float:left; z-index: 1; position: absolute; margin-top: 50px;" src="./files/page/header_friseurteam2.png"/>
<img style="float:left; z-index: 1; position: absolute; margin-top: 50px; width: 250px;" src="./files/page/header_friseurteam2.png"/>
<div class="col-md-12 padding0" style="height: 300px; background: black;">
<div style="float: left; z-index: 0; height: 300px; overflow: hidden; float: left; position: relative;" class="flexsliderheader">${head_gallery}</div>
</div>
</div>
<div class="row">
<nav class="navbar navbar-inverse margin0" style="border-radius: 0 !important; background-color: grey; border: 0;">
<nav class="navbar navbar-inverse margin0" style="border-radius: 0 !important; background-color: #d5d5d5; border: 0;">
<div class="navbar-header" style="margin-left: 5px;">
<button type="button" class="navbar-toggle collapsed pull-left" data-toggle="collapse" data-target="#menu-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
@ -49,16 +58,16 @@
<li><a href="#!anfahrt">${page_menu_contact}</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.friseurteam-zwingenberg.de&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" style="border:none; overflow:hidden; height:20px; margin: 0; padding: 0; margin-top: 15px; width: 140px;"></iframe></li>
<li><iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.friseurteam-zwingenberg.de&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" style="border:none; overflow:hidden; height:20px; margin: 0; padding: 0; margin-top: 15px; margin-left: 9px; width: 140px;"></iframe></li>
</ul>
</div>
</nav>
</div>
<div class="row" style="background-color: white;">
<div class="row" style="background-color: white; color: black;">
<div class="col-md-4">${page_zeiten_info} ${page_kontakt_info}</div>
<div class="col-md-8 padding0" id="content" style="border-left: 1px dotted gold;"></div>
<div class="col-md-8 padding0" id="content" style="border-left: 1px dotted #d5d5d5;"></div>
</div>
<div class="row" style="background-color: grey; border-radius: 0 0 5px 5px;">
<div class="row" style="background-color: #d5d5d5; border-radius: 0 0 5px 5px;">
<div id="footer-left" class="col-md-3 col-sm-3 col-xs-3"><a href="#!impressum" title="Impressum">Impressum</a></div>
<div style="text-align: center;" id="footer-middle" class="col-md-6 col-sm-6 col-xs-6">${page_footer}</div>
<div style="text-align: right;" id="footer-right" class="col-md-3 col-sm-3 col-xs-3 pull-right">© 2017 <a href="https://www.webcraft-media.de" title="Webcraft Media Webdesign" target="blank">Webcraft Media</a></div>

View File

@ -1,8 +1,8 @@
<?php
class default_start implements SYSTEM\PAGE\Page {
public function html() {
$text = \SYSTEM\PAGE\text::tag('friseurteam');
return $text['default_content'];}
$vars = \SYSTEM\PAGE\text::tag('friseurteam');
return \SYSTEM\PAGE\replace::replaceFile((new PPAGE('default_start/tpl/default_start.tpl'))->SERVERPATH(), $vars);}
public static function css() {
return array();

View File

@ -0,0 +1,3 @@
<div class="row-fluid">
<div class="col-md-12">${default_content}</div>
</div>