mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Update: Wallets page info and modal content
This commit is contained in:
parent
8763bf5342
commit
a91446af47
9 changed files with 208 additions and 135 deletions
|
@ -22,6 +22,19 @@ description: pages.wallets.description
|
|||
{% endfor %}
|
||||
|
||||
<div class="page page--wallets">
|
||||
|
||||
<section class="section clearfix">
|
||||
<div class="section__content">
|
||||
<h3>{% t pages.wallets.wallets-security-header %}</h3>
|
||||
<p>{% t pages.wallets.wallets-security-subtitle %}</p>
|
||||
<div class="row">
|
||||
{% for wallet in security-wallets %}
|
||||
{% include wallet-tile.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<h3 id="wallets">{% t pages.wallets.wallets-desktop-header %}</h3>
|
||||
|
@ -112,16 +125,4 @@ description: pages.wallets.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section clearfix">
|
||||
<div class="section__content">
|
||||
<h3>{% t pages.wallets.wallets-security-header %}</h3>
|
||||
<p>{% t pages.wallets.wallets-security-subtitle %}</p>
|
||||
<div class="row">
|
||||
{% for wallet in security-wallets %}
|
||||
{% include wallet-tile.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue