(Fix) index.html: use .row and .content correctly

This commit is contained in:
0xfff 2016-09-26 14:35:25 +02:00
parent 586b9b9ef3
commit a502cf4d70

View file

@ -106,7 +106,8 @@ description: pages.home.description
SELF GOVERNING | SELF FUNDING SELF GOVERNING | SELF FUNDING
--> -->
<section> <section>
<div class="content row"> <div class="content">
<div class="row">
<div class="col-sm-6 col-sm-push-6"> <div class="col-sm-6 col-sm-push-6">
<h2>{% t pages.home.governance-heading%}</h2> <h2>{% t pages.home.governance-heading%}</h2>
@ -120,13 +121,15 @@ description: pages.home.description
<img src="/assets/img/home/budgets.png" alt="{% t pages.home.governance-heading%}"> <img src="/assets/img/home/budgets.png" alt="{% t pages.home.governance-heading%}">
</div> </div>
</div> </div>
</div>
</section> </section>
<!-- <!--
FASTEST GROWING NETWORK FASTEST GROWING NETWORK
--> -->
<section> <section>
<div class="content row"> <div class="content">
<div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<h2>{% t pages.home.network-growth-heading %}</h2> <h2>{% t pages.home.network-growth-heading %}</h2>
@ -138,13 +141,15 @@ description: pages.home.description
<img src="/assets/img/home/graph.png" alt="{% t pages.home.network-growth-heading %}"> <img src="/assets/img/home/graph.png" alt="{% t pages.home.network-growth-heading %}">
</div> </div>
</div> </div>
</div>
</section> </section>
<!-- <!--
EVOLUTION EVOLUTION
--> -->
<section> <section>
<div class="content row"> <div class="content">
<div class="row">
<div class="col-sm-6 col-sm-push-6"> <div class="col-sm-6 col-sm-push-6">
<h2>{% t pages.home.evolution-heading %}</h2> <h2>{% t pages.home.evolution-heading %}</h2>
@ -156,6 +161,7 @@ description: pages.home.description
<img src="/assets/img/home/stock-photo-63187555-she-ll-source-whatever-her-customers-are-looking-for.jpg" alt="Merchant using a laptop"> <img src="/assets/img/home/stock-photo-63187555-she-ll-source-whatever-her-customers-are-looking-for.jpg" alt="Merchant using a laptop">
</div> </div>
</div> </div>
</div>
</section> </section>
<!-- <!--