1
0
mirror of https://github.com/kidoman/embd synced 2024-06-01 08:38:05 +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

@ -20,29 +20,13 @@
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- Facebook Metadata /-->
<meta property="fb:page_id" content="">
<meta property="og:image" content="">
<meta property="og:description" content="">
<meta property="og:title" content="">
<!-- Google+ Metadata /-->
<meta itemprop="name" content="">
<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>
<body>
<!-- START: Site Header -->
<header role="banner" class="site-header parallax" gumby-parallax="0.5">
<div class="row">
@ -75,8 +59,8 @@
<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>
<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 -->
@ -86,7 +70,7 @@
<i class="icon-battery"></i>
</span>
</span>
<h3>Batteries Included</h3>
<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 -->
@ -97,8 +81,8 @@
<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>
<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>
@ -119,7 +103,7 @@
<div class="row">
<div class="twelve columns animate-on-scroll" data-scrollanimation="fadeDownIn">
<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 class="row">
@ -142,8 +126,9 @@
<footer role="contentinfo" class="site-footer">
<div class="row footer-info">
<!-- START: Copyright Notice -->
<div class="six 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>
<div class="nine columns">
<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 />
Development sponsored by <a href="http://www.thoughtworks.com">ThoughtWorks</a></p>
</div>
<!-- /END: Copyright Notice -->
</div>