* google fonts added
* color changes * grid middle row in tablet resolution is now variable
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<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') ?>
|
||||
@@ -13,19 +14,18 @@
|
||||
<body>
|
||||
<div class="app-container">
|
||||
<header class="main-header">
|
||||
<span>Gran Prize</span>
|
||||
<span>
|
||||
Interdisciplinary
|
||||
Innovative
|
||||
<div class="title">Gran Prize</div>
|
||||
<div class="description">
|
||||
Interdisciplinary<br>
|
||||
Innovative<br>
|
||||
Award
|
||||
</span>
|
||||
GP logo
|
||||
</div>
|
||||
</header>
|
||||
<nav class="main-nav"><?=$this->navigation()?></nav>
|
||||
<?= $this->section('content') ?>
|
||||
<footer class="main-footer">
|
||||
<div class="footer-content">
|
||||
Sponsored by:
|
||||
SPONSORED BY:
|
||||
SIGMA
|
||||
ERICSSON
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user