http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/index.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/index.scss 
b/doc/themes/weex/source/css/index.scss
deleted file mode 100644
index c8ad8a0..0000000
--- a/doc/themes/weex/source/css/index.scss
+++ /dev/null
@@ -1,581 +0,0 @@
-@import "variable.scss";
-
-.scene-container {
-  max-width: 1680px;
-  height: 100%;
-  margin: 0 auto;
-  overflow: hidden;
-  position: relative;
-}
-
-.scene {
-  position: relative;
-  height: 100%;
-  height: calc(100% - 72px);
-
-  // &:nth-child(even) {
-  //   background: $bg-blue; 
-  //   color: $text-white;
-  // }
-
-  // &:nth-child(odd) {
-    
-
-  //   background: $bg-gray;
-  //   color: $text-blue;
-  // }
-
-  h2 {
-    font-family: "Gill Sans";
-    font-weight: 400;
-    font-size: 2.64em;
-    margin: .7em 0;
-    text-align: center;
-  }
-
-  ul, li , ol {
-    margin: 0;
-    padding: 0;
-    list-style-type: none;
-  }
-}
-
-.horizon .scene-container, .edge .scene-container {
-  max-width: $content-max-width;
-  padding-bottom: 2em;
-  display: flex;
-  flex-direction: column;
-  align-content: space-around;
-}
-
-.horizon{
-  .textbox {
-    flex: 1;
-    display: flex;
-    flex-direction: column;
-    justify-content: center;
-    padding: 0 1em;
-  }
-
-  .textbox p {
-    width: 70%;
-    margin: 0 auto;
-    text-align: center;
-  }
-
-  .sketch-content {
-    padding: 0 7em;
-    display: flex;
-    flex: 3;
-    align-items: stretch;
-  }
-
-  .inner-box {
-    flex: 1;
-    padding: 0 2em;
-  }
-}
-
-.header {
-  height: 100%;
-  position: relative;
-  background: $bg-blue; 
-  color: $text-white;
-
-  #slider {
-    margin-top: 73px;
-    height: 100%;
-    height: calc(100% - 72px);
-  }
-
-  .swiper-container {
-    max-width: $content-max-width;
-    height: 100%;
-  }
-
-  .swiper-controller {
-    max-width: $content-max-width;
-    height: 100%;
-    margin: auto;
-    position: absolute;
-    top: 0;
-    right: 0;
-    bottom: 0;
-    left: 0;
-  }
-
-  .swiper-button-next, .swiper-button-prev {
-    background: transparent !important;
-    color: $text-white;
-    line-height: 44px;
-  }
-
-  .swiper-button-next {
-    transform: rotate(180deg);
-  }
-
-  .slide-content {
-    max-width: $content-max-width;
-    margin: auto;
-    height: 100%;
-    
-    .page-title {
-      font-size: 2.3em;
-      font-family: "Gill Sans";
-      width: 500px;
-      text-align: center;
-      position: absolute;
-      top: 70px;
-      left: 50%;
-      margin-left: -250px;
-      line-height: 120%;
-    }
-
-    .btn-group {
-      position: absolute;
-      bottom: 30%;
-      left: 50%;
-      margin-left: -11.222em;
-
-      & > .button:nth-child(2) {
-        margin-left: 20px;
-      }
-    }
-  }
-
-  .galaxy {
-    height: 560px;
-    width: 560px;
-    position: absolute;
-    top: 45%;
-    margin-top: -230px;
-  }
-
-  .left {
-    left: -40px;
-  } 
-
-  .right {
-    top: 55%;
-    right: -110px;
-  } 
-}
-
-.edge {
-
-  background: $bg-gray;
-  color: $text-blue;
-
-  .scene-container {
-    .textbox {
-      flex: 3;
-      display: flex;
-      flex-direction: row;
-      align-items: flex-end;
-      justify-content: center;
-    }
-
-    .sketch-content {
-      padding: 2em 7em;
-      display: flex;
-      flex: 5;
-      flex-direction: row; 
-      align-items: flex-start;
-    }
-  }
-
-  .inner-box {
-    flex: 1;
-    text-align: center;
-    padding: 0 1em;
-
-    img {
-      width: 78px;
-      height: 78px;
-      color: $text-light-black;
-    }
-
-    h3 {
-      margin: .4em;
-      font-size: 1.5em;
-      color: $text-light-black;
-    }
-
-    .underline {
-      display: inline-block;
-      background: $bg-blue;
-      width: 80px;
-      height: 3px;
-      margin: 0 0 20px;
-    }
-
-    p {
-      font-size: 1em;
-      color: $text-light-black;
-    }
-  }
-}
-
-.feature {
-  background: $bg-blue; 
-  color: $text-white;
-  .feature-content {
-    height: 100%;
-    max-width: $content-max-width;
-    margin: 0 auto;
-    position: relative;
-    overflow: hidden;
-  }
-
-  .left-text {
-    position: relative;
-    padding: 15px 20px;
-    z-index: 99;
-  }
-
-  .left-text h2 {
-    width: 300px;
-    text-align: left;
-    line-height: 120%;
-  }
-
-  .left-text p {
-    width: 220px;
-    line-height: 1.7;
-    text-align: left;
-  }
-
-  .right-box {
-    width: 660px;
-    height: 405px;
-    position: absolute;
-    top: 30%;
-    right: 0px;
-    // right: -100%;
-    z-index: 1;
-    .imgbox {
-      position: absolute;
-      // transform: translateX(1000px);
-    }
-    .level1 {
-      width: 660px;
-      height: 405px;
-      background: url("../images/level1.png")  50% 50% / contain no-repeat;
-      background-origin: content-box;
-      z-index: 9;
-      top: 0;
-      left: 660px;
-    }
-    .level2 {
-      width: 660px;
-      height: 405px;
-      background: url("../images/level2.png")  50% 50% / contain no-repeat;
-      background-origin: content-box;
-      z-index: 99;
-      top: -30px;
-      left: 660px;
-    }
-    .level3 {
-      width: 660px;
-      height: 405px;
-      background: url("../images/level3.png")  50% 50% / contain no-repeat;
-      background-origin: content-box;
-      z-index: 99;
-      top: -60px;
-      left: 660px;
-    }
-    .level4 {
-      width: 660px;
-      height: 405px;
-      background: url("../images/level4.png")  50% 50% / contain no-repeat;
-      background-origin: content-box;
-      z-index: 999;
-      top: -85px;
-      // left: -15px;
-      left: 660px;
-    }
-  }
-  .right-img {
-    width: 70%;
-    position: absolute;
-    top: 40px;
-    right: 0;
-  }
-}
-
-.cross-platform {
-
-  background: $bg-gray;
-  color: $text-blue;
-
-  .sketch-content {
-    flex: 5;
-  }
-  .imgbox{
-    height: auto;
-    &.ios {
-      padding: 0 30px;
-      background: url("../images/ios.png")  50% 50% / contain no-repeat;
-      background-size: contain;
-      background-position: left 50% bottom 0px;
-      background-origin: content-box;
-    }
-
-    &.android {
-      background: url("../images/android.png")  50% 50% / contain  no-repeat;
-      background-size: contain;
-      background-position: left 50% bottom 0px;
-      background-origin: content-box;
-    }
-
-    &.h5 {
-      flex: 1.16;
-      background: url("../images/web.png")  50% 50% / contain  no-repeat;
-      background-position: left 50% bottom 0px;
-      background-size: contain;
-      background-origin: content-box;
-    }
-  }
-
-  .textbox p {
-    color: $text-light-black;
-  }
-}
-
-.supporting-vue {
-  background: $bg-blue; 
-  color: $text-white;
-
-  .sketch-content.imgbox {
-    background: url("../images/vue.png") 50% 50% / contain no-repeat;
-    background-origin: content-box;
-    position: relative;
-
-    .imgbox {
-      width: 100%;
-      height: 104px;
-      background: url("../images/vue-logo.png") 50% 50% / contain no-repeat;
-      position: absolute;
-      top: -50px;
-      left: 0;
-      right: 0;
-    } 
-  }
-}
-
-.schematic {
-
-  background: $bg-gray;
-  color: $text-blue;
-
-  .textbox p {
-    color: $text-light-black;
-  }
-
-  .sketch-content.imgbox {
-    background: url("../images/flow.png") 50% 50% / contain no-repeat;
-    background-origin: content-box;
-  }
-}
-
-.users {
-
-  background: $bg-blue; 
-  color: $text-white;
-
-  .sketch-content {
-    display: flex;
-    flex-flow: row wrap;
-    justify-content: center;
-    align-content: flex-start;
-
-    .user-logo {
-      width: 150px;
-      height: 150px;
-      margin: 1px;
-      overflow: hidden;
-      position: relative;
-      transition-duration: .3s;
-      transition-property: box-shadow;
-
-      h3 {
-        font-size: 1em;
-        margin-top: 30px;
-        text-align: center;
-        margin-top: 125px;
-      }
-
-      &:hover {
-        position: relative;
-        z-index: 999;
-        box-shadow: 0px 1px 12px 0 rgba(0,0,0,0.54);
-      }
-
-      &:hover .user-info {
-        opacity: .9;
-      }
-    }
-
-    .tmall-logo {
-      background: $bg-light-blue url("../images/tmall.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-
-    .aliyun-logo {
-      background: $bg-light-blue url("../images/aliyun.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-
-    .taobao-logo {
-      background: $bg-light-blue url("../images/taobao.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-
-    .alibaba-logo {
-      background: $bg-light-blue url("../images/alibaba.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-
-    .cainiao-logo {
-      background: $bg-light-blue url("../images/cainiao.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-
-    .xiami-logo {
-      background: $bg-light-blue url("../images/xiami.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-
-    .youku-logo {
-      background: $bg-light-blue url("../images/youku.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-    .ding-logo {
-      background: $bg-light-blue url("../images/ding.png") 50% 50% / 64px 64px 
no-repeat;
-      background-origin: content-box;
-    }
-    .taopiaopiao-logo {
-      background: $bg-light-blue url("../images/taopiaopiao.png") 50% 50% / 
64px 64px no-repeat;
-      background-origin: content-box;
-    }
-    .fliggy-logo {
-      background: $bg-light-blue url("../images/fliggy.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-    .juhuasuan-logo {
-      background: $bg-light-blue url("../images/juhuasuan.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-    .qianniu-logo {
-      background: $bg-light-blue url("../images/qianniu.png") 50% 50% / 64px 
64px no-repeat;
-      background-origin: content-box;
-    }
-  }
-
-  .user-info {
-    opacity: 0;
-    position: absolute;
-    top: 0;
-    right: 0;
-    bottom: 0;
-    left: 0;
-    padding: 1em;
-    background: $bg-light-blue;
-    text-align: center;
-    color: $text-light-black;
-    transition-duration: .4s;
-    transition-property: opacity;
-
-    h4 {
-      font-size: 1em;
-      margin-bottom: .98em;
-    }
-
-    p {
-      @include lines(6);
-      font-size: .8em;
-    }
-  }
-
-  .more {
-    flex: 1;    
-    display: flex;
-    justify-content: center;
-    align-items: center;
-    a {
-      margin-top: 1em;
-      color: $text-white;
-      text-decoration: underline;
-      font-weight: lighter;
-    }
-  }
-}
-
-.feedback {
-  background: $bg-gray;
-  color: $text-blue;
-  .sketch-content {
-    display: flex;
-    flex-flow: row wrap;
-    justify-content: center;
-    align-content: space-around;
-  }
-
-  .user-feedback {
-    flex: 1 0 200px;
-    margin: 0;
-    text-align: center;
-    color: $text-light-black;
-    padding: 10px;
-
-    .avatar {
-      width: 66px;
-      height: 66px;
-      border-radius: 100%;
-    } 
-
-    .user-name {
-      font-weight: bold;
-      font-size: 1em;
-      margin: 10px 0 0;
-    }
-
-    .user-title {
-      font-size: .8em;
-      margin: 5px 0 10px;
-      color: #999;
-    }
-
-    .user-say {
-      margin: 1em 0;
-    }
-  }
-
-  .scene-container .go-2-doc {
-    flex: 1;    
-    display: flex;
-    justify-content: center;
-    align-items: flex-start;
-    margin-top: -30px;
-  }
-}
-
-.back2top {
-  display: none;
-  width: 68px;
-  height: 68px;
-  border-radius: 100%;
-  background: #F3C3C1;
-  position: fixed;
-  bottom: 180px;
-  right: 10px;
-  text-align: center;
-  line-height: 68px;
-  transform: rotate(90deg);
-  color: #fff;
-  z-index: 99;
-  &:hover {
-    background: #FF3E33;
-    color: #fff;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/media-queries.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/media-queries.scss 
b/doc/themes/weex/source/css/media-queries.scss
deleted file mode 100644
index 317223c..0000000
--- a/doc/themes/weex/source/css/media-queries.scss
+++ /dev/null
@@ -1,194 +0,0 @@
-@import "variable.scss";
-
-@media screen and (max-width: $content-max-width) {
-
-  /***********************************************
-   * Global
-   **********************************************/
-  body {
-    user-select: none;
-    font-size: 14px;
-  }
-
-  #header {
-    .navbar {
-      display: none !important;
-    }
-
-    #mobile-nav {
-      display: flex;
-    }
-  }
-
-  #sidebar {
-    display: block !important;
-    transform: translateX(-320px);
-    transition: all .3s ease;
-    &.open {
-      transform: translateX(0);
-    }
-  }
-
-  #footer {
-    padding: 0 20px;
-    .select-lang {
-      display: block;
-    }
-  }
-
-  /***********************************************
-   * Index
-   **********************************************/
-  .header .galaxy {
-    display: none;
-  }
-
-  .edge .scene-container {
-    .textbox {
-      flex: 2;
-    }
-
-    .inner-box:nth-child(3) {
-      flex: 0 0 240px;
-    }
-    .sketch-content {
-      /*flex-direction: column; 
-      align-items: center;*/
-    }
-  }
-
-  .horizon .sketch-content {
-    padding: 0 5em;
-  }
-
-  .horizon .sketch-content .inner-box {
-    padding: 0 2em;
-  }
-
-  .users .scene-container .textbox {
-    flex: 1;
-  }
-
-  .feedback .sketch-content {
-    align-content: center;
-  }
-
-  .feedback .scene-container .textbox {
-    flex: 1;
-  }
-
-  /***********************************************
-   * Post
-   **********************************************/
-  .article-wrapper .doc-nav {
-    display: none;
-  }
-  
-  .article-wrapper .article {
-    margin-left: 0;
-  }
-}
-
-
-@media screen and (max-width: 700px) {
-  /***********************************************
-   * Index
-   **********************************************/
-
-  .edge .scene-container {
-    .textbox {
-      flex: 1;
-    }
-    .sketch-content {
-      flex-direction: column; 
-      align-items: center;
-    }
-  }
-
-  .scene.overlength {
-    height: auto;
-    min-height: 100%;
-    min-height: calc(100% - 72px);
-  }
-
-  .horizon .textbox {
-    flex: 4;
-  }
-
-  .horizon .sketch-content {
-    padding: 0 1em;
-  }
-
-  .horizon .sketch-content .inner-box {
-    padding: 0 1em;
-  }
-
-  .horizon .textbox p {
-    width: 100%;
-  }
-
-  .header {
-
-    .slide-content {
-      .page-title {
-        width: 320px;
-        margin-left: -160px;
-      }
-      .btn-group {
-        bottom: 10%;
-      }
-    }
-  }
-
-  .feature {
-
-    .right-box {
-      width: 500px;
-      height: 245.45px;
-      top: 50%;
-      right: -65px;
-      
-      .level1, .level2, .level3, .level4 {
-        width: 500px;
-        height: 245.45px;
-      }
-    }
-  }
-
-  .cross-platform {
-    .sketch-content {
-      height: 200px;
-    }
-  }
-
-  .supporting-vue {
-    .sketch-content.imgbox .imgbox {
-      background-size: 80px;
-    }
-  }
-
-  .users .sketch-content {
-    .user-logo {
-      width: 140px;
-      height: 140px;
-      background-size: 45px;
-    }
-
-    .user-info p {
-      @include lines(3);
-    }
-
-    .user-logo h3 {
-      margin-top: 110px;
-    }
-  }
-
-  .feedback {
-    .user-feedback {
-      /*flex: 1 0 140px;*/
-    }
-    .scene-container .go-2-doc {
-      margin-top: 0;
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/article-title.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/article-title.scss 
b/doc/themes/weex/source/css/partial/article-title.scss
deleted file mode 100644
index 45b0786..0000000
--- a/doc/themes/weex/source/css/partial/article-title.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-@import "../variable.scss";
-
-.article-header {
-  position: relative;
-  padding-bottom: 10px;
-  border-bottom: 1px solid $border-light;
-  margin-bottom: 3.5em;
-
-  h1 {
-    font-size: 2em;
-    color: #333;
-    margin: 0;
-
-    .article-title {
-      &:hover {
-        color: $text-blue;
-      }
-    }
-  }
-
-  .article-date {
-    position: absolute;
-    bottom: -25px;
-    left: 0px;
-    font-size: .9em;
-    color: $text-gray;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/article.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/article.scss 
b/doc/themes/weex/source/css/partial/article.scss
deleted file mode 100644
index 6628f46..0000000
--- a/doc/themes/weex/source/css/partial/article.scss
+++ /dev/null
@@ -1,72 +0,0 @@
-@import "../variable.scss";
-
-.article {
-  max-width: 900px;
-  margin: 0 0 0 300px;
-  position: relative;
-  line-height: 1.6;
-  overflow-y: auto;
-  
-  &.article-type-article {
-    margin-left: 0;
-  }
-
-  .article-entry {
-    margin-bottom: 90px;
-  }
-
-  h2 {
-    font-size: 1.75em;
-    margin: 1.7em 0 .5em;
-  }
-
-  h3 {
-    font-size: 1.5em;
-    margin: 1.5em 0 .5em;
-  }
-
-  h4 {
-    font-size: 1.25em;
-    margin: 1.2em 0 .5em;
-  }
-
-  h5 {
-    font-size: 1.1em;
-    margin: 1.1em 0 .5em;
-  }
-
-  img[alt="mobile_preview"] {
-    width: 200px;
-  }
-
-  a {
-    color: #4078c0;
-    &:hover {
-      text-decoration: underline;
-    }
-  }
-
-  .weex-version {
-    display: inline-block;
-    padding: .3em .8em;
-    color: #fff;
-    background: $bg-light-blue;
-    border-radius: 2em;
-    line-height: 1.2;
-    position: absolute;
-    top: 15px;
-    right: 20px;
-  }   
-}
-
-#blog .article {
-  margin-left: 0;
-}
-
-#faq .article {
-  margin-left: 0;
-}
-
-#releasenote .article {
-  margin-left: 0;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/footer.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/footer.scss 
b/doc/themes/weex/source/css/partial/footer.scss
deleted file mode 100644
index 1bc4c69..0000000
--- a/doc/themes/weex/source/css/partial/footer.scss
+++ /dev/null
@@ -1,74 +0,0 @@
-@import "../variable.scss";
-
-#footer {
-  width: 100%;
-  padding: 20px 65px;
-  margin: 0;
-  background: $bg-white;
-  border-top: 1px solid #DDDDDD;
-  a{
-   text-decoration: underline 
-  }
-  .ali-logo {
-    width: 83px;
-    height: 41px;
-    float: left;
-
-    img {
-      width: 100%;
-    }
-  }
-
-  .select-lang {
-    display: none;
-    width: 105px;
-    height: 25px;
-    line-height: 25px;
-    float: right;
-  }
-
-  .select-lang .dropdown-toggle {
-    color: #00293D;
-    border: 1px solid $border-gray;
-  }
-
-  .select-lang .dropdown-menu {
-    width: 105px;
-    border: 1px solid $border-gray;
-  }
-
-  .row {
-    font-size: 12px;
-    margin: 8px 0;
-  } 
-
-  .row .icon-baichuan {
-    font-size: 14px;
-    color: $text-light-black;
-  } 
-
-  .row .cell {
-    float: left;
-    color: $text-gray;
-    margin: 0 20px 10px 0;
-  }
-
-  .caret {
-    display: inline-block;
-    margin-left: 2px;
-    @include triangle-down($border-gray, 4px);
-  }
-  .disclaimer{
-    max-width: 800px;
-    line-height: 150%
-  }
-  hr{
-    border: 0;
-    border-top: 1px solid #e6e6e6;
-  }
-  .disclaimer .title{
-    font-weight: bold;
-    margin-bottom: 10px;
-  }
-}
-

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/header.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/header.scss 
b/doc/themes/weex/source/css/partial/header.scss
deleted file mode 100644
index a45d8f7..0000000
--- a/doc/themes/weex/source/css/partial/header.scss
+++ /dev/null
@@ -1,128 +0,0 @@
-@import "../variable.scss";
-
-#header {
-  width: 100%;
-  height: 72px; 
-  padding: 0 40px;
-  position: fixed;
-  background-color: rgba(255, 255, 255, .95);
-  box-shadow: 0 0 1px rgba(0,0,0,0.25);
-  top: 0;
-  left: 0;
-  right: 0;
-  z-index: 9999;
-
-  ul, li , ol {
-    margin: 0;
-    padding: 0;
-    list-style-type: none;
-  }
-
-  #logo {
-    display: block;
-
-    img {
-      width: 110px;
-      height: 60px;
-    }
-  }
-
-  .navbar {
-    height: 72px;
-    display: flex;
-    justify-content: space-between;
-    align-items: center;
-
-  }
-
-  #mobile-nav {
-    display: none;
-    height: 72px;
-    align-items: center;
-
-    #logo {
-      margin: 0 auto;
-    }
-
-    .btn-menu {
-      position: absolute;
-      left: 20px;
-      top: 25px;
-    }
-  }
-
-  .main-nav {
-    display: flex;
-    justify-content: space-between;
-
-    & > ul {
-      display: flex;
-      justify-content: space-between;
-      height: 72px;
-      line-height: 72px;
-    }
-
-    li > a {
-      font-size: 1.3em;
-      color: $text-light-black;
-    }
-  }
-
-  .links {
-    & > li > a:hover {
-      border-bottom: .2em solid $text-blue;
-    }
-
-    > li + li {
-      margin-left: 30px;
-    }
-  }
-
-  .info li {
-    margin-left: 30px;
-  }
-
-  .tools {
-    > li {
-      margin-left: 30px;
-      position: relative;
-    }
-    .search-form {
-      width: 120px;
-    }
-  }
-
-  .dropdown {
-    .dropdown-menu {
-      width: 200px;
-      left: -60%;
-      top: 98%;
-      border: none;
-      padding: 10px 0;
-
-      a {
-        font-size: 15px;
-        padding: 5px 10px;
-      }
-    }
-  }
-
-  .select-lang {
-    width: 90px;
-  }
-
-  .select-lang .dropdown-toggle {
-    color: #00293D;
-  }
-
-  .select-lang .dropdown-menu {
-    width: 105px;
-    left: 0;
-  }
-
-  .caret {
-    display: inline-block;
-    margin-left: 2px;
-    @include triangle-down($border-gray, 4px);
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/highlight.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/highlight.scss 
b/doc/themes/weex/source/css/partial/highlight.scss
deleted file mode 100644
index cf9e25c..0000000
--- a/doc/themes/weex/source/css/partial/highlight.scss
+++ /dev/null
@@ -1,109 +0,0 @@
-code, pre {
-  // font-family: Source Code Pro,Monaco,Menlo,Consolas,monospace;
-  color: #abb2bf;
-  font-size: 14px;
-}
-
-code {
-  color: #c7254e;
-  background: #f9f2f4;
-  padding: 0 5px;
-  border-radius: 5px;
-}
-
-pre {
-  padding: 10px 15px;
-  overflow-x: auto;
-  line-height: 22px;
-}
-
-pre code {
-  border: none;
-  background: #353639;
-  display: block;
-  padding: 0;
-  -moz-tab-size: 2;
-  tab-size: 2;
-}
-
-.highlight, pre {
-  background: #353639;
-  padding: 10px 15px;
-  color: #abb2bf;
-  overflow: auto;
-  margin: 20px 0;
-  border-radius: 5px;
-}
-
-.highlight table {
-  margin: 0!important;
-  border: 0;
-}
-
-.highlight table td,.highlight table th, .highlight tr {
-  background: #353639;
-  border: 0;
-  padding: 0;
-}
-
-.highlight figcaption {
-  margin: -5px 0 5px;
-  font-size: .9em;
-  color: #abb2bf;
-}
-
-.highlight figcaption:after,.highlight figcaption:before {
-  content: "";
-  display: table;
-}
-
-.highlight figcaption:after {
-  clear: both;
-}
-
-.highlight figcaption a {
-  float: right;
-}
-
-.highlight pre {
-  padding: 0;
-  border: none;
-  background: none;
-  margin: 0;
-}
-
-.highlight .line {
-  height: 22px;
-}
-
-pre .comment,pre .title {
-  color: #5c6370;
-}
-
-pre .attribute,pre .css .class,pre .css .id,pre .css .pseudo,pre .html 
.doctype,pre .regexp,pre .ruby .constant,pre .tag,pre .variable,pre .xml 
.doctype,pre .xml .pi,pre .xml .tag .title {
-  color: #e06c75;
-}
-
-pre .built_in,pre .constant,pre .literal,pre .number,pre .params,pre 
.preprocessor {
-  color: #d19a66;
-}
-
-pre .class,pre .css .rules .attribute,pre .header,pre .inheritance,pre .ruby 
.class .title,pre .ruby .symbol,pre .string,pre .value,pre .xml .cdata {
-  color: #98c379;
-}
-
-pre .css .hexcolor {
-  color: #3e999f;
-}
-
-pre .coffeescript .title,pre .function,pre .javascript .title,pre .perl 
.sub,pre .python .decorator,pre .python .title,pre .ruby .function .title,pre 
.ruby .title .keyword {
-  color: #c678dd;
-}
-
-pre .javascript .function,pre .keyword {
-  color: #c678dd;
-}
-
-pre .attr {
-  color: #61afef;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/search-form.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/search-form.scss 
b/doc/themes/weex/source/css/partial/search-form.scss
deleted file mode 100644
index 989635c..0000000
--- a/doc/themes/weex/source/css/partial/search-form.scss
+++ /dev/null
@@ -1,113 +0,0 @@
-@import "../variable.scss";
-
-.search {
-  position: relative;
-  
-  .search-form {
-    width: 100%;
-    position: relative;
-  }
-
-  .search-input {
-    width: 100%;
-    height: 30px;
-    line-height: 30px;
-    font-size: 1em;
-    padding: 6px 35px 6px 10px;
-    border: 1px solid $border-light;
-    border-radius: 20px;
-    margin: 10px 0;
-    -webkit-appearance: none;
-    vertical-align: middle !important;
-
-    &:focus {
-      border: 1px solid $border-blue;
-      outline: none;
-    }
-  }
-
-  .icon-search {
-    position: absolute;
-    font-size: 14px;
-    line-height: 30px;
-    top: 50%;
-    margin-top: -13px;
-    right: 15px;
-    color: $text-gray;
-  }
-}
-
-.results-panel {
-  display: none;
-  position: absolute;
-  width: 400px;
-  height: 300px;
-  overflow-x: hidden;
-  overflow-y: auto;
-  background: #fff;
-  right: -66px;
-  top: 100%;
-  padding: 20px;
-  line-height: 1.5;
-  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
-
-  .matching-post {
-    border-bottom: 1px solid #ddd;
-    h2 {
-      font-size: 17px;
-      margin: 10px 0;
-    }
-
-    p {
-      font-size: 14px;
-      @include lines(2);
-    }
-  }
-
-  .search-keyword {
-    font-style: normal;
-    color: $text-blue;
-  }
-
-}
-
-.algolia-autocomplete {
-  line-height: normal;
-}
-.aa-dropdown-menu {
-  width: 100%;
-  border-color: #999;
-  font-size: 0.9rem;
-  left: auto !important;
-  right: 0px !important;
-  top: 40px !important;
-}
-@media (min-width: 768px) {
-  .aa-dropdown-menu {
-    min-width: 515px;
-  }
-}
-.algolia-docsearch-suggestion {
-  border-color: #ddd;
-}
-.algolia-docsearch-suggestion--content {
-  color: #2c3e50;
-}
-.algolia-docsearch-suggestion--subcategory-column {
-  border-color: #ddd;
-}
-.algolia-docsearch-suggestion--category-header {
-  background: $bg-blue;
-}
-.algolia-docsearch-footer {
-  border-color: #ddd;
-}
-.algolia-docsearch-suggestion--category-header 
.algolia-docsearch-suggestion--highlight {
-  background: rgba(255,255,255,0.6);
-}
-.algolia-docsearch-suggestion--highlight {
-  color: $text-blue;
-}
-.aa-cursor .algolia-docsearch-suggestion--content {
-  color: #2c3e50;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/sidebar.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/sidebar.scss 
b/doc/themes/weex/source/css/partial/sidebar.scss
deleted file mode 100644
index 6e681b1..0000000
--- a/doc/themes/weex/source/css/partial/sidebar.scss
+++ /dev/null
@@ -1,75 +0,0 @@
-@import "../variable.scss";
-
-#sidebar {
-  display: none;
-  height: 100%;
-  width: 300px;
-  position: fixed;
-  top: 0;
-  left: 0;
-  z-index: 999;
-  padding: 90px 20px 10px;
-  background: #fff;
-  box-shadow: -3px 0 20px rgba(0, 0, 0, .2);
-  overflow-x: hidden;
-  overflow-y: auto;
-  -webkit-overflow-scrolling: touch;
-
-  .sidebar-menu {
-    z-index: 999;
-    overflow-y: auto;
-
-    .btn-close-sidebar {
-      cursor: pointer;
-      display: block;
-      font-size: 1.5em;
-      position: absolute;
-      top: 18px;
-      left: 18px;
-      background: transparent;
-      border: none;
-      &:hover {
-        border: none;
-        color: #777;
-      }
-    }
-  }
-
-  .main-nav {
-    font-size: 1.3em;
-    border-bottom: 1px solid #DDDDDD;
-    overflow: hidden;
-    margin: 0;
-    padding: 0;
-    list-style-type: none;
-
-    li {
-      margin-bottom: 25px;
-      color: $text-black;
-    }
-
-    a {
-      color: $text-black;
-      &:hover {
-        border-bottom: .2em solid $text-blue;
-      }
-    }
-
-    .subnav {
-      font-size: .8em;
-      list-style: none;
-      padding-left: 20px;
-    }
-  }
-
-  .summary {
-    display: block;
-    margin-top: 20px;
-  }
-
-  .results-panel {
-    width: 300px;
-    left: -20px;
-    right: 0;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/partial/summary.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/partial/summary.scss 
b/doc/themes/weex/source/css/partial/summary.scss
deleted file mode 100644
index d9d4609..0000000
--- a/doc/themes/weex/source/css/partial/summary.scss
+++ /dev/null
@@ -1,54 +0,0 @@
-@import "../variable.scss";
-
-.summary {
-  overflow-x: hidden;
-  overflow-y: auto;
-  -webkit-overflow-scrolling: touch;
-
-  ul, li , ol {
-    margin: 0;
-    padding: 0;
-    list-style-type: none;
-  }
-
-  a {
-    &.current {
-      border: none;
-      color: $text-blue;
-    }
-    &:hover {
-      color: $text-blue;
-    }
-  }
-
-  h2.part-title {
-    color: $text-blue;
-    font-size: 1.2em;
-    font-weight: 600;
-  }
-    
-  h3.chapter-title {
-    font-size: 1.1em;
-  }
-    
-  ul.chapter {
-    margin-left: 15px;
-    li {
-      white-space: nowrap;
-      overflow: hidden;
-      text-overflow: ellipsis;    
-      padding-bottom: 15px;
-    }
-  }
-
-}
-
-.lang-en .summary h3.chapter-title{
-  font-weight: 600;
-}
-
-.hostbyaliyun {
-  width: 180px;
-  z-index: 99;
-  display: none;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/playground.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/playground.scss 
b/doc/themes/weex/source/css/playground.scss
deleted file mode 100644
index 8f2ffd0..0000000
--- a/doc/themes/weex/source/css/playground.scss
+++ /dev/null
@@ -1,50 +0,0 @@
-@import "variable.scss";
-
-#playground {
-  height: auto;
-  display: flex;
-  flex-flow: column;
-}
-
-.playground-wrapper {
-  flex: 1;
-  max-width: 900px;
-  margin: 0 auto;
-  padding-top: 100px;
-
-  .left {
-    width: 320px;
-    padding: 20px;
-    float: left;
-  }
-
-  .qr-code {
-    float: left;
-    width: 120px;
-  }
-
-  .download {
-    margin: 30px 0;  
-  }
-
-  .links {
-    float: left;
-    list-style: none;
-    margin: 0;
-    padding: 10px 0 10px 10px;
-
-    .link {
-      display: inline-block;
-      text-align: center;
-      width: 130px;
-      height: 30px;
-      line-height: 30px;
-      border: 1px solid currentColor;
-      border-radius: 20px;
-    }
-
-    #android-link {
-      margin-top: 40px;
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/post.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/post.scss 
b/doc/themes/weex/source/css/post.scss
deleted file mode 100644
index 370d90c..0000000
--- a/doc/themes/weex/source/css/post.scss
+++ /dev/null
@@ -1,95 +0,0 @@
-@import "variable.scss";
-
-.article-wrapper {
-  position: relative;
-  width: 100%;
-  margin: 0 auto;
-  padding: 120px 0 0;
-  min-height: 80%;
-  min-height: calc(100% - 160px);
-
-  &.post-layout {
-    max-width: 900px;
-  }
-  
-  &.page-layout {
-    max-width: 1200px;
-  }
-
-  .article-entry {
-    padding: 0 1.45em;
-
-    > h1 {
-      display: none;
-    }
-  }
-  .article-heading{
-    margin-top: -85px;
-    border-top: 85px solid transparent
-
-  }
-  .article-anchor {
-    margin-left: 10px;
-    display: none
-  }
-
-  .article-anchor:before {
-      content: "#";
-      color:#00BDFF
-  }
-
-  @media print {
-      .article-anchor {
-          display: none!important
-      }
-  }
-
-  .article-heading:hover .article-anchor {
-      display: inline-block;
-      color:#00BDFF
-  }
-
-  .doc-nav {
-    position: fixed;
-    top: 72px;
-    left: 0;
-    bottom: 0;
-    width: 260px;
-    padding: 40px 20px 60px 60px;
-    background: $bg-white;
-    width: 300px;
-    z-index: 999;
-    overflow-x: hidden;
-    overflow-y: auto;
-  }
-  
-  .doc-nav-version{
-    margin: 20px 0;
-  }
-  .article-nav {
-    margin: 30px 0 100px;
-    padding-top: 30px;
-    border-top: 1px solid #ddd;
-    display: flex;
-    justify-content: center;
-
-    .article-nav-link {
-      display: block;
-      padding: .2em 1em;
-      border-radius: 5px;
-      & + .article-nav-link {
-        margin-left: 40px;
-      }
-
-      &.enable {
-        background: $bg-blue;
-        color: #fff;
-      }
-
-      &.disable {
-        background: #ddd;
-        color: #ccc;
-      }
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/style.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/style.scss 
b/doc/themes/weex/source/css/style.scss
deleted file mode 100644
index 894cba7..0000000
--- a/doc/themes/weex/source/css/style.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-@import "common.scss";
-
-@import "partial/header.scss";
-@import "partial/sidebar.scss";
-@import "partial/footer.scss";
-@import "partial/highlight.scss";
-
-/*LANDINGPAGE*/
-@import "index.scss";
-@import "partial/search-form.scss";
-
-/*POST*/
-@import "post.scss";
-@import "partial/article-title.scss";
-@import "partial/article.scss";
-@import "partial/summary.scss";
-
-/*BLOG*/
-@import "blog.scss";
-
-/*PLAYGROUND*/
-@import "playground.scss";
-
-/*EXAMPLE*/
-@import "example.scss";
-@import "atom-one-dark.scss";
-
-@import "media-queries.scss";
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/swiper.min.css
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/swiper.min.css 
b/doc/themes/weex/source/css/swiper.min.css
deleted file mode 100755
index a3d4025..0000000
--- a/doc/themes/weex/source/css/swiper.min.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Swiper 3.4.0
- * Most modern mobile touch slider and framework with hardware accelerated 
transitions
- * 
- * http://www.idangero.us/swiper/
- * 
- * Copyright 2016, Vladimir Kharlampidi
- * The iDangero.us
- * http://www.idangero.us/
- * 
- * Licensed under MIT
- * 
- * Released on: October 16, 2016
- */
-.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox
 
.swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android
 
.swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multiro
 
w>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0
 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 
auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight
 .swiper-slide{height:auto}.swiper-container-autoheight 
.swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container
 .swiper-notification{position:absolute;left:0;top:0;po
 
inter-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px
 44px;-webkit-background-size:27px 44px;background-size:27px 
44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl
 
.swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rt
 l 
.swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl
 
.swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl
 
.swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fi
 
ll%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl
 
.swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl
 
.swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:t
 
ranslate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable
 .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white 
.swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white
 .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black 
.swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:t
 
ranslate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets
 .swiper-pagination-bullet{margin:5px 
0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets 
.swiper-pagination-bullet{margin:0 
5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress
 
.swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left
 top;-moz-transform-origin:left top;-ms-transform-origin:left 
top;-o-transform-origin:left top;transform-origin:left 
top}.swiper-container-rtl .swiper-pagination-progress 
.swiper-pagination-progressbar{-webkit-transform-origin:right 
top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-
 origin:right top;transform-origin:right 
top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white
 
.swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black
 
.swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d
 .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d 
.swiper-slide-shadow-bottom,.swiper-container-3d 
.swiper-slide-shadow-left,.swiper-container-3d 
.swiper-slide-shadow-right,.swiper-container-3d 
.swiper-slide-shadow-top,.swiper-container-3d 
.swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-
 transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d 
.swiper-slide-shadow-bottom,.swiper-container-3d 
.swiper-slide-shadow-left,.swiper-container-3d 
.swiper-slide-shadow-right,.swiper-container-3d 
.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d
 .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left 
top,right 
top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to
 left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d 
.swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right 
top,left 
top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));b
 
ackground-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to
 right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d 
.swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left 
bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to
 top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d 
.swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left 
bottom,left 
top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,
 rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to 
bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow 
.swiper-wrapper,.swiper-container-flip 
.swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube
 .swiper-slide,.swiper-container-flip 
.swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube
 .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide 
.swiper-slide{pointer-events:none}.swiper-container-cube 
.swiper-slide-active,.swiper-container-cube .swiper-slide-active 
.swiper-slide-active,.swiper-container-flip 
.swiper-slide-active,.swiper-container-flip .swiper-slide-active 
.swiper-slide-active{pointer-events:auto}.swiper-container-cube 
.swiper-slide-shadow-bottom,.swiper-container-cube 
.swiper-slide-shadow-left,.swiper-container-cube .swiper-slide
 -shadow-right,.swiper-container-cube 
.swiper-slide-shadow-top,.swiper-container-flip 
.swiper-slide-shadow-bottom,.swiper-container-flip 
.swiper-slide-shadow-left,.swiper-container-flip 
.swiper-slide-shadow-right,.swiper-container-flip 
.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube
 .swiper-slide{visibility:hidden;-webkit-transform-origin:0 
0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 
0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl 
.swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 
0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube 
.swiper-slide-active,.swiper-container-cube 
.swiper-slide-next,.swiper-container-cube 
.swiper-slide-next+.swiper-slide,.swiper-container-cube 
.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube
 .swipe
 
r-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode
 
.swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade
 
.swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade
 .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade 
.swiper-slide-active,.swiper-container-fade .swiper-slide-active 
.swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:
 
center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-ori
 gin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s 
steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) 
infinite;animation:swiper-preloader-spin 1s steps(12,end) 
infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E
 
%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xml
 
ns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%2
 
3l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes
 swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes 
swiper-preloader-spin{100%{transform:rotate(360deg)}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/css/variable.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/variable.scss 
b/doc/themes/weex/source/css/variable.scss
deleted file mode 100644
index cbe4b12..0000000
--- a/doc/themes/weex/source/css/variable.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-/***********************
-* Variable
-***********************/
-
-$text-light-black: #333;
-$text-black: #333;
-$text-white: #fff;
-$text-gray: #999;
-$text-blue: #088bc3;
-$bg-blue: $text-blue;
-$bg-light-blue: #23CEFD;
-$bg-white: #fff;
-$bg-gray: #fafafa;
-$border-light: #ddd;
-$border-blue: $text-blue;
-$border-gray: #999ba4;
-
-$article-max-width: 1350px;
-$content-max-width: 900px;
-
-/***********************
-* Mixin
-***********************/
-
-@mixin lines ($length: 2) {
-  overflow: hidden;
-  text-overflow: ellipsis;
-  display: -webkit-box;
-  -webkit-line-clamp: $length;
-  -webkit-box-orient: vertical;
-}
-
-@mixin triangle-down ($color, $size) {
-  width: 0;
-  height: 0;
-  vertical-align: middle;
-  border-left: $size solid transparent;
-  border-right: $size solid transparent;
-  border-top: $size solid $color;
-}

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/_slide1.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/_slide1.png 
b/doc/themes/weex/source/images/_slide1.png
deleted file mode 100644
index 6a1ad87..0000000
Binary files a/doc/themes/weex/source/images/_slide1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/ali-open-source.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/ali-open-source.png 
b/doc/themes/weex/source/images/ali-open-source.png
deleted file mode 100644
index 72e4747..0000000
Binary files a/doc/themes/weex/source/images/ali-open-source.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/alibaba.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/alibaba.png 
b/doc/themes/weex/source/images/alibaba.png
deleted file mode 100644
index f012a08..0000000
Binary files a/doc/themes/weex/source/images/alibaba.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/aliyun.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/aliyun.png 
b/doc/themes/weex/source/images/aliyun.png
deleted file mode 100644
index ee70b78..0000000
Binary files a/doc/themes/weex/source/images/aliyun.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/android.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/android.png 
b/doc/themes/weex/source/images/android.png
deleted file mode 100644
index 4995c52..0000000
Binary files a/doc/themes/weex/source/images/android.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/avatar.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/avatar.png 
b/doc/themes/weex/source/images/avatar.png
deleted file mode 100644
index cfe9ad7..0000000
Binary files a/doc/themes/weex/source/images/avatar.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/cainiao.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/cainiao.png 
b/doc/themes/weex/source/images/cainiao.png
deleted file mode 100644
index 8a2d51d..0000000
Binary files a/doc/themes/weex/source/images/cainiao.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/ding.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/ding.png 
b/doc/themes/weex/source/images/ding.png
deleted file mode 100644
index d7d7c71..0000000
Binary files a/doc/themes/weex/source/images/ding.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/extendable.svg
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/extendable.svg 
b/doc/themes/weex/source/images/extendable.svg
deleted file mode 100644
index 4bb89be..0000000
--- a/doc/themes/weex/source/images/extendable.svg
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="79px" height="79px" viewBox="0 0 79 79" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
-    <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch 
-->
-    <title>Page 1</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Welcome" stroke="none" stroke-width="1" fill="none" 
fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
-        <g id="Desktop-blue" transform="translate(-510.000000, -966.000000)" 
stroke="#404040">
-            <g id="优势" transform="translate(0.000000, 654.761905)">
-                <g id="Page-1" transform="translate(511.120954, 312.160850)">
-                    <g id="Group-9" transform="translate(0.476617, 0.117248)" 
stroke-width="1.30952381">
-                        <polyline id="Stroke-1" points="53.0579322 15.0043384 
38.5640032 0.359321707 24.0767468 14.8465781"></polyline>
-                        <polyline id="Stroke-3" points="61.6503871 53.8502607 
76.5775612 38.9230866 61.9935515 24.1798868"></polyline>
-                        <polyline id="Stroke-5" points="23.1485825 62.0719074 
38.2888044 77.2121293 53.6668584 61.8335988"></polyline>
-                        <polyline id="Stroke-7" points="14.3059989 24.617326 
-0.00014298516 38.9234679 14.6887225 53.6118567"></polyline>
-                    </g>
-                    <polyline id="Stroke-10" stroke-width="1.30952381" 
points="32.4501007 11.1916868 11.2406354 11.0377394 11.2406354 
32.8696669"></polyline>
-                    <polyline id="Stroke-11" stroke-width="1.30952381" 
points="66.0516133 32.3930973 66.0516133 11.590663 44.1272221 
11.3132718"></polyline>
-                    <polyline id="Stroke-12" stroke-width="1.30952381" 
points="43.6506049 65.7563013 65.5749961 65.7563013 65.5749961 
43.3552929"></polyline>
-                    <polyline id="Stroke-13" stroke-width="1.30952381" 
points="11.2406354 44.3085273 11.2406354 66.2329185 32.2117921 
66.2329185"></polyline>
-                    <polyline id="Stroke-14" stroke-width="0.654761905" 
points="49.3700113 57.8921175 57.7765855 57.8921175 57.8366393 
50.0298402"></polyline>
-                    <polyline id="Stroke-15" stroke-width="0.654761905" 
points="19.5814364 50.0279337 19.5814364 57.8921175 27.4456201 
57.8921175"></polyline>
-                    <polyline id="Stroke-16" stroke-width="0.654761905" 
points="26.9690029 19.2861243 19.5814364 19.2861243 19.5814364 
27.1503081"></polyline>
-                    <polyline id="Stroke-17" stroke-width="0.654761905" 
points="57.993208 27.8647573 58.0508787 19.7627415 48.8936324 
19.7627415"></polyline>
-                    <polyline id="Stroke-18" stroke-width="0.654761905" 
points="25.0866986 33.5292097 19.6442068 38.9717015 25.2611405 
44.5886352"></polyline>
-                    <polyline id="Stroke-19" stroke-width="0.654761905" 
points="43.9278055 24.8108326 38.9028304 19.712935 32.7921212 
25.8241208"></polyline>
-                    <polyline id="Stroke-20" stroke-width="0.654761905" 
points="52.2305724 44.6273366 57.8861121 38.9717969 52.5246452 
33.5321648"></polyline>
-                    <polyline id="Stroke-21" stroke-width="0.654761905" 
points="32.726777 52.0540811 38.7655169 58.092821 43.8896285 
52.9682329"></polyline>
-                    <polygon id="Stroke-22" stroke-width="1.30952381" 
points="47.9733323 30.0100113 28.8752811 30.0100113 28.8752811 48.1214649 
47.8413093 48.1214649"></polygon>
-                    <path d="M11.2406354,11.0379301 L18.1053529,17.9026476" 
id="Stroke-23" stroke-width="0.654761905"></path>
-                    <path d="M19.819745,19.6170397 L26.6844625,26.4817572" 
id="Stroke-24" stroke-width="0.654761905"></path>
-                    <path d="M66.0516133,11.5907107 L59.5824881,18.0598359" 
id="Stroke-25" stroke-width="0.654761905"></path>
-                    <path d="M57.9491209,19.6932031 L51.4799957,26.1623283" 
id="Stroke-26" stroke-width="0.654761905"></path>
-                    <path d="M65.5749961,65.7563013 L59.3789725,59.5602777" 
id="Stroke-27" stroke-width="0.654761905"></path>
-                    <path d="M57.9491209,58.1304261 L51.7530973,51.9344025" 
id="Stroke-28" stroke-width="0.654761905"></path>
-                    <path d="M11.2406354,66.2329185 L18.1515848,59.3219691" 
id="Stroke-29" stroke-width="0.654761905"></path>
-                    <path d="M19.819745,57.6538089 L26.7306943,50.7428595" 
id="Stroke-30" stroke-width="0.654761905"></path>
-                    <g id="Group-35" transform="translate(0.000000, 0.117248)" 
stroke-width="0.654761905">
-                        <path id="Stroke-31"></path>
-                        <path id="Stroke-33"></path>
-                    </g>
-                    <g id="Group-41" transform="translate(38.605993, 
19.735146)" stroke-width="0.654761905">
-                        <path id="Stroke-36"></path>
-                        <path id="Stroke-37"></path>
-                        <path id="Stroke-39"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/feature.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/feature.png 
b/doc/themes/weex/source/images/feature.png
deleted file mode 100644
index c93c8f2..0000000
Binary files a/doc/themes/weex/source/images/feature.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/feizhu.jpg
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/feizhu.jpg 
b/doc/themes/weex/source/images/feizhu.jpg
deleted file mode 100644
index 21d3eb4..0000000
Binary files a/doc/themes/weex/source/images/feizhu.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/fliggy.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/fliggy.png 
b/doc/themes/weex/source/images/fliggy.png
deleted file mode 100644
index 5f290bb..0000000
Binary files a/doc/themes/weex/source/images/fliggy.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/flow.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/flow.png 
b/doc/themes/weex/source/images/flow.png
deleted file mode 100644
index 5c1b9c2..0000000
Binary files a/doc/themes/weex/source/images/flow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/galaxy_1.svg
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/galaxy_1.svg 
b/doc/themes/weex/source/images/galaxy_1.svg
deleted file mode 100644
index dfba349..0000000
--- a/doc/themes/weex/source/images/galaxy_1.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="560" height="560" version="1.1" style="overflow: visible" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
-  <path d="M 280 0 A 280 280 1 1 1 280 560 A 280 280 1 1 1 280 0" 
stroke="rgba(254, 238, 142, 0.1)" stroke-width="2" fill="none"></path>
-  <path d="M 280 20 A 260 260 1 1 1 280 540 A 260 260 1 1 1 280 20" 
stroke="rgba(254, 238, 142, 0.2)" stroke-width="2" fill="none"></path>
-  <path d="M 280 40 A 240 240 1 1 1 280 520 A 240 240 1 1 1 280 40" 
stroke="rgba(254, 238, 142, 0.3)" stroke-width="2" fill="none"></path>
-  <path d="M 280 60 A 220 220 1 1 1 280 500 A 220 220 1 1 1 280 60" 
stroke="rgba(254, 238, 142, 0.4)" stroke-width="2" fill="none"></path>
-  <path d="M 280 80 A 200 200 1 1 1 280 480 A 200 200 1 1 1 280 80" 
stroke="rgba(254, 238, 142, 0.5)" stroke-width="2" fill="none"></path>
-  <path d="M 280 100 A 180 180 1 1 1 280 460 A 180 180 1 1 1 280 100" 
stroke="rgba(254, 238, 142, 0.6)" stroke-width="2" fill="none"></path>
-  <path d="M 280 120 A 160 160 1 1 1 280 440 A 160 160 1 1 1 280 120" 
stroke="rgba(254, 238, 142, 0.7)" stroke-width="2" fill="none"></path>
-  <path d="M 280 140 A 140 140 1 1 1 280 420 A 140 140 1 1 1 280 140" 
stroke="rgba(254, 238, 142, 0.8)" stroke-width="2" fill="none"></path>
-  <path d="M 280 160 A 120 120 1 1 1 280 400 A 120 120 1 1 1 280 160" 
stroke="rgba(254, 238, 142, 0.9)" stroke-width="2" fill="none"></path>
-  <path d="M 280 180 A 100 100 1 1 1 280 380 A 100 100 1 1 1 280 180" 
stroke="rgba(254, 238, 142, 1)" stroke-width="2" fill="none"></path>
-  
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="3s" repeatCount="indefinite" path="M 280 0 A 280 280 1 
1 1 280 560 A 250 250 1 1 1 280 0"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="3s" repeatCount="indefinite" path="M 540 260 A 260 260 
1 1 1 20 260 A 260 260 1 1 1 540 260"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="15" style="fill: #fff;">
-    <animateMotion dur="5s" repeatCount="indefinite" path="M 280 20 A 260 260 
1 1 1 280 540 A 260 260 1 1 1 280 20"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="25" style="fill: #fff;">
-    <animateMotion dur="9s" repeatCount="indefinite" path="M 540 260 A 260 260 
1 1 1 20 260 A 260 260 1 1 1 540 260"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="12" style="fill: #fff;">
-    <animateMotion dur="5s" repeatCount="indefinite" path="M 40 280 A 240 240 
1 1 1 520 280 A 240 240 1 1 1 40 280"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="3s" repeatCount="indefinite" path="M 40 280 A 240 240 
1 1 1 520 280 A 240 240 1 1 1 40 280"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="10" style="fill: #fff;">
-    <animateMotion dur="6s" repeatCount="indefinite" path="M 280 520 A 240 240 
1 1 1 280 40 A 240 240 1 1 1 280 520"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="20" style="fill: #fff;">
-    <animateMotion dur="8s" repeatCount="indefinite" path="M 280 520 A 240 240 
1 1 1 280 40 A 240 240 1 1 1 280 520"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="15" style="fill: #fff;">
-    <animateMotion dur="6s" repeatCount="indefinite" path="M 280 60 A 220 220 
1 1 1 280 500 A 220 220 1 1 1 280 60"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="3" style="fill: #fff;">
-    <animateMotion dur="1s" repeatCount="indefinite" path="M 280 60 A 220 220 
1 1 1 280 500 A 220 220 1 1 1 280 60"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="7" style="fill: #fff;">
-    <animateMotion dur="3s" repeatCount="indefinite" path="M 280 60 A 220 220 
1 1 1 280 500 A 220 220 1 1 1 280 60"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="3s" repeatCount="indefinite" path="M 80 280 A 200 200 
1 1 1 480 280 A 200 200 1 1 1 80 280"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="3s" repeatCount="indefinite" path="M 280 480 A 200 200 
1 1 1 280 80 A 200 200 1 1 1 280 480"></animateMotion>
-  </circle>
-</svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/galaxy_2.svg
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/galaxy_2.svg 
b/doc/themes/weex/source/images/galaxy_2.svg
deleted file mode 100644
index 4cabfda..0000000
--- a/doc/themes/weex/source/images/galaxy_2.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="560" height="560" version="1.1" style="overflow: visible" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
-  <path d="M 280 0 A 280 280 1 1 1 280 560 A 280 280 1 1 1 280 0" 
stroke="rgba(45, 255, 254, 0.1)" stroke-width="2" fill="none"></path>
-  <path d="M 280 20 A 260 260 1 1 1 280 540 A 260 260 1 1 1 280 20" 
stroke="rgba(45, 255, 254, 0.2)" stroke-width="2" fill="none"></path>
-  <path d="M 280 40 A 240 240 1 1 1 280 520 A 240 240 1 1 1 280 40" 
stroke="rgba(45, 255, 254, 0.3)" stroke-width="2" fill="none"></path>
-  <path d="M 280 60 A 220 220 1 1 1 280 500 A 220 220 1 1 1 280 60" 
stroke="rgba(45, 255, 254, 0.4)" stroke-width="2" fill="none"></path>
-  <path d="M 280 80 A 200 200 1 1 1 280 480 A 200 200 1 1 1 280 80" 
stroke="rgba(45, 255, 254, 0.5)" stroke-width="2" fill="none"></path>
-  <path d="M 280 100 A 180 180 1 1 1 280 460 A 180 180 1 1 1 280 100" 
stroke="rgba(45, 255, 254, 0.6)" stroke-width="2" fill="none"></path>
-  <path d="M 280 120 A 160 160 1 1 1 280 440 A 160 160 1 1 1 280 120" 
stroke="rgba(45, 255, 254, 0.7)" stroke-width="2" fill="none"></path>
-  <path d="M 280 140 A 140 140 1 1 1 280 420 A 140 140 1 1 1 280 140" 
stroke="rgba(45, 255, 254, 0.8)" stroke-width="2" fill="none"></path>
-  <path d="M 280 160 A 120 120 1 1 1 280 400 A 120 120 1 1 1 280 160" 
stroke="rgba(45, 255, 254, 0.9)" stroke-width="2" fill="none"></path>
-  <path d="M 280 180 A 100 100 1 1 1 280 380 A 100 100 1 1 1 280 180" 
stroke="rgba(45, 255, 254, 1)" stroke-width="2" fill="none"></path>
-  
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="2s" repeatCount="indefinite" path="M 280 0 A 280 280 1 
1 1 280 560 A 250 250 1 1 1 280 0"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="2s" repeatCount="indefinite" path="M 540 260 A 260 260 
1 1 1 20 260 A 260 260 1 1 1 540 260"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="15" style="fill: #fff;">
-    <animateMotion dur="4s" repeatCount="indefinite" path="M 280 20 A 260 260 
1 1 1 280 540 A 260 260 1 1 1 280 20"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="25" style="fill: #fff;">
-    <animateMotion dur="6s" repeatCount="indefinite" path="M 540 260 A 260 260 
1 1 1 20 260 A 260 260 1 1 1 540 260"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="12" style="fill: #fff;">
-    <animateMotion dur="3.5s" repeatCount="indefinite" path="M 40 280 A 240 
240 1 1 1 520 280 A 240 240 1 1 1 40 280"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="2.1s" repeatCount="indefinite" path="M 40 280 A 240 
240 1 1 1 520 280 A 240 240 1 1 1 40 280"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="10" style="fill: #fff;">
-    <animateMotion dur="2s" repeatCount="indefinite" path="M 280 520 A 240 240 
1 1 1 280 40 A 240 240 1 1 1 280 520"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="20" style="fill: #fff;">
-    <animateMotion dur="4.7s" repeatCount="indefinite" path="M 280 520 A 240 
240 1 1 1 280 40 A 240 240 1 1 1 280 520"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="15" style="fill: #fff;">
-    <animateMotion dur="3s" repeatCount="indefinite" path="M 280 60 A 220 220 
1 1 1 280 500 A 220 220 1 1 1 280 60"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="3" style="fill: #fff;">
-    <animateMotion dur="1s" repeatCount="indefinite" path="M 280 60 A 220 220 
1 1 1 280 500 A 220 220 1 1 1 280 60"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="7" style="fill: #fff;">
-    <animateMotion dur="1.5s" repeatCount="indefinite" path="M 280 60 A 220 
220 1 1 1 280 500 A 220 220 1 1 1 280 60"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="1.5s" repeatCount="indefinite" path="M 80 280 A 200 
200 1 1 1 480 280 A 200 200 1 1 1 80 280"></animateMotion>
-  </circle>
-  <circle cx="0" cy="0" r="5" style="fill: #fff;">
-    <animateMotion dur="1.5s" repeatCount="indefinite" path="M 280 480 A 200 
200 1 1 1 280 80 A 200 200 1 1 1 280 480"></animateMotion>
-  </circle>
-</svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/ios.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/ios.png 
b/doc/themes/weex/source/images/ios.png
deleted file mode 100644
index f2f4129..0000000
Binary files a/doc/themes/weex/source/images/ios.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/juhuasuan.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/juhuasuan.png 
b/doc/themes/weex/source/images/juhuasuan.png
deleted file mode 100644
index 948807d..0000000
Binary files a/doc/themes/weex/source/images/juhuasuan.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/level1.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/level1.png 
b/doc/themes/weex/source/images/level1.png
deleted file mode 100644
index 5f8a19f..0000000
Binary files a/doc/themes/weex/source/images/level1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/level2.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/level2.png 
b/doc/themes/weex/source/images/level2.png
deleted file mode 100644
index 0a28dc5..0000000
Binary files a/doc/themes/weex/source/images/level2.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/level3.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/level3.png 
b/doc/themes/weex/source/images/level3.png
deleted file mode 100644
index 1f07ccc..0000000
Binary files a/doc/themes/weex/source/images/level3.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/level4.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/level4.png 
b/doc/themes/weex/source/images/level4.png
deleted file mode 100644
index 4485f7b..0000000
Binary files a/doc/themes/weex/source/images/level4.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/lightweight.svg
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/lightweight.svg 
b/doc/themes/weex/source/images/lightweight.svg
deleted file mode 100644
index 5f357b7..0000000
--- a/doc/themes/weex/source/images/lightweight.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="120px" height="121px" viewBox="0 0 120 121" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
-    <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch 
-->
-    <title>Page 1</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Welcome" stroke="none" stroke-width="1" fill="none" 
fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
-        <g id="Desktop-blue" transform="translate(-413.000000, -1475.000000)" 
stroke="#404040">
-            <g id="优势" transform="translate(0.000000, 1000.000000)">
-                <g id="Page-1" transform="translate(414.000000, 476.754752)">
-                    <g id="Group-7" transform="translate(0.723486, 75.604275)" 
stroke-width="2">
-                        <path d="M74.1573034,41.2386955 
L74.1573034,16.6401754" id="Stroke-1"></path>
-                        <path d="M41.6004385,41.2386955 L41.6004385,0" 
id="Stroke-3"></path>
-                        <path d="M116.842971,41.9621814 
L0.361742943,41.9621814" id="Stroke-5"></path>
-                    </g>
-                    <polyline id="Stroke-8" points="16.7306111 33.7927958 
33.2803508 50.2824862 33.2803508 17.0021354"></polyline>
-                    <polyline id="Stroke-9" points="66.9224445 34.0038367 
32.9186078 34.0038367 50.0413483 16.8810962"></polyline>
-                    <polyline id="Stroke-10" points="17.0019183 50.6440121 
50.2822691 50.6440121 33.6117073 67.3145739"></polyline>
-                    <polyline id="Stroke-11" points="50.6440121 67.6459304 
50.6440121 33.6420937 67.6459304 50.6440121"></polyline>
-                    <polygon id="Stroke-12" stroke-width="2" 
points="32.9186078 67.6459304 32.9186078 84.6478487 67.6459304 51.005755 
83.9243628 51.005755 49.5587832 17.0019183 49.5587832 0 33.0690929 16.7306111 
15.5549466 34.3655796 0 34.3655796"></polygon>
-                    <polyline id="Stroke-14" points="59.3137605 58.9786418 
66.5609186 66.199031 66.5609186 51.7293132"></polyline>
-                    <path d="M74.5190463,41.6004385 L83.3216991,32.7977857" 
id="Stroke-15"></path>
-                    <path d="M100.202795,49.9205262 L82.839134,49.9205262" 
id="Stroke-16"></path>
-                    <polyline id="Stroke-17" points="50.2822691 66.5607016 
83.5626199 66.5607016 66.8920581 83.2312634"></polyline>
-                    <polyline id="Stroke-18" points="83.9243628 83.5626199 
83.9243628 49.5587832 100.926281 66.5607016"></polyline>
-                    <polyline id="Stroke-19" stroke-width="2" 
points="50.1012529 67.2880219 66.1988139 83.5628369 66.1988139 100.564755 
100.926136 66.9226616 117.204569 66.9226616 82.8389893 32.9188249 82.8389893 
15.9169065 66.349299 32.6475177"></polyline>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/logo.png
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/logo.png 
b/doc/themes/weex/source/images/logo.png
deleted file mode 100644
index 541de02..0000000
Binary files a/doc/themes/weex/source/images/logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8162f8c2/doc/themes/weex/source/images/logo.svg
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/images/logo.svg 
b/doc/themes/weex/source/images/logo.svg
deleted file mode 100644
index 64a74bf..0000000
--- a/doc/themes/weex/source/images/logo.svg
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="121px" height="59px" viewBox="0 0 121 59" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
-    <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch 
-->
-    <title>logo</title>
-    <desc>Created with Sketch.</desc>
-    <defs>
-        <polygon id="path-1" points="59.9937053 58.6390137 59.9937053 
0.23871485 0.000124888622 0.23871485 0.000124888622 58.6390137"></polygon>
-    </defs>
-    <g id="Welcome" stroke="none" stroke-width="1" fill="none" 
fill-rule="evenodd">
-        <g id="Desktop-blue" transform="translate(-116.000000, -40.000000)">
-            <g id="header" transform="translate(-93.000000, 10.000000)">
-                <g id="logo" transform="translate(209.000000, 29.970030)">
-                    <path d="M61.0721601,32.5805457 C61.2994574,32.5805457 
61.5267547,32.7265194 61.5592258,32.9602437 L62.2735887,39.8796473 
C62.3060597,40.2011222 62.4034729,40.4344306 62.533357,40.4344306 
C62.6632412,40.4344306 62.7931254,40.2011222 62.8255964,39.8796473 
L63.6049014,32.9602437 C63.6698435,32.7265194 63.7676729,32.5805457 
63.9949702,32.5805457 L67.3070165,32.5805457 C67.4689554,32.5805457 
67.664198,32.7265194 67.6962527,32.9016047 L68.5404998,39.8796473 
C68.5733871,40.2011222 68.6708003,40.4344306 68.8002681,40.4344306 
C68.9305686,40.4344306 69.0600365,40.2011222 69.0929238,39.8796473 
L69.7423446,32.9307163 C69.7743994,32.7265194 69.9046999,32.5805457 
70.0995261,32.5805457 L75.3598349,32.5805457 C75.6849616,32.5805457 
75.7819584,32.755631 75.7494874,32.9893553 L72.7296805,54.0403453 
C72.6972095,54.3322928 72.5023832,54.4782665 72.307557,54.4782665 
L67.5667848,54.4782665 C67.3719586,54.4782665 67.2091871,54.3322928 
67.176716,54.1567916 L65.9428164,47.0914143 C65.91
 03454,46.8285784 65.8133486,46.6243815 65.6830481,46.6243815 
C65.5535802,46.6243815 65.4557508,46.8581058 65.4232798,47.1205258 
L64.2872096,54.1280959 C64.2218512,54.3322928 64.1244381,54.4782665 
63.9296118,54.4782665 L59.1234813,54.4782665 C58.896184,54.4782665 
58.7017741,54.3031812 58.669303,54.0989843 L55.5516667,32.9602437 
C55.5191957,32.6974078 55.6819672,32.5805457 55.9092645,32.5805457 
L61.0721601,32.5805457 Z" id="Fill-1" stroke="#F5F5F5" stroke-width="0.9" 
fill="#515151"></path>
-                    <path d="M77.2096852,32.9600773 C77.2096852,32.7849921 
77.4045114,32.5803793 77.632225,32.5803793 L89.1594449,32.5803793 
C89.3542712,32.5803793 89.4841553,32.726353 89.4841553,32.9018542 
L89.4841553,38.1573238 C89.4841553,38.3324091 89.3222164,38.4492713 
89.1269739,38.4492713 L83.7043099,38.4492713 C83.5744257,38.4492713 
83.4770126,38.536606 83.4770126,38.6534681 L83.4770126,40.2887064 
C83.4770126,40.4051527 83.6068967,40.4929033 83.7043099,40.4929033 
L89.1835901,40.4929033 C89.3134742,40.4929033 89.4108873,40.5806539 
89.4108873,40.6971001 L89.4108873,46.0112088 C89.4108873,46.1571825 
89.2810032,46.2740446 89.151119,46.2740446 L83.6068967,46.2740446 
C83.4770126,46.2740446 83.3791832,46.3617952 83.3791832,46.5077689 
L83.3791832,48.2303419 C83.3791832,48.3472041 83.4770126,48.4345388 
83.5744257,48.4345388 L89.191916,48.4345388 C89.4192133,48.4345388 
89.5495137,48.5805125 89.5495137,48.7264862 L89.5495137,54.1570411 
C89.5495137,54.3325423 89.3867422,54.4781001 89.19
 1916,54.4781001 L77.5668666,54.4781001 C77.3724567,54.4781001 
77.2096852,54.3030148 77.2096852,54.098818 L77.2096852,32.9600773 Z" 
id="Fill-3" stroke="#F5F5F5" stroke-width="0.9" fill="#515151"></path>
-                    <path d="M91.6592989,32.9600773 C91.6592989,32.7849921 
91.8541251,32.5803793 92.0818387,32.5803793 L103.609059,32.5803793 
C103.803885,32.5803793 103.933769,32.726353 103.933769,32.9018542 
L103.933769,38.1573238 C103.933769,38.3324091 103.771414,38.4492713 
103.576588,38.4492713 L98.1539235,38.4492713 C98.0240394,38.4492713 
97.9266262,38.536606 97.9266262,38.6534681 L97.9266262,40.2887064 
C97.9266262,40.4051527 98.0560941,40.4929033 98.1539235,40.4929033 
L103.633204,40.4929033 C103.763088,40.4929033 103.860501,40.5806539 
103.860501,40.6971001 L103.860501,46.0112088 C103.860501,46.1571825 
103.730617,46.2740446 103.600733,46.2740446 L98.0560941,46.2740446 
C97.9266262,46.2740446 97.8287968,46.3617952 97.8287968,46.5077689 
L97.8287968,48.2303419 C97.8287968,48.3472041 97.9266262,48.4345388 
98.0240394,48.4345388 L103.64153,48.4345388 C103.868827,48.4345388 
103.998711,48.5805125 103.998711,48.7264862 L103.998711,54.1570411 
C103.998711,54.3325423 103.836356,54.4781001 103
 .64153,54.4781001 L92.0164803,54.4781001 C91.8220704,54.4781001 
91.6592989,54.3030148 91.6592989,54.098818 L91.6592989,32.9600773 Z" 
id="Fill-5" stroke="#F5F5F5" stroke-width="0.9" fill="#515151"></path>
-                    <path d="M109.194119,43.5002113 C109.22659,43.4419882 
109.258645,43.3251261 109.258645,43.266487 C109.258645,43.2082639 
109.22659,43.0622902 109.194119,42.9745396 L105.492004,32.9019374 
C105.427062,32.7559637 105.492004,32.5804625 105.686831,32.5804625 
L111.629448,32.5804625 C111.759332,32.5804625 111.856745,32.6973247 
111.889216,32.8141868 L112.63605,35.8505233 C112.668521,35.9673854 
112.733463,36.055136 112.765934,36.055136 C112.830876,36.055136 
112.895818,35.9673854 112.928289,35.8505233 L113.675123,32.8141868 
C113.707594,32.6682131 113.805007,32.5804625 113.934892,32.5804625 
L119.877092,32.5804625 C120.007393,32.5804625 120.137277,32.6682131 
120.137277,32.8141868 C120.137277,32.8724099 120.137277,32.9306331 
120.104806,33.0183837 L116.402691,42.8580933 C116.337749,42.9745396 
116.305278,43.1791523 116.305278,43.2373755 C116.305278,43.2960145 
116.337749,43.4710998 116.37022,43.5588503 L120.137277,54.1862359 
C120.201803,54.3908486 120.137277,54.4781833 119.942034
 ,54.4781833 L113.902837,54.4781833 C113.805007,54.4781833 
113.707594,54.3908486 113.675123,54.2739864 L112.928289,50.6828667 
C112.895818,50.5660045 112.830876,50.5077814 112.798405,50.5077814 
C112.733463,50.5077814 112.700992,50.5660045 112.668521,50.6828667 
L111.921687,54.2739864 C111.889216,54.3908486 111.759332,54.4781833 
111.629448,54.4781833 L105.65436,54.4781833 C105.524892,54.4781833 
105.459533,54.4195443 105.459533,54.3322096 C105.459533,54.2739864 
105.459533,54.244459 105.492004,54.1862359 L109.194119,43.5002113 Z" 
id="Fill-7" stroke="#F5F5F5" stroke-width="0.9" fill="#515151"></path>
-                    <g id="Group-11" transform="translate(0.000000, 0.177165)">
-                        <mask id="mask-2" fill="white">
-                            <use xlink:href="#path-1"></use>
-                        </mask>
-                        <g id="Clip-10"></g>
-                        <path d="M34.9298075,21.861664 C33.4190715,21.861664 
32.1943304,20.6381464 32.1943304,19.1289196 C32.1943304,17.6192769 
33.4190715,16.3957594 34.9298075,16.3957594 C36.4405436,16.3957594 
37.6652847,17.6192769 37.6652847,19.1289196 C37.6652847,20.6381464 
36.4405436,21.861664 34.9298075,21.861664 M55.5522495,11.5520105 
C54.6988439,10.5118958 53.7459438,9.55620461 52.7072867,8.70074041 
C51.7964323,7.95007786 50.8185544,7.27801654 49.7861418,6.69121052 
C34.9893378,-4.10335856 14.2902974,-1.03499939 3.25555499,13.5066443 
C7.30277896,8.27903857 13.3902667,5.50304271 19.5689232,5.47185174 
C8.02921445,10.7081909 0.000124888622,22.3133092 0.000124888622,35.7998665 
C0.000124888622,39.5685668 0.837294957,43.4270971 1.99251472,46.8048706 
C3.65436599,45.2968914 5.16551833,41.321499 6.94101825,39.9432742 
C7.80899418,44.2122776 9.49374171,50.479998 11.8262449,53.9862783 
C13.9938951,49.603324 15.7564898,46.5407871 18.9827793,42.9313687 
C19.8619952,49.2306959 23.4883445,53.98
 21195 27.3807066,58.6391385 C27.361557,58.1758487 27.3494844,57.7104795 
27.3494844,57.2421992 C27.3494844,52.1705483 28.4880524,47.3654762 
30.5183251,43.0627866 C30.6740196,43.1397243 30.8313792,43.2145826 
30.9895715,43.2877774 C33.5152357,48.0333787 37.152825,52.0986011 
41.5605608,55.1295312 C40.0735536,52.0366351 39.2405465,48.677992 
38.7717979,45.1455113 C38.580302,43.7007458 38.4783096,42.2272846 
38.4783096,40.7301183 C38.4783096,37.5070519 38.3771498,34.3921143 
39.2322206,31.4443602 C39.6306153,30.0702942 39.7421825,28.7328256 
40.3070953,27.4381926 C40.5268993,26.9345625 40.7583596,26.4375865 
41.0023087,25.9472645 C42.0555361,23.8266948 43.1491441,21.8005297 
44.7485511,19.8221908 C45.052863,19.4462357 45.5515849,19.0765188 
45.8712998,18.7138719 C47.3054375,17.301545 50.0213487,16.4290297 
52.1939945,16.4290297 C56.3169842,16.4290297 59.5998898,19.3480881 
59.9937053,23.3804561 C59.8484182,18.6855921 58.3360169,14.9460033 
55.5522495,11.5520105" id="Fill-9" fill="#00B4FF" mask="url
 (#mask-2)"></path>
-                        <path d="M35.9747923,17.4398249 C36.9085429,17.4398249 
37.6653679,18.1958939 37.6653679,19.1287117 C37.6653679,20.0615295 
36.9085429,20.8175985 35.9747923,20.8175985 C35.0410417,20.8175985 
34.2842166,20.0615295 34.2842166,19.1287117 C34.2842166,18.1958939 
35.0410417,17.4398249 35.9747923,17.4398249" id="Fill-12" fill="#515151" 
mask="url(#mask-2)"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file


Reply via email to