2020-05-14 01:59:40 +00:00
|
|
|
<html>
|
|
|
|
|
2020-05-16 12:14:43 +00:00
|
|
|
<head>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body style="font-family: 'Montserrat', Arial, sans-serif;">
|
|
|
|
<div style="width:100%;background-color:#fff;">
|
|
|
|
<div style="color: #4a4a4a;
|
2020-05-15 19:42:43 +00:00
|
|
|
max-width:800px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
text-align: left;
|
|
|
|
direction: ltr;
|
|
|
|
">
|
2020-05-16 12:14:43 +00:00
|
|
|
<div style="background-color: #fafafa;
|
2020-05-15 19:42:43 +00:00
|
|
|
padding: 2rem 1.5rem 2rem;
|
|
|
|
margin-bottom:2rem;
|
|
|
|
background-image: url('{{baseUrl}}/images/emails/cloudgroup.png');
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;">
|
2020-05-16 12:14:43 +00:00
|
|
|
<h1>Seepur</h1>
|
|
|
|
<h4>A <b>safe</b> and <b>fun</b> way to spend time with far away loved ones</h4>
|
|
|
|
</div>
|
2020-05-14 01:59:40 +00:00
|
|
|
|
2020-05-16 12:14:43 +00:00
|
|
|
@!section('content')
|
2020-05-13 01:30:11 +00:00
|
|
|
|
2020-05-16 12:14:43 +00:00
|
|
|
<footer style="background-color: #fafafa;
|
2020-05-15 19:42:43 +00:00
|
|
|
padding: 3rem 1.5rem 6rem;
|
|
|
|
margin-top:2rem;
|
2020-05-16 12:14:43 +00:00
|
|
|
/* background-image: url('{{baseUrl}}/images/emails/sun+cloud.png'); */
|
2020-05-15 19:42:43 +00:00
|
|
|
background-position: center center;
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
">
|
2020-05-16 12:14:43 +00:00
|
|
|
<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>
|
2020-05-15 19:42:43 +00:00
|
|
|
|
|
|
|
</div>
|
2020-05-16 12:14:43 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
2020-05-14 22:30:39 +00:00
|
|
|
|
2020-05-14 01:59:40 +00:00
|
|
|
</html>
|