Commit cdb6d513 by Ahsan Ulhaq

Corrected element ordering for nav

parent 1a19ad02
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<div class="wrapper wrapper-footer"> <div class="wrapper wrapper-footer">
<footer> <footer>
<nav class="colophon"> <div class="colophon">
<div class="nav-colophon" aria-label="${_('Colophon')}"> <nav class="nav-colophon" aria-label="${_('Colophon')}">
<ol> <ol>
<li class="nav-colophon-01"> <li class="nav-colophon-01">
<a id="about" href="${marketing_link('ABOUT')}"> <a id="about" href="${marketing_link('ABOUT')}">
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</a> </a>
</li> </li>
</ol> </ol>
</div> </nav>
<div class="wrapper-logo"> <div class="wrapper-logo">
<p> <p>
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</li> </li>
</ul> </ul>
</nav> </nav>
</nav> </div>
## please leave this link and use one of the logos provided ## please leave this link and use one of the logos provided
<div class="powered-by"> <div class="powered-by">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment