snipt/templates/pro.html

27 lines
1.4 KiB
HTML
Raw Normal View History

2012-07-03 15:22:48 -07:00
{% extends "base.html" %}
2012-06-26 13:38:38 -07:00
2012-07-03 11:06:06 -07:00
{% block page-title %}Snipt Pro{% endblock %}
2012-06-26 13:38:38 -07:00
{% block body-class %}{{ block.super }} static pro{% endblock %}
{% block content %}
<div class="static-box">
<h2><span class="pro">Pro</span> members</h2>
2012-07-04 07:45:11 -07:00
<p>We're still building our <span class="pro">Pro</span> platform, but we guarantee that it's going to kick ass. By becoming a Pro now, you'll get access to Pro features the moment they're released.</p>
2012-06-26 13:38:38 -07:00
<h6>Current Pro features:</h6>
<ul>
<li>&ldquo;Pro&rdquo; badge throughout the site.</li>
<li>You&rsquo;re supporting current and future development. This stuff takes time and money.</li>
</ul>
<h6>Planned Pro features (not in order):</h6>
<ul>
<li>Collaborative group editing of snipts.</li>
<li>Site-wide setting for viewing snipts in different themes.</li>
<li>Ability to theme your embedded snipts in a specific theme.</li>
2012-07-03 10:15:21 -07:00
<li>Custom domain and premium (Pro-only) themes for your <a href="https://blog.snipt.net/announcing-the-sniptnet-blogging-platform/">Snipt blog</a>.</li>
2012-06-26 13:38:38 -07:00
</ul>
2012-07-09 09:06:08 -07:00
<h3>Pro accounts will be $19/year.</h3>
2012-07-03 10:15:21 -07:00
<h4>Pro accounts are currently invite-only. Follow <a href="http://twitter.com/snipt/">@snipt</a> to be notified when we open registrations.</h4>
2012-06-26 13:38:38 -07:00
</div>
{% endblock %}