2018-05-06 13:53:46 +02:00
|
|
|
<?php $this->layout('layout::default', ['title' => 'The Gran Prize']) ?>
|
|
|
|
|
<section class="home">
|
|
|
|
|
<img class="bimg" src="<?= $this->serverurl('/img/home_1.png') ?>">
|
|
|
|
|
<img class="simg1" src="<?= $this->serverurl('/img/home_2.png') ?>">
|
|
|
|
|
<img class="simg2" src="<?= $this->serverurl('/img/home_3.png') ?>">
|
|
|
|
|
<article>
|
|
|
|
|
<h1>The Gran Prize</h1>
|
2018-05-08 18:10:38 +02:00
|
|
|
<p>is an annual prize awarded for outstandingly innovative solutions in response to the most pressing issues of
|
|
|
|
|
our planet, in the field of environmental protection, sustainable development, design, medicine, health
|
|
|
|
|
preservation and development and education.</p>
|
2018-05-02 11:01:38 +02:00
|
|
|
</article>
|
2018-05-08 18:10:38 +02:00
|
|
|
<section class="download">
|
|
|
|
|
<h1>2018 call for entry</h1>
|
|
|
|
|
<p>
|
|
|
|
|
<a class="download" href="<?= $this->serverurl('/downloads/granprize_entry_2018.pdf') ?>"><img
|
|
|
|
|
src="<?= $this->serverurl('/img/icon/downloadx2.png') ?>">Gran Prize Innovative Interdisciplinary
|
|
|
|
|
Award Call for Entry 2018</a>
|
|
|
|
|
<a class="download" href="<?= $this->serverurl('/downloads/granprize_kiiras_2018.pdf') ?>"><img
|
|
|
|
|
src="<?= $this->serverurl('/img/icon/downloadx2.png') ?>">Gran Prize Interdiszciplináris Innovatív
|
|
|
|
|
Díj Pályázati kiírás 2018</a>
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
2018-05-02 11:01:38 +02:00
|
|
|
</section>
|