This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
max-width: 1400px;
|
||||
}
|
||||
|
||||
.pricing-header {
|
||||
.half-width-header {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
|
||||
294
r/pricing.htm
294
r/pricing.htm
@@ -65,36 +65,48 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a class="dropdown-item" href="/v8index.htm#service"
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#service"
|
||||
>Service</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="/v8index.htm#inventory"
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#inventory"
|
||||
>Inventory</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="dropdown-item" href="/v8index.htm#dashboard"
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#dashboard"
|
||||
>Dashboard</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="dropdown-item" href="/v8index.htm#notifications"
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#notifications"
|
||||
>Notifications</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="dropdown-item" href="/v8index.htm#customizable"
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#customizable"
|
||||
>Customizable</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="dropdown-item" href="/v8index.htm#flexible"
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#flexible"
|
||||
>Flexible configurations</a
|
||||
>
|
||||
</li>
|
||||
@@ -139,217 +151,79 @@
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="container py-5">
|
||||
|
||||
<header>
|
||||
<div class="pricing-header p-3 pb-md-4 mx-auto text-center">
|
||||
|
||||
|
||||
<h1 class="display-4 fw-normal">Pricing / purchase</h1>
|
||||
<img src="/r/image/underconstruction.svg" width="800" height="600"></img>
|
||||
<p class="fs-5 text-muted">
|
||||
From one person service companies to multi-regional
|
||||
operations we have you covered with affordable pricing that
|
||||
scales with your business.
|
||||
</p>
|
||||
<div class="half-width-header p-3 pb-md-4 mx-auto text-center">
|
||||
<h1 class="display-4 fw-normal">Pricing</h1>
|
||||
|
||||
<h5 class="mt-3">
|
||||
AyaNova is available as a
|
||||
<a href="#subscription">subscription service</a> hosted
|
||||
by us or a
|
||||
<a href="#perpetual"> software package</a> you install
|
||||
on premises.
|
||||
</h5>
|
||||
</div>
|
||||
</header>
|
||||
<div class="row row-cols-1 row-cols-md-3 mb-3 text-center">
|
||||
<div class="col">
|
||||
<div class="card mb-4 rounded-3 shadow-sm">
|
||||
<div class="card-header py-3">
|
||||
<h4 class="my-0 fw-normal">xxx</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h1 class="card-title pricing-card-title">
|
||||
$0<small class="text-muted fw-light">/mo</small>
|
||||
</h1>
|
||||
<ul class="list-unstyled mt-3 mb-4">
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
</ul>
|
||||
<button
|
||||
type="button"
|
||||
class="w-100 btn btn-lg btn-outline-primary"
|
||||
>
|
||||
xxxx
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card mb-4 rounded-3 shadow-sm">
|
||||
<div class="card-header py-3">
|
||||
<h4 class="my-0 fw-normal">xxx</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h1 class="card-title pricing-card-title">
|
||||
$xx<small class="text-muted fw-light"
|
||||
>/mo</small
|
||||
>
|
||||
</h1>
|
||||
<ul class="list-unstyled mt-3 mb-4">
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
</ul>
|
||||
<button
|
||||
type="button"
|
||||
class="w-100 btn btn-lg btn-primary"
|
||||
>
|
||||
xxxx
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card mb-4 rounded-3 shadow-sm border-primary">
|
||||
<div
|
||||
class="card-header py-3 text-bg-primary border-primary"
|
||||
>
|
||||
<h4 class="my-0 fw-normal">xxxx</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h1 class="card-title pricing-card-title">
|
||||
$xx<small class="text-muted fw-light"
|
||||
>/mo</small
|
||||
>
|
||||
</h1>
|
||||
<ul class="list-unstyled mt-3 mb-4">
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
<li>xxx</li>
|
||||
</ul>
|
||||
<button
|
||||
type="button"
|
||||
class="w-100 btn btn-lg btn-primary"
|
||||
>
|
||||
xxxx
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="mt-4" id="subscription">Subscription service</h2>
|
||||
<section class="ps-4">
|
||||
<h5>Benefits</h5>
|
||||
<ul>
|
||||
<li>we securely host AyaNova online, nothing to install just login and start working</li>
|
||||
<li>pay as you go month to month or yearly</li>
|
||||
<li>low up front cost, as little as $24/month</li>
|
||||
<li>
|
||||
no need for costly I.T. staff, hardware or networking
|
||||
expertise
|
||||
</li>
|
||||
<li>easily enable the Customer login and self-service features of AyaNova</li>
|
||||
<li>
|
||||
departmental budget friendly; no lengthy capital
|
||||
expenditure approval required
|
||||
</li>
|
||||
<li>always up to date</li>
|
||||
<li>
|
||||
stay in business even if your office is impacted by fire
|
||||
or other disaster
|
||||
</li>
|
||||
<li>
|
||||
can switch to on premise self installed AyaNova at
|
||||
any time
|
||||
</li>
|
||||
<li>datacenter of your choice: San Francisco, New York, Toronto, Amsterdam, London, Frankfurt, Singapore or Bangalore</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="ps-4">
|
||||
<h5>Subscription pricing</h5>
|
||||
<p>
|
||||
All pricing in US dollars, taxes if applicable are extra.
|
||||
<ul>
|
||||
<li>$12/month per User (minimum 2 Users)</li>
|
||||
<li>20GB total storage space included, extra storage for non database files and attachments can be added for $2/month for each 10GB extra required</li>
|
||||
<li>250 Customer login Users included, blocks of 250 more are available for $12/month (only required for Customers you allow to login)</li>
|
||||
|
||||
</ul>
|
||||
, can be purchased monthly or yearly). Your Customers can
|
||||
also optionally login to use the Customer self-service
|
||||
features of AyaNova, 250 Customer User logins included and
|
||||
blocks of 250 more can be added for $12 per month (only
|
||||
customer Users set to Active and AllowLogin count against
|
||||
the license as they consume server resources) Includes up to
|
||||
25GB total storage space which is on average more than
|
||||
adequate for most, if desired blocks of 10GB extra storage
|
||||
for all non-database file and attachments can be added for
|
||||
$2 per month. You will download and store your backup files
|
||||
offsite periodically as part of a sensible disaster recovery
|
||||
plan.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<h2 class="display-6 text-center mb-4">Compare plans</h2>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table text-center">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 34%"></th>
|
||||
<th style="width: 22%">xxxx</th>
|
||||
<th style="width: 22%">xxxx</th>
|
||||
<th style="width: 22%">xxxx</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row" class="text-start">xxxx</th>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="text-start">xxxx</th>
|
||||
<td></td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row" class="text-start">xxxx</th>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="text-start">xxxx</th>
|
||||
<td></td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="text-start">
|
||||
xxxx
|
||||
</th>
|
||||
<td></td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="text-start">
|
||||
xxxx
|
||||
</th>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>
|
||||
<svg class="bi" width="24" height="24">
|
||||
<use xlink:href="#check" />
|
||||
</svg>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<h2 class="mt-4" id="perpetual">Software package</h2>
|
||||
<section>perpetual license here</section>
|
||||
</main>
|
||||
|
||||
<footer class="footer mt-auto py-5 ">
|
||||
<footer class="footer mt-auto py-5">
|
||||
<div class="gz-divider"></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user