Skip to content

Commit

Permalink
Remove comunity and enterprise text (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 authored Jan 24, 2024
1 parent b5b4f9e commit 38448db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 31 deletions.
2 changes: 1 addition & 1 deletion data/products/appscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
],
"cta_area": {
"title": "Get Started with AppsCode",
"sub_title": "AppsCode community edition is FREE to use on any supported Kubernetes engines. There is no up-front investment required, and you need to pay only for the resources you use to your infrastructure provider. We offer a 30 days license FREE of cost to try KubeDB Enterprise edition.",
"sub_title": "AppsCode is FREE to use on any supported Kubernetes engines. There is no up-front investment required, and you need to pay only for the resources you use to your infrastructure provider. We offer a 30 days license FREE of cost to try KubeDB.",
"url": "/contact"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "cost-effectiveness",
"title": "Deploy & Manage Databases on Kubernetes FREE",
"meta": "KubeDB community edition is FREE to use on any supported Kubernetes engines. You can deploy and manage your database on Kubernetes FREE",
"meta": "KubeDB is FREE to use on any supported Kubernetes engines. You can deploy and manage your database on Kubernetes FREE",
"innerContent": [
{
"id": 1,
"title": "Cost-effectiveness",
"description": "KubeDB community edition is FREE to use on any supported Kubernetes engines. You can deploy and manage your databases on Kubernetes using KubeDB. There is no up-front investment required. We offer a 30 days license FREE of cost to try KubeDB Enterprise edition.",
"description": "KubeDB is FREE to use on any supported Kubernetes engines. You can deploy and manage your databases on Kubernetes using KubeDB. There is no up-front investment required. We offer a 30 days license FREE of cost to try KubeDB.",
"img": "/assets/images/features/illustrations/cost-effectoveness.jpg"
},
{
Expand Down
12 changes: 4 additions & 8 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -864,12 +864,12 @@ <h5>{{ $user.name }}</h5>
<div class="columns is-vcentered">
<div class="column is-full-tablet is-half-tablet is-half-desktop">
<h3 data-aos="fade-up" data-aos-duration="500">Run and Manage your Database on Kubernetes FREE !</h3>
<p data-aos="fade-up" data-aos-duration="700">{{ $p.name }} community edition is FREE to use on any
<p data-aos="fade-up" data-aos-duration="700">{{ $p.name }} is FREE to use on any
supported Kubernetes engines. You can deploy and
manage
your database in Kubernetes using {{ $p.name }}. There is no up-front investment required. We
offer a 30 days license FREE
of cost to try {{ $p.name }} Enterprise edition.
of cost to try {{ $p.name }}.
</p>
</div>
<div
Expand All @@ -878,12 +878,8 @@ <h3 data-aos="fade-up" data-aos-duration="500">Run and Manage your Database on K
<a href="/docs/{{ $p.latestVersion }}/setup/" class="button ac-button is-white" data-aos="fade-up"
data-aos-duration="900">TRY NOW FREE</a>
<a href="{{ $.Site.Params.domain_appscode }}/contact/" class="button ac-button is-secondary"
style="background-color: transparent; border: 1px solid #e7e7e7; color: #ffffff;"><span>
<lord-icon class="inherit-color" speed="0.50" src="https://cdn.lordicon.com/uvextprq.json"
trigger="loop" target="a.is-white" trigger="hover"
style="width:22px;height:22px; margin-right: 8px;">
</lord-icon>
</span>CONTACT US</a>
style="background-color: transparent; border: 1px solid #e7e7e7; color: #ffffff;">
<span class="icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentcolor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M8.625 9.75a.375.375.0 11-.75.0.375.375.0 01.75.0zm0 0H8.25m4.125.0a.375.375.0 11-.75.0.375.375.0 01.75.0zm0 0H12m4.125.0a.375.375.0 11-.75.0.375.375.0 01.75.0zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14.0 01.778-.332 48.294 48.294.0 005.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394.0 0012 3c-2.392.0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z"></path></svg></span><span>CONTACT US</span></a>
</div>
</div>
</div>
Expand Down
21 changes: 1 addition & 20 deletions layouts/partials/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,25 +149,6 @@ <h3>Can we try KubeDB?</h3>
</div>
<!-- single accordion item end -->

<!-- single accordion item start -->
<div class="single-accordion-item closed">
<!-- accordion heading start -->
<div class="accordion-heading">
<h3>Can I upgrade from Community edition to the Enterprise edition anytime?</h3>
<button class="icon">
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
</div>
<!-- accordion heading end -->
<!-- accordion body start -->
<div class="accordion-body">
<p>Yes, you can seemlessly upgrade from the Community edition to the Enterprise Edition without any
downtime.</p>
</div>
<!-- accordion body end -->
</div>
<!-- single accordion item end -->

<!-- single accordion item start -->
<div class="single-accordion-item closed">
<!-- accordion heading start -->
Expand Down Expand Up @@ -232,4 +213,4 @@ <h3>Is my payment information safe?</h3>
</div>
</section>

<!--========================== faq area end ==========================-->
<!--========================== faq area end ==========================-->

0 comments on commit 38448db

Please sign in to comment.