Merge pull request #2692 from bechi/splash-screen

improve splash screen
This commit is contained in:
Matias Alejo Garcia 2015-05-11 14:42:15 -03:00
commit c5e5a3d824
3 changed files with 42 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,16 @@
<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" translate>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>
</div>
</div>