Created
November 2, 2020 22:16
-
-
Save sicktastic/840913ea9562509468ef0a1c760d3fc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Thrive Ministry Hub</title> | |
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> | |
<style type="text/css"> | |
/* Make this awesome on mobile */ | |
@media only screen and (max-device-width: 480px) { | |
body { | |
width: 100% !important; | |
margin: 0; | |
padding: 0; | |
} | |
table[id="backgroundTable"] { | |
width: 100% !important; | |
} | |
td[class="wrapperCell"] { | |
width: 100% !important; | |
} | |
td[class="headerCell"] h1 { | |
font-size: 20px !important; | |
} | |
table[id="contentTable"] { | |
width: 100% !important; | |
} | |
table[id="footerTable"] { | |
width: 100% !important; | |
text-align: center | |
} | |
td[class="contentCell"] { | |
padding: 0; | |
} | |
td img { | |
height: auto !important; | |
max-width: 100% !important; | |
} | |
} | |
</style> | |
</head> | |
<body style="padding:0; margin: 0; background-color: #f6f6f6; -webkit-font-smoothing: antialiased; font-family: 'Lato', sans-serif; font-size: 13px;"> | |
<table id="backgroundTable" style="width: 100%; margin: 0; border: 0; padding: 0; border-spacing: 0; background-color: #f6f6f6;"> | |
<tbody> | |
<tr> | |
<td style="text-align: center; padding: 15px 15px;"> | |
<table id="contentTable" style="width: 600px; background-color: #ffffff; border-radius: 5px;" align="center"> | |
<tbody> | |
<tr> | |
<td class="contentCell" | |
style="padding:20px; text-align: left; color: #898989; font-size: 16px; line-height: 26px;"> | |
<a href="https://hub.thriveministry.org" target="_blank" style="border: none;"><img | |
src="https://thrive.nyc3.cdn.digitaloceanspaces.com/logos/logo-thrive.png" | |
style="width: 150px; margin-top: 15px; cursor: pointer;"></a> | |
<br><br> | |
<p>{{ CONTENT: Paragraph 1 }}</p> | |
<p>{{ CONTENT: Paragraph 1 }}</p> | |
<p>{{ CONTENT: Paragraph 1 }}</p> | |
<p style="margin-top: 30px">If you have any questions, please contact our customer support.</p> | |
<br> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</td> | |
</tr> | |
<tr> | |
<td class="footerWrapper"> | |
<table id="footerTable" align="center"> | |
<tbody> | |
<tr> | |
<td style="color: #898989; font-size: 10px; padding-bottom: 20px;"> | |
Replenishing women ministering overseas. <a href="https://hub.thriveministry.org" | |
style="color: #000; text-decoration: none; font-weight: bold" target="_blank">Thrive Ministry</a> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment