Team:Glendale CC AZ/Attributions

From 2013.igem.org

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