fixed menu, cleanup

This commit is contained in:
Ulf Gebhardt 2016-02-07 17:11:16 +01:00
parent 655b144ce0
commit 09a255a2b2
3 changed files with 24 additions and 28 deletions

View File

@ -22,7 +22,7 @@
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<nav class="navbar navbar-default" style="max-width: 1200px; margin:0; padding-top: 20px;">
<nav class="navbar navbar-default" style="max-width: 1350px; margin:0; padding-top: 20px;">
<div class="container-fluid">
<div class="navbar-header" style="">
<button type="button" style="position: relative; background: #666666;" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">

View File

@ -1,7 +1,5 @@
<?php
class default_start extends SYSTEM\PAGE\Page {
class default_start extends SYSTEM\PAGE\Page {
public static function js(){
return array( new PPAGE('default_start/js/default_start.js'));}
public function html(){

View File

@ -1,40 +1,38 @@
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-6">
<h3>YÜEAH!</h3>
<p>Willkommen auf der offiziellen Redestoff Fanpage. Hier findest du alle Releases kostenlos zum Download, unseren <a href="http://redestoff.spreadshirt.de/" target="blank">Merchshop</a>, und alles was sonst noch zu haben ist!</p>
<h3>Letztes Video</h3>
<iframe width="320" height="180" src="https://www.youtube.com/embed/LSEsjT0uzNM" frameborder="0" allowfullscreen></iframe>
<p>Willkommen auf der offiziellen Redestoff Fanpage. Hier findest du alle Releases kostenlos zum Download, unseren <a href="http://redestoff.spreadshirt.de/" target="blank">Merchshop</a>, und alles was sonst noch zu haben ist!</p>
<h3>Letztes Video</h3>
<iframe width="320" height="180" src="https://www.youtube.com/embed/LSEsjT0uzNM" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-md-6">
<h3>WARNUNG!</h3>
<p>Die hier zum Download angebotene Musik kann Eskalation, Aufstand und exzessiven Alkoholkonsum verursachen. Redestoff übernimmt keinerlei Verantwortung oder Haftung für Schäden, die mit dem Konsum der Musik in Verbindung stehen. </p>
<h3>Jonny kommt!</h3>
<p>Die neue Jonny Vicious EP steht in der Produktion! Der Titel steht auch schon fest: 1817 wird der Schinken heißen. Folgt uns auf &nbsp;<a target="blank" href="https://www.facebook.com/Redestoff">facebook</a> für alle Neuigkeiten rund um die Scheibe!</p>
<h3>WARNUNG!</h3>
<p>Die hier zum Download angebotene Musik kann Eskalation, Aufstand und exzessiven Alkoholkonsum verursachen. Redestoff übernimmt keinerlei Verantwortung oder Haftung für Schäden, die mit dem Konsum der Musik in Verbindung stehen. </p>
<h3>Jonny kommt!</h3>
<p>Die neue Jonny Vicious EP steht in der Produktion! Der Titel steht auch schon fest: 1817 wird der Schinken heißen. Folgt uns auf &nbsp;<a target="blank" href="https://www.facebook.com/Redestoff">facebook</a> für alle Neuigkeiten rund um die Scheibe!</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<hr style="color:white;">
<h3>Booking</h3>
<p><a href="mailto:t.rechel@gmx.de">t.rechel@gmx.de</a></p>
<div class="col-md-6">
<hr style="color:white;">
<h3>Booking</h3>
<p><a href="mailto:t.rechel@gmx.de">t.rechel@gmx.de</a></p>
</div>
<div class="col-md-6">
<h3>Letztes Release</h3>
<img class="img-responsive" src="${IMG_PATH}Flexibel_im_Niveau_front.jpg" />
<hr style="color:white;">
<img class="img-responsive" src="${IMG_PATH}Flexibel_im_Niveau_front.jpg" />
</div>
</div>
</div>
<div class="col-md-4" style="text-align: right;">
<div class="fb-page" data-href="https://www.facebook.com/Redestoff/" data-tabs="timeline" data-height="1000" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/Redestoff/"><a href="https://www.facebook.com/Redestoff/">Redestoff Musik</a></blockquote></div></div>
</div>
</div>
<div class="col-md-4" style="text-align: right;">
<div class="fb-page" data-href="https://www.facebook.com/Redestoff/" data-tabs="timeline" data-height="1000" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
<div class="fb-xfbml-parse-ignore">
<blockquote cite="https://www.facebook.com/Redestoff/">
<a href="https://www.facebook.com/Redestoff/">Redestoff Musik</a>
</blockquote>
</div>
</div>
</div>
</div>