40 lines
1.5 KiB
PHTML
40 lines
1.5 KiB
PHTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
<title><?= $this->e($title) ?> - Swedish Chamber</title>
|
|
<link rel="shortcut icon" href="https://framework.zend.com/ico/favicon.ico"/>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:700|Raleway:500">
|
|
<link rel="stylesheet" href="<?= $this->serverurl('/styles/normalize.css') ?>"/>
|
|
<link rel="stylesheet" href="<?= $this->serverurl('/styles/main.css') ?>"/>
|
|
<?= $this->section('stylesheets') ?>
|
|
</head>
|
|
<body>
|
|
<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') ?>">
|
|
</div>
|
|
<div class="description">
|
|
Interdisciplinary<br>
|
|
Innovative<br>
|
|
Award
|
|
</div>
|
|
</header>
|
|
<nav class="main"><?=$this->navigation()?></nav>
|
|
<?= $this->section('content') ?>
|
|
<footer class="main-footer">
|
|
<div class="footer-content">
|
|
<div class="footer-lead">SPONSORED BY:</div>
|
|
<img class="sigma-logo" src="<?= $this->serverurl('/img/logo/sigma_logo.png') ?>">
|
|
<img class="ericsson-logo" src="<?= $this->serverurl('/img/logo/ericsson_logo.png') ?>">
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<?= $this->section('javascript') ?>
|
|
</body>
|
|
</html>
|