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

137 linhas
5.1 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>The NodeCopter Compass</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">
<h2>The NodeCopter Compass</h2>
<p>
Interested in organizing your own nodecopter event?<br>Follow this <a href="/compass">compass</a> to guide your event.
</p>
</div>
<div id="content">
<p><strong>WORK IN PROGRESS:</strong>
</p>
<p>This section is currently being worked on. A lot of links are still dead, and
some information may still change.
</p>
<p><strong>WORK IN PROGRESS:</strong>
</p>
<h2 id="crazy-epic-2013"><a href="#crazy-epic-2013">CRAZY, EPIC THINGS IN 2013</a></h2>
<p>We are planning some <strong>crazy, epic things</strong> for May - June next year. Until
then, we are only supporting <a href="/compass/mininodecopter">MiniNodeCopter</a> events.
</p>
<p>If you want to be part of the big thing, <a href="mailto:core@nodecopter.com">get in touch</a>.
</p>
<h2 id="qualifications"><a href="#qualifications">Qualifications</a></h2>
<p>In order to organize an event using the nodecopter name and brand for the first
time, you must follow these steps:
</p>
<ol>
<li><strong>Attend</strong> at least one nodecopter event.</li>
<li><strong>Get</strong> at least one existing organizer to provide oversight.</li>
<li><strong>Read</strong> all information on these pages.</li>
<li><strong>Send an email</strong> to <a href="mailto:core@nodecopter.com">core@nodecopter.com</a> to
discuss your event <strong>before</strong> announcing it.</li>
</ol>
<p>Any event not coordinated with us must not call itself nodecopter and
will receive no support from the nodecopter network of volunteers.
</p>
<h2 id="values"><a href="#values">Core Values</a></h2>
<p>Anybody organizing an event should agree with this:
</p>
<ul>
<li>NodeCopter is a <strong>community event</strong> (affordable &amp; inclusive)</li>
<li>NodeCopter is <strong>non-profit</strong> (all money goes into the events)</li>
<li>NodeCopter is about <strong>learning</strong>, <strong>sharing</strong> and <strong>fun</strong> (be nice)</li>
</ul>
<p>To ensure that all events follow these values, the <a href="/core">core copter</a> team
provides benevolent dictatorship for all events.
</p>
<h2 id="values"><a href="#values">What you need to know</a></h2>
<ul>
<li><a href="/compass/budget">Budget</a>: The costs of organizing an event</li>
<li><a href="/compass/financing">Financing</a>: How to pay for an event</li>
<li><a href="/compass/sponsors">Sponsors</a>: Tips for approach sponsors</li>
<li><a href="/compass/venue">Venue</a>: What makes a good nodecopter venue</li>
<li><a href="/compass/tickets">Tickets</a>: How to sell and price your tickets</li>
<li><a href="/compass/purchase">Purchase</a>: Where to buy drones and parts</li>
<li><a href="/compass/date">Date</a>: How to pick a good date for your event</li>
<li><a href="/compass/schedule">Schedule</a>: How to run the nodecopter day itself</li>
<li><a href="/compass/mininodecopter">MiniNodeCopter</a>: Learn about our mininodecopter events</li>
</ul>
</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>