NewsBlur-viq/templates/mail/email_new_account.xhtml
2022-05-04 16:44:45 -04:00

22 lines
2 KiB
HTML

{% extends "mail/email_base.xhtml" %}
{% load utils_tags %}
{% block body %}
<h2 style="color: #282F33; font-size: 18px; font-weight: bold;">
Welcome to NewsBlur, {{ user.username }}.
</h2>
<p style="line-height: 20px;">Thanks for trying out NewsBlur! I hope NewsBlur can make your daily reading more personal and intelligent.</p>
<p style="line-height: 20px;">Here are some ways to make NewsBlur work for you:</p>
<p style="line-height: 20px;">
<ul style="list-style: none;">
<li style="line-height:22px;"><img src="https://{% current_domain %}/media/img/icons/nouns/share.svg" style="width:16px;height:16px;vertical-align:top;padding-top:3px;"> <a href="https://{% current_domain %}{{ user.profile.autologin_url }}?next=friends" style="text-decoration:none">Follow friends from Twitter, Facebook, and NewsBlur</a></li>
<li style="line-height:22px;"><img src="https://{% current_domain %}/media/img/reader/popular_thumb.jpg?1" style="width:16px;height:16px;vertical-align:top;padding-top:3px;"> Visit <a href="https://popular.newsblur.com" style="text-decoration:none">The People Have Spoken</a>, our blog of the most popular and talked-about articles posted by NewsBlur readers</li>
<li style="line-height:22px;"><img src="https://{% current_domain %}/media/img/icons/circular/g_icn_coffeecup_gold32.png" style="width:16px;height:16px;vertical-align:top;padding-top:3px;"> <a href="https://{% current_domain %}{{ user.profile.autologin_url }}?next=premium" style="text-decoration:none">Upgrade to a premium account for only $36/year, and get access to an unlimited number of RSS feeds</a></li>
</ul>
</p>
<p style="line-height: 20px;">I made NewsBlur because I wanted a better way to read the news and talk about it with people. I hope you love it, too.</p>
<p>- <a href="https://twitter.com/samuelclay">Sam Clay</a></p>
{% endblock %}
{% block resources_header %}If you enjoy using NewsBlur, these resources might be of interest to you:{% endblock resources_header %}