Team:Glendale CC AZ/Attributions

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
{{:Team:Glendale_CC_AZ/main.css}}
-
  <head>
+
-
    <link href=
+
-
    "http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
+
-
    rel="stylesheet" type="text/css" />
+
-
    <link href=
+
-
    "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
+
-
    rel="stylesheet" type="text/css" />
+
-
    <meta charset="UTF-8" />
+
-
    <style type="text/css">
+
-
/*<![CDATA[*/
+
-
    * {
+
-
    -webkit-box-sizing: border-box;
+
-
    -moz-box-sizing: border-box;
+
-
    box-sizing: border-box;
+
-
    }
+
-
    html {
+
<html>
-
    font-size:50%;
+
<head>
-
    -webkit-font-smoothing: antialiased;
+
<link
-
    }
+
href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
 +
rel="stylesheet" type="text/css">
 +
<link
 +
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
 +
rel="stylesheet" type="text/css">
 +
<meta charset="UTF-8">
 +
<style type="text/css">
 +
* {
 +
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
box-sizing: border-box;
 +
}
-
    body {
+
html {
-
    font-family: "Source Sans Pro";
+
font-size:50%;
-
    font-size:1.6rem;
+
-webkit-font-smoothing: antialiased;
-
    line-height: 2.3rem;
+
}
-
    color:#444;
+
-
    background: #fff;
+
-
    margin:0;
+
-
    }
+
-
    a {
+
body {
-
    color: #06c;
+
font-family: "Source Sans Pro";
-
    transition: color .3s;
+
font-size:1.6rem;
-
    }
+
line-height: 2.3rem;
 +
color:#444;
 +
background: #fff;
 +
margin:0;
 +
}
-
    a:hover {
+
a {
-
    color: #012c57;
+
color: #06c;
-
    }
+
transition: color .3s;
 +
}
-
    h1, h2, h3, h4, h5, h6, h7 {
+
a:hover {
-
    font-family: "Futura";
+
color: #012c57;
-
    line-height:2.0rem;
+
}
-
    font-weight:normal;
+
-
    color: #111;
+
-
    }
+
-
    .content-area {
+
h1, h2, h3, h4, h5, h6, h7 {
-
    width:850px;
+
font-family: "Futura";
-
    padding:2rem;
+
line-height:2.0rem;
-
    margin:auto;
+
font-weight:normal;
-
    background: #f9f9f9;
+
color: #111;
-
    }
+
}
-
    .content-area h1 {
+
.content-area {
-
    font-size: 2.7rem;
+
width:850px;
-
    }
+
padding:2rem;
 +
margin:auto;
 +
background: #f9f9f9;
 +
}
-
    .content-area h2 {
+
.content-area h1 {
-
    font-size: 2.2rem;
+
font-size: 2.7rem;
-
    }
+
}
-
    .content-area h3 {
+
.content-area h2 {
-
    font-size: 2.7rem;
+
font-size: 2.2rem;
-
    }
+
}
-
    .content-area h4 {
+
.content-area h3 {
-
    font-size: 4.0rem;
+
font-size: 2.7rem;
-
    }
+
}
-
    .content-area h5 {
+
.content-area h4 {
-
    font-size: 1.4rem;
+
font-size: 4.0rem;
-
    }
+
}
-
    .content-area h6 {
+
.content-area h5 {
-
    font-size: 1.2rem;
+
font-size: 1.4rem;
-
    }
+
}
-
    .content-area aside {
+
.content-area h6 {
-
    float:right;
+
font-size: 1.2rem;
-
    width:50%;
+
}
-
    padding:2rem;
+
-
    .blockquote {
+
.content-area aside {
-
    font-family: Georgia, serif;
+
float:right;
-
    font-size: 18px;
+
width:50%;
-
    font-style: italic;
+
padding:2rem;
-
    width: 500px;
+
-
    margin: 0.25em 0;
+
-
    padding: 0.35em 40px;
+
-
    line-height: 1.45;
+
-
    position: relative;
+
-
    color: #383838;
+
-
    }
+
-
    .blockquote:before {
+
.blockquote {
-
    display: block;
+
font-family: Georgia, serif;
-
    padding-left: 10px;
+
font-size: 18px;
-
    content: "\201C";
+
font-style: italic;
-
    font-size: 80px;
+
width: 500px;
-
    position: absolute;
+
margin: 0.25em 0;
-
    left: -20px;
+
padding: 0.35em 40px;
-
    top: -20px;
+
line-height: 1.45;
-
    color: #7a7a7a;
+
position: relative;
-
    }
+
color: #383838;
 +
}
-
    .blockquote cite {
+
.blockquote:before {
-
    color: #999999;
+
display: block;
-
    font-size: 14px;
+
padding-left: 10px;
-
    display: block;
+
content: "\201C";
-
    margin-top: 5px;
+
font-size: 80px;
-
    }
+
position: absolute;
 +
left: -20px;
 +
top: -20px;
 +
color: #7a7a7a;
 +
}
-
    .blockquote cite:before {
+
.blockquote cite {
-
    content: "\2014 \2009";
+
color: #999999;
-
    }
+
font-size: 14px;
 +
display: block;
 +
margin-top: 5px;
 +
}
 +
.blockquote cite:before {
 +
content: "\2014 \2009";
 +
}
-
    /*]]>*/
+
 
-
    </style>
+
</style>
-
    <title>
+
<title>Attributions</title>
-
      Attributions
+
</head>
-
    </title>
+
<body>
-
  </head>
+
<div class="content-area"> <article>
-
  <body>
+
</article>
-
    <p>
+
<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>
-
      {{:Team:Glendale_CC_AZ/main.css}}
+
<h4>Glendale Community College Arizona<a href="http://www2.gccaz.edu"><img
-
    </p>
+
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 Rhonda Lee.
+
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 participate
+
-
            in the competition. 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>
+

Revision as of 23:48, 23 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 participate in the competition. We also extend our gratitude to The Community College Undergraduate Research Initiative, CCURI, for their support in our endeavors.


    Thank you!