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/01/06 08:49:00 UTC

incubator-mynewt-site git commit: added image files in /image and changed url paths in various index.html files

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/asf-site d7469950e -> 023608275


added image files in /image and changed url paths in various index.html files


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

Branch: refs/heads/asf-site
Commit: 023608275af87dba58b673e55c0eeaa72b96f070
Parents: d746995
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jan 5 23:48:48 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jan 5 23:48:48 2016 -0800

----------------------------------------------------------------------
 community/index.html      |  20 ++--
 documentation/index.html  |  20 ++--
 download/index.html       |  20 ++--
 events/index.html         |  20 ++--
 images/01.png             | Bin 0 -> 9109 bytes
 images/apache-feather.png | Bin 0 -> 11402 bytes
 images/apache-logo.png    | Bin 0 -> 8585 bytes
 images/asf_logo_wide.gif  | Bin 0 -> 7051 bytes
 images/content-bg.png     | Bin 0 -> 155 bytes
 images/folder.png         | Bin 0 -> 8414 bytes
 images/logo-large.png     | Bin 0 -> 16698 bytes
 images/logo-small.png     | Bin 0 -> 3771 bytes
 images/logo.svg           | 106 ++++++++++++++++++++
 images/performance.png    | Bin 0 -> 9850 bytes
 images/watch.png          | Bin 0 -> 10328 bytes
 index.html                | 216 +++++++++++++++++++++++++++++++++++++++++
 16 files changed, 362 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
index b907809..be5d4d0 100644
--- a/community/index.html
+++ b/community/index.html
@@ -35,7 +35,7 @@
 
         <div class="navbar navbar-default navbar-fixed-top" role="navigation">
     <div class="logo-container">
-        <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+        <img src="http://mynewt.incubator.apache.org/images/logo.svg">
     </div>
     <div class="container-fluid">
         <!-- Collapsed navigation -->
@@ -55,19 +55,19 @@
             <!-- Main navigation -->
             <ul class="nav navbar-nav navbar-right">
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/">Home</a>
+                    <a href="http://mynewt.incubator.apache.org/">Home</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/documentation/">Docs</a>
+                    <a href="http://mynewt.incubator.apache.org/documentation/">Docs</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/download/">Download</a>
+                    <a href="http://mynewt.incubator.apache.org/download/">Download</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/community/">Community</a>
+                    <a href="http://mynewt.incubator.apache.org/community/">Community</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/events/">Events</a>
+                    <a href="http://mynewt.incubator.apache.org/events/">Events</a>
                 </li>
             </ul>
 
@@ -84,7 +84,7 @@
                 <div class="row"
     <div class="column col-md-12">
         <div class="main-banner">
-            <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+            <img src="http://mynewt.incubator.apache.org/images/logo.svg">
             <h3 class="hidden-xs">real-time OS for modular microcontrollers</h3>
         </div>
     </div>
@@ -219,10 +219,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="http://mynewt.incubator.apache.org//images/apache-feather.png" alt="Apache" title="Apache">
+                <img src="http://mynewt.incubator.apache.org/images/apache-feather.png" alt="Apache" title="Apache">
             </div>
             <div class="col-xs-6 text-left">
-                <img src="http://mynewt.incubator.apache.org//images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+                <img src="http://mynewt.incubator.apache.org/images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>
@@ -244,4 +244,4 @@
         <script src="../js/custom.js"></script>
 
     </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/documentation/index.html
----------------------------------------------------------------------
diff --git a/documentation/index.html b/documentation/index.html
index d81f29e..c42673d 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -35,7 +35,7 @@
 
         <div class="navbar navbar-default navbar-fixed-top" role="navigation">
     <div class="logo-container">
-        <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+        <img src="http://mynewt.incubator.apache.org/images/logo.svg">
     </div>
     <div class="container-fluid">
         <!-- Collapsed navigation -->
@@ -55,19 +55,19 @@
             <!-- Main navigation -->
             <ul class="nav navbar-nav navbar-right">
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/">Home</a>
+                    <a href="http://mynewt.incubator.apache.org/">Home</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/documentation/">Docs</a>
+                    <a href="http://mynewt.incubator.apache.org/documentation/">Docs</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/download/">Download</a>
+                    <a href="http://mynewt.incubator.apache.org/download/">Download</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/community/">Community</a>
+                    <a href="http://mynewt.incubator.apache.org/community/">Community</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/events/">Events</a>
+                    <a href="http://mynewt.incubator.apache.org/events/">Events</a>
                 </li>
             </ul>
 
@@ -84,7 +84,7 @@
                 <div class="row"
     <div class="column col-md-12">
         <div class="main-banner">
-            <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+            <img src="http://mynewt.incubator.apache.org/images/logo.svg">
             <h3 class="hidden-xs">real-time OS for modular microcontrollers</h3>
         </div>
     </div>
@@ -319,10 +319,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="http://mynewt.incubator.apache.org//images/apache-feather.png" alt="Apache" title="Apache">
+                <img src="http://mynewt.incubator.apache.org/images/apache-feather.png" alt="Apache" title="Apache">
             </div>
             <div class="col-xs-6 text-left">
