This commit is contained in:
2022-10-06 17:54:16 +00:00
parent c7ab98d646
commit 3b3e9aed8f
2 changed files with 70 additions and 436 deletions

View File

@@ -1,396 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AyaNova Pricing</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous"
/>
<link href="/r/css/site.css" rel="stylesheet" />
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none">
<symbol id="check" viewBox="0 0 16 16">
<title>Check</title>
<path
d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"
/>
</symbol>
</svg>
<div class="container">
<nav class="navbar navbar-expand-lg fs-5">
<div class="container-fluid">
<a class="navbar-brand" href="/v8index.htm">
<img
src="/r/image/logo.svg"
alt=""
width="48"
height="48"
class="d-inline-block align-text-top"
/>
<span class="fs-4">AyaNova</span>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Features
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="/v8index.htm#service"
>Service</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#inventory"
>Inventory</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#dashboard"
>Dashboard</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#notifications"
>Notifications</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#customizable"
>Customizable</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#flexible"
>Flexible configurations</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" href="/r/pricing.htm"
>Pricing</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Resources
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="#"
>Action</a
>
</li>
<li>
<a class="dropdown-item" href="#"
>Another action</a
>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="#"
>Something else here</a
>
</li>
</ul>
</li>
</ul>
</div>
</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>
</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="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>
</main>
<footer class="footer mt-auto py-5 ">
<div class="gz-divider"></div>
<div class="container">
<div class="row">
<p class="col-lg-6 pt-2 text-muted">
&copy; 2022 Ground Zero Tech-Works, Inc
</p>
<ul class="nav col-lg-6 justify-content-end">
<li class="nav-item">
<a
href="/r/privacy.htm"
class="nav-link px-2 text-muted"
>Privacy policy</a
>
</li>
<li class="nav-item">
<a
href="/r/license.htm"
class="nav-link px-2 text-muted"
>Licensing</a
>
</li>
<li class="nav-item">
<a
href="https://contact.ayanova.com/contact"
class="nav-link px-2 text-muted"
>Contact</a
>
</li>
</ul>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js"
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
crossorigin="anonymous"
></script>
</body>
</html>

View File

