Introducing, the new design

This commit is contained in:
shashankmehta
2012-10-11 00:59:47 +05:30
parent ed3b55550b
commit fff5ce3490
4 changed files with 133 additions and 12 deletions

View File

@ -0,0 +1 @@
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>

View File

@ -2,12 +2,20 @@
{% include head.html %}
<body>
<header id="header" class="inner">{% include header.html %}</header>
{% unless page.banner == false %}
{% include banner.html %}
{% endunless %}
<div id="content" class="inner">{{ content | expand_urls: root_url }}</div>
<footer id="footer" class="inner">{% include footer.html %}</footer>
{% include after_footer.html %}
<div class="container">
<div class="mid-col">
{% unless page.banner == false %}
{% include banner.html %}
{% endunless %}
<div class="mid-col-container">
<div id="content" class="inner">{{ content | expand_urls: root_url }}</div>
</div>
<footer id="footer" class="inner">{% include footer.html %}</footer>
{% include after_footer.html %}
</div>
<div class="left-col">
<header id="header" class="inner">{% include header.html %}</header>
</div>
</div>
</body>
</html>