mirror of
https://github.com/kidoman/embd
synced 2025-02-13 06:03:20 +01:00
cleanup
- fix a bunch of typos (thanks to Ram for the report) - add Kunal's name to list of contributors
This commit is contained in:
parent
bf72305949
commit
b69d8791b1
33
index.html
33
index.html
@ -20,29 +20,13 @@
|
|||||||
|
|
||||||
<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 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">
|
<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/gumby.css">
|
||||||
<!-- <link rel="stylesheet" href="css/style.css"> -->
|
|
||||||
|
|
||||||
<script src="bower_components/gumby/js/libs/modernizr-2.6.2.min.js"></script>
|
<script src="bower_components/gumby/js/libs/modernizr-2.6.2.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- START: Site Header -->
|
<!-- START: Site Header -->
|
||||||
<header role="banner" class="site-header parallax" gumby-parallax="0.5">
|
<header role="banner" class="site-header parallax" gumby-parallax="0.5">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -75,8 +59,8 @@
|
|||||||
<i class="icon-heart"></i>
|
<i class="icon-heart"></i>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<h3>Easy of Use</h3>
|
<h3>Ease 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>
|
<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 -->
|
||||||
<!-- START: Feature Item -->
|
<!-- START: Feature Item -->
|
||||||
@ -86,7 +70,7 @@
|
|||||||
<i class="icon-battery"></i>
|
<i class="icon-battery"></i>
|
||||||
</span>
|
</span>
|
||||||
</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>
|
<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 -->
|
||||||
@ -97,8 +81,8 @@
|
|||||||
<i class="icon-switch"></i>
|
<i class="icon-switch"></i>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<h3>Build in Go</h3>
|
<h3>Built 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>
|
<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 -->
|
||||||
</ul>
|
</ul>
|
||||||
@ -119,7 +103,7 @@
|
|||||||
<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">
|
||||||
@ -142,8 +126,9 @@
|
|||||||
<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 />
|
||||||
|
Development sponsored by <a href="http://www.thoughtworks.com">ThoughtWorks</a></p>
|
||||||
</div>
|
</div>
|
||||||
<!-- /END: Copyright Notice -->
|
<!-- /END: Copyright Notice -->
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user