releasesignup.blade.php 2.23 KB
<div dir= "ltr">
  <table width= "100%" cellspacing= "0" cellpadding= "0" style= "font-family:arial,sans-serif;font-size:13px;color:rgb(63,70,82);line-height:1.5">
    <tbody>
      <tr>
	<td bgcolor= "#f0f0f0" style= "background-color:rgb(240,240,240);background-image:url({!!Config::get("app.protocol").Config::get("app.domain")!!}/assets/images/bg_grey.jpg)">
	  <table width= "500" cellspacing= "0" cellpadding= "0" align= "center">
	    <tbody>
	      <tr>
		<td bgcolor= "#ffffff" align= "center" style= "background-color:rgb(255,255,255);text-align:center">
		  <table width= "390" cellspacing= "0" cellpadding= "0" align= "center">
		    <tbody>
		      <tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic">Hello!  <br>Thank you for subscribing our newsletter. We will keep you updated about the project. </td></tr>
		      <tr><td height= "20"></td></tr>
		      <tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic"></td></tr>
		      <tr><td height= "20"></td></tr>
		      <tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic">All the best,</td></tr>
		      <tr><td height= "20"></td></tr>
		      <tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic">The <font color= "#222222">{!! Config::get("app.name") !!} </font>Team.</td></tr>
		      <tr><td height= "40"></td></tr>
		      <tr><td height= "3" bgcolor= "#00c4cc" style= "font-size:1px"><img src= "<?php echo $message->embed(public_path()."/assets/images/spacer.gif"); ?>" width= "1" height= "3" alt= "" style= "display: block;"></td></tr>
		      <tr><td height= "20"></td></tr>
		      <tr><td align= "center" style= "font-family:Verdana,sans-serif;color:rgb(159,161,167);font-size:12px">You are receiving this email because you just signed up for {!! Config::get("app.name") !!} newsletter. If you&#39;re no longer interested you can <a href= "mailto:{!! Config::get("app.email") !!}?subject=Unsubscribe%20me,%20please" target= "_blank" style= "color:rgb(157,161,166)">unsubscribe</a>.</td></tr>
		      <tr><td height= "30"></td></tr>
		    </tbody>
		  </table>
		</td>
	      </tr>
	    </tbody>
	  </table>
	</td>
      </tr>
    </tbody>
  </table>
</div>