swedishchamber-granprize/templates/app/aspect-for-selection.phtml

22 lines
856 B
PHTML
Raw Normal View History

2018-05-06 13:53:46 +02:00
<?php $this->layout('layout::default', ['title' => 'Aspect for Selection']) ?>
<section class="article">
<article>
2018-05-06 16:52:54 +02:00
<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>
2018-05-06 13:53:46 +02:00
<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>