Markup for community, get-dash, and participate.

- Consistent markup
- Added ids to each section to allow jump from links in hero files.
This commit is contained in:
Perry Woodin 2016-09-07 08:40:05 -04:00
parent 36e948061f
commit 1b55d5a889
6 changed files with 277 additions and 89 deletions

View file

@ -12,12 +12,12 @@ description: pages.get-dash.description
HOW-TO SETUP YOUR WALLET
.getdash-wallet-setup-graphic
-->
<section>
<section id="getdash-wallet-setup">
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.get-dash.setup-heading %}</h2>
{% tmd pages.get-dash.setup-text %}</p>
{% tmd pages.get-dash.setup-text %}
<a href="#" class="btn-blue">{% t pages.get-dash.setup-btn %}</a>
</div>
@ -32,7 +32,7 @@ description: pages.get-dash.description
BUY DASH ONLINE
.getdash-buy-graphic
-->
<section>
<section id="getdash-buy">
<div class="content">
<div class="row">
<div class="col-sm-6 getdash-buy-graphic">
@ -40,7 +40,7 @@ description: pages.get-dash.description
</div>
<div class="col-sm-6">
<h2>{% t pages.get-dash.buy-heading %}</h2>
{% tmd pages.get-dash.buy-text %}</p>
{% tmd pages.get-dash.buy-text %}
<a href="#" class="btn-blue">{% t pages.get-dash.buy-btn %}</a>
</div>
@ -52,12 +52,12 @@ description: pages.get-dash.description
TRADE DASH ON AN EXCHANGE
.getdash-exchange-graphic
-->
<section>
<section id="getdash-trade">
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.get-dash.trade-heading %}</h2>
{% tmd pages.get-dash.trade-text %}</p>
{% tmd pages.get-dash.trade-text %}
<a href="#" class="btn-blue">{% t pages.get-dash.trade-btn %}</a>
</div>
@ -80,7 +80,7 @@ description: pages.get-dash.description
</div>
<div class="col-sm-6">
<h2>{% t pages.get-dash.atm-heading %}</h2>
{% tmd pages.get-dash.atm-text %}</p>
{% tmd pages.get-dash.atm-text %}
<a href="#" class="btn-blue">{% t pages.get-dash.atm-btn %}</a>
</div>
@ -92,12 +92,12 @@ description: pages.get-dash.description
SHOP DIRECT WITH DASH
.getdash-shop-graphic
-->
<section>
<section id="getdash-shop">
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.get-dash.shop-heading %}</h2>
{% tmd pages.get-dash.shop-text %}</p>
{% tmd pages.get-dash.shop-text %}
<a href="#" class="btn-blue">{% t pages.get-dash.shop-btn %}</a>
</div>
@ -114,12 +114,14 @@ description: pages.get-dash.description
-->
<section>
<div class="content">
<div class="col-sm-6 getdash-visa-graphic"></div>
<div class="col-sm-6">
<h2>{% t pages.get-dash.visa-heading %}</h2>
{% tmd pages.get-dash.visa-text %}</p>
<div class="row">
<div class="col-sm-6 getdash-visa-graphic"></div>
<div class="col-sm-6">
<h2>{% t pages.get-dash.visa-heading %}</h2>
{% tmd pages.get-dash.visa-text %}
<a href="#" class="btn-blue">{% t pages.get-dash.visa-btn %}</a>
<a href="#" class="btn-blue">{% t pages.get-dash.visa-btn %}</a>
</div>
</div>
</div>
</section>
@ -130,15 +132,17 @@ description: pages.get-dash.description
-->
<section>
<div class="content">
<div class="col-sm-6">
<h2>{% t pages.get-dash.need-heading %}</h2>
{% tmd pages.get-dash.need-text %}</p>
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.get-dash.need-heading %}</h2>
{% tmd pages.get-dash.need-text %}
<a href="#" class="btn-blue">{% t pages.get-dash.need-btn %}</a>
{% tmd pages.get-dash.need-input %}</p>
</div>
<div class="col-sm-6 getdash-need-graphic">
<a href="#" class="btn-blue">{% t pages.get-dash.need-btn %}</a>
{% tmd pages.get-dash.need-input %}
</div>
<div class="col-sm-6 getdash-need-graphic">
</div>
</div>
</div>
</section>