Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.51 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <style>
  4.             @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
  5.             .full-width {width:100%;}
  6.             .body-text {
  7.                 font-family:Verdana;
  8.                 color:#555555;
  9.                 font-size:15px;
  10.                 float:none;
  11.                 margin:0 20px;
  12.                 line-height:14px;
  13.             }
  14.             .footer {
  15.                 width:100%;
  16.                 background-color:#59595B;
  17.                 text-align:center;
  18.                 height:100px;
  19.                 padding-top:15px;
  20.             }
  21.             .footer > a {color: white; margin-left:10px; margin-right:10px;}
  22.             .footer > a:hover {color: #D7F1EA;}
  23.         </style>
  24.     </head>
  25.     <header>
  26.         <img class="full-width" src="https://d3a1v57rabk2hm.cloudfront.net/consciousbox1/booksea/images/Eblast template-04.jpg" alt="Conscious Box"/>
  27.         <img class="full-width" src="https://d3a1v57rabk2hm.cloudfront.net/consciousbox1/booksea/images/1a%20Welcome.jpg" alt="Discovery, Experiences, Inspiration"/>
  28.     </header>
  29.     <body>
  30.         <br><br>
  31.         <div class="body-text">        
  32.             Dear {{ customer.first_name }},
  33.             <br>
  34.             Welcome to the movement. Every month, you’ll be introduced to new products from pioneering brands working to change the world as we know it. You’re part of a community now--full of people who care just as much as you do about GMO-free, all natural products that are good for people and the planet. We love transparency in products--both in the production and the ingredient lists, and we pass that information along to you.
  35.             <br>
  36.             So explore the brands. Discover new favorites. Share them with people you care about.
  37.             <br>
  38.             Welcome aboard.
  39.             <img class="full-width" src="https://d3a1v57rabk2hm.cloudfront.net/consciousbox1/booksea/images/1b Welcome.jpg" alt="Social Media Image"/>
  40.         </div>
  41.     </body>
  42.     <footer>
  43.         <div class="footer">
  44.             <a href="//twitter.com"><i class="fa fa-5x fa-twitter-square"></i></a>
  45.             <a href="//twitter.com"><i class="fa fa-5x fa-facebook-square"></i></a>
  46.             <a href="//twitter.com"><i class="fa fa-5x fa-youtube-square"></i></a>
  47.             <a href="//twitter.com"><i class="fa fa-5x fa-youtube-square"></i></a>
  48.             <a href="//twitter.com"><i class="fa fa-5x fa-youtube-square"></i></a>
  49.         </div>
  50.     </footer>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement