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

(Blanked the page)
 
(35 intermediate revisions by the same user not shown)
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: 60px;'>
 
<center>
 
<img src='https://static.igem.org/mediawiki/2017/a/ac/T--William_and_Mary--speedlogogreen2.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>
 
 
 
 
<a href="#section2"><img src="https://static.igem.org/mediawiki/2017/8/8c/T--William_and_Mary--arrowright.jpeg" height = "80"/></a>
 
 
 
<div class="main">
 
  <section></section>
 
</div>
 
 
 
 
<div style='position:fixed; top:40%; right:3%;'>
 
<img src="https://static.igem.org/mediawiki/2017/8/8c/T--William_and_Mary--arrowright.jpeg" height = "80"/>
 
</div>
 
 
 
<div style='position:fixed; top:40%; left:3%;'>
 
<img src="https://static.igem.org/mediawiki/2017/e/eb/T--William_and_Mary--arrowleft.jpeg" height = "80"/>
 
</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}}
 

Latest revision as of 21:59, 1 November 2017