11 lines
658 B
PHTML
11 lines
658 B
PHTML
<?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>
|
|
<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>
|
|
</article>
|
|
</section>
|