Author: mseidel
Date: Sat Jan  7 18:57:16 2017
New Revision: 1777843

URL: http://svn.apache.org/viewvc?rev=1777843&view=rev
Log:
Added link for YouTube channel

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

Modified: openoffice/ooo-site/trunk/content/ko/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ko/index.html?rev=1777843&r1=1777842&r2=1777843&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ko/index.html (original)
+++ openoffice/ooo-site/trunk/content/ko/index.html Sat Jan  7 18:57:16 2017
@@ -19,14 +19,17 @@
       function follow( platform ) {
         _gaq.push( ['_trackEvent','social', 'followUs', platform] ); 
 
-        if ( platform == 'ApacheBlog' )
+               if ( platform == 'ApacheBlog' ) {
           window.open( "https://blogs.apache.org/OOo/";, "_blank" );
-        else if ( platform == 'Facebook' )
+           } else if ( platform == 'Facebook' ) {
           window.open( "https://www.facebook.com/ApacheOO";, "_blank" );
-        else if ( platform == 'Twitter' )
+           } else if ( platform == 'Twitter' ) {
           window.open( "https://twitter.com/ApacheOO";, "_blank" );
-        else if ( platform == 'GooglePlus' )
+           } else if ( platform == 'GooglePlus' ) {
           window.open( "https://plus.google.com/+openoffice";, "_blank" );
+               } else if ( platform == 'YouTube' ) {
+          window.open( 
"https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw";, "_blank" );
+        }
       }
 
       function showAlertbox( show ) {
@@ -208,6 +211,11 @@ screen reader.
                 <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+" />
                 <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" />
+                <a>YouTube</a>
+              </span>
               </p>
             </div>
         </div>
@@ -228,11 +236,11 @@ screen reader.
 
 <div id="news">
 
-  <div class="campaign" style="height: 210px; float: right; overflow: auto;">
-    <h2 style="display: inline;">Recent Blog Posts</h2>
+  <div class="first campaign" style="height: 210px; float: right; overflow: 
auto;">
+    <h2>Recent Blog Posts</h2>
 
     <p style="text-align:right">
-      <a href="http://blogs.apache.org/OOo/";>All Posts</a>
+      <a href="https://blogs.apache.org/OOo/";>All Posts</a>
     </p>
 
     <p>
@@ -259,7 +267,7 @@ screen reader.
       <h2>Recent News</h2>
 
       <p style="text-align:right">
-        <a href="news/index.html">All News</a>
+         <a href="/news/index.html">All News</a>
       </p>
       <p></p>
 


Reply via email to