* api implementation
* no auth yet * images renamed to reflect name-prefix changes * yearservice now gets years from judge data
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<?php foreach ($judges as $judge): ?>
|
||||
<section class="judge">
|
||||
<img class="profile" src="<?= $this->serverurl(sprintf('/img/judges/%s.jpg', $judge['slug'])) ?>">
|
||||
<span class="title"><?= $judge['name']?></span><br>
|
||||
<span class="description"><?= $judge['title']?></span>
|
||||
<span class="title"><?= $judge['prefix'].$judge['name']?></span><br>
|
||||
<span class="description"><?= $judge['titles'][0]['title']?></span>
|
||||
</section>
|
||||
<?php endforeach; ?>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user