Files
thetempusproject/app/plugins/members/views/landing2.html
2024-12-05 15:33:25 -05:00

38 lines
1.5 KiB
HTML

<section id="features" class="container">
<h2 class="text-center">Why Choose Us?</h2>
<div class="row">
<div class="col-sm-6">
<h3>Free Version</h3>
<p>Basic storage for all your bookmarks, forever free.</p>
</div>
<div class="col-sm-6">
<h3>Pro Features</h3>
<p>Unlock powerful import/export and advanced organization.</p>
</div>
</div>
</section>
<section id="pricing" class="container">
<h2 class="text-center">Affordable Plans</h2>
<div class="row">
<div class="col-sm-6">
<div class="panel panel-success">
<div class="panel-heading">{name} Monthly Plan</div>
<div class="panel-body">
<p>{prettyPriceMonthly}/month</p>
<p>All pro features unlocked</p>
<a href="{ROOT_URL}member/getmonthly/{ID}" class="btn btn-success btn-block" role="button">Get Started</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="panel panel-info">
<div class="panel-heading">{name} Yearly Plan</div>
<div class="panel-body">
<p>{prettyPriceYearly}/year</p>
<p>Save {prettySavings} annually!</p>
<a href="{ROOT_URL}member/getyearly/{ID}" class="btn btn-info btn-block" role="button">Sign Up</a>
</div>
</div>
</div>
</div>
</section>