neilcsmith-net closed pull request #11: Quick fixes for slider issues
URL: https://github.com/apache/incubator-netbeans-website/pull/11
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index bee365d..b2f1bea 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -154,13 +154,13 @@ section.hero {
   }
 }
 
-.hero.news {
+.hero.news, .orbit-wrapper {
   background: url('/images/hero-background.jpg') no-repeat;
   background-size: cover;
   background-position: center bottom;
 }
 
-.netbeans-bg {
+/*.netbeans-bg {
   background: url('/images/hero-background.jpg') no-repeat;
   background-size: cover;
   background-position: center bottom;
@@ -170,7 +170,7 @@ section.hero {
   background: url('/images/hero-background-2.jpg') no-repeat;
   background-size: cover;
   background-position: center bottom;
-}
+}*/
 
 
 
diff --git a/netbeans.apache.org/src/content/templates/slider.gsp 
b/netbeans.apache.org/src/content/templates/slider.gsp
index 2214c0a..a15e135 100644
--- a/netbeans.apache.org/src/content/templates/slider.gsp
+++ b/netbeans.apache.org/src/content/templates/slider.gsp
@@ -42,20 +42,6 @@
       </li>
       <li class="orbit-slide">
           <section class='hero alternate netbeans-bg-1'>
-              <div class='grid-container'>
-                  <div class='cell'>
-                      <div class='annotation'>Apache Transition News</div>
-                      <h1>Apache NetBeans 9.0 Features</h1>
-                      <p>
-                        Full Java 9 Support, including <b>Jigsaw</b>, 
<b>JShell</b>, <b>JLink</b> and more.
-                      </p>
-                      <p><a class='button success' 
href="/download/nb90/index.html">Features</a></p>
-                  </div>
-              </div>
-          </section>
-      </li>
-      <li class="orbit-slide">
-          <section class='hero alternate'>
               <div class='grid-container'>
                   <div class='cell'>
                       <div class='annotation'>Apache Transition News</div>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to