[gnome-web-www] fix mixed content



commit c5effc45ee04ad5ad04c616a9cf521a1529dca61
Author: Olav Vitters <olav vitters nl>
Date:   Thu Mar 5 17:36:44 2015 +0100

    fix mixed content

 theme/outreachy/index.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/theme/outreachy/index.html b/theme/outreachy/index.html
index c95dcb3..79b8015 100644
--- a/theme/outreachy/index.html
+++ b/theme/outreachy/index.html
@@ -7,8 +7,8 @@
     <link rel="stylesheet" href="css/reset.css">
     <link rel="stylesheet" href="css/bootstrap.min.css">
     <link rel="stylesheet" href="css/main.css"> 
-    <script src="http://code.jquery.com/jquery-1.10.1.min.js";></script>
-    <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js";></script>
+    <script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
+    <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
     
 </head> 
 
@@ -36,7 +36,7 @@
         <div class="span24 top-intro">
                 <p>Outreachy helps people from groups underrepresented in free and open source software get 
involved. We provide a supportive community for beginning to contribute any time throughout the year and 
offer focused internship opportunities twice a year with a number of free software organizations.</p>
                 <p>The current round of internships is open to women (cis and trans), trans men, genderqueer 
people, and all participants of the <a href="http://ascendproject.org/";>Ascend Project</a> regardless of 
gender. We are planning to expand the program to more participants from underrepresented backgrounds in the 
future.</p>
-                <p>Outreachy is the successor of the <a href="http://gnome.org/opw";>Outreach Program for 
Women</a>. You can learn who participated in and sponsored the last round of internships on <a 
href="http://gnome.org/opw";>its site</a>. Companies are <a 
href="https://wiki.gnome.org/Outreachy/Admin/InfoForOrgs";>invited</a> to express interest in sponsoring the 
current round of the program by March 24, 2015.</p>
+                <p>Outreachy is the successor of the <a href="http://www.gnome.org/opw";>Outreach Program for 
Women</a>. You can learn who participated in and sponsored the last round of internships on <a 
href="http://www.gnome.org/opw";>its site</a>. Companies are <a 
href="https://wiki.gnome.org/Outreachy/Admin/InfoForOrgs";>invited</a> to express interest in sponsoring the 
current round of the program by March 24, 2015.</p>
             <div class="clearfix"></div>
         </div>
 
@@ -104,9 +104,9 @@ full-time internships will run from May 25 to August 25. Coding, design, documen
             </ul>
         </div>
     </div>
-    <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' 
type='text/css'>
-    <script src="http://code.jquery.com/jquery-1.10.1.min.js";></script>
-    <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js";></script>
+    <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
+    <script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
+    <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
     <script src="js/bootstrap.min.js"></script>
     <script src="js/main.js"></script>
 </body> 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]