75 lines
3.2 KiB
HTML
75 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Crafting Guide</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<div class="view__header">
|
|
<h1><img src="images/workbench_front.png">
|
|
<p>Crafting Guide</p>
|
|
</h1>
|
|
<div class="divider bottom"></div>
|
|
</div>
|
|
<div class="page"></div>
|
|
<div class="view__footer">
|
|
<div class="divider top"></div>
|
|
<div class="left">
|
|
<h2>
|
|
<p>About</p>
|
|
</h2>
|
|
<p>
|
|
Crafting Guide shows you what materials you need to craft even the most complex items, including all the tools
|
|
you'd need (from a crafting table to an industrial centrifuge).
|
|
</p>
|
|
<p>
|
|
If you have any questions, comments or requests, feel free to
|
|
<a href="https://github.com/andrewminer/crafting-guide/issues/new">create an issue</a> on GitHub or
|
|
<a href="mailto:andrewminer-at-mac.com">email me</a>.</p>
|
|
</p>
|
|
</div>
|
|
<div class="center">
|
|
<h2>
|
|
<p>Donate</p>
|
|
</h2>
|
|
<p>Crafting Guide is free for all, but if you find it helpful, donations in any amount are gratefully accepted.</p>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="centered">
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
<input type="hidden" name="hosted_button_id" value="GCB2TYZJYLAE6">
|
|
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
</div>
|
|
<div class="right">
|
|
<h2>
|
|
<p>Get Involved</p>
|
|
</h2>
|
|
<p>
|
|
Crafting Guide is completely open-source, and you can help! Whether you want to write a recipe book (all
|
|
simple JSON), or implement new features, just head over to GitHub to get started.
|
|
</p>
|
|
<div class="centered">
|
|
<iframe src="http://ghbtns.com/github-btn.html?user=andrewminer&repo=crafting-guide&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="32"></iframe>
|
|
</div>
|
|
</div>
|
|
<div class="divider bottom"></div>
|
|
</div>
|
|
</div>
|
|
<script src="/js/underscore.js"></script>
|
|
<script src="/js/jquery.js"></script>
|
|
<script src="/js/backbone.js"></script>
|
|
<script src="/js/jade.js"></script>
|
|
<script src="/js/when.js"></script>
|
|
<script src="/js/main.js"></script>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-5871323-4', 'crafting-guide.com');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</body>
|
|
</html> |