Difference between revisions of "Template:Home"

Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
 +
    <script>
 +
        $(document).ready(function () {
 +
            /* remove igem mess */
 +
            $("#content").removeClass("mw-body");
 +
            $("#content").attr("id", "");
 +
            $("#mw-content-text").removeClass("mw-content-ltr");
 +
            $("#mw-content-text").attr("id", "");
 +
            $("#HQ_page").attr("id", "");
 +
            $("#bodyContent").attr("id", "");
 +
            $("#globalWrapper").attr("id", "");
 +
            setTimeout(function () {
 +
                $("body").fadeIn("fast");
 +
            }, 200);
 +
        });
 +
        $(window).load(function () {
 +
            setTimeout(function () {
 +
                $(".container").fadeIn();
 +
            }, 250);
 +
        });
 +
    </script>
 +
 
     <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"
 
     <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"
 
           id="bootstrap-css">
 
           id="bootstrap-css">
Line 301: Line 322:
 
     <script type="application/javascript"
 
     <script type="application/javascript"
 
             src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
 
             src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
 
    <script>
 
        $(document).ready(function () {
 
            /* remove igem mess */
 
            $("#content").removeClass("mw-body");
 
            $("#content").attr("id", "");
 
            $("#mw-content-text").removeClass("mw-content-ltr");
 
            $("#mw-content-text").attr("id", "");
 
            $("#HQ_page").attr("id", "");
 
            $("#bodyContent").attr("id", "");
 
            $("#globalWrapper").attr("id", "");
 
            setTimeout(function () {
 
                $("body").fadeIn("fast");
 
            }, 200);
 
        });
 
        $(window).load(function () {
 
            setTimeout(function () {
 
                $(".container").fadeIn();
 
            }, 250);
 
        });
 
    </script>
 
 
  
 
     <!-- This tells the browser that your page is responsive -->
 
     <!-- This tells the browser that your page is responsive -->

Revision as of 23:49, 29 October 2017