This commit is contained in:
77
r/about.htm
77
r/about.htm
@@ -4,9 +4,14 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>AyaNova service management software</title>
|
||||
<meta name="keywords" content="customer service software, ayanova, service, customer" />
|
||||
<meta name="description" content="AyaNova customer service software came about as we needed our own software to provide service" />
|
||||
|
||||
<meta
|
||||
name="keywords"
|
||||
content="customer service software, ayanova, service, customer"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="AyaNova customer service software came about as we needed our own software to provide service"
|
||||
/>
|
||||
|
||||
<link
|
||||
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
|
||||
@@ -20,7 +25,7 @@
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg fs-5">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/v8index.htm">
|
||||
<a class="navbar-brand" href="/index.htm">
|
||||
<img
|
||||
src="/r/image/logo.svg"
|
||||
alt=""
|
||||
@@ -59,16 +64,14 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#service"
|
||||
<a class="dropdown-item" href="/index.htm#service"
|
||||
>Service</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#inventory"
|
||||
href="/index.htm#inventory"
|
||||
>Inventory</a
|
||||
>
|
||||
</li>
|
||||
@@ -76,7 +79,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#dashboard"
|
||||
href="/index.htm#dashboard"
|
||||
>Dashboard</a
|
||||
>
|
||||
</li>
|
||||
@@ -84,7 +87,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#notifications"
|
||||
href="/index.htm#notifications"
|
||||
>Notifications</a
|
||||
>
|
||||
</li>
|
||||
@@ -92,7 +95,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#customizable"
|
||||
href="/index.htm#customizable"
|
||||
>Customizable</a
|
||||
>
|
||||
</li>
|
||||
@@ -100,17 +103,25 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#flexible"
|
||||
>Flexible configurations</a
|
||||
href="/index.htm#integration"
|
||||
>Accounting integration</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="r/pricing.htm"
|
||||
<a class="nav-link" href="/r/pricing.htm"
|
||||
>Pricing</a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link"
|
||||
href="https://ayanova.com/docs/ay-evaluate/"
|
||||
>Try AyaNova now</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a
|
||||
class="nav-link dropdown-toggle"
|
||||
@@ -123,19 +134,39 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Action</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://ayanova.com/docs"
|
||||
>AyaNova manual</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://contact.ayanova.com/contact"
|
||||
>Contact & Support</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Another action</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://ayanova.com/docs/changelog/"
|
||||
>Release notes</a
|
||||
>
|
||||
</li>
|
||||
<li><hr class="dropdown-divider" /></li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Something else here</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v7index.htm"
|
||||
>AyaNova 7 content</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/r/about.htm"
|
||||
>About us</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -149,9 +180,7 @@
|
||||
<main class="container py-5">
|
||||
<header>
|
||||
<div class="half-width-header p-3 pb-md-4 mx-auto text-center">
|
||||
<h1 class="display-4 fw-normal">
|
||||
About AyaNova
|
||||
</h1>
|
||||
<h1 class="display-4 fw-normal">About AyaNova</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg fs-5">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/v8index.htm">
|
||||
<a class="navbar-brand" href="/index.htm">
|
||||
<img
|
||||
src="/r/image/logo.svg"
|
||||
alt=""
|
||||
@@ -56,16 +56,14 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#service"
|
||||
<a class="dropdown-item" href="/index.htm#service"
|
||||
>Service</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#inventory"
|
||||
href="/index.htm#inventory"
|
||||
>Inventory</a
|
||||
>
|
||||
</li>
|
||||
@@ -73,7 +71,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#dashboard"
|
||||
href="/index.htm#dashboard"
|
||||
>Dashboard</a
|
||||
>
|
||||
</li>
|
||||
@@ -81,7 +79,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#notifications"
|
||||
href="/index.htm#notifications"
|
||||
>Notifications</a
|
||||
>
|
||||
</li>
|
||||
@@ -89,7 +87,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#customizable"
|
||||
href="/index.htm#customizable"
|
||||
>Customizable</a
|
||||
>
|
||||
</li>
|
||||
@@ -97,17 +95,25 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#flexible"
|
||||
>Flexible configurations</a
|
||||
href="/index.htm#integration"
|
||||
>Accounting integration</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="/r/pricing.htm"
|
||||
<a class="nav-link" href="/r/pricing.htm"
|
||||
>Pricing</a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link"
|
||||
href="https://ayanova.com/docs/ay-evaluate/"
|
||||
>Try AyaNova now</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a
|
||||
class="nav-link dropdown-toggle"
|
||||
@@ -120,19 +126,39 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Action</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://ayanova.com/docs"
|
||||
>AyaNova manual</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://contact.ayanova.com/contact"
|
||||
>Contact & Support</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Another action</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://ayanova.com/docs/changelog/"
|
||||
>Release notes</a
|
||||
>
|
||||
</li>
|
||||
<li><hr class="dropdown-divider" /></li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Something else here</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v7index.htm"
|
||||
>AyaNova 7 content</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/r/about.htm"
|
||||
>About us</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -200,7 +226,7 @@
|
||||
</li>
|
||||
<li>
|
||||
250
|
||||
<a href="/v8index.htm#customer-portal"
|
||||
<a href="/index.htm#customer-portal"
|
||||
>Customer login Users</a
|
||||
>
|
||||
included, more available (Note these are Customer self
|
||||
@@ -232,7 +258,7 @@
|
||||
</li>
|
||||
<li>
|
||||
Additional 250
|
||||
<a href="/v8index.htm#customer-portal"
|
||||
<a href="/index.htm#customer-portal"
|
||||
>Customer login Users</a
|
||||
>
|
||||
for $12/month (250 are included)
|
||||
@@ -256,7 +282,7 @@
|
||||
|
||||
<li>
|
||||
Additional 250
|
||||
<a href="/v8index.htm#customer-portal"
|
||||
<a href="/index.htm#customer-portal"
|
||||
>Customer login Users</a
|
||||
>
|
||||
for $144/year (250 are included)
|
||||
@@ -295,7 +321,7 @@
|
||||
<li>additional yearly maintenance same low price</li>
|
||||
<li>
|
||||
unlimited
|
||||
<a href="/v8index.htm#customer-portal"
|
||||
<a href="/index.htm#customer-portal"
|
||||
>Customer login Users</a
|
||||
>
|
||||
</li>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg fs-5 border-bottom mb-4">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/v8index.htm">
|
||||
<a class="navbar-brand" href="/index.htm">
|
||||
<img
|
||||
src="/r/image/logo.svg"
|
||||
alt=""
|
||||
@@ -58,16 +58,14 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#service"
|
||||
<a class="dropdown-item" href="#service"
|
||||
>Service</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#inventory"
|
||||
href="#inventory"
|
||||
>Inventory</a
|
||||
>
|
||||
</li>
|
||||
@@ -75,7 +73,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#dashboard"
|
||||
href="#dashboard"
|
||||
>Dashboard</a
|
||||
>
|
||||
</li>
|
||||
@@ -83,7 +81,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#notifications"
|
||||
href="#notifications"
|
||||
>Notifications</a
|
||||
>
|
||||
</li>
|
||||
@@ -91,7 +89,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#customizable"
|
||||
href="#customizable"
|
||||
>Customizable</a
|
||||
>
|
||||
</li>
|
||||
@@ -99,17 +97,25 @@
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v8index.htm#flexible"
|
||||
>Flexible configurations</a
|
||||
href="#integration"
|
||||
>Accounting integration</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="r/pricing.htm"
|
||||
<a class="nav-link" href="/r/pricing.htm"
|
||||
>Pricing</a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link"
|
||||
href="https://ayanova.com/docs/ay-evaluate/"
|
||||
>Try AyaNova now</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a
|
||||
class="nav-link dropdown-toggle"
|
||||
@@ -122,19 +128,39 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Action</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://ayanova.com/docs"
|
||||
>AyaNova manual</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://contact.ayanova.com/contact"
|
||||
>Contact & Support</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Another action</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="https://ayanova.com/docs/changelog/"
|
||||
>Release notes</a
|
||||
>
|
||||
</li>
|
||||
<li><hr class="dropdown-divider" /></li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="#"
|
||||
>Something else here</a
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/v7index.htm"
|
||||
>AyaNova 7 content</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/r/about.htm"
|
||||
>About us</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user