whiteboard-app
Version:
Whiteboard - a slide-based activity presentation system
215 lines (177 loc) • 7.37 kB
HTML
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Whiteboard</title>
<meta name="description" content="Free desktop application that lets you create activity-based presentations that combine coding and demonstrations." />
<meta name="HandheldFriendly" content="True"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.3/css/bulma.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!--
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
-->
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item whiteboard-logo" href="http://whiteboard.michaelb.org/">
<img src="images/icon_256.png" alt="Whiteboard logo" width="28" height="28">
Whiteboard
</a>
<a class="navbar-item is-hidden-desktop" href="index.html">
<i class="fa fa-lg fa-home"></i>
</a>
<a class="navbar-item is-hidden-desktop" href="tutorial.html">
<i class="fa fa-lg fa-question"></i>
</a>
<a class="navbar-item is-hidden-desktop" href="downloads.html">
<i class="fa fa-lg fa-download"></i>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="index.html">
About
</a>
<a class="navbar-item" href="tutorial.html">
Getting started
</a>
<a class="navbar-item" href="downloads.html">
Downloads
</a>
</div>
<div class="navbar-end">
<a class="navbar-item" href="https://github.com/michaelpb/whiteboard/" target="_blank">
<span class="icon" style="color: #333;">
<i class="fa fa-lg fa-github"></i>
</span>
</a>
</div>
</div>
</div>
</nav>
<section class="hero is-medium">
<div class="hero-body">
<div class="container">
<h1 class="title">Contact</h1>
<!--
<script type="text/javascript" src="https://form.jotform.us/jsform/72577966018166"></script>
-->
<a id="foxyform_embed_link_896882" href="http://www.foxyform.com/">foxyform</a>
<script type="text/javascript">
(function(d, t){
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = "http://www.foxyform.com/js.php?id=896882&sec_hash=469734c70f0&width=350px";
s.parentNode.insertBefore(g, s);
}(document, "script"));
</script>
</div>
</div>
</div>
</section>
<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 & 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>
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> 2019
<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>