Footer & Farben
gesamten Footer neu gemacht, da die meisten Links zur Infopage gehen sollen sowie noch den Button zur Arbeitgeber Seite in Rot gefärbt.
This commit is contained in:
parent
45d8fdbf7b
commit
32bd1f402f
|
@ -7,9 +7,11 @@
|
|||
<head>
|
||||
<title><?=((isset($title))?$title:$title_for_layout);?> - <?=__('dreamjob');?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" type="text/css" href="/css/dreamjobmobil.css" media="screen and (max-width:800px)">
|
||||
<link rel="stylesheet" type="text/css" href="/css/dreamjob.css" type="text/css" media="screen and (min-width: 800px)" />
|
||||
<?php
|
||||
echo $this->Html->charset();
|
||||
echo $this->Html->css(array('bootstrap.min','bootstrap-wysihtml5','wysiwyg-color','select2','select2-bootstrap','dreamjob'));
|
||||
echo $this->Html->css(array('bootstrap.min','bootstrap-wysihtml5','wysiwyg-color','select2','select2-bootstrap'));
|
||||
echo $this->Html->meta('icon', $this->Html->url('/favicon.ico'));
|
||||
?>
|
||||
</head>
|
||||
|
@ -101,26 +103,34 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<h3>Informationen</h3>
|
||||
<h3>Infos</h3>
|
||||
<ul class="list-unstyled">
|
||||
<li><?=$this->Html->link(__('dreamjob.extra.worker'),array('controller'=>'extra','action'=>'worker'));?></li>
|
||||
<li><?=$this->Html->link(__('dreamjob.extra.company'),array('controller'=>'extra','action'=>'company'));?></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<h3>About</h3>
|
||||
<ul class="list-unstyled">
|
||||
<li><?=$this->Html->link(__('dreamjob.contact'),array('controller'=>'extra','action'=>'contact'));?></li>
|
||||
<li><?=$this->Html->link(__('dreamjob.impressum'),array('controller'=>'home','action'=>'impressum'));?></li>
|
||||
<li><?=$this->Html->link(__('dreamjob.agb'),array('controller'=>'home','action'=>'agb'));?></li>
|
||||
<li><?=$this->Html->link('für Jobsuchende','http://info.dream-job.eu/',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
<li><?=$this->Html->link('für Unternehmen','http://info.dream-job.eu/unser-angebot/',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<h3>dreamJOB</h3>
|
||||
<ul class="list-unstyled">
|
||||
<li><?=$this->Html->link(__('dreamjob.team'),array('controller'=>'extra','action'=>'team'));?></li>
|
||||
<li><?=$this->Html->link(__('dreamjob.cooperators'),array('controller'=>'extra','action'=>'cooperators'));?></li>
|
||||
<li><?=$this->Html->link('das Unternehmen','http://miconware.de',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
<li><?=$this->Html->link('Team','http://info.dream-job.eu/team/',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
<li><?=$this->Html->link('Partner','http://info.dream-job.eu/partner/',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
<li><?=$this->Html->link('das Unternehmen','http://miconware.de',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<h3>Social</h3>
|
||||
<ul class="list-unstyled">
|
||||
<li><?=$this->Html->link('facebook','https://de-de.facebook.com/dreamjobbremen',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
<li><?=$this->Html->link('twitter','https://twitter.com/dreamjobcc',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
<li><?=$this->Html->link('google+','https://plus.google.com/114376289012047806483/posts',array('rel'=>'external','target'=>'_blank'));?></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<h3>Unternehmen</h3>
|
||||
<ul class="list-unstyled">
|
||||
<li><?=$this->Html->link(__('dreamjob.contact'),array('controller'=>'extra','action'=>'contact'));?></li>
|
||||
<li><?=$this->Html->link(__('dreamjob.impressum'),array('controller'=>'home','action'=>'impressum'));?></li>
|
||||
<li><?=$this->Html->link(__('dreamjob.agb'),array('controller'=>'home','action'=>'agb'));?></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -171,6 +171,10 @@ body.loading #container{
|
|||
padding-bottom: 60px;
|
||||
background-color:#0073b8;
|
||||
}
|
||||
#navdown h3{
|
||||
color:white;
|
||||
font-size:18px;
|
||||
}
|
||||
#navdown > .column-center td{
|
||||
width:35%;
|
||||
vertical-align: top;
|
||||
|
@ -181,6 +185,7 @@ body.loading #container{
|
|||
#navdown a, #navdown a:hover{
|
||||
color:white;
|
||||
text-decoration: none;
|
||||
font-size:12px;
|
||||
}
|
||||
/*
|
||||
*
|
||||
|
@ -600,3 +605,7 @@ button.btn-primary:hover{
|
|||
background-color:#d9534f;
|
||||
border:#9e1c17;
|
||||
}
|
||||
#barleft a.btn-primary{
|
||||
background-color:#d9534f;
|
||||
border:#9e1c17;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue