Difference between revisions of "Team:Greece/our team"

Line 3: Line 3:
 
   <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>  
 
   <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>  
 
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <script>
 
      var newDiv = document.createElement('div');
 
      var currentDiv = document.getElementById('main-wraper');
 
      document.body.appendChild(newDiv);
 
      void(newDiv.setAttribute('id', 'loading-background'));
 
      document.body.insertBefore(newDiv, currentDiv);
 
  </script>
 
 
   <script> window.onload = function (){
 
   <script> window.onload = function (){
 
void(document.getElementById('svg_graphics_box').style.display = 'block');
 
void(document.getElementById('svg_graphics_box').style.display = 'block');
Line 18: Line 11:
 
</head>
 
</head>
 
<body>
 
<body>
 +
<div id='loading-background'></div>
 +
 +
<style>#loading-background{ position:absolute; z-index:10000; width:100%; height:600%; background: url('https://cldup.com/mTEtxBim0A.jpg'); }
 +
</style>
 +
 +
<style>
 
<!-- Navigation Bar -->
 
<!-- Navigation Bar -->
 
             <div id='main-wraper'>
 
             <div id='main-wraper'>
Line 521: Line 520:
 
         .animate_text_appear{ visibility: visible; }
 
         .animate_text_appear{ visibility: visible; }
  
        #loading-background{ position:absolute; z-index:10000; width:100%; height:600%; background: url('https://cldup.com/mTEtxBim0A.jpg'); }
 
 
</style>
 
</style>
  

Revision as of 14:50, 12 August 2017