cf5a9f35a14d70f5aca8aa9acff434956f017d11
[vnfsdk/refrepo.git] /
1 <!doctype html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
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">
9
10     <title>Pricing example for Bootstrap</title>
11
12     <!-- Bootstrap core CSS -->
13     <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
14
15     <!-- Custom styles for this template -->
16     <link href="pricing.css" rel="stylesheet">
17   </head>
18
19   <body>
20
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>
28       </nav>
29       <a class="btn btn-outline-primary" href="#">Sign up</a>
30     </div>
31
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>
35     </div>
36
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>
42           </div>
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>
50             </ul>
51             <button type="button" class="btn btn-lg btn-block btn-outline-primary">Sign up for free</button>
52           </div>
53         </div>
54         <div class="card mb-4 box-shadow">
55           <div class="card-header">
56             <h4 class="my-0 font-weight-normal">Pro</h4>
57           </div>
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>
65             </ul>
66             <button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
67           </div>
68         </div>
69         <div class="card mb-4 box-shadow">
70           <div class="card-header">
71             <h4 class="my-0 font-weight-normal">Enterprise</h4>
72           </div>
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>
80             </ul>
81             <button type="button" class="btn btn-lg btn-block btn-primary">Contact us</button>
82           </div>
83         </div>
84       </div>
85
86       <footer class="pt-4 my-md-5 pt-md-5 border-top">
87         <div class="row">
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">&copy; 2017-2018</small>
91           </div>
92           <div class="col-6 col-md">
93             <h5>Features</h5>
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>
101             </ul>
102           </div>
103           <div class="col-6 col-md">
104             <h5>Resources</h5>
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>
110             </ul>
111           </div>
112           <div class="col-6 col-md">
113             <h5>About</h5>
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>
119             </ul>
120           </div>
121         </div>
122       </footer>
123     </div>
124
125
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>
134     <script>
135       Holder.addTheme('thumb', {
136         bg: '#55595c',
137         fg: '#eceeef',
138         text: 'Thumbnail'
139       });
140     </script>
141   </body>
142 </html>