From ecd05371d0a2b635b62bba67461875e609af5dad Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 29 Apr 2012 15:54:28 -0400 Subject: index: added api info --- img/glyphicons_009_magic.png | Bin 308 -> 0 bytes img/glyphicons_023_cogwheels.png | Bin 0 -> 485 bytes img/glyphicons_025_binoculars.png | Bin 239 -> 0 bytes img/glyphicons_050_link.png | Bin 305 -> 0 bytes img/glyphicons_265_electrical_plug.png | Bin 0 -> 295 bytes img/glyphicons_280_settings.png | Bin 0 -> 383 bytes index.html | 49 ++++++++++++++++++++++----------- js/bootswatch.js | 2 ++ 8 files changed, 35 insertions(+), 16 deletions(-) delete mode 100755 img/glyphicons_009_magic.png create mode 100644 img/glyphicons_023_cogwheels.png delete mode 100755 img/glyphicons_025_binoculars.png delete mode 100755 img/glyphicons_050_link.png create mode 100644 img/glyphicons_265_electrical_plug.png create mode 100644 img/glyphicons_280_settings.png diff --git a/img/glyphicons_009_magic.png b/img/glyphicons_009_magic.png deleted file mode 100755 index 18bc76a9..00000000 Binary files a/img/glyphicons_009_magic.png and /dev/null differ diff --git a/img/glyphicons_023_cogwheels.png b/img/glyphicons_023_cogwheels.png new file mode 100644 index 00000000..5c14892b Binary files /dev/null and b/img/glyphicons_023_cogwheels.png differ diff --git a/img/glyphicons_025_binoculars.png b/img/glyphicons_025_binoculars.png deleted file mode 100755 index 4ddd7a76..00000000 Binary files a/img/glyphicons_025_binoculars.png and /dev/null differ diff --git a/img/glyphicons_050_link.png b/img/glyphicons_050_link.png deleted file mode 100755 index 45c471e6..00000000 Binary files a/img/glyphicons_050_link.png and /dev/null differ diff --git a/img/glyphicons_265_electrical_plug.png b/img/glyphicons_265_electrical_plug.png new file mode 100644 index 00000000..4ac352de Binary files /dev/null and b/img/glyphicons_265_electrical_plug.png differ diff --git a/img/glyphicons_280_settings.png b/img/glyphicons_280_settings.png new file mode 100644 index 00000000..d24b947f Binary files /dev/null and b/img/glyphicons_280_settings.png differ diff --git a/index.html b/index.html index 194a07d6..da969e01 100644 --- a/index.html +++ b/index.html @@ -82,32 +82,30 @@

Easy to Install

-

Simply download the CSS file from the swatch of your choice and replace the one in Bootstrap. No messing around with hex values.

+

Simply download a CSS file and replace the one in Bootstrap. No messing around with hex values.

-
- -

Whole New Feel

-

We've all been there with the black bar and blue buttons. See how a splash of color and typography can transform the feel of your site.

-
-
- -

Tuned for 2.0.2

-

Swatches are built for and tested with the latest version of Bootstrap. Previous versions are also available for download.

-
- - -

Open Source

Licensed under Apache 2.0 and maintained by the community on GitHub.

+
+ +

Tuned for 2.0.2

+

Swatches are built for and tested with the latest version of Bootstrap. Older versions are also available for download.

+
+
+
- +

Modular

Changes are contained in just two LESS files, enabling modification and ensuring forward compatibility.

- +
+ +

Plug It In

+

An API is available to integrate Bootswatch with your app or platform.

+

Stay Updated

@@ -115,6 +113,25 @@
+ +

Gallery

diff --git a/js/bootswatch.js b/js/bootswatch.js index 444906ef..0a920042 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -50,6 +50,8 @@ var taglines = []; taglines.push('Free themes for Twitter Bootstrap'); taglines.push('Add color to your Bootstrap site without touching a color picker'); taglines.push('Saving the web from default Bootstrap'); +taglines.push('Give your Bootstrap site a whole new feel'); +taglines.push('Lose the black bar and blue buttons on your Bootstrap site'); var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]); -- cgit v1.2.3