-                <img src="http://mynewt.incubator.apache.org//images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+                <img src="http://mynewt.incubator.apache.org/images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>
@@ -344,4 +344,4 @@
         <script src="../js/custom.js"></script>
 
     </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index 5c68a14..27f58b2 100644
--- a/download/index.html
+++ b/download/index.html
@@ -35,7 +35,7 @@
 
         <div class="navbar navbar-default navbar-fixed-top" role="navigation">
     <div class="logo-container">
-        <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+        <img src="http://mynewt.incubator.apache.org/images/logo.svg">
     </div>
     <div class="container-fluid">
         <!-- Collapsed navigation -->
@@ -55,19 +55,19 @@
             <!-- Main navigation -->
             <ul class="nav navbar-nav navbar-right">
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/">Home</a>
+                    <a href="http://mynewt.incubator.apache.org/">Home</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/documentation/">Docs</a>
+                    <a href="http://mynewt.incubator.apache.org/documentation/">Docs</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/download/">Download</a>
+                    <a href="http://mynewt.incubator.apache.org/download/">Download</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/community/">Community</a>
+                    <a href="http://mynewt.incubator.apache.org/community/">Community</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/events/">Events</a>
+                    <a href="http://mynewt.incubator.apache.org/events/">Events</a>
                 </li>
             </ul>
 
@@ -84,7 +84,7 @@
                 <div class="row"
     <div class="column col-md-12">
         <div class="main-banner">
-            <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+            <img src="http://mynewt.incubator.apache.org/images/logo.svg">
             <h3 class="hidden-xs">real-time OS for modular microcontrollers</h3>
         </div>
     </div>
@@ -195,10 +195,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="http://mynewt.incubator.apache.org//images/apache-feather.png" alt="Apache" title="Apache">
+                <img src="http://mynewt.incubator.apache.org/images/apache-feather.png" alt="Apache" title="Apache">
             </div>
             <div class="col-xs-6 text-left">
-                <img src="http://mynewt.incubator.apache.org//images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+                <img src="http://mynewt.incubator.apache.org/images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>
@@ -220,4 +220,4 @@
         <script src="../js/custom.js"></script>
 
     </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/events/index.html
----------------------------------------------------------------------
diff --git a/events/index.html b/events/index.html
index 9b23306..2052fdf 100644
--- a/events/index.html
+++ b/events/index.html
@@ -35,7 +35,7 @@
 
         <div class="navbar navbar-default navbar-fixed-top" role="navigation">
     <div class="logo-container">
-        <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+        <img src="http://mynewt.incubator.apache.org/images/logo.svg">
     </div>
     <div class="container-fluid">
         <!-- Collapsed navigation -->
@@ -55,19 +55,19 @@
             <!-- Main navigation -->
             <ul class="nav navbar-nav navbar-right">
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/">Home</a>
+                    <a href="http://mynewt.incubator.apache.org/">Home</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/documentation/">Docs</a>
+                    <a href="http://mynewt.incubator.apache.org/documentation/">Docs</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/download/">Download</a>
+                    <a href="http://mynewt.incubator.apache.org/download/">Download</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/community/">Community</a>
+                    <a href="http://mynewt.incubator.apache.org/community/">Community</a>
                 </li>
                 <li>
-                    <a href="http://mynewt.incubator.apache.org//site/events/">Events</a>
+                    <a href="http://mynewt.incubator.apache.org/events/">Events</a>
                 </li>
             </ul>
 
@@ -84,7 +84,7 @@
                 <div class="row"
     <div class="column col-md-12">
         <div class="main-banner">
-            <img src="http://mynewt.incubator.apache.org//images/logo.svg">
+            <img src="http://mynewt.incubator.apache.org/images/logo.svg">
             <h3 class="hidden-xs">real-time OS for modular microcontrollers</h3>
         </div>
     </div>
@@ -131,10 +131,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="http://mynewt.incubator.apache.org//images/apache-feather.png" alt="Apache" title="Apache">
+                <img src="http://mynewt.incubator.apache.org/images/apache-feather.png" alt="Apache" title="Apache">
             </div>
             <div class="col-xs-6 text-left">
-                <img src="http://mynewt.incubator.apache.org//images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+                <img src="http://mynewt.incubator.apache.org/images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>
@@ -156,4 +156,4 @@
         <script src="../js/custom.js"></script>
 
     </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/01.png
