seepur/resources/views/emails/layouts/base.edge
Sagi Dayan accbc5c35c First implementation of email service
- Sending welcome email uppon register
 - Test email configuration API for admins
 - basic reset password - not implemented
2020-05-12 21:30:11 -04:00

27 lines
822 B
Plaintext

<div style="width:100%">
<div style="color: #4a4a4a;
max-width:800px;
margin-left:auto;
margin-right:auto;
background-image: url('{{baseUrl}}/images/emails/cloudgroup.png');
background-size: cover;
background-position: center center;">
<div style="background-color: #fafafa; padding: 2rem 1.5rem 2rem;margin-bottom:2rem">
<h1>Seepur</h1>
</div>
@!section('content')
<footer style="background-color: #fafafa; padding: 3rem 1.5rem 6rem; margin-top:2rem">
<div style="text-align: center !important;">
<p>
<strong>Seepur</strong> | The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. Made with ♥️ by friends and family. For all the savtot out there
</p>
</div>
</footer>
</div>
</div>