This commit is contained in:
2022-10-07 22:01:58 +00:00
parent faa8d43c37
commit 1ed092bffc
5 changed files with 399 additions and 77 deletions

View File

@@ -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>