- Informationen
+ Infos
- - =$this->Html->link(__('dreamjob.extra.worker'),array('controller'=>'extra','action'=>'worker'));?>
- - =$this->Html->link(__('dreamjob.extra.company'),array('controller'=>'extra','action'=>'company'));?>
-
- |
-
- About
-
- - =$this->Html->link(__('dreamjob.contact'),array('controller'=>'extra','action'=>'contact'));?>
- - =$this->Html->link(__('dreamjob.impressum'),array('controller'=>'home','action'=>'impressum'));?>
- - =$this->Html->link(__('dreamjob.agb'),array('controller'=>'home','action'=>'agb'));?>
+ - =$this->Html->link('für Jobsuchende','http://info.dream-job.eu/',array('rel'=>'external','target'=>'_blank'));?>
+ - =$this->Html->link('für Unternehmen','http://info.dream-job.eu/unser-angebot/',array('rel'=>'external','target'=>'_blank'));?>
|
dreamJOB
- - =$this->Html->link(__('dreamjob.team'),array('controller'=>'extra','action'=>'team'));?>
- - =$this->Html->link(__('dreamjob.cooperators'),array('controller'=>'extra','action'=>'cooperators'));?>
- - =$this->Html->link('das Unternehmen','http://miconware.de',array('rel'=>'external','target'=>'_blank'));?>
+ - =$this->Html->link('Team','http://info.dream-job.eu/team/',array('rel'=>'external','target'=>'_blank'));?>
+ - =$this->Html->link('Partner','http://info.dream-job.eu/partner/',array('rel'=>'external','target'=>'_blank'));?>
+ - =$this->Html->link('das Unternehmen','http://miconware.de',array('rel'=>'external','target'=>'_blank'));?>
+
+ |
+
+ Social
+
+ - =$this->Html->link('facebook','https://de-de.facebook.com/dreamjobbremen',array('rel'=>'external','target'=>'_blank'));?>
+ - =$this->Html->link('twitter','https://twitter.com/dreamjobcc',array('rel'=>'external','target'=>'_blank'));?>
+ - =$this->Html->link('google+','https://plus.google.com/114376289012047806483/posts',array('rel'=>'external','target'=>'_blank'));?>
+
+ |
+
+ Unternehmen
+
+ - =$this->Html->link(__('dreamjob.contact'),array('controller'=>'extra','action'=>'contact'));?>
+ - =$this->Html->link(__('dreamjob.impressum'),array('controller'=>'home','action'=>'impressum'));?>
+ - =$this->Html->link(__('dreamjob.agb'),array('controller'=>'home','action'=>'agb'));?>
|
diff --git a/app/webroot/css/dreamjob.css b/app/webroot/css/dreamjob.css
index 6c0ef31..921b27f 100644
--- a/app/webroot/css/dreamjob.css
+++ b/app/webroot/css/dreamjob.css
@@ -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;
+}