Mercurial > hg-website
comparison hgscm/templates/frontpage.html @ 270:dd996b16c742
frontpage slogan reworking
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sat, 03 Oct 2009 19:10:46 +0200 |
parents | c1c9a4f809ba |
children |
comparison
equal
deleted
inserted
replaced
243:fdb616b63365 | 270:dd996b16c742 |
---|---|
3 {% load extras %} | 3 {% load extras %} |
4 {% block content %} | 4 {% block content %} |
5 | 5 |
6 <div class="row"> | 6 <div class="row"> |
7 <div class="col big"> | 7 <div class="col big"> |
8 <h1>Work easier <br> Work faster</h1> | 8 <h1>Distributed SCM <br> Made easy</h1> |
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> | 9 <h2>Mercurial is a free, <a href="{% url about %}">distributed source control management tool</a>. It efficiently handles projects of any size and offers an easy and intuitive interface.</h2> |
10 </div> | 10 </div> |
11 <div class="col"> | 11 <div class="col"> |
12 {% download_button 'true' %} | 12 {% download_button 'true' %} |
13 </div> | 13 </div> |
14 </div> | 14 </div> |