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/14 23:59:44 UTC

[50/56] [partial] incubator-mynewt-site git commit: Deploying changes introduced in landingFormat branch

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/about/index.html
----------------------------------------------------------------------
diff --git a/about/index.html b/about/index.html
index ffd5f13..47002c2 100644
--- a/about/index.html
+++ b/about/index.html
@@ -6,18 +6,18 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         
         
-        <link rel="canonical" href="http://mynewt.apache.org/about/">
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" href="http://mynewt.apache.org/about/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>About - Apache Mynewt</title>
+	    <title>About - Apache Mynewt</title>
 
         <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../css/highlight.css">
         <link href="../css/base.css" rel="stylesheet">
         <link href="../css/custom.css" rel="stylesheet">
         <link href="../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../extra.css" rel="stylesheet">
 
@@ -44,6 +44,16 @@
     <body class="About">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -51,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -72,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -87,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -118,23 +133,7 @@
 
         <div class="container">
             
-                <div class="container">
-    <div class="row v2-main-banner">
-
-        <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-            <div class="news bg-orange text-center">
-                <h4>Mynewt 0.9.0 release is available now. </h4>
-                <a href="/download/">Download!</a>
-            </div>
-        </div>
-
-    </div>
-</div>
-
+                
 <div class="container small-no-padding">
     <div class="row">
         <div class="col-md-8 content">
@@ -165,16 +164,18 @@
         </p>
         </div>
         <div class="col-md-4">
-        <h3> Source Code on github.com </h3>
-        <li>
-        <a href="https://github.com/apache/incubator-mynewt-core"> Git repo for Mynewt OS </a>
-        </li>
-        <li>
-        <a href="https://github.com/apache/incubator-mynewt-newt"> Git repo for Newt Tool </a>
-        </li>
-        <li>
-        <a href="https://github.com/apache/incubator-mynewt-site"> Git repo for Docs </a>
-        </li>
+            <div class="rhs">
+                <h3> Source Code on github.com </h3>
+                <li>
+                <a href="https://github.com/apache/incubator-mynewt-core"> Git repo for Mynewt OS </a>
+                </li>
+                <li>
+                <a href="https://github.com/apache/incubator-mynewt-newt"> Git repo for Newt Tool </a>
+                </li>
+                <li>
+                <a href="https://github.com/apache/incubator-mynewt-site"> Git repo for Docs </a>
+                </li>
+            </div>
         </div>
     </div>
 </div>
@@ -206,34 +207,22 @@
 </div>
             
             
-            <div class="row">
-                <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-            </div>
             
         </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
index 1abb28e..01cc6d1 100644
--- a/community/index.html
+++ b/community/index.html
@@ -6,18 +6,18 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         
         
-        <link rel="canonical" href="http://mynewt.apache.org/community/">
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" href="http://mynewt.apache.org/community/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>Community - Apache Mynewt</title>
+	    <title>Community - Apache Mynewt</title>
 
         <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../css/highlight.css">
         <link href="../css/base.css" rel="stylesheet">
         <link href="../css/custom.css" rel="stylesheet">
         <link href="../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../extra.css" rel="stylesheet">
 
@@ -44,6 +44,16 @@
     <body class="Community">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -51,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -72,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -87,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -118,24 +133,7 @@
 
         <div class="container">
             
-                <div class="container">
-    <div class="row v2-main-banner">
-
-        <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-            <div class="news bg-orange text-center">
-                <h4>Mynewt 0.9.0 release is available now. </h4>
-                <a href="/download/">Download!</a>
-            </div>
-        </div>
-
-    </div>
-</div>
-
-
+                
 <div class="container small-no-padding">
     <div class="row content">
         <div class="col-md-12">
@@ -150,14 +148,14 @@
         <div class="col-md-4 mailing-list">
             <div class="bg-purple mailing-list-title text-center">
                 Dev Mailing List
-            </div>       
+            </div>
                 <p><a class="bold-link" href="mailto:dev@mynewt.incubator.apache.org">dev@mynewt.incubator.apache.org</a></p>
                 <p>For both contributors and users. Ask questions. Share ideas. Discuss issues, roadmap, process. Help coordinate. Influence.</p>
                 <div class="mailing-list-title text-center">
                     <p><a href="mailto:dev-subscribe@mynewt.incubator.apache.org">Subscribe</a></p>
                     <p text-center><a href="mailto:dev-unsubscribe@mynewt.incubator.apache.org">Unsubscribe</a></p>
                   <p> <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/">Mail archives</a> </p>
-                </div>        
+                </div>
         </div>
         <div class="col-md-4 mailing-list">
             <div class="bg-purple mailing-list-title text-center">
@@ -187,85 +185,46 @@
 
 <div class="row">
       <div class="col-md-12">
