Difference between revisions of "Team:LUBBOCK TTU/footer"

(Created page with "{{LUBBOCK_TTU/fontawesome/css/font-awesome-ie7.css}} {{LUBBOCK_TTU/fontawesome/css/font-awesome-ie7.min.css}} {{LUBBOCK_TTU/fontawesome/css/font-awesome.css}} {{LUBBOCK_TTU/fo...")
 
(Blanked the page)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LUBBOCK_TTU/fontawesome/css/font-awesome-ie7.css}}
 
{{LUBBOCK_TTU/fontawesome/css/font-awesome-ie7.min.css}}
 
{{LUBBOCK_TTU/fontawesome/css/font-awesome.css}}
 
{{LUBBOCK_TTU/fontawesome/css/font-awesome.min.css}}
 
  
<html>
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
 
<!-- Font Awesome -->
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
<!-- End Font Awesome -->
 
 
<!-- Bootstrap Grid Basic -->
 
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
<!-- End Bootstrap Grid Basic -->
 
 
<!--DEFAULT WIKI SETTINGS-->
 
<style> /* Clear the default wiki settings */
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#content { width:100%; padding:0px;  margin-top:1px; margin-left:0px;}
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
</style>
 
 
<!-- TABS CSS -->
 
<style>
 
  *, *:before, *:after {margin: 0; padding: 0; box-sizing: border-box;}
 
 
  h1 {padding: 100px 0; font-weight: 400; text-align: center;}
 
  <!--p {margin: 0 0 20px; line-height: 1.5;}-->
 
 
  .main {margin: 0 auto; min-width: 320px; max-width: 90%;}
 
  .content {background: #cccccc; color: ##cccccc;}
 
  .content > div {display: none;}
 
 
  input {display: none;}
 
  label {display: inline-block; padding: 15px 25px; font-weight: 600; text-align: center;}
 
  label:hover {color: #ed5a6a; cursor: pointer;}
 
  input:checked + label {background: #ed5a6a; color: #fff;}
 
 
  #tab1:checked ~ .content #content1,
 
  #tab2:checked ~ .content #content2,
 
  #tab3:checked ~ .content #content3,
 
  #tab4:checked ~ .content #content4 {
 
    display: block;
 
  }
 
 
  @media screen and (max-width: 400px) { label {padding: 15px 10px;} }
 
</style>
 
<!-- END TABS CSS -->
 
 
<!-- FOOTER CSS -->
 
<style>
 
@import "compass/css3";
 
 
@import url(https://fonts.googleapis.com/css?family=Raleway);
 
 
/* Colors */
 
 
$dk-blue: #1E83AE;
 
$blue: #3D5B94;
 
$light-blue: #3DACDD;
 
$green: #6dcd9a;
 
$social-size: 1.2em;
 
$social-width: 20%;
 
 
* {
 
  margin: 0;
 
  padding: 0;
 
  @include box-sizing(border-box);
 
}
 
 
html, body {
 
  font-family: Raleway, sans-serif; 
 
  background-color: #fff;
 
}
 
 
footer {
 
  width: 100%;
 
  display: inline-block;
 
  margin: 2em 0;
 
  height: 70px;
 
  background-color: #999;
 
  .copyright {
 
    width: 50%;
 
    float: left;
 
    @media (max-width: 600px) {
 
      width: 100%;
 
    }
 
    p {
 
      padding-left: 10%;
 
      color: white;
 
      font-size: 0.7em;
 
      line-height: 70px;
 
      text-transform: capitalize;
 
      letter-spacing: 1px;
 
      @media (max-width: 600px) {
 
        text-align: center;
 
        padding: 0;
 
      }
 
    }
 
  }
 
  .social {
 
      width: 50%;
 
      float: right;
 
    @media (max-width: 600px) {
 
      width: 100%;
 
    }
 
    a {
 
      float: left;
 
      line-height: 70px;
 
      text-decoration: none;
 
      color: white;
 
      text-align: center;
 
      font-weight: bold;
 
      @include transition(all, 0.3s);
 
      &:hover {
 
        background-color: #222;
 
        @include transition(all, .3s);
 
      }
 
    }
 
  }
 
}
 
 
.linked {
 
  background-color: $dk-blue;
 
  font-size: $social-size;
 
  width: $social-width;
 
}
 
 
.face {
 
  background-color: $blue;
 
  font-size: $social-size;
 
  width: $social-width;
 
}
 
 
.tweet {
 
  background-color: $light-blue;
 
  font-size: $social-size;
 
  width: $social-width;
 
}
 
 
.support {
 
  background-color: $green;
 
  font-size: 0.8em;
 
  width: 40%;
 
}
 
</style>
 
<!-- END FOOTER CSS -->
 
 
<body>
 
 
<center>
 
<div style="width:1110px;" style="text-align: center;>
 
  <div class="w3-bar w3-light-grey">
 
    <a href="https://2017.igem.org/Team:LUBBOCK_TTU" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">HOME</font></a>
 
    <div class="w3-dropdown-hover">
 
      <button class="w3-button"><font face="Arial" size="2" color="black">TEAM</font></button>
 
      <div class="w3-dropdown-content w3-bar-block w3-card-4">
 
    <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Team" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">TEAM</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Collaborations" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">COLLABORATIONS</font></a>
 
      </div>
 
    </div>       
 
    <div class="w3-dropdown-hover">
 
      <button class="w3-button"><font face="Arial" size="2" color="black">PROJECT</font></button>
 
      <div class="w3-dropdown-content w3-bar-block w3-card-4">
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Description" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">DESCRIPTION</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Design" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">DESIGN</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Experiments" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">EXPERIMENTS</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Notebook" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">NOTEBOOK</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/InterLab" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">INTERLAB</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Contribution" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">CONTRIBUTION</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Model" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">MODEL</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Results" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">RESULTS</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Demonstrate" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">DEMONSTRATE</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Improve" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">IMPROVE</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Attributions" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">ATTRIBUTIONS</font></a>
 
      </div>
 
    </div>
 
    <div class="w3-dropdown-hover">
 
      <button class="w3-button"><font face="Arial" size="2" color="black">PARTS</font></button>
 
      <div class="w3-dropdown-content w3-bar-block w3-card-4">
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Parts" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">PARTS</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Basic_Part" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">BASIC PARTS</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Composite_Part" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">COMPOSITE PARTS</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Part_Collection" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">PART COLLECTION</font></a>
 
      </div>
 
  </div>
 
    <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Safety" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">SAFETY</font></a>
 
    <div class="w3-dropdown-hover">
 
      <button class="w3-button"><font face="Arial" size="2" color="black">HUMAN PRACTICES</font></button>
 
      <div class="w3-dropdown-content w3-bar-block w3-card-4">
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/HP/Silver" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">SILVER HP</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/HP/Gold_Integrated" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">INTEGRATED AND GOLD</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Engagement" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">PUBLIC ENGAGEMENT</font></a>
 
      </div>
 
  </div>
 
    <div class="w3-dropdown-hover">
 
      <button class="w3-button"><font face="Arial" size="2" color="black">AWARDS</font></button>
 
      <div class="w3-dropdown-content w3-bar-block w3-card-4">
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Applied_Design" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">APPLIED DESIGN</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Entrepreneurship class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">ENTREPRENEURSHIP</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Hardware" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">HARDWARE</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Measurement" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">MEASUREMENT</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Model" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">MODEL</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Plant" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">PLANT</font></a>
 
        <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Software" class="w3-bar-item w3-button"><font face="Arial" size="2" color="black">SOFTWARE</font></a>
 
      </div>
 
  </div>
 
</div>
 
</center>
 
 
<!-- HEADER -->
 
<!--<img src="https://placehold.it/1120x570">-->
 
</br><div style="background-image: url(http://www.powerpointhintergrund.com/uploads/chemistry-background-ppt-0.jpg);>
 
<p align="center><font face="Arial" size="10" color="white">
 
</br></br></br></br></br></br></br></br</br></br></br>
 
<center>Characterization of a Thermal</br></br>Actuator and Calcium-Sensitive Reporter in</br></br>Saccharomyces cerevisiae</center></font></p>
 
</br></br></br></br></br></br></br></br></br></br></br></br>
 
</div>
 
 
<!-- END HEADER-->
 
 
<!-- SECTION 0 -->
 
<div class="container-fluid">
 
</br></br>
 
  <div class="row">
 
    <div class="col-sm-1"></div>
 
    <div class="col-sm-4"><font face="Arial" size="5">Project Description</font></br></br><font face="Arial" size="2">The most commonly used input signals in iGEM generally include chemicals and light. Temperature-based input signals are not used as frequently and remain a reservoir of potential for future synthetic biology tools. Our project explores the characterization and standardization of thermosensitive ion channels, known as TRPV1, to function as a thermal actuator and regulate calcium-sensitive gene expression in Saccharomyces cerevisiae. At the activation</div>
 
    <div class="col-sm-1"></div>
 
    <div class="col-sm-4"><img src="https://static.igem.org/mediawiki/2017/9/9d/Lubbock_TTU_index_pd.jpg" height="300px">
 
    <div class="col-sm-1"></div>
 
  </div></br>
 
</div>
 
    <div class="col-sm-1"></div>
 
    <div class="col-sm-10"></br>
 
temperature, gating of the thermal actuator allows for an influx of extracellular calcium ions, which initiate the calmodulin-calcineurin signaling pathway, and promote the expression of genes regulated by Crz1p-sensitive promoters. The characterization of the thermal actuator was conducted in S. cerevisiae because yeast offers an accessible eukaryotic chassis for other iGEM teams to work with. By varying the temperature, the thermal actuator can be used to control genetic circuits that function as temperature-sensitive kill switches, drug delivery devices, or biosensors. <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Description">Learn more.</a></font></div>
 
    </div>
 
    <div class="col-sm-1"></div>
 
<!-- END SECTION 0 -->
 
 
<!-- SECTION 1 -->
 
</br>
 
<div style="background-color:#cccccc; overflow: auto;" class="clear_fix">
 
<center></br></br>
 
<font face="Arial" size="5">Learn More</font>
 
</br></br>
 
<div class="col-sm-12">
 
 
<div class="main">
 
 
  <input id="tab1" type="radio" name="tabs" checked>
 
  <label for="tab1">Design</label>
 
 
  <input id="tab2" type="radio" name="tabs">
 
  <label for="tab2">Experiments</label>
 
 
  <input id="tab3" type="radio" name="tabs">
 
  <label for="tab3">Model</label>
 
 
  <input id="tab4" type="radio" name="tabs">
 
  <label for="tab4">Results</label>
 
 
  <div class="content"> 
 
  <div id="content1">
 
<!-- Tab A Content -->
 
</br><p>Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.</p>
 
 
<p>This page is different to the "Applied Design Award" page. Please see the <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Applied_Design">Applied Design</a> page for more information on how to compete for that award.</p>
 
 
<h5 align="left">What should this page contain?</h5>
 
<p>- Explanation of the engineering principles your team used in your design
 
</br>- Discussion of the design iterations your team went through
 
</br>- Experimental plan to test your designs</p>
 
 
<h5 align="left">Inspiration</h5>
 
<p>- <a href="https://2016.igem.org/Team:MIT/Experiments/Promoters">2016 MIT</a>
 
</br>- <a href="https://2016.igem.org/Team:BostonU/Proof">2016 BostonU</a>
 
</br>- <a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a>
 
</br></br>
 
<!-- End Tab A Content -->
 
  </div>
 
 
  <div id="content2">
 
<!-- Tab B Content -->
 
</br><p>Describe the research, experiments, and protocols you used in your iGEM project. These should be detailed enough for another team to repeat your experiments.</p>
 
 
<p>Please remember to put all characterization and measurement data for your parts on the corresponding Registry part pages.</p>
 
 
<h5 align="left">What should this page contain?</h5>
 
<p>- Protocols
 
</br>- Experiments
 
</br>- Documentation of the development of your project</p>
 
 
<h5 align="left">Inspiration</h5>
 
<p>- <a href="https://2014.igem.org/Team:Colombia/Protocols">2014 Colombia</a>
 
</br>- <a href="https://2014.igem.org/Team:Imperial/Protocols">2014 Imperial</a>
 
</br>- <a href="https://2014.igem.org/Team:Caltech/Project/Experiments">2014 Caltech</a></p>
 
</br></br>
 
<!-- End Tab B Content -->
 
  </div>
 
 
  <div id="content3">
 
<!-- Tab C Content -->
 
</br><p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
 
 
<p><b>Gold Medal Criterion #3</b></br>
 
To complete for the gold medal criterion #3, please describe your work on this page and fill out the description on your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. To achieve this medal criterion, you must convince the judges that your team has gained insight into your project from modeling. You may not convince the judges if your model does not have an effect on your project design or implementation.
 
</p>
 
 
<p>Please see the <a href="https://2017.igem.org/Judging/Medals"> 2017 Medals Page</a> for more information. </p>
 
 
<p><b>Best Model Special Prize</b></br>
 
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.
 
<br><br>
 
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
 
</p>
 
 
<p><b> Inspiration</b></br>
 
Here are a few examples from previous teams:</br>
 
- <a href="https://2016.igem.org/Team:Manchester/Model">Manchester 2016</a>
 
</br>- <a href="https://2016.igem.org/Team:TU_Delft/Model">TU Delft 2016
 
</br>- <a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a>
 
</br>- <a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></p>
 
</br></br>
 
<!-- End Tab C Content -->
 
  </div>
 
 
  <div id="content4">
 
<!-- Tab D Content -->
 
</br><p>Here you can describe the results of your project and your future plans. </p>
 
 
<p><b>What should this page contain?</b></br>
 
- Clearly and objectively describe the results of your work.
 
</br>- Future plans for the project.
 
</br>- Considerations for replicating the experiments.</p>
 
 
<p>You should also describe what your results mean:</br>
 
- Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for.
 
</br>- Show data, but remember all measurement and characterization data must be on part pages in the Registry.
 
</br>- Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project.</p>
 
 
<p><b>Project Achievements</b></br>
 
- You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</br>
 
- A list of linked bullet points of the successful results during your project
 
<br>- A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</p>
 
 
<p><b>Inspiration</b></br>
 
See how other teams presented their results.
 
</br>- <a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
 
</br>- <a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
 
</br>- <a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></p>
 
</br></br>
 
<!-- End Tab D Content -->
 
  </div>
 
 
  </div> <!-- end class content -->
 
</div> <!-- end class main -->
 
 
</div>
 
</center>
 
</br>
 
</div>
 
<!-- END SECTION 1 -->
 
 
<!-- SECTION 2 -->
 
<div style="background-image: url(http://46.105.63.207/client/htmlchat/img/skin/thanksgiving/topcmm-123flashchat-common-main-div-outline-bg.jpg); ; overflow: auto;" class="clear_fix>
 
<p align="center><font face="Arial" size="5" color="white"></br></br><center>Quick Links</center></font></p>
 
</br>
 
<div class="col-sm-2"></div><center>
 
<div class="col-sm-2"><a href="https://2017.igem.org/Team:LUBBOCK_TTU/Notebook"><i class="fa fa-book" style="font-size:48px;color:white;"></i><font color="white"></br></br>Notebook</font></a></div>
 
<div class="col-sm-2"><a href="https://2017.igem.org/Team:LUBBOCK_TTU/Parts"><i class="fa fa-cogs" style="font-size:48px;color:white;"></i><font color="white"></br></br>Parts</font></a></div>
 
<div class="col-sm-2"><a href="https://2017.igem.org/Team:LUBBOCK_TTU/Safety"><i class="fa fa-medkit" style="font-size:48px;color:white;"></i><font color="white"></br></br>Safety</font></a></div>
 
<div class="col-sm-2"><a href="https://2017.igem.org/Team:LUBBOCK_TTU/Engagement"><i class="fa fa-spinner" style="font-size:48px;color:white;"></i><font color="white"></br></br>Public Engagement</font></a></div>
 
</br></br></br></br></br>
 
</center><div class="col-sm-2"></div>
 
</div>
 
<!-- END SECTION 2 -->
 
 
<!-- SECTION 3 -->
 
<div class="container-fluid">
 
</br>
 
  <div class="row">
 
    <div class="col-sm-1"></div>
 
    <div class="col-sm-4"><font face="Arial" size="5"></br></br>About Us</font></br></br><font face="Arial" size="3">The Lubbock_TTU Team is part of a student organization at Texas Tech University known as iGEM Raiders. This year, the iGEM Raiders team is composed of 11 undergraduate and graduate students. </br></br><a href="https://2017.igem.org/Team:LUBBOCK_TTU/Team">To learn more about our team, click here.</a></font></div>
 
    <div class="col-sm-1"></div>
 
    <div class="col-sm-4"></br><img src="https://static.igem.org/mediawiki/2017/8/80/Lubbock_TTU_teamphoto.jpg" width="450px"></div>
 
  </div></br></br>
 
</div>
 
<!-- END SECTION 3 -->
 
 
<!-- SECTION 4 -->
 
<div style="background-image: url(http://p1.pichost.me/i/56/1792614.jpg); ; overflow: auto;" class="clear_fix>
 
<p align="center><font face="Arial" size="5" color="white"></br></br><center>Our Sponsors</center></font></p>
 
<div class="col-sm-2"></br><img src="https://static.igem.org/mediawiki/2017/e/e4/Lubbock_TTU_artsandsciences.png"  height="" width="230"></div>
 
<div class="col-xs-1"></div>
 
<div class="col-sm-2"></br><img src="https://static.igem.org/mediawiki/2016/5/51/Muc16_Sponsor_IDT.png"  height="" width="200"></div>
 
<div class="col-xs-1"></div>
 
<div class="col-sm-2"></br><img src="https://static.igem.org/mediawiki/2014/5/5a/York_Genscript_logo-1-.png"  height="" width="200"></div>
 
<div class="col-xs-1"></div>
 
<div class="col-sm-2"><img src="http://www.mrdnalab.com/images/logobig330x142.png?crc=3839258444"  height="" width="200"></div>
 
</br></br></br>
 
<div class="col-sm-2"></br></br></br><img src="https://static1.squarespace.com/static/54e7602be4b0165bdcece115/t/585aa64d6a49639e7a53948b/1482335827516/ttuhsc.png"  height="" width="200"></div>
 
<div class="col-xs-1"></div>
 
<div class="col-sm-2"></br></br><img src="https://static.igem.org/mediawiki/2017/c/c4/Lubbock_TTU_troemner.png"  height="120" width=""></div>
 
<div class="col-xs-1"></div>
 
<div class="col-sm-2"></br></br><img src="https://static.igem.org/mediawiki/2016/a/ad/T--Lubbock_TTU--ulabs.png"  height="150" width=""></div>
 
<div class="col-xs-1"></div>
 
<div class="col-sm-2"></br></br></br></br><img src="https://upload.wikimedia.org/wikipedia/commons/7/70/Whitacre_College_of_Engineering_logo.svg"  height="" width="220"></div>
 
</br></br></br>
 
<div class="col-sm-12"></br></br></div>
 
</div>
 
<!-- END SECTION 4 -->
 
 
</body>
 
 
<!-- FOOTER -->
 
<footer>
 
  <div class="copyright">
 
    <p>&copy 2013 - Organisation</p>
 
  </div>
 
  <div class="social">
 
    <a href="#" class="support">Contact Us</a>
 
    <a href="#" class="face">f</a>
 
    <a href="#" class="tweet">t</a>
 
    <a href="#" class="linked">in</a>
 
  </div>
 
</footer>
 
<!-- END FOOTER -->
 
 
</html>
 

Latest revision as of 02:45, 18 October 2017