This repository has been archived by the owner on May 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathothent-comfirmation.html
53 lines (38 loc) · 2.11 KB
/
othent-comfirmation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<meta charset="utf-8">
<title>Othent.io | Account Confirmation</title>
</head>
<body>
<div style="background-color: #2375EF;font-family: Arial, sans-serif;margin: 0;height: 100vh;text-align: center;">
<div class="center" style="background-color: white;display: inline-block;text-align: left;padding: 5%; height: 100vh">
<div class="header" style="background-color: white;width: 100%;text-align: center;">
<img src="https://othent.io/othent-email.png" alt="Othent.io Logo" class="othent-logo" style="height: 80px;margin: 0 auto;">
<h1 style="font-size: 2.2em;font-weight: 250;margin: 30px 0;">Welcome!</h1>
</div>
<div class="hero" style="border-bottom: 1px solid lightgrey;border-top: 1px solid lightgrey;padding: 30px;margin-bottom: 30px;">
<p style="font-weight: bold; font-size: 1.4em;">Hi {{given_name}},</p>
<p style="font-size: 1.1em;">Thank you for signing up to Othent!</p>
<p style="font-size: 1.1em;">Your wallet address is: {{contract_id}}</p>
<p style="font-size: 1.1em;">- The Othent team</p>
</div>
<div class="footer" style="text-align: center;">
<p style="color: lightgray;">
<span>Please reach out if you have any questions at : </span>
<a style="color: #2375EF; text-decoration: none;" href="mailto:[email protected]">[email protected]</a>
</p>
<div style="display: inline-flex;align-items: center;justify-content: center;margin: 20px 0;">
<!-- socials -->
<a target="_blank" href="https://twitter.com/othent_io">
<img src="https://othent.io/twitter.png" alt="Othent.io Twitter Logo" style="height: 20px; margin: 10px; margin-top: 0; margin-bottom: 0;">
</a>
<a target="_blank" href="https://othent.io">
<img src="https://othent.io/website.png" alt="Othent.io Website Logo" style="height: 20px; margin: 10px; margin-top: 0; margin-bottom: 0;">
</a>
</div>
<p style="color: lightgray; padding-bottom: 25px;">© Othent. All rights reserved.</p>
</div>
</div>
</div>
</body>
</html>