Dávid Danyi e11803f273 * google fonts added
* color changes
* grid middle row in tablet resolution is now variable
2018-05-02 19:03:32 +02:00

37 lines
1.2 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) ?> - zend-expressive</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-header">
<div class="title">Gran Prize</div>
<div class="description">
Interdisciplinary<br>
Innovative<br>
Award
</div>
</header>
<nav class="main-nav"><?=$this->navigation()?></nav>
<?= $this->section('content') ?>
<footer class="main-footer">
<div class="footer-content">
SPONSORED BY:
SIGMA
ERICSSON
</div>
</footer>
</div>
<?= $this->section('javascript') ?>
</body>
</html>