* judges menu removed

* awardees reactored into awards, judges are now included on a per year basis
* lots of minor style adjustments to follow the design guideline
This commit is contained in:
Dávid Danyi
2018-05-08 18:10:38 +02:00
parent 4aeaae2520
commit b93616ab34
18 changed files with 121 additions and 45 deletions

View File

@@ -17,16 +17,13 @@
<div class="title">
<a href="<?= $this->serverurl('/') ?>">
Gran Prize
</a>
<img class="granprize-logo" src="<?= $this->serverurl('/img/logo/gran_prize_logo.png') ?>">
</div>
<div class="description">
<a href="<?= $this->serverurl('/') ?>">
<img class="granprize-logo" src="<?= $this->serverurl('/img/logo/gran_prize_logo.png') ?>">
Interdisciplinary<br>
Innovative<br>
Award
</a>
Interdisciplinary<br>
Innovative<br>
Award
</div>
</header>
<nav class="main"><?= $this->navigation() ?></nav>