From 2906b612d5bc3d7e33950044c9b89a91b117df03 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 20 Apr 2017 20:33:51 +1000 Subject: More minor build tweaks and docs updates. --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index b762da745..3b6c9206e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@ layout: home

Managed dependencies

-

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.

+

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 build system and readme.

View install methods

-- cgit v1.2.3 From 2a4be9a0c900b635548a27aa8022dca9c3061cef Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 5 May 2017 10:22:09 +0100 Subject: Add explicit role="main" to
elements (#22574) For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 3b6c9206e..ff037113a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ layout: home --- -
+
B

Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.

-- cgit v1.2.3 From d5fabf8de50710c5a09ecd91f4b9e961e67d7937 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 18 Apr 2017 14:02:24 +0200 Subject: Remove totaly Tether from documentation + dependencies --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index ff037113a..177600bcf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ layout: home {% highlight html %} - + {% endhighlight %}
-- cgit v1.2.3 From 183205afb87582bf905e1fac0b6c5353c0b2d28c Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Sun, 14 May 2017 15:28:26 +0530 Subject: Change "Max CDN" to "MaxCDN" --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 177600bcf..612a74171 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@ layout: home

Bootstrap CDN

-

When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.

+

When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the MaxCDN folks.

{% highlight html %} -- cgit v1.2.3 From 733c0926810a467782895f2f15ee2384f7c6c330 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 May 2017 20:54:12 -0700 Subject: Drop CSS icons for SVGs (#22708) * add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 612a74171..26a460e2f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ layout: home
- B + {% include bootstrap-icon.html %}

Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.

Download Bootstrap -- cgit v1.2.3 From 480944e66e0731ea35f514498ecd6d4b220c97ae Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 17:34:17 -0700 Subject: =?UTF-8?q?=E2=80=A2=20Add=20SVGs=20for=20GitHub,=20Slack,=20and?= =?UTF-8?q?=20Twitter=20=E2=80=A2=20Move=20the=20Bootstrap=20SVG=20into=20?= =?UTF-8?q?the=20same=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 26a460e2f..556fb2461 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ layout: home

- {% include bootstrap-icon.html %} + {% include icons/bootstrap.svg %}

Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.

Download Bootstrap -- cgit v1.2.3 From bef65b17dc3c1b6a332e365188ddb586b3cb392a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 17:52:52 -0700 Subject: fix homepage --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 556fb2461..559d5063c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ layout: home

- {% include icons/bootstrap.svg %} + {% include icons/bootstrap.svg class="mb-3" width="128" height="128" %}

Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.

Download Bootstrap -- cgit v1.2.3 From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/index.html | 114 -------------------------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 docs/index.html (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 559d5063c..000000000 --- a/docs/index.html +++ /dev/null @@ -1,114 +0,0 @@ ---- -layout: home ---- - -

-
- {% include icons/bootstrap.svg class="mb-3" width="128" height="128" %} -

Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.

-

- Download Bootstrap -

-

Currently v{{ site.current_version }}

- {% include ads.html %} -
-
- -
-
-

Easy to get started.

-

Quickly include Bootstrap's CSS and JS into any project. Use your favorite package manager, download the source, or use the Bootstrap CDN.

- -
-
-

Managed dependencies

-

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 build system and readme.

-

- View install methods -

-
-
-

Bootstrap CDN

-

When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the MaxCDN folks.

-{% highlight html %} - - - - -{% endhighlight %} -
-
- -
- -

Looking for something else? Compiled builds of Bootstrap's CSS and JS are also available.

- More download options -
-
- -
-
-

Designed for everyone, everywhere.

-

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.

- -
-
- Sass support -

Preprocessor

-

Bootstrap ships with vanilla CSS, but its source code utilizes Sass, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.

-
-
- Responsive across devices -

One framework, every device.

-

Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.

-
-
- Components -

Full of features

-

With Bootstrap, you get extensive and beautiful documentation for common HTML elements, dozens of custom HTML and CSS components, and awesome jQuery plugins.

-
-
- -
- -

Bootstrap is open source! It's hosted, developed, and maintained on GitHub by folks like you.

- View the GitHub project -
-
- -
-
-

Official Bootstrap Themes.

-

- 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. -

- -

- Browse themes -

- - Bootstrap Themes -
-
- -
-
-

Built with Bootstrap.

-

Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing collection of examples or by exploring some of our favorites.

- - - -
- -

We showcase dozens of inspiring projects built with Bootstrap on the Bootstrap Expo.

- Explore the Expo -
-
-- cgit v1.2.3