-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (32 loc) · 2.45 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Sweets Galore Email</title>
<link href="index.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="email-background">
<div class="pre-header">
</div>
<div class="email-container" style="overflow: hidden;max-width: 400px; background-color: #fcefe3;
border: 3px dashed #eeb493; font-family: sans-serif; margin: 0 auto;">
<h1 style="color: #e46e7f; text-align: center; padding-bottom: 5px;">
Thank You for Signing up for Our Email List!</h1>
<a style="text-decoration: none; width: auto; margin: auto; text-align: center;"href="https://leethetweak.github.io/Sweets_Galore/" target="_blank"><p style="margin: auto;
color: #785c5c; padding-bottom: 10px; border-bottom: 2px dashed #dec732;" id="visit">Visit Site</p></a>
<img style="max-width: 100%;" src="https://github.com/LeeTheTweak/HTMLEmail_Sweets_Galore/blob/master/headerImage.png?raw=true" />
<p style="text-align: center; color: #785c5c;">As a member of our email listing, you'll receive emails
regarding upcoming deals, desserts and just all around sweets!
Here at, Our Sweets, we would like to thank you.</p>
<ul style="text-align: center">
<li style="display: inline-block; list-style-type: none; padding-right: 2%;"><a href=""><img style="width: 50px;"src="https://github.com/LeeTheTweak/HTMLEmail_Sweets_Galore/blob/master/facebookIcon.png?raw=true" /></a></li>
<li style="display: inline-block; list-style-type: none; padding-right: 2%;"><a href=""><img style="width: 50px;"src="https://github.com/LeeTheTweak/HTMLEmail_Sweets_Galore/blob/master/instagramIcon.png?raw=true" /></a></li>
<li style="display: inline-block; list-style-type: none; padding-right: 2%;"><a href=""><img style="width: 50px;"src="https://github.com/LeeTheTweak/HTMLEmail_Sweets_Galore/blob/master/twitterIcon.png?raw=true" /></a></li>
<li style="display: inline-block; list-style-type: none; padding-right: 2%;"><a href=""><img style="width: 50px;"src="https://github.com/LeeTheTweak/HTMLEmail_Sweets_Galore/blob/master/pinterestIcon.png?raw=true" /></a></li>
</ul>
<h2 style="text-align: center; color: #e46e7f;">THANK YOU</h2>
</div>
</div>
</body>
</html>