ente/server/mail-templates/web_app_first_upload.html
2024-08-22 17:36:24 +05:30

249 lines
6.0 KiB
HTML

<!DOCTYPE html>
<html>
<meta content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1,
minimum-scale=1"
/>
<style>
body {
background-color: #f0f1f3;
font-family: "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
font-size: 16px;
line-height: 27px;
margin: 0;
color: #444;
}
pre {
background: #f4f4f4f4;
padding: 2px;
}
table {
width: 100%;
border: 1px solid #ddd;
}
table td {
border-color: #ddd;
padding: 5px;
}
.wrap {
background-color: #fff;
padding: 30px;
max-width: 525px;
margin: 0 auto;
border-radius: 5px;
}
.button {
background: #0055d4;
border-radius: 3px;
text-decoration: none !important;
color: #fff !important;
font-weight: bold;
padding: 10px 30px;
display: inline-block;
}
.button:hover {
background: #111;
}
.footer {
text-align: center;
font-size: 12px;
color: #888;
}
.footer a {
color: #888;
margin-right: 5px;
}
.gutter {
padding: 30px;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #0055d4;
}
a:hover {
color: #111;
}
@media screen and (max-width: 600px) {
.wrap {
max-width: auto;
}
.gutter {
padding: 10px;
}
}
.footer-icons {
padding: 4px !important;
width: 24px !important;
}
</style>
<body>
<div class="gutter" style="padding: 4px">&nbsp;</div>
<div
class="wrap"
style="
background-color: rgb(255, 255, 255);
padding: 2px 30px 30px 30px;
max-width: 525px;
margin: 0 auto;
border-radius: 5px;
font-size: 16px;
"
>
<p>Congratulations on preserving your first memory with Ente!</p>
<p>
Did you know that we will be keeping 3 copies of this memory, at 3
different locations so that they are as safe as they can be? One of
these copies will in fact be preserved in an underground fallout
shelter!
</p>
<p>
While we work our magic, you can go ahead share your memories with your
loved ones. If they aren't on Ente yet, you can
<a href="https://ente.io/blog/powerful-links/" target="_blank"
>share links</a
>.
</p>
<p>
That's not all, we have beautiful mobile apps (linked below) that backup
any moments you capture, automatically in the background.
</p>
<div style="text-align: center">
<a
href="https://play.google.com/store/apps/details?id=io.ente.photos"
target="_blank"
>
<img
align="center"
border="0"
src="https://ente.io/email/images/playstore.png"
alt="Download on
PlayStore"
title="Download on PlayStore"
style="
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
clear: both;
display: inline-block !important;
border: none;
height: auto;
float: none;
width: 100%;
max-width: 230px;
"
width="230"
/>
</a>
<div style="margin: 12px"></div>
<a href="https://apps.apple.com/app/id1542026904" target="_blank">
<img
align="center"
border="0"
src="https://ente.io/email/images/appstore.png"
alt="Download on
AppStore"
title="Download on AppStore"
style="
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
clear: both;
display: inline-block !important;
border: none;
height: auto;
float: none;
width: 100%;
max-width: 230px;
"
width="230"
/>
</a>
</div>
<p>
Now as you check out Ente, if there's anything you need help with,
please write back and we'll be there for you!
</p>
</div>
<br />
<div
class="footer"
style="text-align: center; font-size: 12px; color: rgb(136, 136, 136)"
>
<div>
<a href="https://ente.io" target="_blank"
><img
src="https://email-assets.ente.io/ente-green.png"
style="width: 100px; padding: 24px"
title="Ente"
alt="Ente"
/></a>
</div>
<div>
<a href="https://fosstodon.org/@ente" target="_blank"
><img
src="https://email-assets.ente.io/mastodon-icon.png"
class="footer-icons"
style="width: 24px; padding: 4px"
title="Mastodon"
alt="Mastodon"
/></a>
<a href="https://twitter.com/enteio" target="_blank"
><img
src="https://email-assets.ente.io/twitter-icon.png"
class="footer-icons"
style="width: 24px; padding: 4px"
title="Twitter"
alt="Twitter"
/></a>
<a href="https://discord.ente.io" target="_blank"
><img
src="https://email-assets.ente.io/discord-icon.png"
class="footer-icons"
style="width: 24px; padding: 4px"
title="Discord"
alt="Discord"
/></a>
<a href="https://github.com/ente-io" target="_blank"
><img
src="https://email-assets.ente.io/github-icon.png"
class="footer-icons"
style="width: 24px; padding: 4px"
title="GitHub"
alt="GitHub"
/></a>
</div>
<p>
Ente Technologies, Inc.
<br />
1111B S Governors Ave 6032 Dover, DE 19904
</p>
<br />
</div>
</body>
</html>