You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
157 lines
8.5 KiB
157 lines
8.5 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Pricing | Hyper - Responsive Bootstrap 4 Admin Dashboard</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
|
|
<meta content="Coderthemes" name="author" />
|
|
<!-- App favicon -->
|
|
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
|
|
|
<!-- App css -->
|
|
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" id="light-style" />
|
|
<link href="assets/css/app-dark.min.css" rel="stylesheet" type="text/css" id="dark-style" />
|
|
|
|
</head>
|
|
|
|
<body class="loading" data-layout-config='{"leftSideBarTheme":"dark","layoutBoxed":false, "leftSidebarCondensed":false, "leftSidebarScrollable":false,"darkMode":false, "showRightSidebarOnStart": true}'>
|
|
<!-- Begin page -->
|
|
<div class="wrapper">
|
|
@@include('./partials/left-sidebar.html')
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- Start Page Content here -->
|
|
<!-- ============================================================== -->
|
|
|
|
<div class="content-page">
|
|
<div class="content">
|
|
@@include('./partials/topbar.html')
|
|
|
|
<!-- Start Content-->
|
|
<div class="container-fluid">
|
|
|
|
<!-- start page title -->
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="page-title-box">
|
|
<div class="page-title-right">
|
|
<ol class="breadcrumb m-0">
|
|
<li class="breadcrumb-item"><a href="javascript: void(0);">Hyper</a></li>
|
|
<li class="breadcrumb-item"><a href="javascript: void(0);">Pages</a></li>
|
|
<li class="breadcrumb-item active">Pricing</li>
|
|
</ol>
|
|
</div>
|
|
<h4 class="page-title">Pricing</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end page title -->
|
|
|
|
|
|
<div class="row justify-content-center">
|
|
<div class="col-xl-10">
|
|
|
|
<!-- Pricing Title-->
|
|
<div class="text-center">
|
|
<h3 class="mb-2">Our Plans and Pricing</h3>
|
|
<p class="text-muted w-50 m-auto">
|
|
We have plans and prices that fit your business perfectly. Make your client site a success with our products.
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Plans -->
|
|
<div class="row mt-sm-5 mt-3 mb-3">
|
|
<div class="col-md-4">
|
|
<div class="card card-pricing">
|
|
<div class="card-body text-center">
|
|
<p class="card-pricing-plan-name font-weight-bold text-uppercase">Professional Pack</p>
|
|
<i class="card-pricing-icon dripicons-user text-primary"></i>
|
|
<h2 class="card-pricing-price">$19 <span>/ Month</span></h2>
|
|
<ul class="card-pricing-features">
|
|
<li>10 GB Storage</li>
|
|
<li>500 GB Bandwidth</li>
|
|
<li>No Domain</li>
|
|
<li>1 User</li>
|
|
<li>Email Support</li>
|
|
<li>24x7 Support</li>
|
|
</ul>
|
|
<button class="btn btn-primary mt-4 mb-2 btn-rounded">Choose Plan</button>
|
|
</div>
|
|
</div> <!-- end Pricing_card -->
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-md-4">
|
|
<div class="card card-pricing card-pricing-recommended">
|
|
<div class="card-body text-center">
|
|
<div class="card-pricing-plan-tag">Recommended</div>
|
|
<p class="card-pricing-plan-name font-weight-bold text-uppercase">Business Pack</p>
|
|
<i class="card-pricing-icon dripicons-briefcase text-primary"></i>
|
|
<h2 class="card-pricing-price">$29 <span>/ Month</span></h2>
|
|
<ul class="card-pricing-features">
|
|
<li>50 GB Storage</li>
|
|
<li>900 GB Bandwidth</li>
|
|
<li>2 Domain</li>
|
|
<li>10 User</li>
|
|
<li>Email Support</li>
|
|
<li>24x7 Support</li>
|
|
</ul>
|
|
<button class="btn btn-primary mt-4 mb-2 btn-rounded">Choose Plan</button>
|
|
</div>
|
|
</div> <!-- end Pricing_card -->
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-md-4">
|
|
<div class="card card-pricing">
|
|
<div class="card-body text-center">
|
|
<p class="card-pricing-plan-name font-weight-bold text-uppercase">Enterprise Pack</p>
|
|
<i class="card-pricing-icon dripicons-store text-primary"></i>
|
|
<h2 class="card-pricing-price">$39 <span>/ Month</span></h2>
|
|
<ul class="card-pricing-features">
|
|
<li>100 GB Storege</li>
|
|
<li>Unlimited Bandwidth</li>
|
|
<li>10 Domain</li>
|
|
<li>Unlimited User</li>
|
|
<li>Email Support</li>
|
|
<li>24x7 Support</li>
|
|
</ul>
|
|
<button class="btn btn-primary mt-4 mb-2 btn-rounded">Choose Plan</button>
|
|
</div>
|
|
</div> <!-- end Pricing_card -->
|
|
</div> <!-- end col -->
|
|
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
</div> <!-- end col-->
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
</div> <!-- container -->
|
|
|
|
</div> <!-- content -->
|
|
|
|
@@include('./partials/footer.html')
|
|
|
|
</div>
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- End Page content -->
|
|
<!-- ============================================================== -->
|
|
|
|
|
|
</div>
|
|
<!-- END wrapper -->
|
|
|
|
|
|
@@include('./partials/right-sidebar.html')
|
|
|
|
|
|
<!-- bundle -->
|
|
<script src="assets/js/vendor.min.js"></script>
|
|
<script src="assets/js/app.min.js"></script>
|
|
|
|
</body>
|
|
</html>
|