Skip to content

Instantly share code, notes, and snippets.

@imrizzy
Created May 31, 2017 22:00
Show Gist options
  • Save imrizzy/3b84a8f140327b9de4dd2541c30b97ed to your computer and use it in GitHub Desktop.
Save imrizzy/3b84a8f140327b9de4dd2541c30b97ed to your computer and use it in GitHub Desktop.
Sony Entertainment Welcome Email
<!DOCTYPE html>
<html>
<head>
<title>Sony Ent</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<table id="w-1" width="600px">
<tr>
<td>
<table id="w-2" align="center">
<tr>
<td class="browser-view" style="padding: 5px 0;">
<strong>Welcome to Sony Pictures</strong><br>
If you cannot see this message, <a id="browser-view-link" href="http://view.email.sonypictures.com/?qs=fe912dc3b6e40eca2f4c4d4a8eae9e6cb0f3d8325d137780fe04ab574238d9a6de8b697174569c85d4a04e8cbfbff929e0b05b7c50f1d8cec9c8f648afab2842" target="_blank">click here</a> to view.
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td class="logo">
<table>
<tr>
<td>
<a href="#"><img id="img-1" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_01.jpg" alt="Sony Pictures Logo" title="Sony Pictures Logo"></a>
</td>
<td>
<a href="#"><img id="img-2" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_02.jpg" alt="Welcome to Sony Pictures" title="Welcome to Sony Pictures"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<a href="#"><img id="img-3" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_03.jpg" width="600" height="49" align="center" alt="Thanks for joining!" title="Thanks for joining!"></a>
</td>
</tr>
<tr>
<td>
<a href="#"><img id="img-4" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_04.jpg" alt="Ghostbusters" title="Ghostbusters"></a>
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td>
<a href="#"><img id="img-5" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_05.jpg" alt="Breaking Bad" title="Breaking Bad"></a>
</td>
<td>
<table>
<tr>
<td>
<a href="#"><img id="img-6" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_06.jpg" alt="'Unquestionably one of the greatest dramas in TV history.' -The Hollywood Reporter, Tim Goodman" title="'Unquestionably one of the greatest dramas in TV history.' -The Hollywood Reporter, Tim Goodman"></a>
</td>
</tr>
<tr>
<td>
<a href="#"><img id="img-7" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_07.jpg" alt="Passengers" title="Passengers"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td>
<a href="#"><img id="img-8" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_08.jpg" alt="Smurfs: The Lost Village" title="Smurfs: The Lost Village"></a>
</td>
<td>
<a href="#"><img id="img-9" src="http://flash.sonypictures.com/ist/welcome_series_dec_flow2email1/index_09.jpg" alt="Your Insider Perks
– View the latest trailers and clips
– Discover discounts and special offers
– Earn rewards just for having fun...
and more coming soon!" title="Your Insider Perks
– View the latest trailers and clips
– Discover discounts and special offers
– Earn rewards just for having fun...
and more coming soon!"></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="can-spam" style="padding: 10px 15px 15px 15px;">
<p>You are receiving this e-mail because you subscribed to receive Sony Pictures Updates. You are subscribed with the address: YOUREMAIL@ESP.COM</p>
<p><b>UNSUBSCRIBE</b><br>To be removed from our mailing list, <a href="#">click here.</a></p>
<p><b>UPDATE YOUR PREFERENCES</b><br>To manage your subscriptions and email preferences, <a href="#">click here.</a></p>
<p>To learn how we handle your personal information, read our <a href="#">Privacy Policy.</a></p>
<p>This email may contain links to, or advertisements concerning, other third party sites. Sony Pictures is not responsible for the privacy practices or content of such other sites and encourages you to read their own privacy statements and terms of use when you visit such sites.</p>
<p>This email was sent to YOUREMAIL@ESP.COM by Sony Pictures Entertainment Inc.<br>10202 W. Washington Blvd., Culver City, CA 90232</p>
<p>© 2017 Sony Pictures Entertainment Inc. All rights reserved.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
body { font-family: Arial,Helvetica,sans-serif; margin: 0;}
table, td { border-collapse: collapse; padding: 0; }
td.browser-view { font-size: 10px; text-align: center;}
a#browser-view-link { text-decoration: none; color: #000000; }
img#img-1, img#img-2, img#img-3, img#img-4, img#img-5, img#img-6, img#img-7, img#img-8, img#img-9 { display: block; }
td.can-spam { font-size: 11px; color: #5c5c5c; }
a { text-decoration: underline; color: #5c5c5c; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment