[Fix] HTMLproofer

* adds new dash community logos

* adds os logos, removes mistakenly uploaded dash logos

* adds correct images from design PSD

* adds wallets page and hero

* initial OS logos

* adds bootstrap min js and scss files for modals, navs, and tooltips

* implements pills and tab panes

* adds html module for win-core modal

* formats prototype modal

* addresses issue #61, htmlproofer is green

* moves tooltip jquery to default.html layout, no more reference error

* removes inline js
This commit is contained in:
Hunter Lester 2016-12-21 01:50:13 -08:00 committed by 0xfff
parent fdb2660ac7
commit b0e385bcdb

View file

@ -15,9 +15,9 @@
<h1 class="hero__title">{% t pages.wallets.hero-heading %}</h1>
<div class="hero__buttons">
<a href="#getdash-wallet-setup" class="btn-white-solid">{% t pages.wallets.hero-wallets-btn %}</a>
<a href="#getdash-buy" class="btn-white-solid">{% t pages.wallets.hero-guide-btn %}</a>
<a href="#getdash-shop" class="btn-white-solid">{% t pages.wallets.hero-security-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.wallets.hero-wallets-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.wallets.hero-guide-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.wallets.hero-security-btn %}</a>
</div>
</div>