swedishchamber-granprize/templates/app/aspects-for-selection.phtml
Danyi Dávid de9f2e61c5 * aspect-for-selection -> aspects-for-selection
* judge title spacing fix
2018-05-07 14:53:13 +02:00

22 lines
857 B
PHTML

<?php $this->layout('layout::default', ['title' => 'Aspects for Selection']) ?>
<section class="article">
<article>
<p>
<img class="embedded-image keep-small-right" src="<?= $this->serverurl('/img/aspects_for_selection.png') ?>">
During the selection, the Board of Judges takes into consideration the following aspects:
</p>
<ul>
<li>Novelty (innovation, original idea)</li>
<li>Social responsibility</li>
<li>Sustainable thinking</li>
<li>Environmental care</li>
<li>Economic potential</li>
<li>Technological aspect</li>
<li>Interdisciplinary approach</li>
</ul>
</article>
<section class="sidebar">
<img src="<?= $this->serverurl('/img/aspects_for_selection.png') ?>">
</section>
</section>