Add files via upload
This commit is contained in:
+16
-51
@@ -8,7 +8,7 @@
|
||||
<meta name="description" content="Description">
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css">
|
||||
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
|
||||
<link rel="stylesheet" href="assets/css/vanilla-zoom.min.css">
|
||||
</head>
|
||||
@@ -34,7 +34,7 @@
|
||||
<div class="container">
|
||||
<div class="block-heading">
|
||||
<h2 class="text-info">Pricing Table</h2>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam urna, dignissim nec auctor in, mattis vitae leo.</p>
|
||||
<p>To start a plan with us, please contact us through the <a href="contact-us.html">Contact us</a> page</p>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-5 col-lg-4">
|
||||
@@ -42,15 +42,15 @@
|
||||
<div class="heading">
|
||||
<h3>BASIC</h3>
|
||||
</div>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<p>Server Hosting</p>
|
||||
<div class="features">
|
||||
<h4><span class="feature">Full Support: </span><span>No</span></h4>
|
||||
<h4><span class="feature">Duration: </span><span>30 Days</span></h4>
|
||||
<h4><span class="feature">Storage: </span><span>10GB</span></h4>
|
||||
<h4><span class="feature">Storage: </span><span>5GB</span></h4>
|
||||
</div>
|
||||
<div class="price">
|
||||
<h4>$25</h4>
|
||||
</div><button class="btn btn-outline-primary d-block w-100" type="button">BUY NOW</button>
|
||||
<h4>$25/m</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5 col-lg-4">
|
||||
@@ -59,15 +59,15 @@
|
||||
<div class="heading">
|
||||
<h3>PRO</h3>
|
||||
</div>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<p>Server hosting and support</p>
|
||||
<div class="features">
|
||||
<h4><span class="feature">Full Support: </span><span>Yes</span></h4>
|
||||
<h4><span class="feature">Duration: </span><span>60 Days</span></h4>
|
||||
<h4><span class="feature">Storage: </span><span>50GB</span></h4>
|
||||
<h4><span class="feature">Storage: </span><span>10GB</span></h4>
|
||||
</div>
|
||||
<div class="price">
|
||||
<h4>$50</h4>
|
||||
</div><button class="btn btn-primary d-block w-100" type="button">BUY NOW</button>
|
||||
<h4>$50/m</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5 col-lg-4">
|
||||
@@ -75,15 +75,15 @@
|
||||
<div class="heading">
|
||||
<h3>PREMIUM</h3>
|
||||
</div>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<p>For long term a</p>
|
||||
<div class="features">
|
||||
<h4><span class="feature">Full Support: </span><span>Yes</span></h4>
|
||||
<h4><span class="feature">Duration: </span><span>120 Days</span></h4>
|
||||
<h4><span class="feature">Storage: </span><span>150GB</span></h4>
|
||||
<h4><span class="feature">Duration: </span><span>30 Days</span></h4>
|
||||
<h4><span class="feature">Storage: </span><span>50GB-150GB</span></h4>
|
||||
</div>
|
||||
<div class="price">
|
||||
<h4>$150</h4>
|
||||
</div><button class="btn btn-outline-primary d-block w-100" type="button">BUY NOW</button>
|
||||
<h4>$150/m</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -91,46 +91,11 @@
|
||||
</section>
|
||||
</main>
|
||||
<footer class="page-footer dark">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<h5>Get started</h5>
|
||||
<ul>
|
||||
<li><a href="#">Home</a></li>
|
||||
<li><a href="#">Sign up</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>About us</h5>
|
||||
<ul>
|
||||
<li><a href="#">Company Information</a></li>
|
||||
<li><a href="#">Contact us</a></li>
|
||||
<li><a href="#">Reviews</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>Support</h5>
|
||||
<ul>
|
||||
<li><a href="#">FAQ</a></li>
|
||||
<li><a href="#">Help desk</a></li>
|
||||
<li><a href="#">Forums</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>Legal</h5>
|
||||
<ul>
|
||||
<li><a href="#">Terms of Service</a></li>
|
||||
<li><a href="#">Terms of Use</a></li>
|
||||
<li><a href="#">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-copyright">
|
||||
<p>© 2022 Copyright Text</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
|
||||
<script src="assets/js/vanilla-zoom.js"></script>
|
||||
<script src="assets/js/theme.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user