improved page layout
This commit is contained in:
parent
31af476c83
commit
03c4a47e7c
@ -34,10 +34,16 @@
|
||||
|
||||
<header role="banner">
|
||||
<section id="header-top">
|
||||
<div id="header-top-left">
|
||||
{{ page.header_top_left }}
|
||||
</div>
|
||||
<div id="header-top-right">
|
||||
{{ page.header_top_rigth }}
|
||||
</div>
|
||||
</section>
|
||||
<section id="header-bottom">
|
||||
{{ page.header_bottom }}
|
||||
</section>
|
||||
</header>
|
||||
|
||||
{{ page.help }}
|
||||
@ -64,11 +70,19 @@
|
||||
</main>
|
||||
|
||||
<footer role="contentinfo">
|
||||
<section id="footer-top">
|
||||
{{ page.footer_top }}
|
||||
<section id="fotter-bottom">
|
||||
</section>
|
||||
<section id="footer-bottom">
|
||||
<div id="footer-left">
|
||||
{{ page.footer_left }}
|
||||
</div>
|
||||
<div id="footer-middle">
|
||||
{{ page.footer_middle }}
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
{{ page.footer_right }}
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user