Team:IIT Delhi/Notebook

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
  <meta content="text/html; charset=ISO-8859-1"
-
This is a template page. READ THESE INSTRUCTIONS.
+
http-equiv="content-type">
-
</div>
+
  <title>Navigation-Top</title>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
  <style ="text/css">
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;}
-
</div>
+
#top-section {
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
border: none;
-
You <strong>MUST</strong>  have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
height: 0px;}
-
</div>
+
#content {
-
</div>
+
border: none;}
-
</html>
+
/* Redesigning the topmenu */ /***************************/ body {
 +
margin: 0px 0 0 0;
 +
padding: 0;}
 +
#content, #globalWrapper {
 +
border: none;
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;}
 +
.centering {
 +
margin: 0 auto;
 +
width: 965px;}
 +
/* Nav Bar */
 +
#wrap {
 +
width: 100%; /* Spans the width of the page */
 +
height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */
 +
z-index: 99; /* Makes sure that your menu remains on top of other page elements */
 +
position: relative; background-color: #333333;
 +
}
 +
.navbar {
 +
height: 50px;
 +
padding: 0;
 +
margin: 0;
 +
position: relative; /* Ensures that the menu doesn&#8217;t affect other elements */
 +
border-right: 1px solid #333333; }
 +
.navbar li {
 +
height: auto;
 +
width: 150px; /* Each menu item is 150px wide */
 +
float: left; /* This lines up the menu items horizontally */
 +
text-align: center; /* All text is placed in the center of the box */
 +
list-style: none; /* Removes the default styling (bullets) for the list */
 +
font: normal bold 12px/1.2em Arial, Verdana, Helvetica; padding: 0;
 +
margin: 0;
 +
background-color: #333333;
 +
}
 +
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
 +
border-left: 1px solid #333333; border-right: 1px solid #333333; text-decoration: none; /* Removes the default hyperlink styling. */
 +
color: white; /* Text color is white */
 +
display: block;
 +
}
 +
.navbar li:hover, a:hover {background-color: #333333;} .navbar li ul {
 +
display: none; /* Hides the drop-down menu */
 +
height: auto; margin: 0; /* Aligns drop-down box underneath the menu item */
 +
padding: 0; /* Aligns drop-down box underneath the menu item */ } .navbar li:hover ul {
 +
display: block; /* Displays the drop-down box when the menu item is hovered over */
 +
}
 +
#home:hover {color:red;}
-
<!-- *** End of the alert box *** -->
+
#Project:hover {color:orange;}
 +
#overview:hover {color:orange;}
 +
#motivation:hover {color:orange;}
 +
#model:hover {color:orange;}
 +
#biobricks:hover {color:orange;}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
#modelling:hover {color:yellow;}
-
!align="center"|[[Team:IIT_Delhi|Home]]
+
-
!align="center"|[[Team:IIT_Delhi/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=IIT_Delhi Official Team Profile]
+
-
!align="center"|[[Team:IIT_Delhi/Project|Project]]
+
-
!align="center"|[[Team:IIT_Delhi/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:IIT_Delhi/Modeling|Modeling]]
+
-
!align="center"|[[Team:IIT_Delhi/Notebook|Notebook]]
+
-
!align="center"|[[Team:IIT_Delhi/Safety|Safety]]
+
-
!align="center"|[[Team:IIT_Delhi/Attributions|Attributions]]
+
-
|}
+
 +
#methods:hover {color:green;}
 +
#protocol:hover {color:green;}
 +
#notebook:hover {color:green;}
 +
#safety:hover {color:green;}
 +
#outreach:hover {color:violet;}
 +
#orientation:hover {color:violet;}
 +
#south:hover {color:violet;}
 +
#bill:hover {color:violet;}
 +
#biotoilets:hover {color:violet;}
-
You should make use of the calendar feature on the wiki and start a lab notebookThis may be looked at by the judges to see how your work progressed throughout the summer.  It is a very useful organizational tool as well.
+
#team:hover {color:darkblue;}
 +
#student:hover {color:darkblue;}
 +
#faculty:hover {color:darkblue;}
 +
#attributions:hover {color:darkblue;}
 +
 
 +
 
 +
.navbar li ul li {background-color: #333333;} .navbar li ul li a {
 +
border-left: 1px solid #1f5065; border-right: 1px solid #333333; border-top: 1px solid #333333; border-bottom: 1px solid #333333; }
 +
.navbar li ul li a:hover {background-color: #333333;}
 +
/* Slider */
 +
#image-slider {
 +
margin: 10px auto;
 +
width: 600px;
 +
}
 +
#slide-frame {
 +
height: 300px;
 +
overflow: hidden;
 +
}
 +
#slides {
 +
height: 375px;
 +
overflow: hidden;
 +
position: relative;
 +
}
 +
#slides img {
 +
position: absolute;
 +
top: 0;
 +
left: 0px;
 +
}
 +
#navigation {
 +
margin: 5px 0 0 0;
 +
text-align: center;
 +
z-index: 10px;
 +
}
 +
#navigation a {
 +
text-decoration: none;
 +
background: #333333;
 +
padding: 2px 6px;
 +
color: #FFFFFF;
 +
display: inline-block;
 +
}
 +
#navigation a:hover {
 +
background: #0182C4;
 +
}
 +
transition: transition-property transition-duration transition-timing-function transition-delay;
 +
#slides img {
 +
z-index: 1;
 +
opacity: 0;
 +
/* animation */
 +
transition: all linear 400ms;
 +
-o-transition: all linear 400ms;
 +
