Adjust the location of anchors after removing incubation logo.

Change-Id: If58d65905d545a2957cbf2502e7e40a3e1dfca62
diff --git a/index.html b/index.html
index e7ed593..eb5788b 100755
--- a/index.html
+++ b/index.html
@@ -100,7 +100,6 @@
             <div class="row">
                 <div class="col-lg-push-2 col-lg-8">
                     <div class="intro-message">
-                        <a  name="start"></a><!--TODO: Bring it back to correct place once incubation logo is removed.-->
                         <h1>Eclipse <span style="font-weight: 400">Collections</span></h1>
                         <h3>- Features you want with the collections you need -</h3>
                     </div>
@@ -115,6 +114,7 @@
 
     <!-- Page Content -->
 
+    <a  name="start"></a>
     <div class="content-section-a">
 
         <div class="container-fluid">
@@ -123,7 +123,6 @@
                     <hr class="section-heading-spacer">
                     <div class="clearfix"></div>
                     <h2 class="section-heading">Get started with <br>Eclipse Collections</h2>
-                    <a name="concept"></a><!--TODO: Bring it back to correct place once incubation logo is removed.-->
                     <p class="lead">Eclipse Collections is the best Java collections framework ever
                         that brings happiness to your Java development.
                         <br><br>Integrate it to your codebase today with your favorite build tools!</p>
@@ -176,6 +175,7 @@
     </div>
     <!-- Get Started -->
 
+    <a name="concept"></a>
     <div class="content-section-b">
 
         <div class="container-fluid">
@@ -386,7 +386,6 @@
                         <li><a href="#map" data-toggle="tab">Maps</a></li>
                         <li><a href="#ints" data-toggle="tab">Primitive Collections</a></li>
                     </ul>
-                    <a name="history"></a><!--TODO: Bring it back to correct place once incubation logo is removed.-->
                     <div id="memory" class="tab-content">
                         <div class="tab-pane fade in active" id="set">
                             <img class="img-responsive" src="img/set.png" alt="">
@@ -407,6 +406,7 @@
     </div>
     <!-- Memory footprint -->
 
+    <a name="history"></a>
     <div class="content-section-a">
 
         <div class="container-fluid">
diff --git a/ja/index.html b/ja/index.html
index 3a36fbc..f0ad8dc 100644
--- a/ja/index.html
+++ b/ja/index.html
@@ -101,7 +101,6 @@
         <div class="row">
             <div class="col-lg-push-2 col-lg-8">
                 <div class="intro-message">
-                    <a  name="start"></a><!--TODO: Bring it back to correct place once incubation logo is removed.-->
                     <h1>Eclipse <span style="font-weight: 400">Collections</span></h1>
                     <h3>- Features you want with the collections you need -</h3>
                 </div>
@@ -116,6 +115,7 @@
 
 <!-- Page Content -->
 
+<a  name="start"></a>
 <div class="content-section-a">
 
     <div class="container-fluid">
@@ -124,7 +124,6 @@
                 <hr class="section-heading-spacer">
                 <div class="clearfix"></div>
                 <h2 class="section-heading">Eclipse Collectionsを使ってみよう</h2>
-                <a name="concept"></a><!--TODO: Bring it back to correct place once incubation logo is removed.-->
                 <p class="lead">Eclipse CollectionsはあなたのJava開発を楽しくさせるような、
                     最高のJavaコレクションフレームワークです。
                     <br><br>今すぐお好みのビルドツールを使ってあなたのJavaプロジェクトに導入してみてください!</p>
@@ -177,6 +176,7 @@
 </div>
 <!-- Get Started -->
 
+<a name="concept"></a>
 <div class="content-section-b">
 
     <div class="container-fluid">
@@ -386,7 +386,6 @@
                     <li><a href="#map" data-toggle="tab">Map</a></li>
                     <li><a href="#ints" data-toggle="tab">プリミティブコレクション</a></li>
                 </ul>
-                <a name="history"></a><!--TODO: Bring it back to correct place once incubation logo is removed.-->
                 <div id="memory" class="tab-content">
                     <div class="tab-pane fade in active" id="set">
                         <img class="img-responsive" src="../img/set.png" alt="">
@@ -407,6 +406,7 @@
 </div>
 <!-- Memory footprint -->
 
+<a name="history"></a>
 <div class="content-section-a">
 
     <div class="container-fluid">