1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/preview/pages/settings-plan.html

26 lines
781 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: settings
title: Settings
permalink: settings-plan.html
---
<div class="card-body">
<h2 class="mb-4">Plans</h2>
<p class="text-secondary mb-4">This workspaces Basic Plan is set to $34 per month and will renew on June 19, 2022.</p>
<div class="row row-cards">
<div class="col-lg-4">
{% include "cards/pricing-card.html" price="0" users=3 category="Free" %}
</div>
<div class="col-lg-4">
{% include "cards/pricing-card.html" price="49" users=10 category="Premium" features="1100" featured-color="green" %}
</div>
<div class="col-lg-4">
{% include "cards/pricing-card.html" price="99" category="Enterprise" users=100 features="1110" %}
</div>
<div class="col-12">
{% include "cards/pricing-card-enterprise.html" %}
</div>
</div>
</div>