Difference between revisions of "Team:William and Mary/RealMainPage"

(Blanked the page)
Line 1: Line 1:
 +
{{Team:William_and_Mary/CSS_RESET}}
 +
{{Team:William_and_Mary/CSS_FIX}}
 +
{{Team:William_and_Mary/SOURCE}}
 +
{{Team:William_and_Mary/HEADER2}}
  
 +
<html lang="en">
 +
<!--- Scroll feature adapted from w3schools.com---->
 +
<script>
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 +
<script>
 +
$(document).ready(function(){
 +
  $("a").on('click', function(event) {
 +
 +
    if (this.hash !== "") {
 +
      event.preventDefault();
 +
 +
      var hash = this.hash;
 +
 +
      $('html, body').animate({
 +
        scrollTop: $(hash).offset().top
 +
      }, 800, function(){
 +
 
 +
        window.location.hash = hash;
 +
      });
 +
    } // End if
 +
  });
 +
});
 +
</script>
 +
 +
 +
<cfheader name="X-XSS-Protection" value="1">
 +
 +
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
 +
<body class="landing-page">
 +
        <div class="wrapper">
 +
       
 +
<!--PRESENTATION PAGE INFORMATION BEGINS HERE-->
 +
<!--all source files, header, footer, and CSS resets are now in templates
 +
above and below the html source code on this page.  This serves to make
 +
easier the construction of new pages that can be linked to from this
 +
general overview presentation page.
 +
-J-Mitch
 +
-->
 +
 +
<div class="section section-header" id="overview">
 +
<div style='padding-top: 100px;padding-right:18px;'>
 +
<center>
 +
<img src='https://static.igem.org/mediawiki/2017/f/fa/T--William_and_Mary--speedlogo8.jpeg' height = "12%" width = "40%"/>
 +
</center>
 +
<div class="container">
 +
<div class="content">
 +
<p class="section-header h1WM" style="font-family:Slim-Joe; margin: 0px 0 px;"></p>
 +
 +
<h5></h5>
 +
</div>
 +
</div>
 +
</div>
 +
 +
</div>
 +
 +
 +
<center>
 +
<div style='padding-top: 70px;'>
 +
<a href="#section2"><img src="https://static.igem.org/mediawiki/2017/c/cd/T--William_and_Mary--downwardarrow.jpeg" height = "50"/></a></div>
 +
</center>
 +
 +
 +
<div class="main">
 +
  <section></section>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<br>
 +
<br/>
 +
 +
 +
 +
<div class="main" id="section2">
 +
<center>
 +
<section><img src="https://static.igem.org/mediawiki/2017/d/de/T--William_and_Mary--greenyellowinfographic.jpeg" height = "2200"/></section>
 +
</center>
 +
</div>
 +
 +
 +
 +
 +
<div>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2017/5/55/T--William_and_Mary--blank.jpeg" height = "60" width "100"/>
 +
</center>
 +
</div>
 +
 +
<center> For more information, <a href ="https://2017.igem.org/Team:William_and_Mary/Description"> click here </a>.</center>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
    </body>
 +
</html>
 +
 +
 +
{{Team:William_and_Mary/JS_SOURCE}}
 +
{{Team:William_and_Mary/FOOTER_SMALL}}

Revision as of 06:46, 8 October 2017



For more information, click here .