2014-03-13 16:20:57 -07:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
2014-03-27 15:29:43 -07:00
|
|
|
<link rel="icon" type="image/png" href="/static/favicon.png"/>
|
|
|
|
|
2014-04-10 18:33:41 -07:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
|
|
|
|
2014-03-18 23:54:18 -07:00
|
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css">
|
2014-04-10 18:33:41 -07:00
|
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css">
|
2014-03-18 23:54:18 -07:00
|
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.4.2/pure-min.css">
|
|
|
|
|
2014-04-12 15:06:32 -07:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
|
2014-03-18 23:54:18 -07:00
|
|
|
|
2014-04-10 18:33:41 -07:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.4.5/d3.min.js"></script>
|
|
|
|
<script src="/static/nvd3.js"></script>
|
|
|
|
<link rel="stylesheet" href="/static/nvd3.css">
|
2014-03-18 23:54:18 -07:00
|
|
|
|
2014-04-10 18:33:41 -07:00
|
|
|
<script src="/static/main.js"></script>
|
|
|
|
<link rel="stylesheet" href="/static/style.css">
|
2014-03-13 16:20:57 -07:00
|
|
|
|
2014-04-10 18:33:41 -07:00
|
|
|
<title>NOMP</title>
|
2014-03-13 16:20:57 -07:00
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2014-04-10 18:33:41 -07:00
|
|
|
<header>
|
|
|
|
<div class="home-menu pure-menu pure-menu-open pure-menu-horizontal">
|
|
|
|
|
|
|
|
<a class="pure-menu-heading hot-swapper" href="/"><i class="fa fa-home"></i> NOMP</a>
|
|
|
|
|
2014-03-18 23:54:18 -07:00
|
|
|
<ul>
|
2014-04-10 18:33:41 -07:00
|
|
|
<li class="{{? it.selected === 'getting_started' }}pure-menu-selected{{?}}">
|
2014-03-19 13:24:29 -07:00
|
|
|
<a class="hot-swapper" href="/getting_started">
|
|
|
|
<i class="fa fa-rocket"></i>
|
|
|
|
Getting Started
|
|
|
|
</a>
|
|
|
|
</li>
|
2014-04-10 18:33:41 -07:00
|
|
|
<li class="{{? it.selected === 'stats' }}pure-menu-selected{{?}}">
|
2014-03-19 13:24:29 -07:00
|
|
|
<a class="hot-swapper" href="/stats">
|
|
|
|
<i class="fa fa-bar-chart-o"></i>
|
|
|
|
Stats
|
|
|
|
</a>
|
|
|
|
</li>
|
2014-04-10 18:33:41 -07:00
|
|
|
<li class="{{? it.selected === 'api' }}pure-menu-selected{{?}}">
|
2014-03-19 13:24:29 -07:00
|
|
|
<a class="hot-swapper" href="/api">
|
|
|
|
<i class="fa fa-code"></i>
|
|
|
|
API
|
|
|
|
</a>
|
|
|
|
</li>
|
2014-03-18 23:54:18 -07:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
2014-04-10 18:33:41 -07:00
|
|
|
{{=it.page}}
|
2014-03-18 23:54:18 -07:00
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
2014-03-19 13:24:29 -07:00
|
|
|
<div>
|
|
|
|
This site is powered by the open source <a target="_blank" href="https://github.com/zone117x/node-open-mining-portal/">NOMP</a>
|
|
|
|
project created by Matthew Little and licensed under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<i class="fa fa-heart"></i> Support this project by donating <i class="fa fa-btc"></i> BTC: 1KRotMnQpxu3sePQnsVLRy3EraRFYfJQFR
|
|
|
|
</div>
|
2014-03-18 23:54:18 -07:00
|
|
|
<div id="communityFooter">
|
2014-03-19 00:26:20 -07:00
|
|
|
Community <i class="fa fa-comment"></i> : <a target="_blank" href="https://kiwiirc.com/client/irc.freenode.net/nomp">#nomp IRC</a>
|
2014-03-18 23:54:18 -07:00
|
|
|
|
|
2014-03-19 00:26:20 -07:00
|
|
|
<a target="_blank" href="http://reddit.com/r/nomp">/r/nomp</a>
|
2014-03-18 23:54:18 -07:00
|
|
|
|
|
|
|
|
<iframe src="http://ghbtns.com/github-btn.html?user=zone117x&repo=node-open-mining-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</footer>
|
2014-03-14 00:18:51 -07:00
|
|
|
|
2014-03-13 16:20:57 -07:00
|
|
|
</body>
|
2014-04-03 19:55:35 -07:00
|
|
|
</html>
|