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 pathemail-template-from.html
74 lines (61 loc) · 1.92 KB
/
email-template-from.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<meta charset="utf-8">
<title>WeaveTransfer.com</title>
<link rel="stylesheet" href="./email-style.css">
<style>
body {
background-color: #f1f1f1;
font-family: Arial, sans-serif;
margin: 0;
}
h1 {
margin: 0;
}
.middle-text {
margin: 0;
font-size: 20px;
line-height: 1.5;
}
.bottom-text {
margin: 0;
font-size: 16px;
line-height: 1.5;
text-align: center;
}
div {
box-sizing: border-box;
}
#main-box {
margin: auto;
background-color: #F8F8F8;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px #888888;
}
.footer {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #777777;
}
</style>
</head>
<body>
<div style="background-color: #D3E3FC; text-align: center; padding: 20px;">
<img src="https://weavetransfer.com/favicon.png" alt="WeaveTransfer Logo" width="100" height="100">
<h1 style="color: #2375EF; margin-top: 15px;">WeaveTransfer.com</h1>
<h1 style="color: black; margin-top: 10px; margin-bottom: 15px; font-size: 17px;">enabled with Othent.io</h1>
<p class="middle-text">{{download_link}}</p>
</div>
<div style="background-color: #F8F8F8; padding: 20px;">
<p class="middle-text">Your email to {{user_email_to}} has been sent!</p>
<p class="middle-text">You included this message: {{message}}</p>
<p class="middle-text">Shareable link: {{shareable_link}}</p>
</div>
<div style="background-color: #F8F8F8; padding: 20px; padding-top: 10px;">
<p style="text-align: center;" class="bottom-text">WeaveTransfer.com is a decentralized permanent file transfer protocol system built on the Arweave blockchain - like a decentralized WeTransfer in which files never expire!</p>
<p style="text-align: center;" class="bottom-text">Thank you for choosing WeaveTransfer.com!</p>
</div>
</body>
</html>