Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <title>Email Signature</title>
  7. <style>
  8. @font-face { font-family: 'Cinzel-Bold'; src: url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/Cinzel-Bold.eot?#iefix') format('embedded-opentype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/Cinzel-Bold.otf') format('opentype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/Cinzel-Bold.woff') format('woff'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/Cinzel-Bold.ttf') format('truetype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/Cinzel-Bold.svg#Cinzel-Bold') format('svg'); font-weight: normal; font-style: normal; }
  9. @font-face { font-family: 'GoudyOldStyleT-Bold'; src: url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/GoudyOldStyleT-Bold.eot?#iefix') format('embedded-opentype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/GoudyOldStyleT-Bold.woff.woff') format('woff'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/GoudyOldStyleT-Bold.ttf') format('truetype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/GoudyOldStyleT-Bold.svg') format('svg'); font-weight: normal; font-style: normal; }
  10. @font-face { font-family: 'MinionPro-Regular'; src: url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/MinionPro-Regular.otf') format('opentype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/MinionPro-Regular.woff') format('woff'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/MinionPro-Regular.ttf') format('truetype'), url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/MinionPro-Regular.svg#MinionPro-Regular') format('svg'); font-weight: normal; font-style: normal; }
  11.  
  12. @media screen and (max-width: 800px) {
  13. .half{ width: 100% !important;}
  14. .container-full {padding: 30px 30px 60px !important;}
  15. }
  16. @media screen and (max-width: 600px) {
  17. .half-half {width: 100% !important; line-height: 1.5 !important;}
  18. .name span { display: block;}
  19. }
  20. </style>
  21. </head>
  22.  
  23. <body style=" margin: 0;">
  24. <div class="container-full" style="width: 100%; height: 100%; background: #ffffff; background-image: url('https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/email-footer-bg.png'); background-position: center bottom; background-size: cover; background-repeat: no-repeat; padding: 50px 60px 50px; box-sizing: border-box; display:inline-block; ">
  25.  
  26. <div class="half" style="width: 65%; float:left; font-family: 'GoudyOldStyleT-Bold'; color: #263662;">
  27. <div class="name" style="color: #000; font-size: 42px; font-family: 'Cinzel-Bold', Times New Roman, serif; text-transform: capitalize; text-align: center;">Peter Duell</div>
  28. <div style="font-size: 26px; text-align: center; margin-bottom: 30px;">Special Counsel</div>
  29.  
  30. <div class="contact-info" style="max-width: 600px; margin: auto">
  31. <div class="half-half" style="width: 57%; float:left; font-size: 22px; line-height: 1.5;">
  32. T <a href="tel:37280363" style="text-decoration: none; color: #263662;">3728 0363</a>/ F 3879 2656<br />
  33. M <a href="tel:0412787701" style="text-decoration: none; color: #263662;">0412 787 701</a><br />
  34. <a href="mailto:peter@fllp.com.au" style="text-decoration: none; color: #263662;">peter@fllp.com.au</a>
  35. </div>
  36. <div class="half-half" style="width: 43%; float:left; font-size: 19px;">
  37. Shop 37A,<br />
  38. Forest Lake Shopping Centre,<br />
  39. 235 Forest Lake Boulevard,<br />
  40. Forest Lake, Brisbane QLD 4078
  41. </div>
  42. </div>
  43.  
  44. </div>
  45.  
  46. <div class="half" style="width: 35%; float:left; text-align: center; font-family: 'MinionPro-Regular', Times New Roman, serif; font-size: 20px; color: #263662;">
  47. <img src="https://forestlakelawpractice.com.au/wp-content/uploads/sites/9/2020/02/Forest-Lake-Law-Practice-logo-vertical-dark.png" alt="Forest Lake Law Practice" style="margin: 15px 0 20px; max-width: 100%;" />
  48. <div><a href="https://forestlakelawpractice.com.au" style="text-decoration: none; color: #263662;">www.forestlakelawpractice.com.au</a></div>
  49. </div>
  50.  
  51. </div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement