Difference between revisions of "Team:Hong Kong HKUST/Results Prototype"

(Created page with "{{Hong_Kong_HKUST}} <html lang="en";> <head> <style> /* @media only screen and (min-width: 768px) { div.wrapper{ display: none; } } @media only screen and (ma...")
 
Line 32: Line 32:
 
<h1 class="title text-center" style="color:white;"><b>Results of our prototype</b></h1>
 
<h1 class="title text-center" style="color:white;"><b>Results of our prototype</b></h1>
 
<blockquote>
 
<blockquote>
 +
 +
 +
 +
 +
 +
<br>
 +
</div>
 +
 +
</div>
 +
 +
</section>
 +
 +
<script>
 +
    $(document).ready(function(){
 +
        $("div#ustMenuWrapper li#ustProjectTab").addClass("ustActiveTab");
 +
    });
 +
</script>
 +
<!--
 +
//Fade-in/out Effect (circuit mode)
 +
var circuitActive = false;
 +
    $(document).click(function(event) {
 +
      if(circuitActive) {
 +
        if(!$(event.target).closest('#circuitFig').length) {
 +
          $('#circuit-overlay').fadeOut("slow");
 +
          circuitActive = false;
 +
        }
 +
      }
 +
    });
 +
    $( '#circuit' ).click(function() {
 +
      $("#circuit-overlay").fadeIn("slow");
 +
      setTimeout(function(){circuitActive = true;},1);
 +
    });
 +
-->
 +
 +
 +
</body>
 +
</html>

Revision as of 19:13, 19 October 2016

Results of our prototype