-moz-transition: all linear 400ms;
 +
-webkit-transition: all linear 400ms;
 +
}
 +
#slides img:target {
 +
left: 0;
 +
z-index: 5;
 +
opacity: 1;
 +
}
 +
  </style>
 +
</head>
 +
<body>
 +
<table
 +
  style="background-color: white; width: 100%; height: 300px; text-align: left; margin-left: auto; margin-right: auto;"
 +
border="0" cellpadding="0" cellspacing="0">
 +
  <tbody>
 +
    <tr>
 +
      <td colspan="1" rowspan="1"
 +
style="vertical-align: top; text-align: center;"><img
 +
style="width: 100%; height: 350px;" alt=""
 +
src="https://static.igem.org/mediawiki/2013/5/5e/Header.jpg"><br>
 +
      </td>
 +
    </tr>
 +
  </tbody>
 +
</table>
 +
<div id="wrap">
 +
<ul class="navbar">
 +
  <li><a href="https://2013.igem.org/Team:IIT_Delhi">Home</a></li>
 +
  <li><a href="#">Project</a>
 +
    <ul>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Project">Vision</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Method">Method</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Results">Result</a></li>
 +
      <li><a
 +
href="https://2013.igem.org/Team:IIT_Delhi/Modeling">Model</a></li>
 +
    </ul>
 +
  </li>
 +
  <li><a href="https://2013.igem.org/Team:IIT_Delhi/Notebook">Notebook</a></li>
 +
  <li><a href="#">BioBricks</a>
 +
    <ul>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Parts">All
 +
Bricks</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/asr">Asr</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/part-2">C.Gluta</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/part-3">sf-gfp</a></li>
 +
    </ul>
 +
  </li>
 +
  <li><a href="https://2013.igem.org/Team:IIT_Delhi/Safety">Safety</a></li>
 +
  <li><a href="#">Outreach</a>
 +
    <ul>
 +
      <li><a href="#">Introduction</a></li>
 +
      <li><a href="#">Other Teams</a></li>
 +
    </ul>
 +
  </li>
 +
  <li><a href="https://2013.igem.org/Team:IIT_Delhi/Sponsors">Sponsors</a>
 +
    <ul>
 +
      <li><a
 +
href="https://2013.igem.org/Team:IIT_Delhi/Attributions">Our
 +
Sponsors</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Note">Thank-You
 +
Note</a></li>
 +
    </ul>
 +
  </li>
 +
</ul>
 +
</div>
 +
<br>
 +
<br>
 +
<table style="text-align: left; width: 100%;" border="0"
 +
cellpadding="0" cellspacing="0">
 +
  <tbody>
 +
    <tr>
 +
      <td style="width: 94px;" align="center"
 +
valign="top"></td>
 +
      <td style="width: 128px;" align="center"
 +
valign="top"></td>
 +
      <td style="width: 645px;" align="center"
 +
valign="top"><font size="+2">Heading 1</font><br>
 +
      <div style="text-align: left;">
 +
      <hr style="width: 100%; height: 2px;"><br>
 +
NOTEBOOK
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      </div>
 +
      </td>
 +
      <td style="width: 112px;" align="center"
 +
valign="top"></td>
 +
      <td style="width: 79px;" align="center"
 +
valign="top"></td>
 +
    </tr>
 +
  </tbody>
 +
</table>
 +
<br>
 +
<table
 +
style="text-align: left; background-color: rgb(175, 175, 175); width: 100%;"
 +
border="0" cellpadding="0" cellspacing="0">
 +
  <tbody>
 +
    <tr>
 +
      <td
 +
style="vertical-align: top; text-align: center; width: 302px; background-color: rgb(175, 175, 175);"><br>
 +
Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you
 +
have queries; requests; suggestions et cetera.<br>
 +
      <br>
 +
Thanks to iGEM and IIT Delhi,<br>
 +
we had an awesome summer!</td>
 +
      <td
 +
style="vertical-align: top; text-align: center; width: 351px; background-color: rgb(175, 175, 175);">Our
 +
Project was supported by and done by the students<br>
 +
      <br>
 +
&nbsp;of IIT Delhi, India.<br>
 +
      <br>
 +
      <a href="http://www.iitd.ac.in/"><img
 +
  style="border: 0px solid ; width: 200px; height: 200px;" alt=""
 +
src="http://www.iitb.ac.in/%7Epge/2k12/jam/images/iitd_logo.png"></a></td>
 +
      <td
 +
style="vertical-align: top; text-align: center; width: 339px; background-color: rgb(175, 175, 175);">This
 +
project was done as a part of iGEM:<br>
 +
      <a href="https://igem.org/Main_Page">iGEM Main Website</a><br>
 +
      <br>
 +
      <br>
 +
      <a href="https://igem.org/Main_Page"><img
 +
style="border: 0px solid ; width: 200px; height: 200px;" alt=""
 +
src="https://static.igem.org/mediawiki/igem.org/d/de/IGEM_basic_Logo_stylized.png"></a><br>
 +
      <br>
 +
      </td>
 +
    </tr>
 +
  </tbody>
 +
</table>
 +
<br>
 +
</body>
 +
</html>

Revision as of 08:55, 26 September 2013

Navigation-Top




Heading 1


NOTEBOOK

























Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you have queries; requests; suggestions et cetera.

Thanks to iGEM and IIT Delhi,
we had an awesome summer!
Our Project was supported by and done by the students

 of IIT Delhi, India.

This project was done as a part of iGEM:
iGEM Main Website