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/11/05 04:48:02 UTC

[41/50] incubator-mynewt-site git commit: separate style for supported boards

separate style for supported boards


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

Branch: refs/heads/master
Commit: 356df0318cf2e19a5dbd3457539e75f0c7f02e1b
Parents: 1491c20
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Mon Oct 24 18:17:53 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Mon Oct 24 18:17:53 2016 -0700

----------------------------------------------------------------------
 custom-theme/css/v2.css   | 13 ++++++--
 custom-theme/landing.html | 75 ++++++++++++++++++++++--------------------
 2 files changed, 51 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/356df031/custom-theme/css/v2.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/v2.css b/custom-theme/css/v2.css
index 10a6612..a364d9c 100644
--- a/custom-theme/css/v2.css
+++ b/custom-theme/css/v2.css
@@ -62,8 +62,17 @@
 }
 
 .v2-landing .updates ul {
-    list-style: none;
-    padding-left: 0;
+  background-color: #F6F7F9;
+  border-radius: 10px;
+  border: 1px solid #ddd;
+}
+
+.v2-landing .updates ul li:first-child {
+  padding-top: 20px;
+}
+
+.v2-landing .updates ul li:last-child {
+  padding-bottom: 20px;
 }
 
 .v2-sidebar > div {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/356df031/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 78b05b3..98e6047 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -40,7 +40,7 @@
         <div class="highlight">
             <img src="/img/concurrent_conn.png">
             <img src="/img/NimBLE_throughput.png">
-            
+
             <h2>Built for wireless networking</h2>
 
             <p> Meet your application\u2019s demands with open source networking stacks e.g. Bluetooth Low Energy 4.2. </p>
@@ -94,41 +94,46 @@
 
         <div class="updates">
 
-          <h2>Supported Boards</h2>
-
-          <ul>
-              <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="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based)
-              </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="http://redbearlab.com/blenano/"> BLE Nano </a> from RedBearLabs (Nordic nRF51822 SoC based)
-              </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>
-          </ul>
+          <div class="row">
+            <div class="col-xs-12">
+
+              <h2>Supported Boards</h2>
+
+              <ul>
+                  <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="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based)
+                  </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="http://redbearlab.com/blenano/"> BLE Nano </a> from RedBearLabs (Nordic nRF51822 SoC based)
+                  </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>
+              </ul>
 
+            </div>
+          </div>
         </div>
 
     </div>