26 lines
1.2 KiB
PHP
26 lines
1.2 KiB
PHP
<?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>
|