This commit is contained in:
2022-10-07 21:50:43 +00:00
parent d2c824ae10
commit faa8d43c37
9 changed files with 226 additions and 1024 deletions

View File

@@ -16,8 +16,6 @@
<link href="/r/css/site.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg fs-5 border-bottom mb-4">
<div class="container-fluid">
@@ -60,36 +58,48 @@
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="/v8index.htm#service"
<a
class="dropdown-item"
href="/v8index.htm#service"
>Service</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#inventory"
<a
class="dropdown-item"
href="/v8index.htm#inventory"
>Inventory</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#dashboard"
<a
class="dropdown-item"
href="/v8index.htm#dashboard"
>Dashboard</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#notifications"
<a
class="dropdown-item"
href="/v8index.htm#notifications"
>Notifications</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#customizable"
<a
class="dropdown-item"
href="/v8index.htm#customizable"
>Customizable</a
>
</li>
<li>
<a class="dropdown-item" href="/v8index.htm#flexible"
<a
class="dropdown-item"
href="/v8index.htm#flexible"
>Flexible configurations</a
>
</li>
@@ -136,10 +146,10 @@
</div>
<main class="container">
<p class="lead">
<h1>Privacy policy</h1>
<small class="text-muted">Effective May 22 2018</small>
</p>
<p class="lead">
<small class="text-muted">Effective May 22 2018</small>
</p>
<p>
Ground Zero Tech-Works Inc. (that's us!) provides AyaNova
software and AyaNova support.
@@ -173,12 +183,22 @@
</p>
<p></p>
<p>
Also refer to 18. Processing of Personal Data outlined in
<a href="license.htm" target="_blank"
For AyaNova Perpetual license also refer to 18. Processing of
Personal Data outlined in
<a href="https://ayanova.com/docs/license/" target="_blank"
>our EULA (End User License Agreement)</a
>, which is also displayed for acceptance before installing any
latest AyaNova product.
</p>
<p>
For AyaNova subscription service please refer to the AyaNova
subscription
<a
href="https://ayanova.com/docs/ayanova-subscription-service-agreement/"
target="_blank"
>service agreement</a
>
</p>
<h3>
<a name="howuse">How will we use the information about you?</a>
@@ -195,10 +215,10 @@
Inc.
</p>
<p>
In the event that your AyaNova is hosted with a third party and support is requested by
you or your hosting company, your hosting company may provide us
with your contact information and company information so that we
may provide support.
In the event that your AyaNova is hosted with a third party and
support is requested by you or your hosting company, your
hosting company may provide us with your contact information and
company information so that we may provide support.
</p>
<p>
In processing your order, ShareIT (our payment processing
@@ -247,7 +267,7 @@
your shopping cart so that you can purchase multiple
subscription products in one order.
</p>
<p>
For further information visit www.aboutcookies.org or
www.allaboutcookies.org.
@@ -285,7 +305,7 @@
</p>
</main>
<footer class="footer mt-auto py-5 ">
<footer class="footer mt-auto py-5">
<div class="gz-divider"></div>
<div class="container">
<div class="row">
@@ -293,20 +313,6 @@
&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-dark"
>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"
@@ -319,14 +325,14 @@
</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>
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>