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