21 lines
885 B
PHP
21 lines
885 B
PHP
<?php
|
|
|
|
/*
|
|
*
|
|
*/
|
|
?>
|
|
<div class="box">
|
|
<?=$this->element('service_navbar');?>
|
|
<br/><br/>
|
|
<h1>Berufsorientierung</h1>
|
|
<?php $style='margin:20px;'; $styleButton='float: right; margin:20px;'; ?>
|
|
|
|
<br/><br/>
|
|
<?=$this->Html->image('service/logo_job4u.jpg',array('style'=>$style));?>
|
|
Job4u
|
|
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'berufsorientierung','item'=>'job4u'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
|
|
<br/><br/><br/><br/>
|
|
<?=$this->Html->image('service/uts.jpg',array('style'=>$style));?>
|
|
Unternehmen treffen Schulen
|
|
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'berufsorientierung','item'=>'uts'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
|
|
</div>
|