228 lines
11 KiB
HTML
228 lines
11 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>AyaNova service management software</title>
|
||
<meta
|
||
name="keywords"
|
||
content=" service management software, work order software, ayanova, customer service software, repair shop, dispatch, service, preventative maintenance, service scheduling, employee scheduling software"
|
||
/>
|
||
<meta
|
||
name="description"
|
||
content="AyaNova work order & service management software for repair shops. Features for customer service, employee scheduling, work orders, dispatch and preventive maintenance."
|
||
/>
|
||
|
||
<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"
|
||
/>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<nav class="navbar navbar-expand-lg fs-5">
|
||
<div class="container-fluid">
|
||
<a class="navbar-brand active" 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="#"
|
||
>Action</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a class="dropdown-item" href="#"
|
||
>Another action</a
|
||
>
|
||
</li>
|
||
|
||
<li>
|
||
<a class="dropdown-item" href="#"
|
||
>Something else here</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item">
|
||
<a class="nav-link" 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 >
|
||
<div>
|
||
<div class="container col-xxl-8 px-4 py-5">
|
||
<div 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-overview.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
|
||
</div>
|
||
<div class="col-lg-6">
|
||
<h1 class="display-5 fw-bold lh-1 mb-3">Responsive left-aligned hero with image</h1>
|
||
<p class="lead">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
|
||
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
|
||
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
|
||
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="px-4 pt-5 my-5 text-center border-bottom">
|
||
<h1 class="display-4 fw-bold">Centered screenshot</h1>
|
||
<div class="col-lg-6 mx-auto">
|
||
<p class="lead mb-4">
|
||
Quickly design and customize responsive mobile-first
|
||
sites with Bootstrap, the world’s most popular
|
||
front-end open source toolkit, featuring Sass
|
||
variables and mixins, responsive grid system,
|
||
extensive prebuilt components, and powerful
|
||
JavaScript plugins.
|
||
</p>
|
||
<div
|
||
class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"
|
||
>
|
||
<button
|
||
type="button"
|
||
class="btn btn-primary btn-lg px-4 me-sm-3"
|
||
>
|
||
Primary button
|
||
</button>
|
||
<button
|
||
type="button"
|
||
class="btn btn-outline-secondary btn-lg px-4"
|
||
>
|
||
Secondary
|
||
</button>
|
||
</div>
|
||
</div>
|
||
<div class="overflow-hidden" style="max-height: 30vh">
|
||
<div class="container px-5">
|
||
<img
|
||
src="/r/image/logo.svg"
|
||
class="img-fluid border rounded-3 shadow-lg mb-4"
|
||
alt="Example image"
|
||
width="700"
|
||
height="500"
|
||
loading="lazy"
|
||
/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</main>
|
||
|
||
<footer class="footer mt-auto py-5 border-top">
|
||
<div class="container">
|
||
<div class="row">
|
||
<p class="col-lg-6 pt-2 text-muted">
|
||
© 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>
|