[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / index.html
1 ---
2 layout: home
3 title: Bootstrap · The world's most popular mobile-first and responsive front-end framework.
4 ---
5
6
7 <main class="bs-docs-masthead" id="content" role="main" tabindex="-1">
8   <div class="container">
9     <span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">B</span>
10     <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p>
11     <p class="lead">
12       <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
13     </p>
14     <p class="version">Currently v{{ site.current_version }}</p>
15     {% include ads.html %}
16   </div>
17 </main>
18
19 <div class="bs-docs-featurette">
20   <div class="container">
21     <h2 class="bs-docs-featurette-title">Designed for everyone, everywhere.</h2>
22     <p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p>
23
24     <hr class="half-rule">
25
26     <div class="row">
27       <div class="col-sm-4">
28         <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
29         <h3>Preprocessors</h3>
30         <p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with pronapiled CSS or build on the source.</p>
31       </div>
32       <div class="col-sm-4">
33         <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
34         <h3>One framework, every device.</h3>
35         <p>Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.</p>
36       </div>
37       <div class="col-sm-4">
38         <img src="assets/img/components.png" alt="Components" class="img-responsive">
39         <h3>Full of features</h3>
40         <p>With Bootstrap, you get extensive and beautiful documentation for common HTML elements, dozens of custom HTML and CSS components, and awesome jQuery plugins.</p>
41       </div>
42     </div>
43
44     <hr class="half-rule">
45
46     <p class="lead">Bootstrap is open source. It's hosted, developed, and maintained on GitHub.</p>
47     <a href="{{ site.repo }}" class="btn btn-outline btn-lg">View the GitHub project</a>
48   </div>
49 </div>
50
51 <div class="bs-docs-featurette">
52   <div class="container">
53     <h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2>
54     <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p>
55
56     <hr class="half-rule">
57
58     <div class="row bs-docs-featured-sites">
59     {% for showcase in site.data.showcase %}
60       <div class="col-xs-6 col-sm-3">
61         <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
62           <img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive">
63         </a>
64       </div>
65     {% endfor %}
66     </div>
67
68     <hr class="half-rule">
69
70     <p class="lead">We showcase dozens of inspiring projects built with Bootstrap on the Bootstrap Expo.</p>
71     <a href="{{ site.expo }}" class="btn btn-outline btn-lg">Explore the Expo</a>
72   </div>
73 </div>