----------------------------------------------------------------------
diff --git a/images/01.png b/images/01.png
new file mode 100644
index 0000000..6f368ff
Binary files /dev/null and b/images/01.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/apache-feather.png
----------------------------------------------------------------------
diff --git a/images/apache-feather.png b/images/apache-feather.png
new file mode 100644
index 0000000..c79e25e
Binary files /dev/null and b/images/apache-feather.png differ

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

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/asf_logo_wide.gif
----------------------------------------------------------------------
diff --git a/images/asf_logo_wide.gif b/images/asf_logo_wide.gif
new file mode 100644
index 0000000..fc287a8
Binary files /dev/null and b/images/asf_logo_wide.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/content-bg.png
----------------------------------------------------------------------
diff --git a/images/content-bg.png b/images/content-bg.png
new file mode 100644
index 0000000..8829c20
Binary files /dev/null and b/images/content-bg.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/folder.png
----------------------------------------------------------------------
diff --git a/images/folder.png b/images/folder.png
new file mode 100644
index 0000000..fb6128c
Binary files /dev/null and b/images/folder.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/logo-large.png
----------------------------------------------------------------------
diff --git a/images/logo-large.png b/images/logo-large.png
new file mode 100644
index 0000000..34b8deb
Binary files /dev/null and b/images/logo-large.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/logo-small.png
----------------------------------------------------------------------
diff --git a/images/logo-small.png b/images/logo-small.png
new file mode 100644
index 0000000..1aba52d
Binary files /dev/null and b/images/logo-small.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/logo.svg
----------------------------------------------------------------------
diff --git a/images/logo.svg b/images/logo.svg
new file mode 100644
index 0000000..f7a16b9
--- /dev/null
+++ b/images/logo.svg
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 277 241.1" style="enable-background:new 0 0 277 241.1;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:#F48633;}
+	.st1{fill:#20535D;}
+	.st2{fill:#DD6D27;}
+	.st3{fill:#415581;}
+	.st4{fill:#F68735;}
+	.st5{fill:#EF9B61;}
+</style>
+<g>
+	<g>
+		<path class="st0" d="M150.7,57.8c-0.2-1-0.5-1.9-0.9-2.5c-0.3-0.6-0.7-0.9-1-0.8c-0.3,0.1-0.6,0.4-0.8,0.9
+			c-0.3,0.5-0.5,1.3-0.8,2.2c-0.3,0.8-0.5,1.6-0.9,2.5c-0.1-0.2-0.2-0.5-0.2-0.7c-1-3.1-2.2-6-3.5-8.1c-0.6-1-1.3-1.8-1.9-2.3
+			c-0.6-0.5-1.1-0.7-1.3-0.5c-0.3,0.2-0.4,0.6-0.5,1.3c0,0.7,0,1.6,0,2.7c0,0.4,0.1,0.9,0.1,1.4c0.2,1.9,0.3,4,0.3,6.1
+			c0,0.2,0,0.4,0,0.5c0,0.3,0,0.6,0,1c0-0.1-0.1-0.2-0.1-0.2c-0.3,4.2-1.5,7.7-5.5,7.7c-0.3,0-0.6-0.1-0.9-0.1h-4.3v-0.1
+			c-1.8-0.2-3.2-1.6-3.5-3.4h0c-0.4-2.9-1-5.8-1.8-8.5c-1.4-4.9-3.3-9.4-5.6-13.5c-2.2-4-4.7-7.6-7.3-10.7c-2.6-3.1-5.3-5.7-7.9-8
+			c-1.8-1.5-3.6-2.8-5.2-4c-4-3.9-10.7-10.5-13.5-12.3c-4.1-2.7-26.1-8.3-26.1-8.3c-1.2-0.4-2.4-0.4-3.1,0.6l-2.3,3.5l-1.8,2.8
+			L48,10.7c-0.7,1-0.2,2.1,0.6,3.1c0,0,13.8,18,17.9,20.7c0,0,0.1,0,0.1,0.1c0.3,0.2,0.6,0.5,0.8,0.7c0.3,0.3,0.7,0.5,1.1,0.8
+			c0.4,0.2,0.7,0.5,1.1,0.7c0.4,0.2,0.8,0.4,1.1,0.6c0.4,0.2,0.8,0.4,1.2,0.6c0.4,0.2,0.8,0.4,1.2,0.5c0,0,0,0,0.1,0
+			c0.2,0.1,0.5,0.2,0.7,0.2c0.2,0.1,0.5,0.1,0.7,0.2c0.3,0.1,0.8,0.3,1.2,0.4c0.5,0.2,1,0.4,1.5,0.6c0.6,0.2,1.2,0.5,1.8,0.8
+			c0.3,0.1,0.7,0.3,1,0.5c0.3,0.2,0.7,0.4,1.1,0.6c1.5,0.8,3.1,1.9,4.7,3.1c1.7,1.3,3.4,2.8,5.1,4.7c1.7,1.8,3.4,4,4.9,6.4
+			c1.3,2.2,2.5,4.5,3.5,7.1l0,0c0.2,0.5,0.4,1.1,0.4,1.7c0,2.2-1.8,4-4,4l0,0h-8c-0.5,0.1-1,0.1-1.6,0.1c-8.3,0-12.3-5.4-14.9-8.6
+			c-0.1-0.1-0.2-0.3-0.3-0.4c-0.5-0.5-1-1.1-1.4-1.5c-0.7-0.8-1.3-1.5-1.9-1.9c-0.5-0.5-0.9-0.7-1.2-0.6c-0.3,0.1-0.5,0.6-0.6,1.3
+			c-0.1,0.7,0,1.8,0.3,2.9c0.5,2.4,1.7,5.3,3.2,8.2c0.1,0.2,0.2,0.5,0.4,0.7c-0.9-0.4-1.7-0.8-2.4-1.2c-0.9-0.4-1.6-0.8-2.1-1
+			c-0.6-0.2-1-0.3-1.2-0.1C64,67,64,67.5,64.1,68.1c0.2,0.6,0.5,1.5,1.1,2.4c1.1,1.8,3,3.9,5.2,5.8c4.3,3.8,9.6,6.7,10.8,7.2
+			c0.8,0.4,1.6,0.5,2.4,0.4c0.2,0,0.4,0,0.6,0c0.4,0,0.9,0,1.3-0.1h11.7c2.2,0,4,1.8,4,4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2-0.1,0.3
+			l-0.2,0.7l-0.2,0.7c-0.1,0.5-0.3,0.9-0.4,1.4c-0.6,1.9-1.4,3.8-2.3,5.6c-0.9,1.8-2,3.6-3.2,5.4c-1.2,1.7-2.6,3.4-4.1,5
+			c-6,6.3-14.3,11.1-23.7,12.8c-0.6,0.1-1.2,0.2-1.8,0.3c-0.6,0.1-1.2,0.1-1.8,0.2c-0.6,0.1-1.2,0.1-1.8,0.1l-0.9,0.1l-1.2,0.1H44.9
+			c-1.1-0.1-2.1-0.6-2.9-1.3l-0.7-0.7c-0.2-0.1-0.4-0.3-0.6-0.5c-2.7-2.6-1.1-5.8,1-8.3c0,0,0,0-0.1,0c0.1-0.1,0.1-0.1,0.2-0.2
+			c1.4-1.6,3-3,3.8-3.6c0.1-0.1,0.3-0.2,0.5-0.3c0.8-0.7,1.5-1.4,2.2-1.9c0.8-0.7,1.5-1.3,1.9-1.9c0.5-0.5,0.7-0.9,0.6-1.2
+			c-0.1-0.3-0.6-0.5-1.3-0.6c-0.7-0.1-1.8,0-2.9,0.3c-2.4,0.5-5.3,1.7-8.2,3.2c-0.2,0.1-0.5,0.2-0.7,0.4c0.4-0.9,0.8-1.7,1.2-2.4
+			c0.4-0.9,0.8-1.6,1-2.1c0.2-0.6,0.3-1,0.1-1.2c-0.2-0.3-0.6-0.3-1.3-0.2c-0.6,0.2-1.5,0.5-2.4,1.1c-1.8,1.1-3.9,3-5.8,5.2
+			c-3.8,4.3-6.7,9.6-7.2,10.8c-0.2,0.4-0.3,0.8-0.4,1.3c-0.6,2.4,0.1,5.1,2,7c0.3,0.3,0.6,0.6,1,0.8l0.6,0.6c0.8,0.9,1.2,2,1.2,3.3
+			c0,1.7-0.8,3.1-2,4c-1.5,1.1-3,2.2-4.4,3.4c-2.6,2.3-5.1,4.7-7.3,7.4c-2.2,2.7-4.2,5.5-5.9,8.5c-1.7,3-3.2,6.1-4.4,9.3
+			c-2.4,6.4-3.6,13.2-3.8,20c-0.1,3.4,0.2,6.7,0.7,10c0.2,1.6,0.6,3.3,0.9,4.9c0.2,0.8,0.4,1.6,0.6,2.4c0.2,0.8,0.5,1.6,0.7,2.4
+			c1,3.1,2.3,6.1,3.8,9c1.5,2.9,3.2,5.6,5.1,8.1c3.8,5.1,8.4,9.5,13.3,13c2.5,1.7,5.1,3.3,7.8,4.6c2.7,1.3,5.4,2.4,8.2,3.3
+			c5.5,1.8,11.2,2.6,16.6,2.7c5.5,0,10.7-0.6,15.6-1.9c4.9-1.3,9.4-3.2,13.5-5.5c0.5-0.3,1-0.6,1.5-0.9c0.5-0.3,1-0.6,1.5-0.9
+			c0.5-0.3,0.9-0.6,1.4-1c0.5-0.3,0.9-0.6,1.4-1c0.9-0.7,1.8-1.3,2.6-2c0.4-0.4,0.8-0.7,1.2-1c0.4-0.4,0.8-0.7,1.2-1.1
+			c3.1-2.9,5.6-5.9,7.7-9c2.1-3.1,3.7-6.1,5-9c1.3-2.9,2.1-5.7,2.8-8.2c1.2-5.1,1.5-9.2,1.4-11.9c0-1.4-0.1-2.4-0.2-3.1
+			c-0.1-0.7-0.2-1.1-0.3-1.1c-0.1,0-0.3,0.4-0.4,1.1c-0.1,0.7-0.3,1.7-0.5,3c-0.5,2.6-1.3,6.5-3,11.1c-0.9,2.3-2,4.8-3.4,7.4
+			c-1.4,2.6-3.2,5.2-5.4,7.9c-2.2,2.6-4.7,5.2-7.7,7.5c-3,2.3-6.3,4.5-10,6.2c-7.4,3.5-16.3,5.4-25.6,4.6c-0.6-0.1-1.2-0.1-1.7-0.2
+			l-0.9-0.1l-0.9-0.1c-0.6-0.1-1.2-0.2-1.7-0.3c-0.6-0.1-1.1-0.2-1.7-0.4c-0.6-0.1-1.1-0.3-1.7-0.4c-0.6-0.2-1.1-0.3-1.7-0.5
+			c-0.6-0.2-1.1-0.4-1.7-0.6c-0.6-0.2-1.1-0.4-1.7-0.6c-2.2-0.9-4.4-1.9-6.5-3.2c-2.1-1.2-4.1-2.7-6.1-4.2
+			c-7.7-6.3-13.6-15.2-16.1-25.1c-1.3-5-1.7-10.2-1.3-15.3c0.2-2.6,0.7-5.1,1.3-7.6c0.2-0.6,0.3-1.2,0.5-1.9l0.6-1.8l0.7-1.8
+			c0.2-0.6,0.5-1.2,0.8-1.8c2.1-4.7,5-9,8.5-12.7c1.8-1.8,3.7-3.5,5.7-5.1c0.5-0.4,1-0.8,1.5-1.1l1.6-1l1.6-1
+			c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.3-0.2,0.5-0.3c3.2-1.7,6.9-3.5,13.6-4.6c2.1,0,4.6,0.6,5.6,3.8c1,3.1-1.6,7.3,4,5.6
+			c5.1-1.5,15.4-4.5,20.6,3.8c0.4,0.7,2.3,1.2,2.7-0.1c0.6-1.9,0.7-3.4-0.2-5.5c-1.8-4.7-5.5-6.4-11.1-5.9c-5.9,0.6-4.9-2.7-3-3.2
+			c0.2,0,0.4-0.1,0.6-0.1c0,0,0.1,0,0.1,0l0,0c1.8-0.2,3.6-0.4,5.4-0.8c2.4-0.6,4.7-1.3,6.9-2.1c0.6-0.2,1.3-0.4,1.9-0.7
+			c0.2-0.1,0.3-0.1,0.5-0.2c1.3-0.5,2.5-1.1,3.8-1.7c6.1-2.9,11.5-6.8,16.2-11.3c2.3-2.3,4.5-4.7,6.5-7.2c2-2.5,3.7-5.2,5.2-7.9
+			c1.5-2.7,2.8-5.5,4-8.4c0.5-1.4,1.1-2.9,1.5-4.3c0.5-1.4,0.8-2.9,1.2-4.3c0.2-0.9,0.4-1.8,0.6-2.7h0c0.3-1.9,1.9-3.3,3.9-3.3h12.8
+			v-0.1c2.9,0,5.4-1.8,6.6-4.3c0.3-0.4,0.5-0.8,0.7-1.2c0.5-1.2,2.1-7,2.5-12.7C151.3,62.7,151.1,59.9,150.7,57.8z"/>
+		<path class="st1" d="M71,138.6l0.5,0.1C71.3,138.7,71.1,138.6,71,138.6z"/>
+	</g>
+	<path class="st2" d="M114.2,184.4c-0.1-0.7-0.2-1.1-0.3-1.1c0,29.6-24,53.5-53.5,53.5c-29.6,0-53.5-24-53.5-53.5
+		c0-29.6,24-53.5,53.5-53.5c27.9,0,50.9-21.4,53.3-48.7c0.1-1.6,0.2-3.2,0.2-4.8c0-16.5-7.5-31.3-19.2-41.1L51.4,5.6l-1.1,1.6
+		L48,10.7c-0.7,1-0.2,2.1,0.6,3.1c0,0,13.8,18,17.9,20.7c0,0,0.1,0,0.1,0.1c0.3,0.2,0.6,0.5,0.8,0.7c0.3,0.3,0.7,0.5,1.1,0.8
+		c0.4,0.2,0.7,0.5,1.1,0.7c0.4,0.2,0.8,0.4,1.1,0.6c0.4,0.2,0.8,0.4,1.2,0.6c0.4,0.2,0.8,0.4,1.2,0.5c0,0,0,0,0.1,0
+		c0.2,0.1,0.5,0.2,0.7,0.2c0.2,0.1,0.5,0.1,0.7,0.2c0.3,0.1,0.8,0.3,1.2,0.4c0.5,0.2,1,0.4,1.5,0.6c0.6,0.2,1.2,0.5,1.8,0.8
+		c0.3,0.1,0.7,0.3,1,0.5c0.3,0.2,0.7,0.4,1.1,0.6c1.5,0.8,3.1,1.9,4.7,3.1c1.7,1.3,3.4,2.8,5.1,4.7c1.7,1.8,3.4,4,4.9,6.4
+		c1.3,2.1,2.5,4.5,3.5,7.1l0,0c0.2,0.5,0.4,1.1,0.4,1.7c0,2.2-1.8,4-4,4l0,0h-8.4C87.3,69,87,69,86.6,69c-4.8,0-8.1-1.8-10.6-4
+		c0,0,0,0,0,0.1c-0.1-0.1-0.1-0.1-0.2-0.2c-1.5-1.3-2.7-2.8-3.7-4c-0.8-0.9-1.5-1.7-2.2-2.4c-0.7-0.8-1.3-1.5-1.9-1.9
+		c-0.5-0.5-0.9-0.7-1.2-0.6c-0.3,0.1-0.5,0.6-0.6,1.3c-0.1,0.7,0,1.8,0.3,2.9c0.5,2.4,1.7,5.3,3.2,8.2c0.1,0.2,0.2,0.5,0.4,0.7
+		c-0.9-0.4-1.7-0.8-2.4-1.2c-0.9-0.4-1.6-0.8-2.1-1c-0.6-0.2-1-0.3-1.2-0.1C64,67,64,67.5,64.1,68.1c0.2,0.6,0.5,1.5,1.1,2.4
+		c1.1,1.8,3,3.9,5.2,5.8c4.3,3.8,9.6,6.7,10.8,7.2c0.8,0.4,1.6,0.5,2.4,0.4c0.2,0,0.4,0,0.6,0c0.4,0,0.9,0,1.3-0.1h11.7
+		c2.2,0,4,1.8,4,4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2-0.1,0.3l-0.2,0.7l-0.2,0.7c-0.1,0.5-0.3,0.9-0.4,1.4c-0.6,1.9-1.4,3.8-2.3,5.6
+		c-0.9,1.8-2,3.6-3.2,5.4c-1.2,1.7-2.6,3.4-4.1,5c-6,6.3-14.3,11.1-23.7,12.8c-0.6,0.1-1.2,0.2-1.8,0.3c-0.6,0.1-1.2,0.1-1.8,0.2
+		c-0.6,0.1-1.2,0.1-1.8,0.1l-0.9,0.1l-1.2,0.1H44.9c-1.1-0.1-2.1-0.6-2.9-1.3l-1.2-1.2c-2.7-2.6-1.1-5.7,1-8.2c0,0-0.1,0-0.1,0
+		c0.1-0.1,0.2-0.2,0.4-0.3c1.4-1.6,2.9-2.9,3.7-3.5c0.1-0.1,0.3-0.2,0.4-0.3c0.8-0.7,1.5-1.4,2.2-1.9c0.8-0.7,1.5-1.3,1.9-1.9
+		c0.5-0.5,0.7-0.9,0.6-1.2c-0.1-0.3-0.6-0.5-1.3-0.6c-0.7-0.1-1.8,0-2.9,0.3c-2.4,0.5-5.3,1.7-8.2,3.2c-0.2,0.1-0.5,0.2-0.7,0.4
+		c0.4-0.9,0.8-1.7,1.2-2.4c0.4-0.9,0.8-1.6,1-2.1c0.2-0.6,0.3-1,0.1-1.2c-0.2-0.3-0.6-0.3-1.3-0.2c-0.6,0.2-1.5,0.5-2.4,1.1
+		c-1.8,1.1-3.9,3-5.8,5.2c-3.8,4.3-6.7,9.6-7.2,10.8c-0.2,0.4-0.3,0.8-0.4,1.3c-0.6,2.4,0.1,5.1,2,7c0.3,0.3,0.6,0.6,1,0.8l0.6,0.6
+		c0.8,0.9,1.2,2,1.2,3.3c0,1.7-0.8,3.1-2,4c-1.5,1.1-3,2.2-4.4,3.4c-2.6,2.3-5.1,4.7-7.3,7.4c-2.2,2.7-4.2,5.5-5.9,8.5
+		c-1.7,3-3.2,6.1-4.4,9.3c-2.4,6.4-3.6,13.2-3.8,20c-0.1,3.4,0.2,6.7,0.7,10c0.2,1.6,0.6,3.3,0.9,4.9c0.2,0.8,0.4,1.6,0.6,2.4
+		c0.2,0.8,0.5,1.6,0.7,2.4c1,3.1,2.3,6.1,3.8,9c1.5,2.9,3.2,5.6,5.1,8.1c3.8,5.1,8.4,9.5,13.3,13c2.5,1.7,5.1,3.3,7.8,4.6
+		c2.7,1.3,5.4,2.4,8.2,3.3c5.5,1.8,11.2,2.6,16.6,2.7c5.5,0,10.7-0.6,15.6-1.9c4.9-1.3,9.4-3.2,13.5-5.5c0.5-0.3,1-0.6,1.5-0.9
+		c0.5-0.3,1-0.6,1.5-0.9c0.5-0.3,0.9-0.6,1.4-1c0.5-0.3,0.9-0.6,1.4-1c0.9-0.7,1.8-1.3,2.6-2c0.4-0.4,0.8-0.7,1.2-1
+		c0.4-0.4,0.8-0.7,1.2-1.1c3.1-2.9,5.6-5.9,7.7-9c2.1-3.1,3.7-6.1,5-9c1.3-2.9,2.1-5.7,2.8-8.2c1.2-5.1,1.5-9.2,1.4-11.9
+		C114.4,186.2,114.3,185.1,114.2,184.4z"/>
+	<path class="st3" d="M124.3,150.8c3.9-1.7,10.6-3.4,16-3.4c10.5,0,14.1,3.7,14.1,13.5V197c0,1.6-0.2,1.6-8.3,1.6v-35.3
+		c0-6.4-1-8.8-6-8.8c-2.2,0-5.4,0.6-7.5,1.8V197c0,1.6-0.2,1.6-8.1,1.6V150.8z"/>
+	<path class="st3" d="M191.4,188.5c0.5,1.6,0.7,3.9,0.7,5.5c0,3.1-6.3,5.5-13.9,5.5c-9.3,0-16.1-3.8-16.1-23.5
+		c0-25.1,8.9-28.7,17.8-28.7c8.4,0,12.8,5.3,12.8,16.1c0,4.5-0.3,9.4-1.1,13.1c-6.6,1.3-16.1,1.6-21.1,1.6
+		c0.4,10.8,3.3,13.7,9.4,13.7C184,191.7,188,190.5,191.4,188.5 M170.6,171.6c3.9,0.1,10.3-0.1,13.9-1.1c0.4-1.8,0.5-4.1,0.5-6
+		c-0.1-7.3-1.4-9.9-5.8-9.9C174.9,154.5,171.3,157.9,170.6,171.6"/>
+	<path class="st3" d="M240.2,150.2c0.3-1.8,0.6-1.8,8-1.8c0,0-10.4,50.5-10.8,50.5c0,0-1.8,0.3-5.2,0.3c-1.4,0-3.5-1.6-4.2-5.2
+		l-1.3-6.8c-1.8-8.3-3.1-18.9-3.7-25c-0.7,6.1-2,16.8-3.7,25.1l-2.3,11.6c0,0-4.1,0.3-6.7,0.3c-1.7,0-2.8-2-3.4-4.9
+		c-2.9-12.4-9.7-44.2-9.7-44.2c-0.3-1.7,0.4-1.7,8.7-1.7l3.1,16.4c2,11.2,3.5,24.5,3.5,24.5h0.6c0.5-3.5,1.7-12.3,2.8-18.6l3.2-19.2
+		c0.2-1.4,0.5-1.7,2.6-1.7h1.3h4l3.9,21.1c1.7,7.6,3.1,18.4,3.1,18.4h0.5c0.5-5.9,1.8-16.5,3.2-24.5L240.2,150.2z"/>
+	<path class="st3" d="M251.7,155.3c0-6.2,0.1-6.9,1.7-6.9h5.1v-15.3c0-2.8,1.5-2.8,8-2.8v18.1H277c0,6.3-0.1,6.9-1.7,6.9h-8.7v29.3
+		c0,4.3,0.1,8,3.7,8c2.3,0,3.8-0.6,5.8-1.5c0.3,1,0.6,2.4,0.6,4c0,3.6-4.7,4.4-8.6,4.4c-8.5,0-9.5-5.9-9.5-15v-29.3H251.7z"/>
+	<path class="st4" d="M106.6,181.3l5.8-2c0,0-9.5,60.7-59.1,50.6c0,0,34.4,8.6,46.6-29.7l0.6-2.9l6.1-9.3L106.6,181.3z"/>
+	<path class="st4" d="M32.2,154.4c4.4-2,9.7-3.3,15.2-3.3c4.3,0,7.2,1.1,9.1,3.1c3.4-1.9,8.2-3.1,12.3-3.1c10,0,11.3,5.1,11.3,14.2
+		V197c0,1.6-0.3,1.6-8.1,1.6v-33.4c0-4.9-0.8-6.9-4.9-6.9c-2.3,0-4.5,0.5-6.8,1.9v12.3v0.2V197c0,1.6,0,1.6-8,1.6v-33.6
+		c0-4.9-0.3-6.8-5-6.8c-2.2,0-4.5,0.5-6.8,1.8V197c0,1.6-0.3,1.6-8.1,1.6V154.4z"/>
+	<path class="st4" d="M99.9,200.1l11.5-16.5l8.2-35.3c-8.2,0-8.3,0-8.7,2.3l-4.5,21.7c-1.4,8.1-2.4,17.9-2.4,17.9s-1.1-9.8-2.7-17.8
+		l-5.5-24.1c-6.6,0-8,0-8,1.1c0,0.3,0.1,0.7,0.2,1.1L99.9,200.1z"/>
+	<g>
+		<polygon class="st3" points="70.4,7.8 75.2,7.8 76.6,10.3 		"/>
+		<polygon class="st3" points="62.1,26.6 60.7,22 64.9,26.6 		"/>
+		<polygon class="st5" points="95.9,36.4 66.7,28.6 49.1,9.1 54.3,1.2 55.1,1.5 79,11.3 		"/>
+	</g>
+</g>
+</svg>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/performance.png
----------------------------------------------------------------------
diff --git a/images/performance.png b/images/performance.png
new file mode 100644
index 0000000..ade0fb4
Binary files /dev/null and b/images/performance.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/images/watch.png
----------------------------------------------------------------------
diff --git a/images/watch.png b/images/watch.png
new file mode 100644
index 0000000..8516183
Binary files /dev/null and b/images/watch.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/02360827/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 8e1dce3..fd954fd 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,219 @@
 <!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>Mynewt</title>
+  
+
+  <link rel="shortcut icon" href="./img/favicon.ico">
+
+  
+  <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
+
+  <link rel="stylesheet" href="./css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="./css/theme_extra.css" type="text/css" />
+  <link rel="stylesheet" href="./css/highlight.css">
+  <link href="./extra.css" rel="stylesheet">
+
+  
+  <script>
+    // Current page data
+    var mkdocs_page_name = "None";
+  </script>
+  
+  <script src="./js/jquery-2.1.1.min.js"></script>
+  <script src="./js/modernizr-2.8.3.min.js"></script>
+  <script type="text/javascript" src="./js/highlight.pack.js"></script>
+  <script src="./js/theme.js"></script> 
+
+  
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
+      <div class="wy-side-nav-search">
+        <a href="." class="icon icon-home"> Mynewt</a>
+        <div role="search">
+  <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+  </form>
+</div>
+      </div>
+
+      <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+        <ul class="current">
+          
+            <li>
+    <li class="toctree-l1 current">
+        <a class="current" href=".">Home</a>
+        
+            <ul>
+            
+                <li class="toctree-l3"><a href="#asf-incubator-project">ASF Incubator Project</a></li>
+                
+            
+                <li class="toctree-l3"><a href="#objective-of-mynewt">Objective of Mynewt</a></li>
+                
+                    <li><a class="toctree-l4" href="#project-information-links">Project Information Links</a></li>
+                
+                    <li><a class="toctree-l4" href="#project-git-repository">Project GIT Repository</a></li>
+                
+                    <li><a class="toctree-l4" href="#using-project-git-repository">Using Project GIT Repository</a></li>
+                
+                    <li><a class="toctree-l4" href="#mailing-lists">Mailing Lists</a></li>
+                
+                    <li><a class="toctree-l4" href="#documentation-organization">Documentation Organization</a></li>
+                
+                    <li><a class="toctree-l4" href="#contributing-to-documentation">Contributing to Documentation</a></li>
+                
+            
+            </ul>
+        
+    </li>
+<li>
+          
+            <li>
+    <ul class="subnav">
+    <li><span>Get Started</span></li>
+
+        
+            
+    <li class="toctree-l1 ">
+        <a class="" href="get_started/newt_concepts/">Newt Concepts</a>
+        
+    </li>
+
+        
+            
+    <li class="toctree-l1 ">
+        <a class="" href="get_started/project1/">Blinky, The First Project</a>
+        
+    </li>
+
+        
+            
+    <li class="toctree-l1 ">
+        <a class="" href="get_started/how_to_edit_docs/">How to edit docs</a>
+        
+    </li>
+
+        
+            
+    <li class="toctree-l1 ">
+        <a class="" href="get_started/try_markdown/">Sample doc to edit</a>
+        
+    </li>
+
+        
+    </ul>
+<li>
+          
+            <div class="goals">
+                <div class="row">
+                    <div class="col-md-12 text-center">
+                        <h2>The world of Mynewt, therefore, has four primary collaborative goals:</h2>
+                    </div>
+                </div>
+                <div class="row">
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="http://mynewt.incubator.apache.org/images/folder.png">
+                        </div>
+                        <p>Build a modularized real-time operating system for a rich set of hardware components</p>
+                    </div>
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="http://mynewt.incubator.apache.org/images/watch.png">
+                        </div>
+                        <p>Offer a suite of open-source software for efficient and secure two-way communications with an embedded device</p>
+                    </div>
+                </div>
+                <div class="row">
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="http://mynewt.incubator.apache.org/images/01.png">
+                        </div>
+                        <p>Develop method and tools necessary to build an optimized executable image on the desired hardware</p>
+                    </div>
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="http://mynewt.incubator.apache.org/images/performance.png">
+                        </div>
+                        <p>Enable configuration and collection of diagnostic information to manage devices on the network</p>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+<div class="row bg-orange">
+    <div class="column col-md-12">
+        <div class="container">
+            <div class="row">
+                <div class="column col-sm-12 col-md-offset-3 col-md-6 search-container text-center">
+                    <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
+                        <div class="form-group">
+                            <label for="search-input">Search Documentation</label>
+                            <input id="search-input" type="text" name="q" placeholder="Search documentation" />
+                            <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
+                        </div>
+                    </form>
+                </div>
+            </div>
+        </div>
+    </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-right">
+                <img src="http://mynewt.incubator.apache.org/images/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="http://mynewt.incubator.apache.org/images/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <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>
+        </div>
+    </div>
+</footer>
+            </div>
+        </div>
+
+        <script src="./js/jquery-1.10.2.min.js"></script>
+        <script src="./js/bootstrap-3.0.3.min.js"></script>
+        <script src="./js/highlight.pack.js"></script>
+        <script src="./js/base.js"></script>
+        <script src="./js/custom.js"></script>
+
+    </body>
+</html>
+<!DOCTYPE html>
 <html lang="en">
     <head>
         <meta charset="utf-8">
@@ -213,3 +428,4 @@
 
     </body>
 </html>
+