You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2016/12/25 16:06:04 UTC

svn commit: r1776010 - /openoffice/ooo-site/trunk/content/index.html

Author: mseidel
Date: Sun Dec 25 16:06:04 2016
New Revision: 1776010

URL: http://svn.apache.org/viewvc?rev=1776010&view=rev
Log:
Take CSS files from /css, minor changes

Modified:
    openoffice/ooo-site/trunk/content/index.html

Modified: openoffice/ooo-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1776010&r1=1776009&r2=1776010&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Sun Dec 25 16:06:04 2016
@@ -18,9 +18,9 @@
     <style type="text/css">
     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/
-	@import "/home.css";
-	@import "/styles.css";
-	@import "/exceptions.css";
+	@import "/css/home.css";
+	@import "/css/styles.css";
+	@import "/css/exceptions.css";
     /* ]]> */
     </style>
     <script>
@@ -251,7 +251,7 @@
     <li>
       <div class="action-info">
         <div class="action-text action-link">
-          <a href="why/index.html">
+          <a href="/why/index.html">
             <h2>I want to learn more about OpenOffice</h2>
             <p>What is Apache OpenOffice? And why should I use it?</p>
           </a>
@@ -270,7 +270,7 @@
   document.write( "<ul><li>"
     + "<div class='action-download'>"
       + "<div class='action-text action-link'>"
-        + "<a href='download/index.html'>"
+        + "<a href='/download/index.html'>"
           + "<h2>I want to download Apache OpenOffice</h2>"
           + "<p style='font-size: 1.0em; font-weight: bold;'>(Most recent release: " + DL.VERSION + ")</p>"
           + "<p>Download Apache OpenOffice for free <b>(really!)</b> | "
@@ -290,7 +290,7 @@
   <noscript>
     <div class="action-download">
       <div class="action-text action-link">
-        <a href="download/index.html">
+        <a href="/download/index.html">
           <h2>I want to download Apache OpenOffice</h2>
           <p>Download Apache OpenOffice for free, or find out about other ways of getting it.</p>
         </a>
@@ -305,7 +305,7 @@
     <li>
       <div class="action-help">
         <div class="action-text action-link">
-          <a href="support/index.html">
+          <a href="/support/index.html">
             <h2>I need help with my OpenOffice</h2>
             <p>Help is at hand whenever you need it.</p>
           </a>
@@ -318,7 +318,7 @@
     <li>
       <div class="action-extend">
         <div class="action-text action-link">
-          <a href="extensions/index.html">
+          <a href="/extensions/index.html">
             <h2>I want to do more with my OpenOffice</h2>
             <p>Extend Apache OpenOffice with additional functionality, templates and clipart.</p>
           </a>
@@ -344,7 +344,7 @@
     <li>
       <div class="action-social">
         <div class="action-text action-link">
-          <a href="social/index.html" onclick="javascript:follow( 'SocialLink' );">
+          <a href="/social/index.html" onclick="javascript:follow( 'SocialLink' );">
             <h2>I want to stay in touch with OpenOffice</h2>
             <p>Follow the progress of OpenOffice via announce list, our blog or social media.</p>
           </a>
@@ -352,27 +352,27 @@
             <p>
               <span style="padding: 0 5px; cursor: pointer;" onclick="javascript:follow( 'ApacheBlog' );"
                 title="Follow our official Blog">
-                <img src="images/logo-rss-16.png" alt="Follow our official Blog" />
+                <img src="/images/logo-rss-16.png" alt="Follow our official Blog" />
                 <a>Official Blog</a>
               </span>
               <span style="padding: 0 5px; cursor: pointer;" onclick="javascript:follow( 'Facebook' );"
                 title="Follow us on Facebook">
-                <img src="images/logo-facebook-16.png" alt="Follow us on Facebook" />
+                <img src="/images/logo-facebook-16.png" alt="Follow us on Facebook" />
                 <a>Facebook</a>
               </span>
               <span style="padding: 0 5px; cursor: pointer;" onclick="javascript:follow( 'Twitter' );"
                 title="Follow us on Twitter">
-                <img src="images/logo-twitter-16.png" alt="Follow us on Twitter" />
+                <img src="/images/logo-twitter-16.png" alt="Follow us on Twitter" />
                 <a>Twitter</a>
               </span>
               <span style="padding: 0 5px; cursor: pointer;" onclick="javascript:follow( 'GooglePlus' );"
                 title="Follow us on Google+">
-                <img src="images/logo-googleplus-16.png" alt="Follow us on Google+" />
+                <img src="/images/logo-googleplus-16.png" alt="Follow us on Google+" />
                 <a>Google+</a>
 				</span>
 			  <span style="padding: 0 5px; cursor: pointer;" onclick="javascript:follow( 'YouTube' );"
                 title="Subscribe to our YouTube channel">
-                <img src="images/logo-youtube-16.png" alt="Subscribe to our YouTube channel" />
+                <img src="/images/logo-youtube-16.png" alt="Subscribe to our YouTube channel" />
                 <a>YouTube</a>
               </span>
             </p>
@@ -448,12 +448,12 @@
     </p>
   </div>
 
-  <div id="all_news" style="height: 360px; float: left; overflow: auto;">
+  <div id="all_news" style="height: 375px; float: left; overflow: auto;">
     <div class="campaign">
       <h2>Recent News</h2>
 
       <p style="text-align:right">
-        <a href="news/index.html" target="_blank">All News</a>
+        <a href="/news/index.html" target="_blank">All News</a>
       </p>
       <p></p>
 
@@ -575,4 +575,4 @@
 <div style="clear: both;"></div>
 
 </body>
-</html>
\ No newline at end of file
+</html>