moved wireless feature to the top
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/38ca46f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/38ca46f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/38ca46f0 Branch: refs/heads/master Commit: 38ca46f095cf0c1870f5b5d7995e09b49ca95a13 Parents: eedefaf Author: aditihilbert <[email protected]> Authored: Fri Nov 4 12:26:08 2016 -0700 Committer: aditihilbert <[email protected]> Committed: Mon Nov 7 17:57:33 2016 -0800 ---------------------------------------------------------------------- custom-theme/landing.html | 69 +++++++++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/38ca46f0/custom-theme/landing.html ---------------------------------------------------------------------- diff --git a/custom-theme/landing.html b/custom-theme/landing.html index 5136271..7da29f8 100644 --- a/custom-theme/landing.html +++ b/custom-theme/landing.html @@ -2,24 +2,33 @@ <div class="col-xs-12 highlights"> - <div class="highlight"> - <img src="/img/FWdist.png"> + <div class="highlight"> + <div class="img" style="background-image: url(/img/concurrent_conn.png); background-size: cover; height: 200px;"> + + </div> - <h2>Operations ready</h2> + <h2>Built for wireless</h2> - <p>Ready your IoT network of billions for remote monitoring, troubleshooting, management, and upgrade.</p> + <p> Meet your applicationâs demands with open source networking stacks e.g. Bluetooth Low Energy 4.2. </p> <ul> - <li> Image management module to enable efficient, failure-aware, and reliable remote firmware updates </li> - <li> Logging modules that can be invoked at various levels of granularity, including specialized reboot logs </li> - <li> Richly instrumented statistics modules for OS components and network interfaces </li> - <li> Modularity for selective, optimized composition to extract the best performance from the hardware platform </li> - <li> <a href="../os/os_user_guide/"> More on managment utilities...</a></li> + <li> Flexible, powerful BLE implementation (NimBLE)</li> + <ul> + <li> Full stack, host only, or controller only - your choice </li> + <li> 10x throughput of Nordic Softdevice </li> + <li> 2x as many concurrent connections as Nordic Softdevice </li> + <li> 4x as many active connections in simulatenous central and peripheral roles as Intel Zephyr and Nordic Softdevice </li> + <li> <a href="/pages/ble/">More on NimBLE...</a> </li> + </ul> + <li> Additional connectivity options include WiFi </li> + <li> Native support for TCP/IP, UDP </li> + <li> Supports protocols for constrained networks e.g. CoAP and 6LoWPAN </li> </ul> - </p> </div> +<br> + <div class="highlight"> <div class="img" style="background-image: url(/img/secure_img.png); background-size: cover; height: 200px;"> @@ -38,31 +47,32 @@ </div> - <div class="highlight"> - <img src="/img/concurrent_conn.png"> + <div class="highlight"> + <div class="img" style="background-image: url(/img/FWdist.png); background-size: cover; height: 200px;"> + + </div> - <h2>Built for wireless</h2> + <h2>Operations ready</h2> - <p> Meet your applicationâs demands with open source networking stacks e.g. Bluetooth Low Energy 4.2. </p> + <p>Ready your IoT network of billions for remote monitoring, troubleshooting, management, and upgrade.</p> <ul> - <li> Flexible, powerful BLE implementation (NimBLE)</li> - <ul> - <li> Full stack, host only, or controller only - your choice </li> - <li> 10x throughput of Nordic Softdevice </li> - <li> 2x as many concurrent connections as Nordic Softdevice </li> - <li> 4x as many active connections in simulatenous central and peripheral roles as Intel Zephyr and Nordic Softdevice </li> - <li> <a href="/pages/ble/">More on NimBLE...</a> </li> - </ul> - <li> Additional connectivity options include WiFi </li> - <li> Native support for TCP/IP, UDP </li> - <li> Supports protocols for constrained networks e.g. CoAP and 6LoWPAN </li> + <li> Image management module to enable efficient, failure-aware, and reliable remote firmware updates </li> + <li> Logging modules that can be invoked at various levels of granularity, including specialized reboot logs </li> + <li> Richly instrumented statistics modules for OS components and network interfaces </li> + <li> Modularity for selective, optimized composition to extract the best performance from the hardware platform </li> + <li> <a href="../os/os_user_guide/"> More on managment utilities...</a></li> </ul> + </p> </div> + + <div class="highlight"> - <img src="/img/cross-platform.png"> + <div class="img" style="background-image: url(/img/cross-platform.png); background-size: cover; height: 200px;"> + + </div> <h2>Cross-platform</h2> @@ -92,10 +102,13 @@ <div class="updates"> +<br> +<br> + <div class="row"> <div class="col-xs-12"> - - <h2>Supported Boards</h2> + + <h2>Supported Boards</h2> <ul> <li>
