1
0
mirror of https://github.com/kidoman/embd synced 2024-06-13 22:29:53 +02:00
- fix a bunch of typos (thanks to Ram for the report)
- add Kunal's name to list of contributors
This commit is contained in:
Karan Misra 2014-03-31 21:05:31 +05:30
parent bf72305949
commit b69d8791b1

View File

@ -7,213 +7,198 @@
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline --> <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope="" itemtype="http://schema.org/Product"> <!--<![endif]--> <!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope="" itemtype="http://schema.org/Product"> <!--<![endif]-->
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues. <!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 --> More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>EMBD - Superheroic Embedded Programming Framework</title> <title>EMBD - Superheroic Embedded Programming Framework</title>
<meta name="description" content="EMBD - Superheroic Embedded Programming Framework"> <meta name="description" content="EMBD - Superheroic Embedded Programming Framework">
<meta name="keywords" content="embd embedded golang raspberrypi beaglebone black"> <meta name="keywords" content="embd embedded golang raspberrypi beaglebone black">
<meta name="author" content="humans.txt"> <meta name="author" content="humans.txt">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon"> <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- Facebook Metadata /--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta property="fb:page_id" content="">
<meta property="og:image" content="">
<meta property="og:description" content="">
<meta property="og:title" content="">
<!-- Google+ Metadata /--> <link rel="stylesheet" href="css/gumby.css">
<meta itemprop="name" content=""> <script src="bower_components/gumby/js/libs/modernizr-2.6.2.min.js"></script>
<meta itemprop="description" content="">
<meta itemprop="image" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, there is a blank style.css in the css directory should you prefer -->
<link rel="stylesheet" href="css/gumby.css">
<!-- <link rel="stylesheet" href="css/style.css"> -->
<script src="bower_components/gumby/js/libs/modernizr-2.6.2.min.js"></script>
</head> </head>
<body> <body>
<!-- START: Site Header -->
<header role="banner" class="site-header parallax" gumby-parallax="0.5">
<div class="row">
<!-- START: Intro -->
<div class="twelve columns header-intro-wrap fadeUpIn">
<h1 class="logo">EMBD<span>.</span></h1>
<p>Superheroic Embedded Programming Framework</p>
<form action="" class="header-signup">
<a href="https://github.com/kidoman/embd" class="btn-side btn-code icon-right icon-github">Code</a>
<a href="#" class="skip btn-side btn-docs" gumby-goto="#demo">Demo</a>
<a href="http://godoc.org/github.com/kidoman/embd" class="btn-side">Docs</a>
<!-- START: Site Header --> <p class="hs-disclaimer"><strong>Star</strong> it, <strong>fork</strong> it, <strong>Contribute</strong> to it.</p>
<header role="banner" class="site-header parallax" gumby-parallax="0.5"> </form>
<div class="row"> <div class="catch-errors-top"></div>
<!-- START: Intro --> </div>
<div class="twelve columns header-intro-wrap fadeUpIn"> <!-- /END: Intro -->
<h1 class="logo">EMBD<span>.</span></h1> </div>
<p>Superheroic Embedded Programming Framework</p> </header>
<form action="" class="header-signup"> <!-- /END: Site Header -->
<a href="https://github.com/kidoman/embd" class="btn-side btn-code icon-right icon-github">Code</a> <main role="main" class="site-main-content">
<a href="#" class="skip btn-side btn-docs" gumby-goto="#demo">Demo</a> <!-- START: Features Section -->
<a href="http://godoc.org/github.com/kidoman/embd" class="btn-side">Docs</a> <section class="site-section section-features" data-target="features">
<!-- START: Features List -->
<ul class="row features-list">
<!-- START: Feature Item -->
<li class="features-item">
<span class="features-circle">
<span class="features-circle-icon">
<i class="icon-heart"></i>
</span>
</span>
<h3>Ease of Use</h3>
<p>The API is intuitive and at the same time, powerful. This allows for some quick prototyping whilst ensuring that a majority of the initial codebase naturally flows into the final production code.</p>
</li>
<!-- /END: Feature Item -->
<!-- START: Feature Item -->
<li class="features-item">
<span class="features-circle">
<span class="features-circle-icon">
<i class="icon-battery"></i>
</span>
</span>
<h3>Multiple Platforms</h3>
<p>EMBD comes with built in support for both the Raspberry Pi and the BeagleBone Black and with the ability to plugin in support for currently unsupported platforms.</p>
</li>
<!-- /END: Feature Item -->
<!-- START: Feature Item -->
<li class="features-item">
<span class="features-circle">
<span class="features-circle-icon">
<i class="icon-switch"></i>
</span>
</span>
<h3>Built in Go</h3>
<p>Built in Golang, the code is always readable and elegant. The ability to cross-compile your applications on your Mac / PC and directly deploy on the ARM based host is priceless.</p>
</li>
<!-- /END: Feature Item -->
</ul>
<!-- /END: Features List -->
</section>
<p class="hs-disclaimer"><strong>Star</strong> it, <strong>fork</strong> it, <strong>Contribute</strong> to it.</p> <section id="demo" class="site-section section-testimonials">
</form> <div class="row">
<div class="catch-errors-top"></div> <div class="video-wrapper">
</div> <iframe width="560" height="315" src="//www.youtube.com/embed/iMXjkZ4B3EM?rel=0;3&amp;autohide=1&amp;showinfo=0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<!-- /END: Intro --> </div>
</div> </div>
</header> </section>
<!-- /END: Site Header -->
<main role="main" class="site-main-content">
<!-- START: Features Section -->
<section class="site-section section-features" data-target="features">
<!-- START: Features List -->
<ul class="row features-list">
<!-- START: Feature Item -->
<li class="features-item">
<span class="features-circle">
<span class="features-circle-icon">
<i class="icon-heart"></i>
</span>
</span>
<h3>Easy of Use</h3>
<p>The API is intuitive and at the same time, powerful. This allows for some quick prototying whilst ensuring that a majority of the initial codebase naturally flows into the final production mode.</p>
</li>
<!-- /END: Feature Item -->
<!-- START: Feature Item -->
<li class="features-item">
<span class="features-circle">
<span class="features-circle-icon">
<i class="icon-battery"></i>
</span>
</span>
<h3>Batteries Included</h3>
<p>EMBD comes with built in support for both the Raspberry Pi and the BeagleBone Black and with the ability to plugin in support for currently unsupported platforms.</p>
</li>
<!-- /END: Feature Item -->
<!-- START: Feature Item -->
<li class="features-item">
<span class="features-circle">
<span class="features-circle-icon">
<i class="icon-switch"></i>
</span>
</span>
<h3>Build in Go</h3>
<p>Build in Golang, the code is always readable and elegant. The ability to cross-compile your applications from your Mac / PC and directly deploy on the ARM based host is priceless.</p>
</li>
<!-- /END: Feature Item -->
</ul>
<!-- /END: Features List -->
</section>
<section id="demo" class="site-section section-testimonials">
<div class="row">
<div class="video-wrapper">
<iframe width="560" height="315" src="//www.youtube.com/embed/iMXjkZ4B3EM?rel=0;3&amp;autohide=1&amp;showinfo=0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</section>
<!-- /END: Features Section --> <!-- /END: Features Section -->
<!-- START: Signup Section --> <!-- START: Signup Section -->
<section class="site-section section-signup"> <section class="site-section section-signup">
<div class="row"> <div class="row">
<div class="twelve columns animate-on-scroll" data-scrollanimation="fadeDownIn"> <div class="twelve columns animate-on-scroll" data-scrollanimation="fadeDownIn">
<h3 class="signup-title">Want to contribute?</h3> <h3 class="signup-title">Want to contribute?</h3>
<h4 class="signup-subtitle">File an issue, put up a pull request. Let's make EMBD awesome!</h4> <h4 class="signup-subtitle">File an <a href="https://github.com/kidoman/embd/issues">issue</a>, put up a <a href="https://github.com/kidoman/embd/pulls">pull request</a>. Let's make EMBD awesome!</h4>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<!-- START: Signup Form Bottom --> <!-- START: Signup Form Bottom -->
<div class="eight columns centered"> <div class="eight columns centered">
<div class="signup-form"> <div class="signup-form">
<a href="https://github.com/kidoman/embd" class="btn-side animate-on-scroll" data-scrollanimation="fadeInLeft"> <a href="https://github.com/kidoman/embd" class="btn-side animate-on-scroll" data-scrollanimation="fadeInLeft">
<span><i class="icon-heart"></i></span> <span><i class="icon-heart"></i></span>
Fork EMBD on Github Fork EMBD on Github
</a> </a>
</div> </div>
</div> </div>
<!-- /END: Signup Form Bottom --> <!-- /END: Signup Form Bottom -->
</div> </div>
</section> </section>
<!-- /END: Signup Section --> <!-- /END: Signup Section -->
</main> </main>
<!-- START: Site Footer --> <!-- START: Site Footer -->
<footer role="contentinfo" class="site-footer"> <footer role="contentinfo" class="site-footer">
<div class="row footer-info"> <div class="row footer-info">
<!-- START: Copyright Notice --> <!-- START: Copyright Notice -->
<div class="six columns"> <div class="nine columns">
<p class="footer-copyright">EMBD is developed and maintained by <a href="https://kidoman.io">Karan Misra</a> and the various <a href="https://github.com/kidoman/embd/blob/master/AUTHORS">AUTHORS</a>. Development sponsored by <a href="http://www.thoughtworks.com">ThoughtWorks</a></p> <p class="footer-copyright">EMBD is developed and maintained by <a href="https://kidoman.io">Karan Misra</a>, <a href="https://github.com/kunalpowar">Kunal Powar</a> and the various <a href="https://github.com/kidoman/embd/blob/master/AUTHORS">AUTHORS</a>.<br />
</div> Development sponsored by <a href="http://www.thoughtworks.com">ThoughtWorks</a></p>
<!-- /END: Copyright Notice --> </div>
</div> <!-- /END: Copyright Notice -->
</footer> </div>
<!-- /END: Site Footer --> </footer>
<!-- /END: Site Footer -->
<!-- Grab Google CDN's jQuery, fall back to local if offline --> <!-- Grab Google CDN's jQuery, fall back to local if offline -->
<!-- 2.0 for modern browsers, 1.10 for .oldie --> <!-- 2.0 for modern browsers, 1.10 for .oldie -->
<script> <script>
var oldieCheck = Boolean(document.getElementsByTagName('html')[0].className.match(/\soldie\s/g)); var oldieCheck = Boolean(document.getElementsByTagName('html')[0].className.match(/\soldie\s/g));
if(!oldieCheck) { if(!oldieCheck) {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"><\/script>'); document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"><\/script>');
} else { } else {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"><\/script>'); document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"><\/script>');
} }
</script> </script>
<script> <script>
if(!window.jQuery) { if(!window.jQuery) {
if(!oldieCheck) { if(!oldieCheck) {
document.write('<script src="bower_components/gumby/js/libs/jquery-2.0.2.min.js"><\/script>'); document.write('<script src="bower_components/gumby/js/libs/jquery-2.0.2.min.js"><\/script>');
} else { } else {
document.write('<script src="bower_components/gumby/js/libs/jquery-1.10.1.min.js"><\/script>'); document.write('<script src="bower_components/gumby/js/libs/jquery-1.10.1.min.js"><\/script>');
} }
} }
</script> </script>
<script src="js/gumby.min.js"></script> <script src="js/gumby.min.js"></script>
<!-- <!--
Google's recommended deferred loading of JS Google's recommended deferred loading of JS
gumby.min.js contains gumby.js, all UI modules and gumby.init.js gumby.min.js contains gumby.js, all UI modules and gumby.init.js
Note: If you opt to use this method of defered loading, Note: If you opt to use this method of defered loading,
ensure that any javascript essential to the initial ensure that any javascript essential to the initial
display of the page is included separately in a normal display of the page is included separately in a normal
script tag. script tag.
<script type="text/javascript"> <script type="text/javascript">
function downloadJSAtOnload() { function downloadJSAtOnload() {
var element = document.createElement("script"); var element = document.createElement("script");
element.src = "js/libs/gumby.min.js"; element.src = "js/libs/gumby.min.js";
document.body.appendChild(element); document.body.appendChild(element);
} }
if (window.addEventListener) if (window.addEventListener)
window.addEventListener("load", downloadJSAtOnload, false); window.addEventListener("load", downloadJSAtOnload, false);
else if (window.attachEvent) else if (window.attachEvent)
window.attachEvent("onload", downloadJSAtOnload); window.attachEvent("onload", downloadJSAtOnload);
else window.onload = downloadJSAtOnload; else window.onload = downloadJSAtOnload;
</script> --> </script> -->
<script src="bower_components/gumby/js/plugins.js"></script> <script src="bower_components/gumby/js/plugins.js"></script>
<script src="bower_components/gumby/js/main.js"></script> <script src="bower_components/gumby/js/main.js"></script>
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (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), (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) m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44459958-3', 'kidoman.io'); ga('create', 'UA-44459958-3', 'kidoman.io');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6. <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started --> chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]> <!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]--> <![endif]-->
</body> </body>
</html> </html>