Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 22, 2015
1 parent 11826a7 commit 2730af3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 41 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ As of version 3.3.2, the style-sheet is hosted various content delivery networks

Service | URL
---------|----
[cdnjs](http://cdnjs.com/libraries/m8tro-bootstrap) | `//cdnjs.cloudflare.com/ajax/libs/m8tro-bootstrap/3.3.2/m8tro.min.css`
[jsDelivr](http://www.jsdelivr.com/#!bootstrap.m8tro) | `//cdn.jsdelivr.net/bootstrap.m8tro/3.3.2/m8tro.min.css`
[cdnjs](http://cdnjs.com/libraries/m8tro-bootstrap) | `//cdnjs.cloudflare.com/ajax/libs/m8tro-bootstrap/3.3.4/m8tro.min.css`
[jsDelivr](http://www.jsdelivr.com/#!bootstrap.m8tro) | `//cdn.jsdelivr.net/bootstrap.m8tro/3.3.4/m8tro.min.css`

**Note:** It is [not advised](http://stackoverflow.com/a/5503156/1329116) to embed a link to the raw file hosted on GitHub.

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "m8tro-bootstrap",
"description": "Bootstrap theme inspired by Windows Modern UI (aka Metro)",
"version": "3.3.2+3",
"version": "3.3.4",
"author": "Jan T. Sott",
"homepage": "http://idleberg.github.io/m8tro-bootstrap/",

Expand Down Expand Up @@ -29,7 +29,7 @@
],

"dependencies": {
"bootstrap": "^3.3.2"
"bootstrap": "^3.3.4"
},

"devDependencies": {
Expand Down
42 changes: 6 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,16 @@

<div class="page-header" id="banner">
<div class="row">
<div class="col-xs-12 col-lg-6">
<h1>M8tro <span class="text-muted">v3.3.2+3</span></h1>
<div class="col-xs-12 col-lg-12">
<h1>M8tro <span class="text-muted">v3.3.4</span></h1>
<p class="lead">Windows 8 Modern UI<br/>aka &#8220;Metro&#8221;</p>
<div class="clearfix">

<p>Built upon <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>, released under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT License</a></p>
</div>
</div>

<div class="col-xs-12 col-lg-6">
<div class="well">
<div class="form-group">
<h4>CDNs</h4>

<label class="control-label">cdnjs</label>
<div class="input-group input-group-sm">
<input type="text" class="form-control" readonly="" value="//cdnjs.cloudflare.com/ajax/libs/m8tro-bootstrap/3.3.2/m8tro.min.css">
<span class="input-group-btn">
<button class="btn btn-default btn-clipboard" type="button" data-clipboard-text="//cdnjs.cloudflare.com/ajax/libs/m8tro-bootstrap/3.3.2/m8tro.min.css" data-toggle="tooltip" data-placement="bottom" title="Copied"><i class="fa fa-clipboard"></i></button>
</span>
</div>

<label class="control-label">jsDelivr</label>
<div class="input-group input-group-sm">
<input type="text" class="form-control" readonly="" value="//cdn.jsdelivr.net/bootstrap.m8tro/3.3.2/m8tro.min.css">
<span class="input-group-btn">
<button class="btn btn-default btn-clipboard" type="button" data-clipboard-text="//cdn.jsdelivr.net/bootstrap.m8tro/3.3.2/m8tro.min.css" data-toggle="tooltip" data-placement="bottom" title="Copied"><i class="fa fa-clipboard"></i></button>
</span>
</div>
</div>

<p class="small">Also available on <a href="https://github.com/idleberg/m8tro-bootstrap">GitHub</a>, <a href="https://www.npmjs.com/package/m8tro-bootstrap" target="_blank">npm</a> and <a href="http://bower.io" target="_target">Bower</a>.

</div>
</div>
</div> <!-- row -->
</div>
</div> <!-- row -->
</div>

<!-- Navbar
================================================== -->
Expand Down Expand Up @@ -1265,11 +1238,8 @@ <h4 class="modal-title">Source Code</h4>

</div>

<!-- inject:js -->
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/zeroclipboard/2.2.0/ZeroClipboard.min.js"></script>
<script type="text/javascript">!function(){function b(a){var b=a.split(/\n/);b.shift(),b.splice(-1,1);var c=b[0].length-b[0].trim().length,d=new RegExp(" {"+c+"}");return b=b.map(function(a){return a.match(d)&&(a=a.substring(c)),a}),b=b.join("\n")}$(window).scroll(function(){var a=$(document).scrollTop();$(".splash").css({"background-position":"0px -"+(a/3).toFixed(2)+"px"}),a>50?$("#home > .navbar").removeClass("navbar-transparent"):$("#home > .navbar").addClass("navbar-transparent")});var a=$("<div id='source-button' class='btn btn-primary btn-xs'>&lt; &gt;</div>").click(function(){var a=$(this).parent().html();a=b(a),$("#source-modal pre").text(a),$("#source-modal").modal()});$('.bs-component [data-toggle="popover"]').popover(),$('* [data-toggle="tooltip"]').tooltip(),$(".bs-component").hover(function(){$(this).append(a),a.show()},function(){a.hide()})}();ZeroClipboard.config({swfPath:"//cdnjs.cloudflare.com/ajax/libs/zeroclipboard/2.2.0/ZeroClipboard.swf"});var client=new ZeroClipboard(document.getElementsByClassName("btn-clipboard"));client.on("ready",function(){});</script>
<!-- endinject -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript">!function(){function b(a){var b=a.split(/\n/);b.shift(),b.splice(-1,1);var c=b[0].length-b[0].trim().length,d=new RegExp(" {"+c+"}");return b=b.map(function(a){return a.match(d)&&(a=a.substring(c)),a}),b=b.join("\n")}$(window).scroll(function(){var a=$(document).scrollTop();$(".splash").css({"background-position":"0px -"+(a/3).toFixed(2)+"px"}),a>50?$("#home > .navbar").removeClass("navbar-transparent"):$("#home > .navbar").addClass("navbar-transparent")});var a=$("<div id='source-button' class='btn btn-primary btn-xs'>&lt; &gt;</div>").click(function(){var a=$(this).parent().html();a=b(a),$("#source-modal pre").text(a),$("#source-modal").modal()});$('.bs-component [data-toggle="popover"]').popover(),$('* [data-toggle="tooltip"]').tooltip(),$(".bs-component").hover(function(){$(this).append(a),a.show()},function(){a.hide()})}();</script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "m8tro-bootstrap",
"description": "Bootstrap theme inspired by Windows Modern UI (aka Metro)",
"version": "3.3.2+3",
"version": "3.3.4",
"author": "Jan T. Sott",
"homepage": "http://idleberg.github.io/m8tro-bootstrap/",

Expand Down

0 comments on commit 2730af3

Please sign in to comment.