aboutsummaryrefslogtreecommitdiffstats
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/about.html b/about.html
index c9b5d51..a35c6f4 100644
--- a/about.html
+++ b/about.html
@@ -12,7 +12,7 @@
</head>
<body>
<!-- navigation -->
- <div class="navigation">
+ <header class="navigation">
<nav class="navbar">
<div class="container">
<!-- nav site title -->
@@ -44,7 +44,7 @@
<!-- end of nav -->
</div>
</nav>
- </div>
+ </header>
<!-- end navigation -->
<!-- page header (title, etc) -->
@@ -124,7 +124,7 @@
<!-- end of page content -->
<!-- footer: will stick to the bottom -->
- <div class="footer footer-top-shadow">
+ <footer class="footer footer-top-shadow">
<!-- header nav content -->
<div class="navbar is-social-center">
<a class="navbar-item" href="">
@@ -176,7 +176,7 @@
<p>template by <a href="http://libregit.org/heckyel">libregit.org/heckyel</a></p>
<p>this template is Free Software</p>
</div>
- </div>
+ </footer>
<!-- end of footer -->
<!-- navbar-burger -->
<script src="js/navbar-burger.js"></script>