forked from sagi/seepur
removed email footer background image. It has issues in dark-modes of clients. dont want to deal with it now
This commit is contained in:
parent
bd133ae139
commit
1c857559f8
1 changed files with 27 additions and 24 deletions
|
@ -1,49 +1,52 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
|
<head>
|
||||||
</head>
|
|
||||||
<body style="font-family: 'Montserrat', Arial, sans-serif;">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
|
||||||
<div style="width:100%;background-color:#fff;">
|
</head>
|
||||||
<div style="color: #4a4a4a;
|
|
||||||
|
<body style="font-family: 'Montserrat', Arial, sans-serif;">
|
||||||
|
<div style="width:100%;background-color:#fff;">
|
||||||
|
<div style="color: #4a4a4a;
|
||||||
max-width:800px;
|
max-width:800px;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
">
|
">
|
||||||
<div style="background-color: #fafafa;
|
<div style="background-color: #fafafa;
|
||||||
padding: 2rem 1.5rem 2rem;
|
padding: 2rem 1.5rem 2rem;
|
||||||
margin-bottom:2rem;
|
margin-bottom:2rem;
|
||||||
background-image: url('{{baseUrl}}/images/emails/cloudgroup.png');
|
background-image: url('{{baseUrl}}/images/emails/cloudgroup.png');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center center;">
|
background-position: center center;">
|
||||||
<h1>Seepur</h1>
|
<h1>Seepur</h1>
|
||||||
<h4>A <b>safe</b> and <b>fun</b> way to spend time with far away loved ones</h4>
|
<h4>A <b>safe</b> and <b>fun</b> way to spend time with far away loved ones</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@!section('content')
|
@!section('content')
|
||||||
|
|
||||||
<footer style="background-color: #fafafa;
|
<footer style="background-color: #fafafa;
|
||||||
padding: 3rem 1.5rem 6rem;
|
padding: 3rem 1.5rem 6rem;
|
||||||
margin-top:2rem;
|
margin-top:2rem;
|
||||||
background-image: url('{{baseUrl}}/images/emails/sun+cloud.png');
|
/* background-image: url('{{baseUrl}}/images/emails/sun+cloud.png'); */
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
">
|
">
|
||||||
<div style="text-align: center !important;">
|
<div style="text-align: center !important;">
|
||||||
<p>
|
<p>
|
||||||
<strong>Seepur</strong> | The source code is licensed
|
<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
|
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. Made with ♥️ by friends and family. For
|
||||||
the savtot out there
|
all
|
||||||
</p>
|
the savtot out there
|
||||||
</div>
|
</p>
|
||||||
</footer>
|
</div>
|
||||||
|
</footer>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue