mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Fix) index.html: use .row and .content correctly
This commit is contained in:
parent
586b9b9ef3
commit
a502cf4d70
1 changed files with 175 additions and 169 deletions
12
index.html
12
index.html
|
@ -106,7 +106,8 @@ description: pages.home.description
|
|||
SELF GOVERNING | SELF FUNDING
|
||||
-->
|
||||
<section>
|
||||
<div class="content row">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-push-6">
|
||||
<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%}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
FASTEST GROWING NETWORK
|
||||
-->
|
||||
<section>
|
||||
<div class="content row">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<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 %}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
EVOLUTION
|
||||
-->
|
||||
<section>
|
||||
<div class="content row">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-push-6">
|
||||
<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">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue