1
0
mirror of https://github.com/kidoman/embd synced 2024-06-06 19:17:49 +02:00

fix whitespace

This commit is contained in:
Karan Misra 2014-05-19 23:40:17 +05:30
parent afea7395cb
commit 57ceadca52

View File

@ -33,7 +33,7 @@
<!-- START: Intro --> <!-- START: Intro -->
<div class="twelve columns header-intro-wrap fadeUpIn"> <div class="twelve columns header-intro-wrap fadeUpIn">
<h1 class="logo">EMBD<span>.</span></h1> <h1 class="logo">EMBD<span>.</span></h1>
<p>Embedded Programming Framework</p> <p>Embedded Programming Framework</p>
<form action="" class="header-signup"> <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="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="#" class="skip btn-side btn-docs" gumby-goto="#demo">Demo</a>
@ -63,8 +63,8 @@
<span class="features-circle-icon"> <span class="features-circle-icon">
<i class="icon-heart"></i> <i class="icon-heart"></i>
</span> </span>
</span> </span>
<h3>Ease of Use</h3> <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> <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> </li>
<!-- /END: Feature Item --> <!-- /END: Feature Item -->
@ -74,8 +74,8 @@
<span class="features-circle-icon"> <span class="features-circle-icon">
<i class="icon-battery"></i> <i class="icon-battery"></i>
</span> </span>
</span> </span>
<h3>Multiple Platforms</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> <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> </li>
<!-- /END: Feature Item --> <!-- /END: Feature Item -->
@ -85,8 +85,8 @@
<span class="features-circle-icon"> <span class="features-circle-icon">
<i class="icon-switch"></i> <i class="icon-switch"></i>
</span> </span>
</span> </span>
<h3>Built in Go</h3> <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> <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> </li>
<!-- /END: Feature Item --> <!-- /END: Feature Item -->
@ -119,7 +119,7 @@
<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>