You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/05/20 07:31:51 UTC

[02/18] incubator-mynewt-site git commit: landing page changes to show architecture, highlight features with icons replaced with snapshots and BSPs supported

landing page changes to show architecture, highlight features with icons replaced with snapshots and BSPs supported


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/16f8b0ed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/16f8b0ed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/16f8b0ed

Branch: refs/heads/master
Commit: 16f8b0ed07117ba1d728a1ffa0a447aa37550a9b
Parents: 2432d81
Author: aditihilbert <ad...@runtime.io>
Authored: Wed May 18 15:48:40 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Wed May 18 15:48:40 2016 -0700

----------------------------------------------------------------------
 custom-theme/css/custom.css     |   9 ++--
 custom-theme/img/OS_arch.png    | Bin 0 -> 75345 bytes
 custom-theme/img/json_logs.png  | Bin 0 -> 78102 bytes
 custom-theme/img/newt.png       | Bin 0 -> 63501 bytes
 custom-theme/img/perf_chart.png | Bin 0 -> 31585 bytes
 custom-theme/img/secure_img.png | Bin 0 -> 130013 bytes
 custom-theme/landing.html       |  77 +++++++++++++++++++++++++----------
 7 files changed, 59 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/16f8b0ed/custom-theme/css/custom.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/custom.css b/custom-theme/css/custom.css
index d3a1ecc..2d02fa0 100644
--- a/custom-theme/css/custom.css
+++ b/custom-theme/css/custom.css
@@ -322,10 +322,9 @@ footer .footnote {
 }
 
 .goal-image {
-    height: 160px;
-    width: 160px;
+    height: 100%;
+    width: 100%;
     white-space: nowrap;
-
     text-align: center;
     margin: 1em auto;
 }
@@ -338,8 +337,8 @@ footer .footnote {
 
 .goal img {
     vertical-align: middle;
-    max-height: 160px;
-    max-width: 160px;
+    max-height: 260px;
+    max-width: 260px;
 }
 
 .goals {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/16f8b0ed/custom-theme/img/OS_arch.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/OS_arch.png b/custom-theme/img/OS_arch.png
new file mode 100644
index 0000000..7b92de7
Binary files /dev/null and b/custom-theme/img/OS_arch.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/16f8b0ed/custom-theme/img/json_logs.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/json_logs.png b/custom-theme/img/json_logs.png
new file mode 100644
index 0000000..8df8ab2
Binary files /dev/null and b/custom-theme/img/json_logs.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/16f8b0ed/custom-theme/img/newt.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/newt.png b/custom-theme/img/newt.png
new file mode 100644
index 0000000..6c578c3
Binary files /dev/null and b/custom-theme/img/newt.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/16f8b0ed/custom-theme/img/perf_chart.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/perf_chart.png b/custom-theme/img/perf_chart.png
new file mode 100644
index 0000000..cadc0ca
Binary files /dev/null and b/custom-theme/img/perf_chart.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/16f8b0ed/custom-theme/img/secure_img.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/secure_img.png b/custom-theme/img/secure_img.png
new file mode 100644
index 0000000..793df83
Binary files /dev/null and b/custom-theme/img/secure_img.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/16f8b0ed/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index fc215a4..c325dfe 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -19,27 +19,22 @@
                         <p> <a href="http://mynewt.apache.org/download"> Download! </a> </p>
                     </div>
                 </div>
-            </div>
         </div>
 </div>
 
-
-<div class="goals">
+<div class="row">
+   <div class="col-md-8">
+                 <h2 style="font-weight:600">Apache Mynewt OS highlights:</h2>   
                 <div class="row">
-                    <div class="col-md-8 text-center">
-                        <h2 style="font-weight:600">Apache Mynewt consists of four primary collaborative goals:</h2>
-                    </div>
-                </div>
-                <div class="row">
-                    <div class="column col-md-4 goal text-center">
+                    <div class="column col-md-6 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
-                            <img src="/img/folder.png">
+                            <img src="/img/json_logs.png">
                         </div>
-                        <p>Utilities such as boot loaders, file systems, time-series data, and more </p>
+                        <p>Utilities such as boot loaders, file systems, time-series data, JSON formatted log request/response, and more </p>
                     </div>
-                    <div class="column col-md-4 goal text-center">
-                        <div class="goal-image">
+                    <div class="column col-md-6 goal text-center">
+                        <div class=" text-left">
                             <span class="helper"></span>
                             <img src="/img/NimBLE_throughput.png">
                             <img src="/img/NimBLE_conn.png">
@@ -47,23 +42,61 @@
                         <p>High-performance, highly-configurable networking stacks, starting with Bluetooth Low Energy 4.2</p>
                     </div>
                 </div>
+                
                 <div class="row">
-                    <div class="column col-md-4 goal text-center">
+                    <div class="column col-md-6 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
-                            <img src="/img/01.png">
+                            <img src="/img/secure_img.png">
                         </div>
-                        <p>Simple, secure image and configuration management</p>
+                        <p>Secure yet simple image and configuration management</p>
                     </div>
-                    <div class="column col-md-4 goal text-center">
+                    
+                    <div class="column col-md-6 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
-                            <img src="/img/performance.png">
+                            <img src="/img/newt.png">
                         </div>
                         <p>Modularity and easy composability to optimally address application and hardware requirements</p>
                     </div>
-                </div>
-            </div>
+               </div>
         </div>
-    </div>
-</div>
+ 
+   <div class="col-md-4">
+                    <h2 style="font-weight:600">Supported Boards:</h2>
+                    <li> 
+                    <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4) 
+                    </li>
+                    <li> 
+                    <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0) 
+                    </li>
+                    <li>
+                    <a href="https://www.rigado.com/products/bmd-300-eval-kit/"> BMD-300-EVAL-ES </a> from Rigado (Cortex-M4)
+                    </li>
+                    <li>
+                    <a href="http://www.st.com/en/evaluation-tools/stm32f3discovery.html> STM32F3DISCOVERY </a> from ST Micro (Cortex-M4)
+                    </li>
+                    <li>
+                    <a href="https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware> STM32-E407 </a> from Olimex (Cortex-M4)
+                    </li>
+                    <li>
+                    <a href="https://www.arduino.cc/en/Main/ArduinoBoardZero"> Arduino Zero </a> (Cortex-M0)
+                    </li>
+                    <li>
+                    <a href="http://www.arduino.org/products/previous-version-boards/11-previous-version-boards/arduino-zero-pro"> Arduino Zero Pro </a> (Cortex-M0)
+                    </li>
+                    <li>
+                    <a href="http://www.arduino.org/products/boards/4-arduino-boards/arduino-m0-pro"> Arduino M0 Pro </a> (Cortex-M0)
+                    </li>    
+                    <h2 style="font-weight:600">Architecture:</h2>
+                    <div class="column goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="/img/OS_arch.png">
+                        </div>
+                    </div>                                                                                                             
+       </div>
+       
+  </div>
+
+</div>
\ No newline at end of file