Team:Glendale CC AZ/Attributions

From 2013.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Glendale_CC_AZ/main.css}}
{{:Team:Glendale_CC_AZ/main.css}}
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<head>
+
  <head>
-
<link
+
    <link href=
-
href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
+
    "http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
-
rel="stylesheet" type="text/css">
+
    rel="stylesheet" type="text/css" />
-
<link
+
    <link href=
-
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
+
    "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
-
rel="stylesheet" type="text/css">
+
    rel="stylesheet" type="text/css" />
-
<meta charset="UTF-8">
+
    <meta charset="UTF-8" />
-
<style type="text/css">
+
    <style type="text/css">
-
* {
+
/*<![CDATA[*/
-
-webkit-box-sizing: border-box;
+
    * {
-
-moz-box-sizing: border-box;
+
    -webkit-box-sizing: border-box;
-
box-sizing: border-box;
+
    -moz-box-sizing: border-box;
-
}
+
    box-sizing: border-box;
 +
    }
-
html {
+
    html {
-
font-size:50%;
+
    font-size:50%;
-
-webkit-font-smoothing: antialiased;
+
    -webkit-font-smoothing: antialiased;
-
}
+
    }
-
body {
+
    body {
-
font-family: "Source Sans Pro";
+
    font-family: "Source Sans Pro";
-
font-size:1.6rem;
+
    font-size:1.4rem;
-
line-height: 2.3rem;
+
    line-height: 2.3rem;
-
color:#444;
+
    color:#444;
-
background: #fff;
+
    background: #fff;
-
margin:0;
+
    margin:0;
-
}
+
    }
-
a {
+
    a {
-
color: #06c;
+
    color: #06c;
-
transition: color .3s;
+
    transition: color .3s;
-
}
+
    }
-
a:hover {
+
    a:hover {
-
color: #012c57;
+
    color: #012c57;
-
}
+
    }
-
h1, h2, h3, h4, h5, h6, h7 {
+
    h1, h2, h3, h4, h5, h6, h7 {
-
font-family: "Futura";
+
    font-family: "Futura";
-
line-height:2.0rem;
+
    line-height:2.0rem;
-
font-weight:normal;
+
    font-weight:normal;
-
color: #111;
+
    color: #111;
-
}
+
    }
-
.content-area {
+
    .content-area {
-
width:850px;
+
    width:850px;
-
padding:2rem;
+
    padding:2rem;
-
margin:auto;
+
    margin:auto;
-
background: #f9f9f9;
+
    background: #f9f9f9;
-
}
+
    }
-
.content-area h1 {
+
    .content-area h1 {
-
font-size: 2.7rem;
+
    font-size: 2.7rem;
-
}
+
    }
-
.content-area h2 {
+
    .content-area h2 {
-
font-size: 2.2rem;
+
    font-size: 2.2rem;
-
}
+
    }
-
.content-area h3 {
+
    .content-area h3 {
-
font-size: 2.7rem;
+
    font-size: 2.7rem;
-
}
+
    }
-
.content-area h4 {
+
    .content-area h4 {
-
font-size: 4.0rem;
+
    font-size: 4.0rem;
-
}
+
    }
-
.content-area h5 {
+
    .content-area h5 {
-
font-size: 1.4rem;
+
    font-size: 1.4rem;
-
}
+
    }
-
.content-area h6 {
+
    .content-area h6 {
-
font-size: 1.2rem;
+
    font-size: 1.2rem;
-
}
+
    }
