Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. return `<html> <head> <style> .video-wrapper { display: none; } .wrapper { width: 100%; min-width: 700px; max-width: 750px; margin: 0 auto; padding: 0 20px 0 0px; } .big-font { font-size: 30px; } .medium-font { font-size: 25px; } .small-font { font-size: 20px; } @media(max-width: 600px) { .image { padding-left: 16.5px; } } @media(min-width: 600px) { .wrapper { max-width: 600px; } .big-font { font-size: 22px; } .medium-font { font-size: 17px; } .small-font { font-size: 15px; } } @media (-webkit-min-device-pixel-ratio: 0) and (min-device-width:1024px) { .video-wrapper { display: block !important; } .video-fallback { display: none !important; } } @supports (-webkit-overflow-scrolling:touch) { .video-wrapper { display: block !important; } .video-fallback { display: none !important; } } </style> </head> <body style="margin: 0px; min-width: 100%!important; font-family: 'Montserrat', sans-serif;"> <div class="wrapper"> <div> <div style="padding: 50px 40px 0px 40px;"> <img src="https://s3.eu-central-1.amazonaws.com/youspace-email-images/crop.png" style="width:170px"> </div> <div class="big-font" style="padding: 20px 40px 0px 40px; color: rgb(138,140,143);"> Hello ${firstName}, </div> <div class="big-font" style="padding: 5px 40px 0px 40px; color: rgb(138,140,143);"> Order for returning items recived! </div> <div class="medium-font" style="padding: 15px 40px 15px 40px; color: #ff6702;"> All your stuff which we have guarded will be delivered to you. We ask you to settle all your debts. We'll send it to you accurate calculation later.</div> <div> <img class="image" style="width: 100%; " src="https://s3.eu-central-1.amazonaws.com/youspace-email-images/Artboard+1+copy+8%403x.png"> </div> <div style="padding: 20px 40px 20px 40px;"> <hr style="background-color: rgb(222,222,222); border: none; height: 2px"> </div> <div class="medium-font" style="padding: 0px 0px 0px 40px; color: rgb(102, 102, 102);"> Courier will come at: <div style="padding-left: 5px;">- ${date}</div> </div> <div style="padding: 20px 40px 20px 40px;"> <hr style="background-color: rgb(222,222,222); border: none; height: 2px"> </div> <div class="medium-font" style="padding: 0px 40px 0px 0px; position: relative; color: #ff6702;"> <hr style=" background-color: #ff6702; width: 20px; height: 2px; border: none; display: inline-block; top: 4px; position: relative; margin-right: 8px; margin-left: 5px;"> Will bring you:</div> <div class="small-font" style="padding: 20px 0px 0px 0px; color: rgb(102, 102, 102); text-align: center;"> ${order} </div> <div style="padding: 20px 40px 20px 40px;"> <hr style="background-color: rgb(222,222,222); border: none; height: 2px"> </div> <div> <div class="footer medium-font footer-small-width" style="color: white; background-color: #ff6702; padding: 35px 37px 13px 40px;"> <div style="display: inline-block;">Follow us to stay updated <br> with the latest offers. </div> <div style="float: right;"> <a href="http://facebook.com/YouSpace.rs/" style="text-decoration: none" target="_blank"> <img style="width: 37px; height: 37px;" src="https://s3.eu-central-1.amazonaws.com/youspace-email-images/Screen+Shot+2019-02-20+at+8.49.22+PM.png" /> </a> <a href="https://www.instagram.com/youspace_belgrade/" style="text-decoration: none"> <img style="width: 37px; height: 37px;" src="https://s3.eu-central-1.amazonaws.com/youspace-email-images/Webp.net-resizeimage.png" /> </a> </div> </div> <div class="footer" style="background-color: #ff6702; padding: 22px;"> <hr style="background-color: white; border: none; height: 2px;width: 93%;"> </div> <div class="footer medium-font" style="color: white; background-color: #ff6702; padding: 10px 4px 25px 40px;"> Customer Support: &#173;069 779 033 </div> </div> </div> </div> </body> </html>`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement