zgo-notifier/email.html

50 lines
2.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ZGo Session about to Expire</title>
<link rel="preload" href="https://zgo.cash/fonts/Spartan-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="icon" type="image/x-icon" href="https://zgo.cash/images/favicon.ico" />
<link rel="stylesheet" href="https://zgo.cash/css/default.css" />
<link rel="stylesheet" href="https://zgo.cash/css/fontawesome.css" />
<link rel="stylesheet" href="https://zgo.cash/css/all.css" />
</head>
<body>
<header>
<a href="https://zgo.cash/"><img src="https://zgo.cash/images/logo-new-transparent.png" height="100" style="margin:5px; vertical-align: middle;" /></a>
</header>
<main role="main">
<p>Hello PLACEHOLDER_NAME,</p>
<p>Your current ZGo session will expire on PLACEHOLDER_EXPIRATION. To avoid any service disruption, please proceed to activate a new session in the app.</p>
<p>If your session does expire, your shop and all its data will be readily available for you when you activate your next session.</p>
<br>
<p>Thank you for offering your customers the option to pay with Zcash with us,<br>The ZGo team</p>
</main>
<footer>
<table width="100%" cellspacing="0">
<tr>
<td align="left">
<p>
<a href="https://zeal.center/@zgo" target="_blank" rel="me"><i class="fa-brands fa-mastodon fa-2xl" style="color: #ff5722;"></i></a>
<a href="mailto:contact@zgo.cash" target="_blank"><i class="fa-solid fa-envelope fa-2xl" style="color: #ff5722;"></i></a>
<a href="https://matrix.to/#/#zgo-support:vergara.tech" target="_blank"><i class="fa-solid fa-comments fa-2xl" style="color: #ff5722;"></i></a>
</p>
</td>
<td align="right">
<i class="fa-regular fa-copyright"></i>2023 Copyright Vergara Technologies LLC<br>
ZGo is supported by a <a href="https://zcashgrants.org/" target="_blank">Zcash Community Grant</a><br>
</td>
</tr>
</table>
</footer>
</body>
</html>