A collection of CSS themes for climb.social
- Insert css stylesheet of theme into head:
<link rel="stylesheet" type="text/css" href="http://rawgit.com/Climb-social/climb-themes/master/themes/css/climb-red.css">
- add the climb object to DOM, change data-collection attribute to you collection id:
<div class="climb-wall climb-red" data-collection="745475482">
</div>
- add JS lib to end of body:
<script src="//cdnjs.cloudflare.com/ajax/libs/mithril/0.2.0/mithril.min.js"></script>
<script type="text/javascript" src="https://rawgit.com/Climb-social/mithril-climb-wall/master/src/app.js"></script>
- see Demo Page
- Or open in browser:
demo.html
- ensure sass is installed: 'gem install sass'
- enable watching/compiling 'sass --watch themes/sass:themes/css'