From 4ca25286112a0e6285e8ba8701a1d3c9f8793703 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Sun, 7 Aug 2016 12:34:40 +1000 Subject: Remove CDN "not yet available" notice. --- docs/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 86776fb24..47c36ff2c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,6 @@ title: Bootstrap · The world's most popular mobile-first and responsive f {% endhighlight %} -

Not yet available, but hopefully soon!

-- cgit v1.2.3 From 7bf868a709d5e278048f7fe5fd62d2fa9365d5bc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 18:19:47 -0700 Subject: v4: Social meta tags (#20825) * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements --- docs/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 47c36ff2c..8039ab1ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,5 @@ --- layout: home -title: Bootstrap · The world's most popular mobile-first and responsive front-end framework. ---
-- cgit v1.2.3 From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 8039ab1ae..81e71f20c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,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.

- Download Bootstrap + Download Bootstrap

Currently v{{ site.current_version }}

{% include ads.html %} @@ -92,7 +92,7 @@ layout: home

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.

+

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.

-- cgit v1.2.3 From 85327e4f9aa7c42d4d1997c793a8d4ffa451d3e5 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Wed, 12 Oct 2016 01:46:10 +0300 Subject: v4: Fix outdated utilites classes --- docs/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 6ecac7979..3fe4c513b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,14 +20,14 @@ layout: home

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 Gruntfile 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 Max CDN folks.

{% highlight html %} @@ -37,7 +37,7 @@ layout: home
-
+

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

More download options @@ -50,24 +50,24 @@ layout: home

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 @@ -85,7 +85,7 @@ layout: home Browse themes

- Bootstrap Themes + Bootstrap Themes
-- cgit v1.2.3