mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 13:22:22 +04:00
Monorepo structure, remove Gulp, new build process (#2116)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Pricing cards
|
||||
page-header: Pricing cards
|
||||
page-menu: extra.pricing
|
||||
layout: default
|
||||
permalink: pricing.html
|
||||
---
|
||||
|
||||
<div class="row row-cards">
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
{% include "cards/pricing-card.html" price="0" users=3 category="Free" %}
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
{% include "cards/pricing-card.html" price="49" users=10 category="Premium" features="1100" featured-color="green" %}
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
{% include "cards/pricing-card.html" price="99" category="Enterprise" users=100 features="1110" %}
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
{% include "cards/pricing-card.html" price="139" category="Unlimited" users="Unlimited" features="1111" %}
|
||||
</div>
|
||||
<div class="col-12">
|
||||
{% include "cards/pricing-card-enterprise.html" %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user