summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-10 18:42:50 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-10 18:42:50 -0500
commit7b0d349d3c33e3f5d90a7c2ce8bf415b14d09d6f (patch)
tree77f7ad6476719c1794efc7aa1805686f33fc3df7 /index.html
parent4cd2a24ca979883d32b768240de7d39e24fe15fd (diff)
using fontawesome
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 9 insertions, 14 deletions
diff --git a/index.html b/index.html
index e4e8dc17..76e3938a 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,7 @@
<link href="default/bootstrap.min.css" rel="stylesheet">
<link href="default/bootstrap-responsive.min.css" rel="stylesheet">
+ <link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootswatch.css" rel="stylesheet">
<link href="http://feeds.feedburner.com/bootswatch" rel="alternate" type="application/rss+xml" title="Bootswatch">
@@ -91,7 +92,7 @@
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="thomashpark">Tweet</a>
</span>
<span>
- <a class="btn rss-button" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a>
+ <a class="btn rss-button" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i> RSS</a>
</span>
</div>
@@ -104,33 +105,27 @@
<div class="row about">
<div class="span4">
- <img class="glyph" src="img/glyphicons_036_file.png">
- <h3>Easy to Install</h3>
+ <h3><i class="icon-file-alt"></i> Easy to Install</h3>
<p>Simply download a CSS file and replace the one in Bootstrap. No messing around with hex values.</p>
</div>
<div class="span4">
- <img class="glyph" src="img/glyphicons_341_github.png">
- <h3>Open Source</h3>
+ <h3><i class="icon-github"></i> Open Source</h3>
<p>Bootstrap themes are licensed under Apache 2.0 and maintained by the community on <a target="_blank" href="https://github.com/thomaspark/bootswatch">GitHub</a>.</p>
</div>
<div class="span4">
- <img class="glyph" src="img/glyphicons_280_settings.png">
- <h3>Tuned for 2.3.0</h3>
+ <h3><i class="icon-wrench"></i> Tuned for 2.3.0</h3>
<p>Swatches are built for and tested with the latest version of Bootstrap. <a target="_blank" href="https://github.com/thomaspark/bootswatch/tags">Older versions</a> are also available for download.</p>
</div>
<div class="span4">
- <img class="glyph" src="img/glyphicons_023_cogwheels.png">
- <h3>Modular</h3>
+ <h3><i class="icon-cogs"></i> Modular</h3>
<p>Changes are contained in just two LESS files, enabling modification and ensuring forward compatibility.</p>
</div>
<div class="span4">
- <img class="glyph" src="img/glyphicons_265_electrical_plug.png">
- <h3>Get Plugged In</h3>
+ <h3><i class="icon-cloud"></i> Get Plugged In</h3>
<p>An <a href="http://news.bootswatch.com/post/22193315172/bootswatch-api" onclick="pageTracker._link(this.href); return false;">API</a> is available for integrating with your platform. In use by <a href="http://320press.com/wpbs/" target="_blank">WPBS</a>, <a href="http://www.fusionleaf.com/" target="_blank">FusionLeaf</a>, <a href="http://yabdab.com/stacks/snaps/bootsnap/" target="_blank">BootSnap</a>, and others.</p>
</div>
<div class="span4">
- <img class="glyph" src="img/glyphicons_032_wifi_alt.png">
- <h3>Stay Updated</h3>
+ <h3><i class="icon-bullhorn"></i> Stay Updated</h3>
<p>Be notified about updates by subscribing via <a href="http://feeds.feedburner.com/bootswatch">RSS feed</a>, <a href="http://feedburner.google.com/fb/a/mailverify?uri=bootswatch&loc=en_US">email</a>, or <a href="http://news.bootswatch.com" onclick="pageTracker._link(this.href); return false;">Tumblr</a>.</p>
</div>
</div>
@@ -552,7 +547,7 @@
</div>
Made by <a target="_blank" href="http://thomaspark.me" onclick="pageTracker._link(this.href); return false;">Thomas Park</a>. Contact him <a href="mailto:hello@thomaspark.me">hello@thomaspark.me</a>.<br/>
Code licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.<br/>
- Based on <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>. Hosted on <a target="_blank" href="http://pages.github.com/">GitHub</a>. Icons from <a target="_blank" href="http://glyphicons.com/">Glyphicons</a>. Web fonts from <a target="_blank" href="http://www.google.com/webfonts">Google</a>.</p>
+ Based on <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>. Hosted on <a target="_blank" href="http://pages.github.com/">GitHub</a>. Icons from <a target="_blank" href="http://fortawesome.github.com/Font-Awesome/">Font Awesome</a>. Web fonts from <a target="_blank" href="http://www.google.com/webfonts">Google</a>.</p>
</footer>
</div>