502 lines
23 KiB
HTML
502 lines
23 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>test title</title>
|
||
|
||
<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"
|
||
/>
|
||
<link href="r/css/site.css" rel="stylesheet" />
|
||
</head>
|
||
<body>
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none">
|
||
<symbol id="check" viewBox="0 0 16 16">
|
||
<title>Check</title>
|
||
<path
|
||
d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"
|
||
/>
|
||
</symbol>
|
||
</svg>
|
||
|
||
<div class="container">
|
||
<nav class="navbar navbar-expand-lg fs-5">
|
||
<div class="container-fluid">
|
||
<a class="navbar-brand" 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 active" 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>
|
||
|
||
<div class="container py-3">
|
||
<main>
|
||
<div class="row row-cols-1 row-cols-md-3 mb-3 text-center">
|
||
<div class="col">
|
||
<div class="card mb-4 rounded-3 shadow-sm">
|
||
<div class="card-header py-3">
|
||
<h4 class="my-0 fw-normal">Free</h4>
|
||
</div>
|
||
<div class="card-body">
|
||
<h1 class="card-title pricing-card-title">
|
||
$0<small class="text-muted fw-light"
|
||
>/mo</small
|
||
>
|
||
</h1>
|
||
<ul class="list-unstyled mt-3 mb-4">
|
||
<li>10 users included</li>
|
||
<li>2 GB of storage</li>
|
||
<li>Email support</li>
|
||
<li>Help center access</li>
|
||
</ul>
|
||
<button
|
||
type="button"
|
||
class="w-100 btn btn-lg btn-outline-primary"
|
||
>
|
||
Sign up for free
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col">
|
||
<div class="card mb-4 rounded-3 shadow-sm">
|
||
<div class="card-header py-3">
|
||
<h4 class="my-0 fw-normal">Pro</h4>
|
||
</div>
|
||
<div class="card-body">
|
||
<h1 class="card-title pricing-card-title">
|
||
$15<small class="text-muted fw-light"
|
||
>/mo</small
|
||
>
|
||
</h1>
|
||
<ul class="list-unstyled mt-3 mb-4">
|
||
<li>20 users included</li>
|
||
<li>10 GB of storage</li>
|
||
<li>Priority email support</li>
|
||
<li>Help center access</li>
|
||
</ul>
|
||
<button
|
||
type="button"
|
||
class="w-100 btn btn-lg btn-primary"
|
||
>
|
||
Get started
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col">
|
||
<div
|
||
class="card mb-4 rounded-3 shadow-sm border-primary"
|
||
>
|
||
<div
|
||
class="card-header py-3 text-bg-primary border-primary"
|
||
>
|
||
<h4 class="my-0 fw-normal">Enterprise</h4>
|
||
</div>
|
||
<div class="card-body">
|
||
<h1 class="card-title pricing-card-title">
|
||
$29<small class="text-muted fw-light"
|
||
>/mo</small
|
||
>
|
||
</h1>
|
||
<ul class="list-unstyled mt-3 mb-4">
|
||
<li>30 users included</li>
|
||
<li>15 GB of storage</li>
|
||
<li>Phone and email support</li>
|
||
<li>Help center access</li>
|
||
</ul>
|
||
<button
|
||
type="button"
|
||
class="w-100 btn btn-lg btn-primary"
|
||
>
|
||
Contact us
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<h2 class="display-6 text-center mb-4">Compare plans</h2>
|
||
|
||
<div class="table-responsive">
|
||
<table class="table text-center">
|
||
<thead>
|
||
<tr>
|
||
<th style="width: 34%"></th>
|
||
<th style="width: 22%">Free</th>
|
||
<th style="width: 22%">Pro</th>
|
||
<th style="width: 22%">Enterprise</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<th scope="row" class="text-start">Public</th>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row" class="text-start">Private</th>
|
||
<td></td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
|
||
<tbody>
|
||
<tr>
|
||
<th scope="row" class="text-start">
|
||
Permissions
|
||
</th>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row" class="text-start">Sharing</th>
|
||
<td></td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row" class="text-start">
|
||
Unlimited members
|
||
</th>
|
||
<td></td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row" class="text-start">
|
||
Extra security
|
||
</th>
|
||
<td></td>
|
||
<td></td>
|
||
<td>
|
||
<svg class="bi" width="24" height="24">
|
||
<use xlink:href="#check" />
|
||
</svg>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</main>
|
||
|
||
<footer class="pt-4 my-md-5 pt-md-5 border-top">
|
||
<div class="row">
|
||
<div class="col-12 col-md">
|
||
<img
|
||
class="mb-2"
|
||
src="../assets/brand/bootstrap-logo.svg"
|
||
alt=""
|
||
width="24"
|
||
height="19"
|
||
/>
|
||
<small class="d-block mb-3 text-muted"
|
||
>© 2017–2022</small
|
||
>
|
||
</div>
|
||
<div class="col-6 col-md">
|
||
<h5>Features</h5>
|
||
<ul class="list-unstyled text-small">
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Cool stuff</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Random feature</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Team feature</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Stuff for developers</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Another one</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Last time</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-6 col-md">
|
||
<h5>Resources</h5>
|
||
<ul class="list-unstyled text-small">
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Resource</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Resource name</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Another resource</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Final resource</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-6 col-md">
|
||
<h5>About</h5>
|
||
<ul class="list-unstyled text-small">
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Team</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Locations</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Privacy</a
|
||
>
|
||
</li>
|
||
<li class="mb-1">
|
||
<a
|
||
class="link-secondary text-decoration-none"
|
||
href="#"
|
||
>Terms</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</div>
|
||
|
||
<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>
|
||
<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>
|