-                <h3>Contributing</h3>
-                <p>
-                <font color="#F2853F"> Getting involved is easy! Simply send an email to the dev@ mailing list introducing yourself, and the people in the community can help you get familiar with Apache Mynewt OS.  </font> </p>
-                <p>
-                If you are already settled in and wish to contribute code, read on ahead. This project strives to adhere to Apache's proposed workflow as explained <a href="https://git-wip-us.apache.org/docs/workflow.html">here</a>. Basically, you submit your initial edits for your peers to review and merge. After a few successful patches under your belt, you will get access to commit code directly to the module you are working on in the repository. And over time, you will get full access to all the repositories, where you can commit code to any module on the apache git repository (and not the github mirror). </p>
-                <p>The diagram below explains the recommended process for submitting code to the core repository of Apache Mynewt. The "develop" branch on Mynewt's repository contains the most recent changes made by the community of developers. Contributions from you need to go into this branch. The essential steps are the following: </p>
-                <ol> 
-                <li> Fork the Mynewt repository to create your very own repo on github. </li>
-                <li> Clone the Mynewt repository on your machine using the Newt tool. Set up the remotes correctly as shown in the diagram. This is key to making sure you correctly pull the latest code from Mynewt's "develop" and push to your working branch on github. </li>
-                <li> Make your code changes and commit them locally. </li>
-                <li> Always sync up with the latest code in the "develop" branch and resolve any merge conflicts. </li>
-                <li> Push your commits to your working branch on github.
-                <li> Submit a pull request to the `develop` branch of the appropriate Apache Mynewt repository by clicking the green "New pull request" button on your github fork page. </li>
-                </ol>
-                
-                <br>
-                                   
-                <object data="/img/mynewt_dev_cycle.pdf" type="application/pdf" width=900 height=750>
-                   <p><b>Example fallback content</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="/img/mynewt_dev_cycle.pdf"> Download PDF </a>.</p>
-                </object>
+                <h3>Getting involved</h3>
 
-                <br>
-                   
-                <p> Remember there are three repositories to work with in the Apache Mynewt project. All of them have a "develop" branch which contains the latest code. The code from "develop" is merged periodically into "master" on all these repositories and releases are then tagged off the "master" branch. 
-                <ul>
-                   <li><a href="https://github.com/apache/incubator-mynewt-core">Apache Mynewt core repo mirrored on github</a></li>
-                   <li><a href="https://github.com/apache/incubator-mynewt-newt">Apache Mynewt newt tool repo mirrored on github</a></li>
-                   <li><a href="https://github.com/apache/incubator-mynewt-site">Apache Mynewt documentation repo mirrored on github</a></li>
-                </ul>                
-                <br>
-                <p> <mark>The bottomline is to work with the "develop" branch. </mark> It has the latest code and you want your changes tested, working, and merged with that codebase. In the comment for the pull request, include a description of the changes you have made and why. Github will automatically notify everyone on the commits@mynewt.incubator.apache.org mailing list about the newly opened pull requests. You can open a pull request even if you don't think the code is ready for merging but want some discussion on the matter. </p>
-                <p> <mark>There is no need to open a new pull request if you have already submitted a pull request against the "develop" branch on the mirror but have modified your code futher </mark>(e.g. after some feedback from the community or another clever idea popping into your head). The old pull request will get updated with your changes.</p>
-                <p> Upon receiving notification, one or more committers will review your work, ask for edits or clarifications, and merge when your proposed changes are ready.</p>
+                <p> It is easy! Simply send an email to the dev@ mailing list introducing yourself and the Apache Mynewt community will welcome you. If you have questions, sending an email to this list is the fastest way of getting an answer. </p>
 
-                </p>
-                <p> To know more check out the FAQ in Appendix under <a href="https://mynewt.apache.org/faq/answers/">Documentation.</a></p>
-                <br>
+                <p> If you want to browse the code, <a href="https://github.com/apache/incubator-mynewt-core/tree/develop">Mynewt Core Repo</a> is the best place to start.
+
+                <p> If you wish to contribute code, a quick look at the <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Contributing+to+Apache+Mynewt"> recommended steps </a> should help.  
 
                 <h3>Bug Submission and Issue Tracking</h3>
                 <p>Issues, features, improvements, and wish-lists are tracked using <a href="https://issues.apache.org/jira/browse/Mynewt/">ASF JIRA</a>, the Atlassian JIRA software on Apache Software Foundation </p>
+                <li> 
+                <p><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20MYNEWT%20AND%20fixVersion%20%3D%20WISHLIST%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC">Click here to see WISHLIST for Mynewt</a></p>
+                </li>
                 <li>
                 Sign up for an account on JIRA and submit a request to the dev@ mailing list for your JIRA username to be added to the Apache Mynewt (MYNEWT) project. Editing a ticket requires an account.
                 </li>
                 <li> Log in and report a bug by choosing the "MYNEWT" project, clicking on the "Create" button, and creating a ticket with an appropriate Issue Type (e.g. Bug, Wish).  </p>
                 <p> If you are a contributor and wish to work on a change, open a JIRA ticket first. It's always a good idea to introduce the change in the dev@ mailing list and refer to that ticket. When you generate a pull request into the github mirror for your change, always reference the JIRA ticket number in the title. JIRA is set up to resolve the ticket when your code is merged into the ASF git repository and the pull request closed. </p>
 <br>
-                
+
 </div>
 </div>
             
             
-            <div class="row">
-                <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-            </div>
             
         </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/css/custom.css
----------------------------------------------------------------------
diff --git a/css/custom.css b/css/custom.css
index 74c48b2..dacc413 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -26,16 +26,8 @@
     display: none;
 }
 
