dreamjob/app/View/Service/dreamjob.ctp

26 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-05-15 19:38:25 +02:00
<?php
/*
*
*/
?>
<div class="box">
<?=$this->element('service_navbar');?>
<br/><br/>
<h1>dreamJOB</h1>
<?php $style='margin:20px;'; $styleButton='float: right; margin:20px;'; ?>
<br/><br/>
<?=$this->Html->image('logo.png',array('style'=>$style));?>
dreamJOB für Nutzer
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'dreamjob','item'=>'schueler'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
<br/><br/><br/><br/>
<?=$this->Html->image('logo.png',array('style'=>$style));?>
dreamJOB für Arbeitgeber
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'dreamjob','item'=>'schueler'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
<br/><br/><br/><br/>
<?=$this->Html->image('logo.png',array('style'=>$style));?>
dreamJOB für Schulen und andere Institutionen
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'dreamjob','item'=>'schueler'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
<br/><br/><br/><br/>
</div>