This commit is contained in:
86
v8index.htm
86
v8index.htm
@@ -3,7 +3,15 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>test title</title>
|
||||
<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"
|
||||
@@ -11,7 +19,6 @@
|
||||
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<!-- <link href="r/css/site.css" rel="stylesheet" /> -->
|
||||
</head>
|
||||
<body>
|
||||
<script
|
||||
@@ -24,18 +31,19 @@
|
||||
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg bg-light fs-5">
|
||||
<nav class="navbar navbar-expand-lg fs-5">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="#">
|
||||
<a class="navbar-brand active" href="/v8index.htm">
|
||||
<img
|
||||
src="./r/image/logo.svg"
|
||||
src="/r/image/logo.svg"
|
||||
alt=""
|
||||
width="48"
|
||||
height="48"
|
||||
class="d-inline-block align-text-top"
|
||||
/>
|
||||
AyaNova
|
||||
<span class="fs-4">AyaNova</span>
|
||||
</a>
|
||||
|
||||
<button
|
||||
@@ -54,13 +62,34 @@
|
||||
id="navbarSupportedContent"
|
||||
>
|
||||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
||||
<li class="nav-item">
|
||||
<li class="nav-item dropdown">
|
||||
<a
|
||||
class="nav-link active"
|
||||
aria-current="page"
|
||||
class="nav-link dropdown-toggle"
|
||||
href="#"
|
||||
>Features</a
|
||||
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"
|
||||
@@ -103,18 +132,39 @@
|
||||
</div>
|
||||
|
||||
<main class="container">
|
||||
<div >
|
||||
<h1>Navbar example</h1>
|
||||
<div>
|
||||
<h1>Page example</h1>
|
||||
<p class="lead">
|
||||
Test test test Test Test Test test test test Test
|
||||
</p>
|
||||
<a
|
||||
class="btn btn-lg btn-primary"
|
||||
href="../components/navbar/"
|
||||
role="button"
|
||||
>View navbar docs »</a
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="footer mt-auto py-3 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>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user