-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaccept-inbound.heml
73 lines (72 loc) · 3.58 KB
/
accept-inbound.heml
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
<heml>
<head>
<subject>Thank you for your message</subject>
<style>
body { background: white; font-family: Georgia, Times, serif; text-align: center;}
h1 { color: green; text-align: center; font-size: 32px; font-weight: bold; font-family: Georgia, Times, serif; }
h2 { color: green; text-align: center; font-size: 24px; font-weight: bold; font-family: Georgia, Times, serif; }
a {color:green; text-decoration: none; }
a.footer {color:white; text-decoration: none }
button { background: orange; font-size: 24px; font-weight: bold; font-family: Arial, sans-serif; color: white; padding: 20px 20px; }
container#footer {
background-color: green;
background-image: url('https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/footer-bg.jpg')
}
p.footer {text-align: center; font-size: 12px; font-family: Arial, sans-serif; color: white; }
p.footer_title {text-align: center; font-size: 24px; font-weight: bold; font-family: Georgia, Times, serif; color: white; }
</style>
</head>
<body>
<container>
<row>
<column>
<a href="#"><img src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/avocado-logo-sml.png" alt=""></a>
</column>
<column>
<p>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/twitter.png" alt=""></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/facebook.png" alt=""></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/instagram.png" alt=""></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/gplus.png" alt=""></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/github.png" alt=""></a>
</p>
</column>
</row>
<h1>Thank you for your message</h1>
<p>
We've received your message and our trusty Helpdesk team will shortly be processing it.
<container id="footer">
<row>
<column>
<p class="footer_title">
<img style="margin:auto" src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/white-avocado-logo-sml.png" alt="" />
<br>Avocado Personal Loans and Savings
</p>
<p class="footer">
Avocado Industries, 1200 Farmers Way, Jacksonville, FL 20202
<br>
© 2018 Avocado Industries. All rights reserved.
<br>
<br>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/twitter.png" alt="" border="0"></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/facebook.png" alt="" border="0"></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/instagram.png" alt="" border="0"></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/gplus.png" alt="" border="0"></a>
<a href="#"><img inline src="https://raw.githubusercontent.com/sparkpost/heml/master/examples/assets/github.png" alt="" border="0"></a>
</p>
</column>
</row>
<row>
<column>
<p class="footer"><a class="footer" href="#">Privacy Policy</a></p>
</column>
<column>
<p class="footer"><a class="footer" href="#">Update email</a></p>
</column>
<column>
<p class="footer"><a class="footer" href="#">Unsubscribe</a></p>
</column>
</row>
</container>
</body>
</heml>