@@ -183,7 +183,7 @@
<div class="container col-xxl-8 px-4 py-5">
<div id="service" class="text-center pt-5">
<h1 class="display-3 fw-normal lh-1 mb-4">
Manage your service business
Manage your service
</h1>
<h5 class="mb-3">
AyaNova service management software is
@@ -195,7 +195,10 @@
>.
</h5>
<h5 class="mb-3">
We can <a href="/r/hosting.htm">host AyaNova for you</a>
We can
<a href="/r/pricing.htm#subscription"
>host AyaNova for you</a
>
or you can
<a href="https://ayanova.com/docs/ops-install/"
>install AyaNova</a
@@ -213,14 +216,16 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="/r/image/ss-scheduling.png"
class="d-block mx-lg-auto img-fluid"
alt="Service scheduling"
width="700"
height="500"
loading="lazy"
/>
<a href="/r/image/ss-scheduling.png">
<img
src="/r/image/ss-scheduling.png"
class="d-block mx-lg-auto img-fluid"
alt="Service scheduling"
width="700"
height="500"
loading="lazy"
/>
</a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">Scheduling</h2>
@@ -275,12 +280,16 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="/r/image/ss-work-order.png"
class="d-block mx-lg-auto img-fluid"
alt="Work order"
loading="lazy"
/>
<a href="/r/image/ss-work-order.png">
<img
src="/r/image/ss-work-order.png"
class="d-block mx-lg-auto img-fluid"
alt="Work order"
width="700"
height="500"
loading="lazy"
/>
</a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">Work orders</h2>
@@ -422,14 +431,15 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="/r/image/ss-quote.png"
class="d-block mx-lg-auto img-fluid"
alt="Quote"
width="700"
height="500"
loading="lazy"
/>
<a href="/r/image/ss-quote.png">
<img
src="/r/image/ss-quote.png"
class="d-block mx-lg-auto img-fluid"
alt="Quote"
width="700"
height="500"
loading="lazy"
/></a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">Quotes</h2>
@@ -467,14 +477,15 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="/r/image/ss-pm.png"
class="d-block mx-lg-auto img-fluid"
alt="PM"
width="700"
height="500"
loading="lazy"
/>
<a href="/r/image/ss-pm.png">
<img
src="/r/image/ss-pm.png"
class="d-block mx-lg-auto img-fluid"
alt="PM"
width="700"
height="500"
loading="lazy"
/></a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -525,6 +536,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-contract.png">
<img
src="/r/image/ss-contract.png"
class="d-block mx-lg-auto img-fluid"
@@ -533,6 +545,7 @@
height="500"
loading="lazy"
/>
</a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">Contracts</h2>
@@ -574,6 +587,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-csr.png">
<img
src="/r/image/ss-csr.png"
class="d-block mx-lg-auto img-fluid"
@@ -581,7 +595,7 @@
width="700"
height="500"
loading="lazy"
/>
/></a>
</div>
<div id="customer-portal" class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -639,6 +653,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-customer-units.png">
<img
src="/r/image/ss-customer-units.png"
class="d-block mx-lg-auto img-fluid"
@@ -646,7 +661,7 @@
width="700"
height="500"
loading="lazy"
/>
/></a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -743,6 +758,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-inventory.png">
<img
src="/r/image/ss-inventory.png"
class="d-block mx-lg-auto img-fluid"
@@ -751,6 +767,7 @@
height="500"
loading="lazy"
/>
</a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">Inventory</h2>
@@ -892,6 +909,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-dashboard-biz-metrics.png">
<img
src="/r/image/ss-dashboard-biz-metrics.png"
class="d-block mx-lg-auto img-fluid"
@@ -900,6 +918,7 @@
height="500"
loading="lazy"
/>
</a>\
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -954,6 +973,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-dashboard-service-lists.png">
<img
src="/r/image/ss-dashboard-service-lists.png"
class="d-block mx-lg-auto img-fluid"
@@ -962,6 +982,7 @@
height="500"
loading="lazy"
/>
</a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -998,6 +1019,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-dashboard-personal.png">
<img
src="/r/image/ss-dashboard-personal.png"
class="d-block mx-lg-auto img-fluid"
@@ -1005,7 +1027,7 @@
width="700"
height="500"
loading="lazy"
/>
/><a
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -1050,6 +1072,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-notify.png">
<img
src="/r/image/ss-notify.png"
class="d-block mx-lg-auto img-fluid"
@@ -1058,6 +1081,7 @@
height="500"
loading="lazy"
/>
</a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -1106,6 +1130,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-customize-forms.png">
<img
src="/r/image/ss-customize-forms.png"
class="d-block mx-lg-auto img-fluid"
@@ -1113,7 +1138,7 @@
width="700"
height="500"
loading="lazy"
/>
/></a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -1150,6 +1175,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-customize-reports.png">
<img
src="/r/image/ss-customize-reports.png"
class="d-block mx-lg-auto img-fluid"
@@ -1157,7 +1183,7 @@
width="700"
height="500"
loading="lazy"
/>
/></a>
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -1179,6 +1205,7 @@
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/r/image/ss-customize-text.png">
<img
src="/r/image/ss-customize-text.png"
class="d-block mx-lg-auto img-fluid"
@@ -1186,7 +1213,7 @@
width="700"
height="500"
loading="lazy"
/>
/></a>
</div>
<div id="customizetext" class="col-lg-6">
<h2 class="display-5 fw-bold lh-1 mb-3">
@@ -1209,8 +1236,11 @@
Get more information in the
<a href="https://ayanova.com/docs/">AyaNova manual</a>,
see our <a href="/r/pricing.htm">affordable pricing</a>,
look at <a href="/r/hosting.htm">hosting options</a> or
you can download and
look at
<a href="/r/pricing.htm#subscription"
>hosting options</a
>
or you can download and
<a href="https://ayanova.com/docs/ops-install/"
>install AyaNova on Windows or Linux</a
>