91 linhas
2.8 KiB
HTML
91 linhas
2.8 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>Dublin, Oct 20th 2012</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>Dublin, Oct 20th 2012</h2>
|
|
|
|
<p>
|
|
A full day of programming <strong>flying robots</strong> with<br>node.js that took place in Dublin on Oct 20, 2012.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
<h2 id="impressions"><a href="#impressions">Impressions</a></h2>
|
|
|
|
<p><img src="/img/dublin-venue-small.jpg">
|
|
|
|
</p>
|
|
<p>@TODO: Link to all images, embedd some videos, etc.
|
|
|
|
</p>
|
|
<h2 id="team"><a href="team">Team</a></h2>
|
|
|
|
<p>@TODO
|
|
|
|
</p>
|
|
<h2 id="sponsors"><a href="sponsors">Sponsors</a></h2>
|
|
|
|
<p>@TODO
|
|
</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 © 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>
|