improve splash screen

This commit is contained in:
bechi 2015-05-07 16:37:11 -03:00
commit be6e61b3cb
3 changed files with 45 additions and 10 deletions

BIN
public/img/icon-splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -1,18 +1,18 @@
<div class="text-center splash">
<div class="row">
<div class="medium-6 large-4 medium-centered small-centered large-centered columns">
<div class="m50b p20">
<h4 class="text-bold size-14" translate>WELCOME TO</h4>
<img src="img/logo.png" alt="tour1" width="100">
<div class="p20">
<span class="text-bold size-16 text-white" translate>WELCOME TO COPAY</span>
<p class="text-gray size-14 m0 text-light">A multisignature bitcoin wallet</p>
</div>
<div class="line-b"></div>
<span class="text-gray size-14 db m10b m10t" translate>
* In case you need to import wallets from previous Copay versions go to <b>Menu</b>
</span>
<div class="line-b m20b"></div>
</div>
</div>
<div class="gif-splash">
<img src="img/icon-splash.png" alt="icon" width="25%">
</div>
<div class="row columns start-button">
<button ng-click="$root.go('createProfile')" class="button black expand radius " translate> START </button>
<button ng-click="$root.go('createProfile')" class="button black expand radius size-12 text-spacing" translate> GET STARTED </button>
<p class="text-gray m5b size-12">Already have a wallet?</p>
<button class="outline dark-gray tiny">Import backup </button>
</div>
</div>