5     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
   6     <meta name="description" content="">
 
   7     <meta name="author" content="">
 
   8     <link rel="icon" href="../../../../favicon.ico">
 
  10     <title>Pricing example for Bootstrap</title>
 
  12     <!-- Bootstrap core CSS -->
 
  13     <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
 
  15     <!-- Custom styles for this template -->
 
  16     <link href="pricing.css" rel="stylesheet">
 
  21     <div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
 
  22       <h5 class="my-0 mr-md-auto font-weight-normal">Company name</h5>
 
  23       <nav class="my-2 my-md-0 mr-md-3">
 
  24         <a class="p-2 text-dark" href="#">Features</a>
 
  25         <a class="p-2 text-dark" href="#">Enterprise</a>
 
  26         <a class="p-2 text-dark" href="#">Support</a>
 
  27         <a class="p-2 text-dark" href="#">Pricing</a>
 
  29       <a class="btn btn-outline-primary" href="#">Sign up</a>
 
  32     <div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
 
  33       <h1 class="display-4">Pricing</h1>
 
  34       <p class="lead">Quickly build an effective pricing table for your potential customers with this Bootstrap example. It's built with default Bootstrap components and utilities with little customization.</p>
 
  37     <div class="container">
 
  38       <div class="card-deck mb-3 text-center">
 
  39         <div class="card mb-4 box-shadow">
 
  40           <div class="card-header">
 
  41             <h4 class="my-0 font-weight-normal">Free</h4>
 
  43           <div class="card-body">
 
  44             <h1 class="card-title pricing-card-title">$0 <small class="text-muted">/ mo</small></h1>
 
  45             <ul class="list-unstyled mt-3 mb-4">
 
  46               <li>10 users included</li>
 
  47               <li>2 GB of storage</li>
 
  48               <li>Email support</li>
 
  49               <li>Help center access</li>
 
  51             <button type="button" class="btn btn-lg btn-block btn-outline-primary">Sign up for free</button>
 
  54         <div class="card mb-4 box-shadow">
 
  55           <div class="card-header">
 
  56             <h4 class="my-0 font-weight-normal">Pro</h4>
 
  58           <div class="card-body">
 
  59             <h1 class="card-title pricing-card-title">$15 <small class="text-muted">/ mo</small></h1>
 
  60             <ul class="list-unstyled mt-3 mb-4">
 
  61               <li>20 users included</li>
 
  62               <li>10 GB of storage</li>
 
  63               <li>Priority email support</li>
 
  64               <li>Help center access</li>
 
  66             <button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
 
  69         <div class="card mb-4 box-shadow">
 
  70           <div class="card-header">
 
  71             <h4 class="my-0 font-weight-normal">Enterprise</h4>
 
  73           <div class="card-body">
 
  74             <h1 class="card-title pricing-card-title">$29 <small class="text-muted">/ mo</small></h1>
 
  75             <ul class="list-unstyled mt-3 mb-4">
 
  76               <li>30 users included</li>
 
  77               <li>15 GB of storage</li>
 
  78               <li>Phone and email support</li>
 
  79               <li>Help center access</li>
 
  81             <button type="button" class="btn btn-lg btn-block btn-primary">Contact us</button>
 
  86       <footer class="pt-4 my-md-5 pt-md-5 border-top">
 
  88           <div class="col-12 col-md">
 
  89             <img class="mb-2" src="https://getbootstrap.com/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24">
 
  90             <small class="d-block mb-3 text-muted">© 2017-2018</small>
 
  92           <div class="col-6 col-md">
 
  94             <ul class="list-unstyled text-small">
 
  95               <li><a class="text-muted" href="#">Cool stuff</a></li>
 
  96               <li><a class="text-muted" href="#">Random feature</a></li>
 
  97               <li><a class="text-muted" href="#">Team feature</a></li>
 
  98               <li><a class="text-muted" href="#">Stuff for developers</a></li>
 
  99               <li><a class="text-muted" href="#">Another one</a></li>
 
 100               <li><a class="text-muted" href="#">Last time</a></li>
 
 103           <div class="col-6 col-md">
 
 105             <ul class="list-unstyled text-small">
 
 106               <li><a class="text-muted" href="#">Resource</a></li>
 
 107               <li><a class="text-muted" href="#">Resource name</a></li>
 
 108               <li><a class="text-muted" href="#">Another resource</a></li>
 
 109               <li><a class="text-muted" href="#">Final resource</a></li>
 
 112           <div class="col-6 col-md">
 
 114             <ul class="list-unstyled text-small">
 
 115               <li><a class="text-muted" href="#">Team</a></li>
 
 116               <li><a class="text-muted" href="#">Locations</a></li>
 
 117               <li><a class="text-muted" href="#">Privacy</a></li>
 
 118               <li><a class="text-muted" href="#">Terms</a></li>
 
 126     <!-- Bootstrap core JavaScript
 
 127     ================================================== -->
 
 128     <!-- Placed at the end of the document so the pages load faster -->
 
 129     <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
 
 130     <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
 
 131     <script src="../../../../assets/js/vendor/popper.min.js"></script>
 
 132     <script src="../../../../dist/js/bootstrap.min.js"></script>
 
 133     <script src="../../../../assets/js/vendor/holder.min.js"></script>
 
 135       Holder.addTheme('thumb', {