* deploy config added
* profile text position shifted upwards * home link added to the header
This commit is contained in:
@@ -15,16 +15,20 @@
|
||||
<div class="app-container">
|
||||
<header class="main">
|
||||
<div class="title">
|
||||
Gran Prize
|
||||
<img class="granprize-logo" src="<?= $this->serverurl('/img/logo/gran_prize_logo.png') ?>">
|
||||
<a href="<?= $this->serverurl('/') ?>">
|
||||
Gran Prize
|
||||
<img class="granprize-logo" src="<?= $this->serverurl('/img/logo/gran_prize_logo.png') ?>">
|
||||
</a>
|
||||
</div>
|
||||
<div class="description">
|
||||
Interdisciplinary<br>
|
||||
Innovative<br>
|
||||
Award
|
||||
<a href="<?= $this->serverurl('/') ?>">
|
||||
Interdisciplinary<br>
|
||||
Innovative<br>
|
||||
Award
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
<nav class="main"><?=$this->navigation()?></nav>
|
||||
<nav class="main"><?= $this->navigation() ?></nav>
|
||||
<?= $this->section('content') ?>
|
||||
<footer class="main-footer">
|
||||
<div class="footer-content">
|
||||
|
||||
Reference in New Issue
Block a user