-
.content-area aside {
+
    .content-area aside {
-
float:right;
+
    float:right;
-
width:50%;
+
    width:50%;
-
padding:2rem;
+
    padding:2rem;
-
.blockquote {
+
    .blockquote {
-
font-family: Georgia, serif;
+
    font-family: Georgia, serif;
-
font-size: 18px;
+
    font-size: 18px;
-
font-style: italic;
+
    font-style: italic;
-
width: 500px;
+
    width: 500px;
-
margin: 0.25em 0;
+
    margin: 0.25em 0;
-
padding: 0.35em 40px;
+
    padding: 0.35em 40px;
-
line-height: 1.45;
+
    line-height: 1.45;
-
position: relative;
+
    position: relative;
-
color: #383838;
+
    color: #383838;
-
}
+
    }
-
.blockquote:before {
+
    .blockquote:before {
-
display: block;
+
    display: block;
-
padding-left: 10px;
+
    padding-left: 10px;
-
content: "\201C";
+
    content: "\201C";
-
font-size: 80px;
+
    font-size: 80px;
-
position: absolute;
+
    position: absolute;
-
left: -20px;
+
    left: -20px;
-
top: -20px;
+
    top: -20px;
-
color: #7a7a7a;
+
    color: #7a7a7a;
-
}
+
    }
-
.blockquote cite {
+
    .blockquote cite {
-
color: #999999;
+
    color: #999999;
-
font-size: 14px;
+
    font-size: 14px;
-
display: block;
+
    display: block;
-
margin-top: 5px;
+
    margin-top: 5px;
-
}
+
    }
-
.blockquote cite:before {
+
    .blockquote cite:before {
-
content: "\2014 \2009";
+
    content: "\2014 \2009";
-
}
+
    }
-
</style>
+
    /*]]>*/
-
<title>Attributions</title>
+
    </style>
-
</head>
+
    <title>
-
<body>
+
      Attributions
-
<div class="content-area"> <article>
+
    </title>
-
</article>
+
  </head>
-
<a href="https://igem.org/Main_Page"><img style="border: 0px solid ; width: 50px; height: 40px;" alt="iGEM" src="http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png" align="left"></a>
+
  <body>
-
<h4>Glendale Community College Arizona<a href="http://www2.gccaz.edu"><img
+
   
-
style="width: 200px; height: 58px;" alt="GCC"
+
    <div class="content-area">
-
src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right"></a>
+
      <a href="https://igem.org/Main_Page"><img style=
-
</h4>
+
      "border: 0px solid ; width: 50px; height: 40px;" alt="iGEM"
-
 
+
      src=
-
  <h3><big style="color: rgb(204, 0, 0);">Acknowledgements </big></h3>
+
      "http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png"
-
  <p>We would like to thank the following undergraduate students for their contributions to our project. We would also thank the president of Glendale Community College, Dr. Irene Kovala, for her support. A very special thank you to our Biotechnology Lab Supervisor Rhonda Lee. </p>
+
      align="left" /></a>
-
  <ul>
+
      <h4>
-
    <li><h3>Michelle Yafileh</h3></li>
+
        Glendale Community College Arizona<a href=
-
+
        "http://www2.gccaz.edu"><img style=
-
 
+
        "width: 200px; height: 58px;" alt="GCC" src=
-
 
+
        "https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align=
-
    <li><h3>Jesse Maynard</h3></li>
+
        "right" /></a>
-
 
+
      </h4>
-
 
+
      <h3>
-
    <li><h3>Jessica Farmer</h3></li>
+
        <big style="color: rgb(204, 0, 0);">Acknowledgements</big>
-
 
+
      </h3>
-
 
+
      <p>
-
    <li><h3>Beau Grothendick</h3></li>
+
        We would like to thank the following undergraduate students
-
 
+
        for their contributions to our project. We would also thank
-
  <hr>
+
        the president of Glendale Community College, Dr. Irene
-
<p>Also, without the support of our Associated Student Government, we would not have been able to participate in the competition.
+
        Kovala, for her support. A very special thank you to our
-
 
+
        Biotechnology Lab Supervisor <b>Rhonda Lee</b>.<hr>
-
We also extend our gratitude to The Community College Undergraduate Research Initiative, CCURI, for their support in our endeavors.  
+
      </p>
-
 
+
      <ul>
-
</p>
+
        <li>
-
 
+
          <h3>
-
+
            Michelle Yafileh
-
<hr>
+
          </h3>
-
<h3>Thank you!</h3>
+
        </li>
-
 
+
        <li>
-
</div>
+
          <h3>
-
<!--/.content-area-->
+
            Jesse Maynard
 +
          </h3>
 +
        </li>
 +
        <li>
 +
          <h3>
 +
            Jessica Farmer
 +
          </h3>
 +
        </li>
 +
        <li>
 +
          <h3>
 +
            Beau Grothendick
 +
          </h3>
 +
        </li>
 +
        <li style="list-style: none; display: inline">
 +
          <hr />
 +
          <p>
 +
            Also, without the support of our Associated Student
 +
            Government, we would not have been able to be part of the research project.
 +
            We also extend our gratitude to The
 +
            Community College Undergraduate Research Initiative,
 +
            CCURI, for their support in our endeavors.
 +
          </p>
 +
          <hr />
 +
          <h3>
 +
            Thank you!
 +
          </h3>
 +
        </li>
 +
      </ul>
 +
    </div><!--/.content-area-->
 +
  </body>
 +
</html>

Latest revision as of 02:34, 28 September 2013

Attributions

iGEM

Glendale Community College ArizonaGCC

Acknowledgements

We would like to thank the following undergraduate students for their contributions to our project. We would also thank the president of Glendale Community College, Dr. Irene Kovala, for her support. A very special thank you to our Biotechnology Lab Supervisor Rhonda Lee.


  • Michelle Yafileh

  • Jesse Maynard

  • Jessica Farmer

  • Beau Grothendick


  • Also, without the support of our Associated Student Government, we would not have been able to be part of the research project. We also extend our gratitude to The Community College Undergraduate Research Initiative, CCURI, for their support in our endeavors.


    Thank you!