Arquivos
nodecopter-com/compass/mininodecopter.html
T
Felix Geisendörfer c7c8d188c1 panem et circenses
2013-05-05 15:31:44 +02:00

93 linhas
3.4 KiB
HTML

<!doctype html public "✰">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width = 620px">
<!-- gh-pages likes to cache for 24h, let's disable that -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Thu, 01 Jan 1970 13:37:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>MiniNodeCopter</title>
<link rel="stylesheet" media="screen" href="/css/main.css" >
</head>
<body>
<a href="https://github.com/nodecopter/nodecopter.com"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<div id="holder">
<div id="header">
<p class="organizers">
Brought to you by the
<a href="https://twitter.com/nodecopter/following">@nodecopter</a> core <a href="/core">team</a>
</p>
<a href="/">
<img class="logo" src="/img/logo.png" alt="The NodeCopter.js Logo">
</a>
<div class="circle"></div>
</div>
<div id="introduction">
</div>
<div id="content">
<h2 id="mininodecopter"><a href="#mininodecopter">MiniNodeCopter</a></h2>
<p>If you want to organize a nodecopter event as fast a possible, or are lacking
the <a href="/compass#qualifications">qualifications</a> to put on a full event, you
should consider doing a <strong>MiniNodeCopter</strong>.
</p>
<p>A <strong>MiniNodeCopter</strong> is just like a full NodeCopter event, except smaller. The
maximum size is for a MiniNodeCopter is:
</p>
<ul>
<li><strong>5 teams</strong> with a total of <strong>15 people</strong> (visitors not counted)</li>
<li><strong>5 drones</strong> (you can have spare drones so)</li>
</ul>
<p>You still <strong>need to register</strong> your event with
<a href="mailto:core@nodecopter.com">core@nodecopter.com</a>, and you <strong>should</strong> have
attended a previous NodeCopter event, but you do not need oversight from a
previous organizer.
</p>
<p>Another advantage of doing a <strong>MiniNodeCopter</strong> is that you will need to spend
significantly less time on raising money, promoting the event, finding a venue
and putting the whole thing together.
</p>
</div>
<!-- needed to keep footer from overlapping #content -->
<div id="footer-space"></div>
<div id="footer">
<div class="columns">
<div class="credits">
<p class="copyright">Copyright &copy; 2012 NodeCopter.js</span>
<p class="authors">
Designed by <a href="http://twitter.com/karolinaszczur">Karolina Szczur</a>.
Developed by <a href="http://twitter.com/felixge">Felix Geisendörfer</a>.
</span>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3306079-15']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>