-body {
-    padding-top: 70px;
-}
-
 @media (max-width: 768px) {
 
-    body {
-        padding-top: 100px;
-    }
-
     .navbar {
         padding: 14px 40px;
     }
@@ -77,15 +69,6 @@ body {
 
 @media (max-width: 992px) {
 
-    .sidebar-container {
-        display: none;
-    }
-
-    .show-sidebar-container {
-        display: block;
-        margin: 30px auto 20px;
-    }
-
     .logo-container {
         display: block;
         position: absolute;
@@ -108,24 +91,9 @@ body {
         padding: 1%;
     }
 
-    .show-sidebar-container {
-        display: none;
-    }
-
-    .documentation-viewer,
-    .sidebar-container {
+    .documentation-viewer {
         display: block !important;
     }
-
-    .sidebar-container {
-        position: fixed;
-    }
-}
-
-.sidebar-container {
-    padding-left: 0;
-    padding-right: 0;
-    background: #F6F7F9;
 }
 
 .documentation-viewer {
@@ -146,6 +114,9 @@ body {
 
 .navbar {
     background-color: #42567E;
+    border-radius: 0px;
+    margin-bottom: 0px;
+    z-index: 2;
 }
 
 .navbar li.important a {
@@ -156,6 +127,20 @@ body {
     background-color: #293D65;
 }
 
+.affix {
+    top: 0;
+    left: 0;
+    right: 0;
+}
+
+div > .v2-main-banner {
+    margin-bottom: 52px;
+}
+
+.affix-top {
+    margin-top: -52px;
+}
+
 .sidebar-top {
     padding: 0px;
 }
@@ -183,22 +168,12 @@ div.col-md-2 {
 
 footer {
     background-color: #F7F8FA;
-    font-size: 18px;
     text-align: center;
-    padding-top: 20px;
-    padding-bottom: 20px;
-    color: #414042;
+    padding-top: 10px;
+    padding-bottom: 10px;
     border-top: double #42567E;
 }
 
-.copyright-logos {
-    padding: 25px 0;
-}
-
-.copyright-logos img {
-    max-width: 100%;
-}
-
 footer .copyright {
     font-size: 14px;
     display: block;
@@ -206,11 +181,21 @@ footer .copyright {
     width: 80%;
 }
 
-footer .footnote {
-    font-size: 14px;
-    width: 80%;
-    display: block;
-    margin: 0 auto;
+footer .logos {
+    display: flex;
+    font-size: 10px;
+    flex-wrap: nowrap;
+    justify-content: space-between;
+    align-items: center;
+}
+
+footer .logos img {
+    width: 200px;
+    flex-shrink: 0; /* Safari needs this */
+}
+
+footer .logos .footnote {
+    padding: 10px 40px;
 }
 
 .goal p {
@@ -428,28 +413,12 @@ ul.wy-breadcrumbs {
 }
 
 @media print {
-
     .wy-breadcrumbs li.wy-breadcrumbs-aside {
         display: none
     }
 
 }
 
-.show-sidebar {
-    width: 100%;
-
-    border: 0;
-    box-shadow: 0px 2px 0px 0px #f6f7f9;
-
-    background-color: #f6f7f9;
-    color: #fff;
-}
-
-.show-sidebar.active {
-    box-shadow: 0px 2px 0px 0px #f6f7f9;
-    background-color: #f6f7f9;
-}
-
 .event-callout {
     color: #fff;
 }
@@ -485,11 +454,6 @@ ul.wy-breadcrumbs {
     margin: 40px 0;
 }
 
-.sidebar-container .nav>li>a:hover,
-.sidebar-container .nav>li>a:focus {
-    background-color: #f6f7f9;
-}
-
 code {
     font-family: "Courier New";
 }

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/css/v2.css
----------------------------------------------------------------------
diff --git a/css/v2.css b/css/v2.css
index 9760e59..6451517 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -1,19 +1,20 @@
-.v2-main-banner {
-    background-color: #F6F7F9;
-}
 
 .v2-main-banner .logo {
-    height: 150px;
+    height: 220px;
+    /* reduce the image to reduce whitespace */
+    margin-top: -35px;
+    margin-bottom: -35px;
 }
 
 .v2-main-banner .tagline {
     margin-left: 20px;
-    margin-bottom: 40px;  /* align with logo text */
+    margin-bottom: 36px;  /* align with logo text */
     display: inline-block;
     vertical-align: bottom;
 }
 
 .v2-main-banner .news {
+    margin-left: 40px;
     padding: 10px;
     border-radius: 5px;
 }
@@ -25,31 +26,58 @@
 }
 
 .v2-landing .tagline {
-    margin-top: 10px;
-    margin-bottom: 40px;
+    padding: 15px 50px 0px 50px;
+    font-size: 18px;
 }
 
-.v2-landing .highlights {
-    padding-right: 100px;
+.v2-landing .tagline .product {
+    font-weight: bolder;
 }
 
 .v2-landing .highlights .highlight {
-    margin-bottom: 40px;
+    margin-top: 15px;
+    overflow: auto;
 }
 
-.v2-landing .highlights img {
-    width: 100%;
+.v2-landing .highlights .highlight p:first-of-type {
+    font-size: 18px;
+}
+
+.v2-landing .highlights .highlight p:nth-of-type(n+2) {
+    text-align: justify;
+}
+
+.v2-landing .highlights img, .v2-landing .highlights .img {
+    display: none;
+    float: right;
+    margin: 40px 0px 25px 50px;
+    width: 225px;
 }
 
-.v2-landing .highlights .scroll-image {
-    overflow-y: scroll;
-    height: 200px;
+@media (min-width: 768px) {
+    .v2-landing .highlights img, .v2-landing .highlights .img {
+        display: inherit;
+    }
 }
 
 .v2-landing .updates img {
     width: 100%;
 }
 
+.v2-landing .updates ul {
+  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 {
     background-color: #F6F7F9;
     padding-left: 15px;
@@ -58,10 +86,14 @@
 
 @media (max-width: 992px) {
     .v2-sidebar > div {
-        padding-top: 15px;
+        margin-top: 15px;
     }
 }
 
+.v2-sidebar .top {
+    padding-top: 15px;
+}
+
 .v2-sidebar .form-group {
     margin-right: 15px;
 }

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/FW-dist.png
----------------------------------------------------------------------
diff --git a/develop/FW-dist.png b/develop/FW-dist.png
new file mode 100644
index 0000000..6843f95
Binary files /dev/null and b/develop/FW-dist.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/about/index.html
----------------------------------------------------------------------
diff --git a/develop/about/index.html b/develop/about/index.html
index 99d2026..2676f0d 100644
--- a/develop/about/index.html
+++ b/develop/about/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/about/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>About - Apache Mynewt</title>
+	    <title>About - Apache Mynewt</title>
 
         <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../css/highlight.css">
         <link href="../css/base.css" rel="stylesheet">
         <link href="../css/custom.css" rel="stylesheet">
         <link href="../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="About">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -88,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -119,23 +133,7 @@
 
         <div class="container">
             
-                <div class="container">
-    <div class="row v2-main-banner">
-
-        <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-            <div class="news bg-orange text-center">
-                <h4>Mynewt 0.9.0 release is available now. </h4>
-                <a href="/download/">Download!</a>
-            </div>
-        </div>
-
-    </div>
-</div>
-
+                
 <div class="container small-no-padding">
     <div class="row">
         <div class="col-md-8 content">
@@ -166,16 +164,18 @@
         </p>
         </div>
         <div class="col-md-4">
-        <h3> Source Code on github.com </h3>
-        <li>
-        <a href="https://github.com/apache/incubator-mynewt-core"> Git repo for Mynewt OS </a>
-        </li>
-        <li>
-        <a href="https://github.com/apache/incubator-mynewt-newt"> Git repo for Newt Tool </a>
-        </li>
-        <li>
-        <a href="https://github.com/apache/incubator-mynewt-site"> Git repo for Docs </a>
-        </li>
+            <div class="rhs">
+                <h3> Source Code on github.com </h3>
+                <li>
+                <a href="https://github.com/apache/incubator-mynewt-core"> Git repo for Mynewt OS </a>
+                </li>
+                <li>
+                <a href="https://github.com/apache/incubator-mynewt-newt"> Git repo for Newt Tool </a>
+                </li>
+                <li>
+                <a href="https://github.com/apache/incubator-mynewt-site"> Git repo for Docs </a>
+                </li>
+            </div>
         </div>
     </div>
 </div>
@@ -208,34 +208,22 @@
 </div>
             
             
-            <div class="row">
-                <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-            </div>
             
         </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/community/index.html
----------------------------------------------------------------------
diff --git a/develop/community/index.html b/develop/community/index.html
index 92bd83d..451e4a3 100644
--- a/develop/community/index.html
+++ b/develop/community/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/community/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>Community - Apache Mynewt</title>
+	    <title>Community - Apache Mynewt</title>
 
         <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../css/highlight.css">
         <link href="../css/base.css" rel="stylesheet">
         <link href="../css/custom.css" rel="stylesheet">
         <link href="../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="Community">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -88,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -119,24 +133,7 @@
 
         <div class="container">
             
-                <div class="container">
-    <div class="row v2-main-banner">
-
-        <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-            <div class="news bg-orange text-center">
-                <h4>Mynewt 0.9.0 release is available now. </h4>
-                <a href="/download/">Download!</a>
-            </div>
-        </div>
-
-    </div>
-</div>
-
-
+                
 <div class="container small-no-padding">
     <div class="row content">
         <div class="col-md-12">
@@ -151,14 +148,14 @@
         <div class="col-md-4 mailing-list">
             <div class="bg-purple mailing-list-title text-center">
                 Dev Mailing List
-            </div>       
+            </div>
                 <p><a class="bold-link" href="mailto:dev@mynewt.incubator.apache.org">dev@mynewt.incubator.apache.org</a></p>
                 <p>For both contributors and users. Ask questions. Share ideas. Discuss issues, roadmap, process. Help coordinate. Influence.</p>
                 <div class="mailing-list-title text-center">
                     <p><a href="mailto:dev-subscribe@mynewt.incubator.apache.org">Subscribe</a></p>
                     <p text-center><a href="mailto:dev-unsubscribe@mynewt.incubator.apache.org">Unsubscribe</a></p>
                   <p> <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/">Mail archives</a> </p>
-                </div>        
+                </div>
         </div>
         <div class="col-md-4 mailing-list">
             <div class="bg-purple mailing-list-title text-center">
@@ -188,85 +185,46 @@
 
 <div class="row">
       <div class="col-md-12">
-                <h3>Contributing</h3>
-                <p>
-                <font color="#F2853F"> Getting involved is easy! Simply send an email to the dev@ mailing list introducing yourself, and the people in the community can help you get familiar with Apache Mynewt OS.  </font> </p>
-                <p>
-                If you are already settled in and wish to contribute code, read on ahead. This project strives to adhere to Apache's proposed workflow as explained <a href="https://git-wip-us.apache.org/docs/workflow.html">here</a>. Basically, you submit your initial edits for your peers to review and merge. After a few successful patches under your belt, you will get access to commit code directly to the module you are working on in the repository. And over time, you will get full access to all the repositories, where you can commit code to any module on the apache git repository (and not the github mirror). </p>
-                <p>The diagram below explains the recommended process for submitting code to the core repository of Apache Mynewt. The "develop" branch on Mynewt's repository contains the most recent changes made by the community of developers. Contributions from you need to go into this branch. The essential steps are the following: </p>
-                <ol> 
-                <li> Fork the Mynewt repository to create your very own repo on github. </li>
-                <li> Clone the Mynewt repository on your machine using the Newt tool. Set up the remotes correctly as shown in the diagram. This is key to making sure you correctly pull the latest code from Mynewt's "develop" and push to your working branch on github. </li>
-                <li> Make your code changes and commit them locally. </li>
-                <li> Always sync up with the latest code in the "develop" branch and resolve any merge conflicts. </li>
-                <li> Push your commits to your working branch on github.
-                <li> Submit a pull request to the `develop` branch of the appropriate Apache Mynewt repository by clicking the green "New pull request" button on your github fork page. </li>
-                </ol>
-                
-                <br>
-                                   
-                <object data="/img/mynewt_dev_cycle.pdf" type="application/pdf" width=900 height=750>
-                   <p><b>Example fallback content</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="/img/mynewt_dev_cycle.pdf"> Download PDF </a>.</p>
-                </object>
+                <h3>Getting involved</h3>
 
-                <br>
-                   
-                <p> Remember there are three repositories to work with in the Apache Mynewt project. All of them have a "develop" branch which contains the latest code. The code from "develop" is merged periodically into "master" on all these repositories and releases are then tagged off the "master" branch. 
-                <ul>
-                   <li><a href="https://github.com/apache/incubator-mynewt-core">Apache Mynewt core repo mirrored on github</a></li>
-                   <li><a href="https://github.com/apache/incubator-mynewt-newt">Apache Mynewt newt tool repo mirrored on github</a></li>
-                   <li><a href="https://github.com/apache/incubator-mynewt-site">Apache Mynewt documentation repo mirrored on github</a></li>
-                </ul>                
-                <br>
-                <p> <mark>The bottomline is to work with the "develop" branch. </mark> It has the latest code and you want your changes tested, working, and merged with that codebase. In the comment for the pull request, include a description of the changes you have made and why. Github will automatically notify everyone on the commits@mynewt.incubator.apache.org mailing list about the newly opened pull requests. You can open a pull request even if you don't think the code is ready for merging but want some discussion on the matter. </p>
-                <p> <mark>There is no need to open a new pull request if you have already submitted a pull request against the "develop" branch on the mirror but have modified your code futher </mark>(e.g. after some feedback from the community or another clever idea popping into your head). The old pull request will get updated with your changes.</p>
-                <p> Upon receiving notification, one or more committers will review your work, ask for edits or clarifications, and merge when your proposed changes are ready.</p>
+                <p> It is easy! Simply send an email to the dev@ mailing list introducing yourself and the Apache Mynewt community will welcome you. If you have questions, sending an email to this list is the fastest way of getting an answer. </p>
 
-                </p>
-                <p> To know more check out the FAQ in Appendix under <a href="https://mynewt.apache.org/faq/answers/">Documentation.</a></p>
-                <br>
+                <p> If you want to browse the code, <a href="https://github.com/apache/incubator-mynewt-core/tree/develop">Mynewt Core Repo</a> is the best place to start.
+
+                <p> If you wish to contribute code, a quick look at the <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Contributing+to+Apache+Mynewt"> recommended steps </a> should help.  
 
                 <h3>Bug Submission and Issue Tracking</h3>
                 <p>Issues, features, improvements, and wish-lists are tracked using <a href="https://issues.apache.org/jira/browse/Mynewt/">ASF JIRA</a>, the Atlassian JIRA software on Apache Software Foundation </p>
+                <li> 
+                <p><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20MYNEWT%20AND%20fixVersion%20%3D%20WISHLIST%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC">Click here to see WISHLIST for Mynewt</a></p>
+                </li>
                 <li>
                 Sign up for an account on JIRA and submit a request to the dev@ mailing list for your JIRA username to be added to the Apache Mynewt (MYNEWT) project. Editing a ticket requires an account.
                 </li>
                 <li> Log in and report a bug by choosing the "MYNEWT" project, clicking on the "Create" button, and creating a ticket with an appropriate Issue Type (e.g. Bug, Wish).  </p>
                 <p> If you are a contributor and wish to work on a change, open a JIRA ticket first. It's always a good idea to introduce the change in the dev@ mailing list and refer to that ticket. When you generate a pull request into the github mirror for your change, always reference the JIRA ticket number in the title. JIRA is set up to resolve the ticket when your code is merged into the ASF git repository and the pull request closed. </p>
 <br>
-                
+
 </div>
 </div>
             
             
-            <div class="row">
-                <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-            </div>
             
         </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/css/custom.css
----------------------------------------------------------------------
diff --git a/develop/css/custom.css b/develop/css/custom.css
index 74c48b2..dacc413 100644
--- a/develop/css/custom.css
+++ b/develop/css/custom.css
@@ -26,16 +26,8 @@
     display: none;
 }
 
-body {
-    padding-top: 70px;
-}
-
 @media (max-width: 768px) {
 
-    body {
-        padding-top: 100px;
-    }
-
     .navbar {
         padding: 14px 40px;
     }
@@ -77,15 +69,6 @@ body {
 
 @media (max-width: 992px) {
 
-    .sidebar-container {
-        display: none;
-    }
-
-    .show-sidebar-container {
-        display: block;
-        margin: 30px auto 20px;
-    }
-
     .logo-container {
         display: block;
         position: absolute;
@@ -108,24 +91,9 @@ body {
         padding: 1%;
     }
 
-    .show-sidebar-container {
-        display: none;
-    }
-
-    .documentation-viewer,
-    .sidebar-container {
+    .documentation-viewer {
         display: block !important;
     }
-
-    .sidebar-container {
-        position: fixed;
-    }
-}
-
-.sidebar-container {
-    padding-left: 0;
-    padding-right: 0;
-    background: #F6F7F9;
 }
 
 .documentation-viewer {
@@ -146,6 +114,9 @@ body {
 
 .navbar {
     background-color: #42567E;
+    border-radius: 0px;
+    margin-bottom: 0px;
+    z-index: 2;
 }
 
 .navbar li.important a {
@@ -156,6 +127,20 @@ body {
     background-color: #293D65;
 }
 
+.affix {
+    top: 0;
+    left: 0;
+    right: 0;
+}
+
+div > .v2-main-banner {
+    margin-bottom: 52px;
+}
+
+.affix-top {
+    margin-top: -52px;
+}
+
 .sidebar-top {
     padding: 0px;
 }
@@ -183,22 +168,12 @@ div.col-md-2 {
 
 footer {
     background-color: #F7F8FA;
-    font-size: 18px;
     text-align: center;
-    padding-top: 20px;
-    padding-bottom: 20px;
-    color: #414042;
+    padding-top: 10px;
+    padding-bottom: 10px;
     border-top: double #42567E;
 }
 
-.copyright-logos {
-    padding: 25px 0;
-}
-
-.copyright-logos img {
-    max-width: 100%;
-}
-
 footer .copyright {
     font-size: 14px;
     display: block;
@@ -206,11 +181,21 @@ footer .copyright {
     width: 80%;
 }
 
-footer .footnote {
-    font-size: 14px;
-    width: 80%;
-    display: block;
-    margin: 0 auto;
+footer .logos {
+    display: flex;
+    font-size: 10px;
+    flex-wrap: nowrap;
+    justify-content: space-between;
+    align-items: center;
+}
+
+footer .logos img {
+    width: 200px;
+    flex-shrink: 0; /* Safari needs this */
+}
+
+footer .logos .footnote {
+    padding: 10px 40px;
 }
 
 .goal p {
@@ -428,28 +413,12 @@ ul.wy-breadcrumbs {
 }
 
 @media print {
-
     .wy-breadcrumbs li.wy-breadcrumbs-aside {
         display: none
     }
 
 }
 
-.show-sidebar {
-    width: 100%;
-
-    border: 0;
-    box-shadow: 0px 2px 0px 0px #f6f7f9;
-
-    background-color: #f6f7f9;
-    color: #fff;
-}
-
-.show-sidebar.active {
-    box-shadow: 0px 2px 0px 0px #f6f7f9;
-    background-color: #f6f7f9;
-}
-
 .event-callout {
     color: #fff;
 }
@@ -485,11 +454,6 @@ ul.wy-breadcrumbs {
     margin: 40px 0;
 }
 
-.sidebar-container .nav>li>a:hover,
-.sidebar-container .nav>li>a:focus {
-    background-color: #f6f7f9;
-}
-
 code {
     font-family: "Courier New";
 }

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/css/v2.css
----------------------------------------------------------------------
diff --git a/develop/css/v2.css b/develop/css/v2.css
index 9760e59..6451517 100644
--- a/develop/css/v2.css
+++ b/develop/css/v2.css
@@ -1,19 +1,20 @@
-.v2-main-banner {
-    background-color: #F6F7F9;
-}
 
 .v2-main-banner .logo {
-    height: 150px;
+    height: 220px;
+    /* reduce the image to reduce whitespace */
+    margin-top: -35px;
+    margin-bottom: -35px;
 }
 
 .v2-main-banner .tagline {
     margin-left: 20px;
-    margin-bottom: 40px;  /* align with logo text */
+    margin-bottom: 36px;  /* align with logo text */
     display: inline-block;
     vertical-align: bottom;
 }
 
 .v2-main-banner .news {
+    margin-left: 40px;
     padding: 10px;
     border-radius: 5px;
 }
@@ -25,31 +26,58 @@
 }
 
 .v2-landing .tagline {
-    margin-top: 10px;
-    margin-bottom: 40px;
+    padding: 15px 50px 0px 50px;
+    font-size: 18px;
 }
 
-.v2-landing .highlights {
-    padding-right: 100px;
+.v2-landing .tagline .product {
+    font-weight: bolder;
 }
 
 .v2-landing .highlights .highlight {
-    margin-bottom: 40px;
+    margin-top: 15px;
+    overflow: auto;
 }
 
-.v2-landing .highlights img {
-    width: 100%;
+.v2-landing .highlights .highlight p:first-of-type {
+    font-size: 18px;
+}
+
+.v2-landing .highlights .highlight p:nth-of-type(n+2) {
+    text-align: justify;
+}
+
+.v2-landing .highlights img, .v2-landing .highlights .img {
+    display: none;
+    float: right;
+    margin: 40px 0px 25px 50px;
+    width: 225px;
 }
 
-.v2-landing .highlights .scroll-image {
-    overflow-y: scroll;
-    height: 200px;
+@media (min-width: 768px) {
+    .v2-landing .highlights img, .v2-landing .highlights .img {
+        display: inherit;
+    }
 }
 
 .v2-landing .updates img {
     width: 100%;
 }
 
+.v2-landing .updates ul {
+  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 {
     background-color: #F6F7F9;
     padding-left: 15px;
@@ -58,10 +86,14 @@
 
 @media (max-width: 992px) {
     .v2-sidebar > div {
-        padding-top: 15px;
+        margin-top: 15px;
     }
 }
 
+.v2-sidebar .top {
+    padding-top: 15px;
+}
+
 .v2-sidebar .form-group {
     margin-right: 15px;
 }

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/download/index.html
----------------------------------------------------------------------
diff --git a/develop/download/index.html b/develop/download/index.html
index 795f933..b180342 100644
--- a/develop/download/index.html
+++ b/develop/download/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/download/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>Download - Apache Mynewt</title>
+	    <title>Download - Apache Mynewt</title>
 
         <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../css/highlight.css">
         <link href="../css/base.css" rel="stylesheet">
         <link href="../css/custom.css" rel="stylesheet">
         <link href="../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="Download">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -88,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -120,19 +134,6 @@
         <div class="container">
             
                 <div class="container">
-    <div class="row v2-main-banner">
-         <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-                    </div>
-
-        
-    </div>
-</div>
-
-<div class="container">
     <div class="row">
         <div class="col-md-12">
             
@@ -189,34 +190,22 @@ $ git clone git://github.com/apache/incubator-mynewt-newt.git
 </div>
             
             
-            <div class="row">
-                <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-            </div>
             
         </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/events/index.html
----------------------------------------------------------------------
diff --git a/develop/events/index.html b/develop/events/index.html
index 837963d..97aa3d0 100644
--- a/develop/events/index.html
+++ b/develop/events/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/events/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>Events - Apache Mynewt</title>
+	    <title>Events - Apache Mynewt</title>
 
         <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../css/highlight.css">
         <link href="../css/base.css" rel="stylesheet">
         <link href="../css/custom.css" rel="stylesheet">
         <link href="../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="Events">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -88,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -119,23 +133,7 @@
 
         <div class="container">
             
-                <div class="container">
-    <div class="row v2-main-banner">
-
-        <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-            <div class="news bg-orange text-center">
-                <h4>Mynewt 0.9.0 release is available now. </h4>
-                <a href="/download/">Download!</a>
-            </div>
-        </div>
-
-    </div>
-</div>
-<div class="row">
+                <div class="row">
     <div class="column col-md-12">
         <div class="container">
             <div class="row">
@@ -166,34 +164,22 @@
 </div>
             
             
-            <div class="row">
-                <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-            </div>
             
         </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/faq/answers/index.html
----------------------------------------------------------------------
diff --git a/develop/faq/answers/index.html b/develop/faq/answers/index.html
index c5f1838..f804e9b 100644
--- a/develop/faq/answers/index.html
+++ b/develop/faq/answers/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/faq/answers/"> -->
         <link rel="shortcut icon" href="../../img/favicon.ico">
 
-	<title>FAQ - Apache Mynewt</title>
+	    <title>FAQ - Apache Mynewt</title>
 
         <link href="../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../css/highlight.css">
         <link href="../../css/base.css" rel="stylesheet">
         <link href="../../css/custom.css" rel="stylesheet">
         <link href="../../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="FAQ">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -211,14 +228,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -234,7 +246,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h3 id="how-do-i-submit-a-bug">How do I submit a bug?</h3>
@@ -332,34 +343,22 @@
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/faq/how_to_edit_docs/index.html
----------------------------------------------------------------------
diff --git a/develop/faq/how_to_edit_docs/index.html b/develop/faq/how_to_edit_docs/index.html
index 4b120be..1bb9a7a 100644
--- a/develop/faq/how_to_edit_docs/index.html
+++ b/develop/faq/how_to_edit_docs/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/faq/how_to_edit_docs/"> -->
         <link rel="shortcut icon" href="../../img/favicon.ico">
 
-	<title>Edit Docs - Apache Mynewt</title>
+	    <title>Edit Docs - Apache Mynewt</title>
 
         <link href="../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../css/highlight.css">
         <link href="../../css/base.css" rel="stylesheet">
         <link href="../../css/custom.css" rel="stylesheet">
         <link href="../../css/v2.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link href="../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="Edit Docs">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -211,14 +228,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -234,7 +246,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h2 id="how-to-edit-docs">How to Edit Docs</h2>
@@ -248,9 +259,8 @@
 <p>If you are not a committer, you may follow the proposed non-committer workflow to share your work. The direct link to the proposed workflow is <a href="https://git-wip-us.apache.org/docs/workflow.html">https://git-wip-us.apache.org/docs/workflow.html</a>. You will find the steps described in more detail later in this tutorial.</p>
 <h3 id="editing-an-existing-page">Editing an existing page</h3>
 <ul>
-<li>Create a fork on the <a href="https://github.com/apache/incubator-mynewt-site">github mirror</a>. </li>
-<li></li>
-<li>Then create a new branch to work on your documentation and move to that branch.</li>
+<li>Create a fork on the <a href="https://github.com/apache/incubator-mynewt-site">github mirror</a>.</li>
+<li>Create a new branch to work on your documentation and move to that branch.</li>
 </ul>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">        $ git checkout -b &lt;your-branch-name&gt;
 </pre></div>
@@ -282,7 +292,7 @@
 </pre></div>
 
 
-<p>Then go to <a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a> to preview your pages and see how they will look on the website. <strong>Remember that the Myself website itself will not be updated.</strong></p>
+<p>Then go to <a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a> to preview your pages and see how they will look on the website. <strong>Remember that the <a href="https://mynewt.apache.org">MyNewt website</a> itself will not be updated.</strong></p>
 <p>For more information on MkDocs go to <a href="http://www.mkdocs.org">http://www.mkdocs.org</a>. </p>
                         
                         <div class="row">
@@ -309,34 +319,22 @@
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/FWdist.png
----------------------------------------------------------------------
diff --git a/develop/img/FWdist.png b/develop/img/FWdist.png
new file mode 100644
index 0000000..ce41051
Binary files /dev/null and b/develop/img/FWdist.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/MicrochipPIC32.jpg
----------------------------------------------------------------------
diff --git a/develop/img/MicrochipPIC32.jpg b/develop/img/MicrochipPIC32.jpg
new file mode 100644
index 0000000..6c58ec7
Binary files /dev/null and b/develop/img/MicrochipPIC32.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/arm_logo.gif
----------------------------------------------------------------------
diff --git a/develop/img/arm_logo.gif b/develop/img/arm_logo.gif
new file mode 100644
index 0000000..62c318f
Binary files /dev/null and b/develop/img/arm_logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/atmel.png
----------------------------------------------------------------------
diff --git a/develop/img/atmel.png b/develop/img/atmel.png
new file mode 100644
index 0000000..e58d332
Binary files /dev/null and b/develop/img/atmel.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/cross-platform.svg
----------------------------------------------------------------------
diff --git a/develop/img/cross-platform.svg b/develop/img/cross-platform.svg
new file mode 100644
index 0000000..d1746eb
--- /dev/null
+++ b/develop/img/cross-platform.svg
@@ -0,0 +1,6 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 168.53 172.68">
+  <title>cross-platform</title>
+  <image width="150" height="111" transform="translate(33.34 97.31) scale(0.68)" xlink:href="MicrochipPIC32.jpg"/>
+  <image width="98" height="29" transform="translate(35.27)" xlink:href="arm_logo.gif"/>
+  <image width="265" height="90" transform="translate(0 40.08) scale(0.64)" xlink:href="riscv-logo.png"/>
+</svg>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/cross-platforms.png
----------------------------------------------------------------------
diff --git a/develop/img/cross-platforms.png b/develop/img/cross-platforms.png
new file mode 100644
index 0000000..26adf5e
Binary files /dev/null and b/develop/img/cross-platforms.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/logo.pdf
----------------------------------------------------------------------
diff --git a/develop/img/logo.pdf b/develop/img/logo.pdf
new file mode 100644
index 0000000..cb2baa8
Binary files /dev/null and b/develop/img/logo.pdf differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/logo.png
----------------------------------------------------------------------
diff --git a/develop/img/logo.png b/develop/img/logo.png
new file mode 100644
index 0000000..f0e5590
Binary files /dev/null and b/develop/img/logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/nimble-full-perf.png
----------------------------------------------------------------------
diff --git a/develop/img/nimble-full-perf.png b/develop/img/nimble-full-perf.png
new file mode 100644
index 0000000..aef4bb6
Binary files /dev/null and b/develop/img/nimble-full-perf.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/img/riscv-logo.png
----------------------------------------------------------------------
diff --git a/develop/img/riscv-logo.png b/develop/img/riscv-logo.png
new file mode 100644
index 0000000..f6264ef
Binary files /dev/null and b/develop/img/riscv-logo.png differ