UNPKG

whiteboard-app

Version:

Whiteboard - a slide-based activity presentation system

129 lines (103 loc) 4.61 kB
<div class="container"> </div> <footer class="footer"> <div class="container"> <div class="columns"> <div class="column"> <h3 class="has-text-weight-bold">Whiteboard</h3> <ul> <li> <a href="index.html">About</a> </li> <li> <a href="downloads.html">Downloads</a> </li> <li> <a href="tutorial.html">Getting started</a> </li> </ul> </div> <div class="column"> <h3 class="has-text-weight-bold">Contribute</h3> <ul> <li> <a href="https://github.com/michaelpb/whiteboard/issues/">Issues</a> </li> <li> <a href="http://github.com/michaelpb/whiteboard">Source</a> </li> <li> <a href="https://github.com/michaelpb/whiteboard/blob/master/CONDUCT.md">Code of conduct</a> </li> <li> <a href="https://github.com/michaelpb/whiteboard/blob/master/DEVELOPMENT.md">Contribution guide</a> </li> </ul> </div> <div class="column"> <h3 class="has-text-weight-bold">Powered by</h3> <ul> <li> <a target="_blank" href="https://electron.atom.io/">Electron</a> </li> <!-- <li> <a target="_blank" href="http://riotjs.com/">Riot.js</a> </li> --> <li> <a target="_blank" title="Backgrounds were generated with Colorful Background" href="http://www.webcore-it.com/colorful-background/">Bulma</a> </li> <li> <a target="_blank" href="https://xel-toolkit.org/">Xel</a> </li> <li> <a target="_blank" title="Site &amp; layout thanks to Bulma" href="http://bulma.io/">Bulma</a> </li> <li> <a target="_blank" href="https://github.com/michaelpb/whiteboard/blob/master/package.json#L69">More...</a> </li> </ul> </div> <div class="column"> <h3 class="has-text-weight-bold">Share</h3> <ul> <li> <a class="button" title="Tweet about whiteboard!" data-social-network="Twitter" data-social-action="tweet" data-social-target="http://whiteboard.michaelb.org/" target="_blank" href="https://twitter.com/intent/tweet?text=Whiteboard: Slideshow for coding demonstrations&hashtags=whiteboard&url=http://whiteboard.michaelb.org&via=mbgamedev"> <span class="icon"> <i class="fa fa-twitter"></i> </span> &nbsp; Tweet </a> </li> <li> <iframe src="https://ghbtns.com/github-btn.html?user=michaelpb&repo=whiteboard&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> </li> </ul> </div> </div> <div class="content has-text-centered black-links"> <p> © <a href="http://michaelb.org/">Michael Bethencourt</a> {{ year }} <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0</a> - <a href="contact.html">Contact</a> </p> </div> </div> </footer> <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-105834983-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>