2013-02-17 05:42:42 +00:00
|
|
|
<footer:>
|
2013-02-17 05:25:34 +00:00
|
|
|
<footer class=footer>
|
|
|
|
|
<div class=container>
|
|
|
|
|
{#if equal(_view.nodeEnv, 'production')}
|
|
|
|
|
<table class=pull-right><tr>
|
|
|
|
|
<td><!-- Github -->
|
|
|
|
|
<iframe src="/vendor/github-buttons/github-btn.html?user=lefnire&repo=habitrpg&type=watch&count=true"
|
|
|
|
|
allowtransparency="true" frameborder="0" scrolling="0" width="85px" height="20px"></iframe>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="addthis_toolbox addthis_default_style "
|
|
|
|
|
addthis:url="https://habitrpg.com"
|
|
|
|
|
addthis:title="HabitRPG - Gamify Your Life">
|
|
|
|
|
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
|
|
|
|
|
<a class="addthis_button_tweet" tw:via="habitrpg"></a>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr></table>
|
|
|
|
|
{else}
|
|
|
|
|
<div class='pull-right'>
|
|
|
|
|
<button class='btn' x-bind="click:emulateNextDay">Emulate Next Day</button>
|
2013-03-06 17:02:08 +00:00
|
|
|
<button class='btn' x-bind="click:emulateTenDays">Emulate 10 Days</button>
|
|
|
|
|
<button class='btn' x-bind="click:cheat">Insta Level</button>
|
2013-03-02 20:03:16 +00:00
|
|
|
<button class='btn' x-bind='click:reset'>Reset Level</button>
|
2013-02-17 05:25:34 +00:00
|
|
|
</div>
|
|
|
|
|
{/}
|
|
|
|
|
<div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Copyright © 2012 OCDevel LLC</li>
|
|
|
|
|
<li><a href="/splash.html">About</a></li>
|
|
|
|
|
<li><a target="_blank" href="http://habitrpg.tumblr.com/">Blog</a></li>
|
|
|
|
|
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/issues?state=open">Bugs</a></li>
|
|
|
|
|
<li><a target="_blank" href="https://trello.com/board/habitrpg/50e5d3684fe3a7266b0036d6">Features</a></li>
|
|
|
|
|
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/wiki/FAQ">FAQ</a></li>
|
|
|
|
|
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/wiki/API">API</a></li>
|
2013-02-20 02:58:10 +00:00
|
|
|
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/wiki/Add-ons-and-Extensions">Add-ons / Extensions</a></li>
|
2013-02-17 05:25:34 +00:00
|
|
|
<li><a target="_blank" href="https://github.com/lefnire/habitrpg#contact">Contact</a></li>
|
|
|
|
|
<li><a href="/privacy">Privacy</a></li>
|
|
|
|
|
<li><a href="/terms">Terms</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|