Mercurial > hg-website
comparison templates/frontpage.html @ 319:bb9f90fa265d
Fix the CSS frontpage styles to apply to the frontpage only.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Nov 2009 21:29:39 -0500 |
parents | 88ecbfd574e1 |
children |
comparison
equal
deleted
inserted
replaced
318:246341163502 | 319:bb9f90fa265d |
---|---|
1 {% extends "base.html" %} | 1 {% extends "base.html" %} |
2 | 2 |
3 {% block main %} | 3 {% block main %} |
4 <div id="frontpage"> | |
4 | 5 |
5 <div class="row"> | 6 <div class="row"> |
6 <div class="col big"> | 7 <div class="col big"> |
7 <h1>Work easier <br> Work faster</h1> | 8 <h1>Work easier <br> Work faster</h1> |
8 <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.</h2> | 9 <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.</h2> |
59 </p> | 60 </p> |
60 <!--Change into project dir before initiating repo to avoid a possible stumbling point.--> | 61 <!--Change into project dir before initiating repo to avoid a possible stumbling point.--> |
61 </div> | 62 </div> |
62 </div> | 63 </div> |
63 | 64 |
65 </div> | |
64 {% endblock %} | 66 {% endblock %} |