Remove incubation logo after graduation.

Change-Id: I19bc8f6421ac70626a55e90709e209117f9b84b2
diff --git a/css/landing-page.css b/css/landing-page.css
index f53aa46..e57d89b 100755
--- a/css/landing-page.css
+++ b/css/landing-page.css
@@ -43,8 +43,7 @@
 
 .intro-header {
     height: 350px;
-    margin-top: 100px;
-    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
+    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
     padding-bottom: 20px;
     text-align: center;
     color: #f8f8f8;
@@ -54,7 +53,7 @@
 
 .intro-message {
     position: relative;
-    padding-top: 4%;
+    padding-top: 8%;
     padding-bottom: 10%;
 }
 
@@ -76,13 +75,10 @@
 
 @media(max-width:767px) {
     .intro-header {
-        margin-top: 50px;
-        padding-top: 50px;
         height: 50%;
     }
 
     .intro-message {
-        padding-top: 8%;
         padding-bottom: 7%;
     }
 
diff --git a/img/Egg-incubation.png b/img/Egg-incubation.png
deleted file mode 100644
index 4ee6e40..0000000
--- a/img/Egg-incubation.png
+++ /dev/null
Binary files differ
diff --git a/index.html b/index.html
index 5f937f8..304de18 100755
--- a/index.html
+++ b/index.html
@@ -84,11 +84,6 @@
                             <li><a href="ja/index.html">Japanese</a></li>
                         </ul>
                     </li>
-                    <li>
-                        <a href="https://projects.eclipse.org/projects/technology.collections">
-                            <img class="img-responsive" src="img/Egg-incubation.png" alt="Eclipse Incubation Egg">
-                        </a>
-                    </li>
                 </ul>
             </div>
             <!-- /.navbar-collapse -->
diff --git a/ja/index.html b/ja/index.html
index 0f6b8d3..1212e61 100644
--- a/ja/index.html
+++ b/ja/index.html
@@ -85,11 +85,6 @@
                         <li><a href="">Japanese</a></li>
                     </ul>
                 </li>
-                <li>
-                    <a href="https://projects.eclipse.org/projects/technology.collections">
-                        <img class="img-responsive" src="../img/Egg-incubation.png" alt="Eclipse Incubation Egg">
-                    </a>
-                </li>
             </ul>
         </div>
         <!-- /.navbar-collapse -->