Team:Warwick/Measurements

From 2014.igem.org

(Difference between revisions)
(Blanked the page)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
 +
{{CSS/Main}}
 +
<center>
 +
<html>
 +
 +
  <head>
 +
 +
      <!--Load google's web fonts-->
 +
      <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
 +
      <link href='http://fonts.googleapis.com/css?family=Dosis:500' rel='stylesheet' type='text/css'>
 +
     
 +
      <!--Set the favicon (webpage tab icon)-->
 +
      <link rel="icon" type="image/png" href="images/favicon.png" />
 +
     
 +
      <!--jQuery-->
 +
      <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
 +
      <!--Global CSS stylesheet implementation, linked to permanent Drive-hosted CSS file -->
 +
      <style type="text/css">
 +
        @import url("https://googledrive.com/host/0B0qHcBpAhFaCQnZtWkUxNnVTSlk");
 +
      </style>
 +
 +
      <!--Inline JavaScript-->
 +
      <script>
 +
        $(document).ready(function(){
 +
        });
 +
      </script>
 +
 +
  </head>
 +
 +
  <body>
 +
 +
      <div id = "pageWrapper">
 +
 +
        <!--CONTENT START-->
 +
       
 +
        <img class = "headerImage" style = "width: 30%;" src="https://static.igem.org/mediawiki/2014/f/ff/RepliconLogoON.png">
 +
        <img class = "headerImage" style = "width: 12%;" src="https://static.igem.org/mediawiki/2014/f/f6/Warwick_logo.png">
 +
        <!--img class = "headerImage" style = "width: 15%;" src="http://upload.wikimedia.org/wikipedia/en/6/67/University_of_Warwick_logo.png"-->
 +
        <!--img class = "headerImage" style = "width: 10%;" src="https://static.igem.org/mediawiki/2014/0/05/ETH_Zurich_igem_logo.png"-->
 +
 +
        <div id = "mainMenuBar">
 +
            <li> <a href = "/Team:Warwick/Project"> PROJECT </a> </li>
 +
            <li> <a href = "/Team:Warwick/Team"> TEAM </a> </li>
 +
            <li> <a href = "/Team:Warwick/Parts"> PARTS </a> </li>
 +
            <li> <a href = "/Team:Warwick/Modelling"> MODELLING </a> </li>
 +
            <li> <a href = "/Team:Warwick/Notebook"> NOTEBOOK </a> </li>
 +
            <li> <a href = "/Team:Warwick/Human"> HUMAN PRACTICES </a> </li>
 +
            <li> <a href = "/Team:Warwick/Measurements"> MEASUREMENTS </a> </li>
 +
            <li> <a href = "/Team:Warwick/Interlab"> INTERLAB </a> </li>
 +
            <li> <a href = "/Team:Warwick/Attributions"> SPONSORS </a> </li>
 +
        </div>
 +
 +
        <div id = "pageContentWrapper">
 +
            <div id = "pageContent">
 +
            <!-- THIS IS WHERE YOUR MAIN BODY GOES -->
 +
            <h1> MEASUREMENTS </h1> <br> <br>
 +
            <p> First paragraph goes here. Check out <a href="http://www.web-source.net/html_codes_chart.htm"> this list </a> of HTML tags, or "elements", for help writing up your material in the desired fashion.
 +
            </p>
 +
            <p> It can be easier to use a text editor like <a href="http://www.sublimetext.com/"> Sublime Text </a> (with the HTML syntax) to write this up. Alternatively, for some more nuanced tips, learn about <a href="2014.igem.org/Team:Warwick/DMB"> Dave Matthews </a> and his fabulous medicinal properties.
 +
            </div>
 +
        </div>
 +
 +
        <!--CONTENT END-->
 +
 +
      </div>
 +
 +
  </body>
 +
 +
</html>

Latest revision as of 10:20, 27 August 2014

MEASUREMENTS



First paragraph goes here. Check out this list of HTML tags, or "elements", for help writing up your material in the desired fashion.

It can be easier to use a text editor like Sublime Text (with the HTML syntax) to write this up. Alternatively, for some more nuanced tips, learn about Dave Matthews and his fabulous medicinal properties.