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