z-nomp/website/index.html

59 lines
2.4 KiB
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
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">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.4.2/pure-min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/Chart.js/0.2.0/Chart.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/zepto/1.1.3/zepto.min.js"></script>
<link rel="stylesheet" href="/static/style.css">
<script src="/static/main.js"></script>
2014-03-19 00:26:20 -07:00
<title>{{=it.portalConfig.website.siteTitle}}</title>
</head>
<body>
2014-03-18 23:54:18 -07:00
<header class="header">
<div class="pure-menu pure-menu-open pure-menu-horizontal">
<ul>
2014-03-19 00:26:20 -07:00
<li id="home" class="{{? it.selected === '' }}selected{{?}}"><a class="hot-swapper" href="/"><i class="fa fa-home"></i>&nbsp; Home</a></li>
<li class="{{? it.selected === 'getting_started' }}selected{{?}}"><a class="hot-swapper" href="/getting_started"><i class="fa fa-arrow-right"></i>&nbsp; Getting Started</a></li>
<li class="{{? it.selected === 'stats' }}selected{{?}}"><a class="hot-swapper" href="/stats"><i class="fa fa-bar-chart-o"></i>&nbsp; Stats</a></li>
<li class="{{? it.selected === 'api' }}selected{{?}}"><a class="hot-swapper" href="/api"><i class="fa fa-code"></i>&nbsp; API</a></li>
2014-03-18 23:54:18 -07:00
</ul>
</div>
</header>
<main>
<div id="page">
{{=it.page}}
</div>
</main>
<footer>
<div>This site is powered by the open source&nbsp;<a href="https://github.com/zone117x/node-open-mining-portal/">NOMP</a>&nbsp;project created by Matthew Little and licensed under the&nbsp;<a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL</a></div>
2014-03-19 00:26:20 -07:00
<div><i class="fa fa-heart"></i>&nbsp; Support this project by donating&nbsp;<i class="fa fa-btc"></i>&nbsp;BTC: 1KRotMnQpxu3sePQnsVLRy3EraRFYfJQFR</div>
2014-03-18 23:54:18 -07:00
<div id="communityFooter">
2014-03-19 00:26:20 -07:00
Community&nbsp;<i class="fa fa-comment"></i>&nbsp;: &nbsp;<a target="_blank" href="https://kiwiirc.com/client/irc.freenode.net/nomp">#nomp IRC</a>
2014-03-18 23:54:18 -07:00
&nbsp;&nbsp;|&nbsp;&nbsp;
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
&nbsp;&nbsp;|&nbsp;&nbsp;
<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
</body>
</html>