-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
278 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title> | ||
Units of Measurement | ||
</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="keilw"> | ||
<meta name="description" content="Static blog generated with JBake"> | ||
|
||
<!-- Style --> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css"> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> | ||
<link rel="stylesheet" href="/css/base.css"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="/js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav icon --> | ||
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="/img/favicon.ico" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
<nav class="navbar navbar-default navbar-fixed-top " role="navigation"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/">Units of Measurement</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="/pages/about.html">About</a></li> | ||
<!--li><a href="/pages/contact.html">Contact</a></li--> | ||
<li><a href="/pages/calendar.html">Calendar</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li class="nav-header">JSR 385</li> | ||
<li><a href="https://docs.google.com/document/d/12KhosAFriGCczBs6gwtJJDfg_QlANT92_lhxUWO2gCY">Specification</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/unit-api">API</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/unit-api/site/apidocs/index.html">JavaDoc (API)</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/indriya">Reference Implementation</a></li> | ||
<li><a href="https://jcp.org/en/jsr/detail?id=385">Detail Page</a></li> | ||
<li class="divider"></li> | ||
<li><a href="https://unitsofmeasurement.github.io/unit-tck">TCK (Technical Compatibility Kit)</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/uom-demos">Units Demos</a></li> | ||
<li><a href="https://unitsofmeasurement.gitbook.io/uom-guide/">Guide Book</a></li> | ||
<li class="divider"></li> | ||
<li class="nav-header">Extensions</li> | ||
<li><a href="https://unitsofmeasurement.github.io/uom-lib">Units Libraries</a></li> | ||
<li><a href="http://uom.si">SI Units</a></li> | ||
<li><a href="http://www.uom.systems">Unit Systems</a></li> | ||
<li class="divider"></li> | ||
<li class="nav-header">Additional Information</li> | ||
<li><a href="https://bintray.com/unitsofmeasurement">Units of Measurement on Bintray</a></li> | ||
<li><a href="/pages/references.html">References</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<!-- Right navigation --> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li><a href="/archive.html"><i class="fa fa-list"></i> Archive</a></li> | ||
<li><a href="/feed.xml" title="Rss"><i class="fa fa-rss"></i> Feed</a></li> | ||
</ul> | ||
<!-- Right navigation end --> | ||
|
||
</div><!-- /.navbar-collapse --> | ||
</div><!-- /.container-fluid --> | ||
</nav><!-- /.navbar --> | ||
|
||
<!-- Begin page content --> | ||
<div class="container"> | ||
|
||
<div class="page-header"> | ||
<h1>Tag: jfrog</h1> | ||
</div> | ||
|
||
<!--<ul>--> | ||
<h4>February 2021</h4> | ||
<ul> | ||
|
||
<li>07 - <a href="../2021/ktfg.html">Kiss the Frog Goodbye</a></li> | ||
</ul> | ||
|
||
</div><!-- /.container --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<hr> | ||
<div class="row"> | ||
<div class="col-xs-10"> | ||
<p class="text-muted credit">© Units of Measurement project 2021 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.6.5</a> | <i title="Linux" class="fa fa-linux"></i></p> | ||
</div> | ||
<div class="col-xs-2 gotop"> | ||
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script> | ||
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script> | ||
<script type="text/javascript"> | ||
<!-- load prettify only when needed --> | ||
$(document).ready(function(){ | ||
var prettify = false; | ||
var classToAdd = 'prettyprint snippet'; | ||
$("pre > code").each(function() { | ||
$("pre > code").parent().addClass(classToAdd); | ||
prettify = true; | ||
}); | ||
if(prettify) { | ||
prettyPrint(); | ||
} | ||
}); | ||
</script> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title> | ||
Units of Measurement | ||
</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="keilw"> | ||
<meta name="description" content="Static blog generated with JBake"> | ||
|
||
<!-- Style --> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css"> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> | ||
<link rel="stylesheet" href="/css/base.css"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="/js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav icon --> | ||
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="/img/favicon.ico" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
<nav class="navbar navbar-default navbar-fixed-top " role="navigation"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/">Units of Measurement</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="/pages/about.html">About</a></li> | ||
<!--li><a href="/pages/contact.html">Contact</a></li--> | ||
<li><a href="/pages/calendar.html">Calendar</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li class="nav-header">JSR 385</li> | ||
<li><a href="https://docs.google.com/document/d/12KhosAFriGCczBs6gwtJJDfg_QlANT92_lhxUWO2gCY">Specification</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/unit-api">API</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/unit-api/site/apidocs/index.html">JavaDoc (API)</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/indriya">Reference Implementation</a></li> | ||
<li><a href="https://jcp.org/en/jsr/detail?id=385">Detail Page</a></li> | ||
<li class="divider"></li> | ||
<li><a href="https://unitsofmeasurement.github.io/unit-tck">TCK (Technical Compatibility Kit)</a></li> | ||
<li><a href="https://unitsofmeasurement.github.io/uom-demos">Units Demos</a></li> | ||
<li><a href="https://unitsofmeasurement.gitbook.io/uom-guide/">Guide Book</a></li> | ||
<li class="divider"></li> | ||
<li class="nav-header">Extensions</li> | ||
<li><a href="https://unitsofmeasurement.github.io/uom-lib">Units Libraries</a></li> | ||
<li><a href="http://uom.si">SI Units</a></li> | ||
<li><a href="http://www.uom.systems">Unit Systems</a></li> | ||
<li class="divider"></li> | ||
<li class="nav-header">Additional Information</li> | ||
<li><a href="https://bintray.com/unitsofmeasurement">Units of Measurement on Bintray</a></li> | ||
<li><a href="/pages/references.html">References</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<!-- Right navigation --> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li><a href="/archive.html"><i class="fa fa-list"></i> Archive</a></li> | ||
<li><a href="/feed.xml" title="Rss"><i class="fa fa-rss"></i> Feed</a></li> | ||
</ul> | ||
<!-- Right navigation end --> | ||
|
||
</div><!-- /.navbar-collapse --> | ||
</div><!-- /.container-fluid --> | ||
</nav><!-- /.navbar --> | ||
|
||
<!-- Begin page content --> | ||
<div class="container"> | ||
|
||
<div class="page-header"> | ||
<h1>Tag: maven</h1> | ||
</div> | ||
|
||
<!--<ul>--> | ||
<h4>February 2021</h4> | ||
<ul> | ||
|
||
<li>07 - <a href="../2021/ktfg.html">Kiss the Frog Goodbye</a></li> | ||
</ul> | ||
|
||
</div><!-- /.container --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<hr> | ||
<div class="row"> | ||
<div class="col-xs-10"> | ||
<p class="text-muted credit">© Units of Measurement project 2021 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.6.5</a> | <i title="Linux" class="fa fa-linux"></i></p> | ||
</div> | ||
<div class="col-xs-2 gotop"> | ||
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script> | ||
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script> | ||
<script type="text/javascript"> | ||
<!-- load prettify only when needed --> | ||
$(document).ready(function(){ | ||
var prettify = false; | ||
var classToAdd = 'prettyprint snippet'; | ||
$("pre > code").each(function() { | ||
$("pre > code").parent().addClass(classToAdd); | ||
prettify = true; | ||
}); | ||
if(prettify) { | ||
prettyPrint(); | ||
} | ||
}); | ||
</script> | ||
|
||
|
||
</body> | ||
</html> |