Step 1 in converting to a Backbone-based website
This commit is contained in:
Vendored
+70
@@ -0,0 +1,70 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Crafting Guide</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/mocha.css">
|
||||
<style>#mocha-stats { position: absolute; top: 9em; }</style>
|
||||
</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 id="mocha"></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/mocha.js"></script>
|
||||
<script src="/js/chai.js"></script>
|
||||
<script src="/js/test.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user