From ccafc8a01023d66768b34b2597e50d6f7df4ca58 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2012 18:58:59 -0800 Subject: Explore adding icon to readme --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 67a9e6f47..74b328765 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# [Twitter Bootstrap v2.2.3](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) + + + + +# [Bootstrap v2.2.3](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat). -To get started, checkout http://getbootstrap.com! +To get started, checkout [http://getbootstrap.com](http://getbootstrap.com)! @@ -30,7 +34,7 @@ And constructed with the following guidelines: * New additions without breaking backward compatibility bumps the minor (and resets the patch) * Bug fixes and misc changes bumps the patch -For more information on SemVer, please visit http://semver.org/. +For more information on SemVer, please visit [http://semver.org/](http://semver.org/). @@ -85,13 +89,13 @@ Thanks! **Mark Otto** -+ http://twitter.com/mdo -+ http://github.com/mdo ++ [http://twitter.com/mdo](http://twitter.com/mdo) ++ [http://github.com/mdo](http://github.com/mdo) **Jacob Thornton** -+ http://twitter.com/fat -+ http://github.com/fat ++ [http://twitter.com/fat](http://twitter.com/fat) ++ [http://github.com/fat](http://github.com/fat) @@ -103,7 +107,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: - http://www.apache.org/licenses/LICENSE-2.0 + [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, -- cgit v1.2.3 From 5a2966a2c2944f7c4ce963b82837c73faa2234ee Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2012 18:59:51 -0800 Subject: Downsize image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b328765..de5033c2a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - + # [Bootstrap v2.2.3](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) -- cgit v1.2.3 From 442012f0f5050f69467fabd6e44ac57394088b1b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2012 19:02:33 -0800 Subject: Smaller image update to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de5033c2a..d431512a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - + # [Bootstrap v2.2.3](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) -- cgit v1.2.3 From a55605ca57d3607689d8d6b8d2de1c1026bab405 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2012 19:04:59 -0800 Subject: add readme image --- docs/assets/img/bootstrap-docs-readme.png | Bin 0 -> 30612 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/assets/img/bootstrap-docs-readme.png diff --git a/docs/assets/img/bootstrap-docs-readme.png b/docs/assets/img/bootstrap-docs-readme.png new file mode 100644 index 000000000..36603bd3b Binary files /dev/null and b/docs/assets/img/bootstrap-docs-readme.png differ -- cgit v1.2.3 From 7f7039321d9078ff7127b56aabe6be0e85716350 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2012 19:10:05 -0800 Subject: Fixes #6189: Add holder.js to carousel example --- docs/examples/carousel.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 0958103fc..2a0cadec1 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -448,5 +448,6 @@ }) }(window.jQuery) + -- cgit v1.2.3