diff options
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/templates/page.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/website/templates/page.html b/static/website/templates/page.html index 2d41715..a13d4b1 100644 --- a/static/website/templates/page.html +++ b/static/website/templates/page.html @@ -4,7 +4,7 @@ <html> <head> <title>{{ page.heading }} | python.fossee.in</title> - <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="{% static 'website/css/bootstrap.min.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'website/css/bootstrap-theme.min.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'website/css/lightbox.css'%}"> @@ -13,8 +13,8 @@ <script type="text/javascript" src="{% static 'website/js/jquery.tablesorter.js' %}"></ </head> <body> - <link rel="stylesheet" type="text/css" href="http://fossee.in/data/banner/css/nice-bar.css" /> - <script type="text/javascript" src="http://fossee.in/data/banner/js/nice-bar.js"></script> + <link rel="stylesheet" type="text/css" href="https://fossee.in/data/banner/css/nice-bar.css" /> + <script type="text/javascript" src="https://fossee.in/data/banner/js/nice-bar.js"></script> {% if permalink == 'home'%} @@ -34,7 +34,7 @@ <div id="header-inner"> <div id="branding" class="pull-left"> <img id="brand-logo" src="{% static 'website/images/pylogo.png' %}"> - <a href="http://python.fossee.in" style="text-decoration: none; color: #424242"> + <a href="https://python.fossee.in" style="text-decoration: none; color: #424242"> <span id="brand-text">Python</span> </a> </div> @@ -265,8 +265,8 @@ </div> <!-- /page-wrapper --> <div id="credits"> <center> - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<br /> - <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> + This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<br /> + <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> </center> </div> @@ -298,7 +298,7 @@ ga('send', 'pageview'); </script> -<noscript><p><img src="http://analytics.spoken-tutorial.org/piwik.php?idsite=14" style="border:0;" alt="" /></p></noscript> +<noscript><p><img src="https://analytics.spoken-tutorial.org/piwik.php?idsite=14" style="border:0;" alt="" /></p></noscript> <!-- End Piwik Code --> <script type="text/javascript" src="{% static 'website/js/jquery.tablesorter.min.js' %}"></script> <script type="text/javascript"> |