summaryrefslogtreecommitdiff
path: root/2/default
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-11 11:09:18 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-11 11:09:18 -0500
commit9db9d02be80bebcc34050982ea17e1a0514291e5 (patch)
tree8c2aa8f8a3cecaa01a34a947942db3b49c40b533 /2/default
parentd30be3a38bee885b8fc424e3a10e2a510754f2f3 (diff)
parentf690e65e7efcd2c3ed260b5f26caaf5efe0fb3de (diff)
Merge pull request #210 from XhmikosR/gh-pages
Tweak HTML files
Diffstat (limited to '2/default')
-rwxr-xr-x2/default/index.html59
1 files changed, 30 insertions, 29 deletions
diff --git a/2/default/index.html b/2/default/index.html
index b343fbff..0bfcd342 100755
--- a/2/default/index.html
+++ b/2/default/index.html
@@ -3,12 +3,13 @@
<head>
<meta charset="utf-8">
<title>Bootswatch: Default</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sleek, intuitive, and powerful front-end framework for faster and easier web development.">
<meta name="author" content="Thomas Park">
+ <!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="bootstrap.min.css" rel="stylesheet">
@@ -16,7 +17,7 @@
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/bootswatch.css" rel="stylesheet">
- <script type="text/javascript">
+ <script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019901-1']);
@@ -166,7 +167,7 @@
</div>
</div>
-
+
<div class="row">
<div class="span6">
<blockquote>
@@ -304,8 +305,8 @@
<th>Large Button</th>
<th>Small Button</th>
<th>Disabled Button</th>
- <th>Button with Icon</th>
- <th>Split Button</th>
+ <th>Button with Icon</th>
+ <th>Split Button</th>
</tr>
</thead>
<tbody>
@@ -315,7 +316,7 @@
<td><a class="btn btn-small" href="#">Default</a></td>
<td><a class="btn disabled" href="#">Default</a></td>
<td><a class="btn" href="#"><i class="icon-cog"></i> Default</a></td>
- <td>
+ <td>
<div class="btn-group">
<a class="btn" href="#">Default</a>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
@@ -327,7 +328,7 @@
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
- </td>
+ </td>
</tr>
<tr>
<td><a class="btn btn-primary" href="#">Primary</a></td>
@@ -335,7 +336,7 @@
<td><a class="btn btn-primary btn-small" href="#">Primary</a></td>
<td><a class="btn btn-primary disabled" href="#">Primary</a></td>
<td><a class="btn btn-primary" href="#"><i class="icon-shopping-cart icon-white"></i> Primary</a></td>
- <td>
+ <td>
<div class="btn-group">
<a class="btn btn-primary" href="#">Primary</a>
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
@@ -347,7 +348,7 @@
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
- </td>
+ </td>
</tr>
<tr>
<td><a class="btn btn-info" href="#">Info</a></td>
@@ -355,7 +356,7 @@
<td><a class="btn btn-info btn-small" href="#">Info</a></td>
<td><a class="btn btn-info disabled" href="#">Info</a></td>
<td><a class="btn btn-info" href="#"><i class="icon-exclamation-sign icon-white"></i> Info</a></td>
- <td>
+ <td>
<div class="btn-group">
<a class="btn btn-info" href="#">Info</a>
<a class="btn btn-info dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
@@ -367,7 +368,7 @@
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
- </td>
+ </td>
</tr>
<tr>
<td><a class="btn btn-success" href="#">Success</a></td>
@@ -375,7 +376,7 @@
<td><a class="btn btn-success btn-small" href="#">Success</a></td>
<td><a class="btn btn-success disabled" href="#">Success</a></td>
<td><a class="btn btn-success" href="#"><i class="icon-ok icon-white"></i> Success</a></td>
- <td>
+ <td>
<div class="btn-group">
<a class="btn btn-success" href="#">Success</a>
<a class="btn btn-success dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
@@ -387,7 +388,7 @@
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
- </td>
+ </td>
</tr>
<tr>
<td><a class="btn btn-warning" href="#">Warning</a></td>
@@ -395,7 +396,7 @@
<td><a class="btn btn-warning btn-small" href="#">Warning</a></td>
<td><a class="btn btn-warning disabled" href="#">Warning</a></td>
<td><a class="btn btn-warning" href="#"><i class="icon-warning-sign icon-white"></i> Warning</a></td>
- <td>
+ <td>
<div class="btn-group">
<a class="btn btn-warning" href="#">Warning</a>
<a class="btn btn-warning dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
@@ -407,7 +408,7 @@
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
- </td>
+ </td>
</tr>
<tr>
<td><a class="btn btn-danger" href="#">Danger</a></td>
@@ -415,7 +416,7 @@
<td><a class="btn btn-danger btn-small" href="#">Danger</a></td>
<td><a class="btn btn-danger disabled" href="#">Danger</a></td>
<td><a class="btn btn-danger" href="#"><i class="icon-remove icon-white"></i> Danger</a></td>
- <td>
+ <td>
<div class="btn-group">
<a class="btn btn-danger" href="#">Danger</a>
<a class="btn btn-danger dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
@@ -427,7 +428,7 @@
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
- </td>
+ </td>
</tr>
<tr>
<td><a class="btn btn-inverse" href="#">Inverse</a></td>
@@ -435,7 +436,7 @@
<td><a class="btn btn-inverse btn-small" href="#">Inverse</a></td>
<td><a class="btn btn-inverse disabled" href="#">Inverse</a></td>
<td><a class="btn btn-inverse" href="#"><i class="icon-random icon-white"></i> Inverse</a></td>
- <td>
+ <td>
<div class="btn-group">
<a class="btn btn-inverse" href="#">Inverse</a>
<a class="btn btn-inverse dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
@@ -447,7 +448,7 @@
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
- </td>
+ </td>
</tr>
</tbody>
</table>
@@ -610,7 +611,7 @@
<div class="page-header">
<h1>Tables</h1>
</div>
-
+
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
@@ -685,15 +686,15 @@
</ul>
</div>
</div>
-
+
<div class="span4">
<h3 id="pager">Pagers</h3>
-
+
<ul class="pager">
<li><a href="#">Previous</a></li>
<li><a href="#">Next</a></li>
</ul>
-
+
<ul class="pager">
<li class="previous disabled"><a href="#">&larr; Older</a></li>
<li class="next"><a href="#">Newer &rarr;</a></li>
@@ -727,7 +728,7 @@
</div>
</div>
</div> <!-- /tabbable -->
-
+
</div>
<div class="span4">
<h3 id="pills">Pills</h3>
@@ -747,11 +748,11 @@
<li class="disabled"><a href="#">Disabled link</a></li>
</ul>
</div>
-
+
<div class="span4">
-
+
<h3 id="list">Lists</h3>
-
+
<div class="well" style="padding: 8px 0;">
<ul class="nav nav-list">
<li class="nav-header">List header</li>
@@ -873,7 +874,7 @@
<a href="https://twitter.com/thomashpark">Twitter</a>
<a href="https://github.com/thomaspark/bootswatch/">GitHub</a>
<a rel="tooltip" href="javascript:(function(e,a,g,h,f,c,b,d)%7Bif(!(f%3De.jQuery)%7C%7Cg%3Ef.fn.jquery%7C%7Ch(f))%7Bc%3Da.createElement(%22script%22)%3Bc.type%3D%22text/javascript%22%3Bc.src%3D%22http://ajax.googleapis.com/ajax/libs/jquery/%22%2Bg%2B%22/jquery.min.js%22%3Bc.onload%3Dc.onreadystatechange%3Dfunction()%7Bif(!b%26%26(!(d%3Dthis.readyState)%7C%7Cd%3D%3D%22loaded%22%7C%7Cd%3D%3D%22complete%22))%7Bh((f%3De.jQuery).noConflict(1),b%3D1)%3Bf(c).remove()%7D%7D%3Ba.documentElement.childNodes%5B0%5D.appendChild(c)%7D%7D)(window,document,%221.3.2%22,function(%24,L)%7Bif(%24(%22.bootswatcher%22)%5B0%5D)%7B%24(%22.bootswatcher%22).remove()%7Delse%7Bvar%20%24e%3D%24(%27%3Cselect%20class%3D%22bootswatcher%22%3E%3Coption%3EAmelia%3C/option%3E%3Coption%3ECerulean%3C/option%3E%3Coption%3ECosmo%3C/option%3E%3Coption%3ECyborg%3C/option%3E%3Coption%3EJournal%3C/option%3E%3Coption%3EReadable%3C/option%3E%3Coption%3ESimplex%3C/option%3E%3Coption%3ESlate%3C/option%3E%3Coption%3ESpacelab%3C/option%3E%3Coption%3ESpruce%3C/option%3E%3Coption%3ESuperhero%3C/option%3E%3Coption%3EUnited%3C/option%3E%3C/select%3E%27)%3Bvar%20l%3D1%2BMath.floor(Math.random()*%24e.children().length)%3B%24e.css(%7B%22z-index%22:%2299999%22,position:%22fixed%22,top:%225px%22,right:%225px%22,opacity:%220.5%22%7D).hover(function()%7B%24(this).css(%22opacity%22,%221%22)%7D,function()%7B%24(this).css(%22opacity%22,%220.5%22)%7D).change(function()%7Bif(!%24(%22link.bootswatcher%22)%5B0%5D)%7B%24(%22head%22).append(%27%3Clink%20rel%3D%22stylesheet%22%20class%3D%22bootswatcher%22%3E%27)%7D%24(%22link.bootswatcher%22).attr(%22href%22,%22http://bootswatch.com/%22%2B%24(this).find(%22:selected%22).text().toLowerCase()%2B%22/bootstrap.min.css%22)%7D).find(%22option:nth-child(%22%2Bl%2B%22)%22).attr(%22selected%22,%22selected%22).end().trigger(%22change%22)%3B%24(%22body%22).append(%24e)%7D%3B%7D)%3B" title="Drag to your bookmarks bar">Bookmarklet</a>
- <a href="https://github.com/thomaspark/bootswatch/tree/gh-pages/swatchmaker">Swatchmaker</a>
+ <a href="https://github.com/thomaspark/bootswatch/tree/gh-pages/2/swatchmaker">Swatchmaker</a>
<a href="http://news.bootswatch.com/post/22193315172/bootswatch-api">API</a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F22JEM3Q78JC2">Donate</a>
</div>