Skip to content

Commit

Permalink
chore: fixed pricing and added tax excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
urz9999 committed Dec 13, 2023
1 parent bc2979a commit f6ca06f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
3 changes: 3 additions & 0 deletions _data/pricing/faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ topics:
answer: "
<p>We offer special pricing for eligible startups to help them manage their cloud access securely while growing their business. </p>
<p> Please <a href='mailto:[email protected]'>contact our sales team</a> to learn more about our startup pricing program and to see if your organization qualifies. </p>"
- question: "Do the displayed prices include or exclude taxes?"
answer: "
<p>The prices displayed on the Pricing page of Leapp website exclude taxes.</p>"
# - question: "Do you offer students discounts?"
# answer: "
# <p> Yes, we offer discounts to university students on our Pro version, which is tailored to meet their needs. </p>
Expand Down
6 changes: 3 additions & 3 deletions _data/pricing/features_table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@
description: "Gain priority support with faster response times. Business: next business day (NBD) response. Enterprise: 4h response."
community: X
pro: X
business: $ (NBD)
enterprise: $ (4h)
business: (NBD)
enterprise: (4h)
coming_soon: FALSE
new: FALSE
-
Expand Down Expand Up @@ -391,7 +391,7 @@
community: X
pro: X
business: X
enterprise: $
enterprise:
coming_soon: FALSE
new: FALSE
-
Expand Down
8 changes: 4 additions & 4 deletions _data/pricing/pricing_cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ cards:
description: For individual developers and freelancers
icon: fa-solid fa-laptop
number_people: 1
price_monthly: 5$
price_yearly: 6$
price_monthly: 5
price_yearly: 6
has_price: TRUE
price_icon:
color: blue
Expand All @@ -46,8 +46,8 @@ cards:
icon: fa-solid fa-users-between-lines
# noinspection YAMLIncompatibleTypes
number_people: 1-50
price_monthly: 10$ <span class="discounted">20</span>
price_yearly: 12$ <span class="discounted">24</span>
price_monthly: 10 <span class="discounted">20</span>
price_yearly: 12 <span class="discounted">24</span>
has_price: TRUE
price_icon:
color: red
Expand Down
9 changes: 4 additions & 5 deletions _includes/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h2>COMPARE OUR PLANS</h2>
<div class="plan-body">
<div class="price-container">
<span class="price-value">FREE</span>
<span class="price-value">FREE</span>
</div>
<div class="cta-button free"><a href="https://github.com/Noovolari/leapp" target="_blank">VIEW REPOSITORY</a></div>
<div class="early-access-link">&nbsp;</div>
Expand Down Expand Up @@ -61,12 +60,12 @@ <h2>COMPARE OUR PLANS</h2>
<div class="plan-body">
<div class="price-container">
<span class="price-value pro">
<small class="full-price">89$</small><small class="discounted-price">59$</small>
<small class="micro-small">4.92$ per Month, billed yearly</small>
<small class="full-price">89</small><small class="discounted-price">59</small>
<small class="micro-small">4.92 per Month, billed yearly (+22% tax)</small>
</span>
<span class="price-value pro hidden">
<small class="full-price">8.99$</small><small class="discounted-price">5.99$</small>
<small class="micro-small">Billed monthly</small>
<small class="full-price">8.99</small><small class="discounted-price">5.99</small>
<small class="micro-small">Billed monthly (+22% tax)</small>
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/personal.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% include hero-unit-personal.html %}
{% include steps-personal.html %}
{% include enterprise.html %}
{% include pricing.html%}
{% include contributor.html %}
{% include footer.html %}
</body>

Expand Down
2 changes: 1 addition & 1 deletion assets/css/partials/pricing-cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
position: relative;
font-size: 30px!important
}
.discounted:before {
.discounted:after {
position: absolute;
content: "";
left: 0;
Expand Down

0 comments on commit f6ca06f

Please sign in to comment.