]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/docs/index.html
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / index.html
CommitLineData
91e44d91
S
1---
2layout: home
3---
4
5<main class="bd-masthead" id="content">
6 <div class="container">
7 <span class="bd-booticon outline">B</span>
8 <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p>
9 <p class="lead">
10 <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
11 </p>
12 <p class="version">Currently v{{ site.current_version }}</p>
13 {% include ads.html %}
14 </div>
15</main>
16
17<div class="bd-featurette">
18 <div class="container">
19 <h2 class="bd-featurette-title">Easy to get started.</h2>
20 <p class="lead">Quickly include Bootstrap's CSS and JS into any project. Use your favorite package manager, download the source, or use the Bootstrap CDN.</p>
21
22 <div class="row">
23 <div class="col-sm-6 mb-3">
24 <h4>Managed dependencies</h4>
25 <p>Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our Gruntfile and readme.</p>
26 <p>
27 <a class="btn btn-bs" href="{{ site.baseurl }}/getting-started/download/#package-managers">View install methods</a>
28 </p>
29 </div>
30 <div class="col-sm-6 mb-3">
31 <h4>Bootstrap CDN</h4>
32 <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p>
33{% highlight html %}
34<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
35<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
36<script src="{{ site.cdn.tether }}" integrity="{{ site.cdn.tether_hash }}" crossorigin="anonymous"></script>
37<script src="{{ site.cdn.js }}" integrity="{{ site.cdn.js_hash }}" crossorigin="anonymous"></script>
38{% endhighlight %}
39 </div>
40 </div>
41
42 <hr class="half-rule mt-0">
43
44 <p><strong>Looking for something else?</strong> Compiled builds of Bootstrap's CSS and JS are also available.</p>
45 <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-bs">More download options</a>
46 </div>
47</div>
48
49<div class="bd-featurette">
50 <div class="container">
51 <h2 class="bd-featurette-title">Designed for everyone, everywhere.</h2>
52 <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>
53
54 <div class="row">
55 <div class="col-sm-4 mb-3">
56 <img src="{{ site.baseurl }}/assets/img/sass.png" alt="Sass support" class="img-fluid">
57 <h4>Preprocessor</h4>
58 <p>Bootstrap ships with vanilla CSS, but its source code utilizes <a href="http://sass-lang.com/">Sass</a>, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.</p>
59 </div>
60 <div class="col-sm-4 mb-3">
61 <img src="{{ site.baseurl }}/assets/img/devices.png" alt="Responsive across devices" class="img-fluid">
62 <h4>One framework, every device.</h4>
63 <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>
64 </div>
65 <div class="col-sm-4 mb-3">
66 <img src="{{ site.baseurl }}/assets/img/components.png" alt="Components" class="img-fluid">
67 <h4>Full of features</h4>
68 <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>
69 </div>
70 </div>
71
72 <hr class="half-rule mt-0">
73
74 <p><strong>Bootstrap is open source!</strong> It's hosted, developed, and maintained on GitHub by folks like you.</p>
75 <a href="{{ site.repo }}" class="btn btn-bs">View the GitHub project</a>
76 </div>
77</div>
78
79<div class="bd-featurette">
80 <div class="container">
81 <h2 class="bd-featurette-title">Official Bootstrap Themes.</h2>
82 <p class="lead">
83 Take Bootstrap to the next level with official premium themes. Each theme is its own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more.
84 </p>
85
86 <p class="lead">
87 <a href="{{ site.themes }}" class="btn btn-bs">Browse themes</a>
88 </p>
89
90 <img class="img-fluid mx-auto" src="{{ site.baseurl }}/assets/img/bs-themes.png" alt="Bootstrap Themes" width="1024" height="388">
91 </div>
92</div>
93
94<div class="bd-featurette">
95 <div class="container">
96 <h2 class="bd-featurette-title">Built with Bootstrap.</h2>
97 <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="{{ site.baseurl }}/examples/">collection of examples</a> or by exploring some of our favorites.</p>
98
99 <div class="row bd-featured-sites">
100 {% for showcase in site.data.showcase %}
101 <div class="col-6 col-sm-3">
102 <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
103 <img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-fluid">
104 </a>
105 </div>
106 {% endfor %}
107 </div>
108
109 <hr class="half-rule">
110
111 <p>We showcase dozens of inspiring projects built with Bootstrap on the Bootstrap Expo.</p>
112 <a href="{{ site.expo }}" class="btn btn-bs">Explore the Expo</a>
113 </div>
114</div>