zgo/src/app/login/login.component.html

47 lines
918 B
HTML

<br>
<div align="center" class="text">
<mat-card class="coolcard">
<h3>
<pre>
__||__ _____ _
|___ / / ____| | |
/ / | | __ ___ | |
/ / | | |_ |/ _ \| |
/ /__ | |__| | (_) |_|
/__ _| \_____|\___/(_)
||
</pre>
</h3>
</mat-card>
</div>
<div align="center">
<table width="80%">
<colgroup>
<col span="1" style="width: 75%;">
<col span="1" style="width: 25%;">
</colgroup>
<tr>
<td>
<mat-card>
<p>A non-custodial point-of-sale application, powered by Zcash!</p>
<ul>
<li>Your Zcash shielded address is your login.</li>
<li>Your customer pays directly to your wallet.</li>
</ul>
</mat-card>
</td>
<td>
<mat-card>
<div align="center" id="info">
<p>
Ensure you include your Reply-To shielded address!
</p>
<br>
<div align="center" id="qrcode"></div>
</div>
</mat-card>
</td>
</tr>
</table>
</div>