<p>Simply download the CSS file from the swatch of your choice and replace the one in Bootstrap. No messing around with hex values.</p>
<p>Simply download a CSS file and replace the one in Bootstrap. No messing around with hex values.</p>
</div>
<divclass="span4">
<imgsrc="img/glyphicons_009_magic.png">
<h3>Whole New Feel</h3>
<p>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.</p>
</div>
<divclass="span4">
<imgsrc="img/glyphicons_050_link.png">
<h3>Tuned for 2.0.2</h3>
<p>Swatches are built for and tested with the latest version of Bootstrap. <atarget="_blank"href="https://github.com/thomaspark/bootswatch/downloads">Previous versions</a> are also available for download.</p>
</div>
</div>
<divclass="row about">
<divclass="span4">
<imgsrc="img/glyphicons_341_github.png">
<h3>Open Source</h3>
<p>Licensed under Apache 2.0 and maintained by the community on <atarget="_blank"href="https://github.com/thomaspark/bootswatch">GitHub</a>.</p>
</div>
<divclass="span4">
<imgsrc="img/glyphicons_280_settings.png">
<h3>Tuned for 2.0.2</h3>
<p>Swatches are built for and tested with the latest version of Bootstrap. <atarget="_blank"href="https://github.com/thomaspark/bootswatch/downloads">Older versions</a> are also available for download.</p>
</div>
</div>
<divclass="row about">
<divclass="span4">
<imgsrc="img/glyphicons_025_binoculars.png">
<imgsrc="img/glyphicons_023_cogwheels.png">
<h3>Modular</h3>
<p>Changes are contained in just two LESS files, enabling modification and ensuring forward compatibility.</p>
</div>
<divclass="span4">
<imgsrc="img/glyphicons_265_electrical_plug.png">
<h3>Plug It In</h3>
<p>An <adata-toggle="modal"href="#modal-api">API</a> is available to integrate Bootswatch with your app or platform.</p>
</div>
<divclass="span4">
<imgsrc="img/glyphicons_032_wifi_alt.png">
<h3>Stay Updated</h3>
...
...
@@ -115,6 +113,25 @@
</div>
</div>
<divclass="modal hide fade"id="modal-api">
<divclass="modal-header">
<aclass="close"data-dismiss="modal">×</a>
<h3>API</h3>
</div>
<divclass="modal-body">
<h4>Properties</h4>
<p>The following properties are available for each swatch: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, and <code>css-min</code>.
<h4>Request</h4>
<p>CORS and JSONP are supported. Send your request to <code>http://simplejsonp.nodester.com/thomaspark/bootswatch/</code></p>
<h4>Example</h4>
<p>A <atarget="_blank"href="http://jsbin.com/anavok/1/edit#javascript,live">simple example</a>, using <atarget="_blank"href="http://jquery.com/">jQuery</a> and <atarget="_blank"href="https://github.com/janl/mustache.js">mustache.js</a> for templating.</p>
<p>Thanks to <atarget="_blank"href="http://jostylr.tumblr.com/">James</a> for <atarget="_blank"href="https://github.com/jostylr/simplejsonp">simplejsonp</a>.</p>