5 changed files with 111 additions and 30 deletions
-
14www/img/bigcheck.svg
-
27www/js/sendmoney.js
-
40www/pages/moneysent.html
-
37www/pages/sendmoney.html
-
23www/routes.js
@ -0,0 +1,14 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg"> |
|||
<g transform="translate(0 -229.27)"> |
|||
<g transform="translate(-2.1594 -2.3301)"> |
|||
<circle cx="36.026" cy="265.46" r="25.346" fill="none" stroke="#fff" stroke-width="2.1167"/> |
|||
<g transform="matrix(.92594 0 0 .92594 15.724 23.148)" fill="#fff"> |
|||
<g transform="translate(0 -10.583)" fill="#fff"> |
|||
<rect transform="rotate(-45)" x="-186.61" y="215.33" width="50.291" height="2.286"/> |
|||
<rect transform="matrix(-.70711 -.70711 -.70711 .70711 0 0)" x="-217.62" y="184.32" width="18.288" height="2.286"/> |
|||
</g> |
|||
</g> |
|||
</g> |
|||
</g> |
|||
</svg> |
@ -0,0 +1,40 @@ |
|||
<!-- This Source Code Form is subject to the terms of the Mozilla Public |
|||
- License, v. 2.0. If a copy of the MPL was not distributed with this |
|||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|||
|
|||
<div class="page" data-name="moneysent"> |
|||
|
|||
<div class="navbar"> |
|||
<div class="navbar-inner"> |
|||
<div class="left"> |
|||
<a href="#" class="link icon-only back"> |
|||
<i class="icon icon-back"></i> |
|||
</a> |
|||
</div> |
|||
<div class="title">Money Sent</div> |
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
<div class="page-content"> |
|||
|
|||
<div class="block"> |
|||
|
|||
<div class="row justify-content-center"> |
|||
<div class="col-100 tablet-50 desktop-25"> |
|||
<div class="card bg-color-green"> |
|||
<div class="card-content card-content-padding text-align-center text-color-white color-theme-white"> |
|||
<img style="max-height: 150px;" src="img/bigcheck.svg" alt="Checkmark"/> |
|||
|
|||
<h3>You sent ${{this.$route.params.amount}} to {{this.$route.params.name}}</h3> |
|||
|
|||
<a class="button button-outline" href="/home">Close</a> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
|
|||
</div> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue