summaryrefslogtreecommitdiff
path: root/src/web/_views/header.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_views/header.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/web/_views/header.php b/src/web/_views/header.php
index 5eb528a..2d84487 100644
--- a/src/web/_views/header.php
+++ b/src/web/_views/header.php
@@ -5,9 +5,11 @@
</head>
<body>
<?=ie('<center>')?>
-<div class="center">
- <div id="header" role="banner" aria-label="banner">
- <?=image('img/headerLogo', 'alt_website_logo', 'title_website_logo', size: '200')?>
+<div id="header" role="banner" aria-label="banner">
+ <div class="container"><div class="section">
+ <a id="logo" href="<?=$this->get_url('')?>">
+ <?=image('img/headerLogo', 'alt_website_logo', 'title_website_logo', size: '200')?>
+ </a>
<div class="content">
<h1 class="logo-text">
<?=lang('first_name')?>
@@ -30,6 +32,7 @@
</ul>
</div>
</div>
- </div>
- <div id="main" role="main" aria-label="main">
- <div id="container">
+ </div></div>
+</div>
+<div id="main" role="main" aria-label="main">
+ <div class="container">