Difference between revisions of "Template:IIT Delhi"

 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!DOCTYPE html>
+
<html>
<!--
+
<head>
Interphase by TEMPLATED
+
templated.co @templatedco
+
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
+
-->
+
 
<style>
 
<style>
 
+
/* ADJUSTS DEFAULT iGEM CONTENT */
.navbar {
+
.logo_2017, #sideMenu, #firstHeading, #bars_item { /* HIDES SOME UNWANTED STUFF COMPLETELY */
position:fixed;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
+
display: none;
top:0px;
+
left:0px;
+
height:50px;
+
width:100%;
+
margin:0;
+
padding:0;
+
z-index:999;
+
background-color: #333;
+
overflow:visible;
+
 
}
 
}
 
+
#top_menu_14, #top_menu_inside { /* MAKES BACKGROUND OF iGEM MENU TRANSPARENT */
 
+
background: none;
.toppad
+
border: none;
{
+
  padding-top:100px;
+
  padding-bottom: 0px;
+
 
}
 
}
 
+
#globalWrapper, #content { /* MAKES BACKGROUND OF MEDIAWIKI TRANSPARENT */
.bggg
+
background-color: transparent;
{
+
  background-image: url("background.png");
+
  padding-left: 300px;
+
  padding-right: 300px;
+
  min-height: 800px;
+
    background-attachment: fixed;
+
    background-position: center;
+
    background-repeat: no-repeat;
+
  background-size: cover;
+
  padding-bottom: 0px;
+
 
}
 
}
.width-max
+
:focus, :active {
{
+
  outline: 0;
width:100%;
+
height: auto;
+
 
}
 
}
 
+
body, html, #globalWrapper, #bodyContent, #HQ_page {
.navbar a {
+
width: 100%;
    float: left;
+
margin: 0;
    font-size: 16px;
+
padding: 0;
    color: white;
+
height: 100%
    text-align: center;
+
    padding: 14px 16px;
+
    text-decoration: none;
+
 
}
 
}
 
+
#content {
.dropdown {
+
width: 100%;
    float: left;
+
margin: 0;
    overflow: hidden;
+
margin-top: -33px;
    z-index: 101;
+
padding: 0;
 +
height: 100%
 
}
 
}
 
+
html {
.dropdown .dropbtn {
+
-webkit-font-smoothing: antialiased;
    font-size: 16px;   
+
    border: none;
+
    outline: none;
+
    color: white;
+
    padding: 18px 16px;
+
    background-color: inherit;
+
    z-index: 101;
+
 
}
 
}
 
.navbar a:hover, .dropdown:hover .dropbtn {
 
    background-color: red;
 
    z-index: 101;
 
}
 
 
.dropdown-content {
 
    display: none;
 
    position: absolute;
 
    background-color: #f9f9f9;
 
    min-width: 160px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 101;
 
}
 
.dropdown-content-big {
 
    display: none;
 
    position: absolute;
 
    background-color: #f9f9f9;
 
    min-width: 200px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 101;
 
}
 
.dropdown-content a {
 
    float: none;
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
    text-align: left;
 
    z-index: 101;
 
}
 
 
.dropdown-content a:hover {
 
    background-color: #ddd;
 
    z-index: 101;
 
}
 
.dropdown-content-big a {
 
    float: none;
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
    text-align: left;
 
    z-index: 101;
 
}
 
 
.dropdown-content-big a:hover {
 
    background-color: #ddd;
 
    z-index: 101;
 
}
 
 
.dropdown:hover .dropdown-content {
 
    display: block;
 
    z-index: 101;
 
}
 
.dropdown:hover .dropdown-content-big {
 
    display: block;
 
    z-index: 101;
 
}
 
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
 
.igem_iitd-hover-opacity {cursor: pointer;}
 
 
.igem_iitd-black,.igem_iitd-hover-black:hover{color:#fff!important;background-color:#000!important}
 
.igem_iitd-padding-64{padding-top:64px!important;padding-bottom:64px!important}
 
.igem_iitd-hover-opacity-off:hover{opacity:1}
 
.igem_iitd-button:hover{color:#000!important;background-color:#ccc!important}
 
.igem_iitd-light-grey,.igem_iitd-hover-light-grey:hover,.igem_iitd-light-gray,.igem_iitd-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
 
.igem_iitd-margin-right{margin-right:16px!important}
 
.igem_iitd-button:hover{color:#000!important;background-color:#ccc!important}
 
 
.right_menu{
 
    float: right;
 
    text-align: right;
 
    width: auto;
 
    margin-right: 60px;
 
}
 
.backbody {
 
    background-image: url("1.png");
 
    min-height: 800px;
 
    background-attachment: fixed;
 
    background-position: center;
 
    background-repeat: no-repeat;
 
    background-size: cover;
 
    opacity: 0.4;
 
        position: absolute;
 
    left: 0px;
 
    top: 0px;
 
    bottom: 0px;
 
    z-index: -1;
 
}
 
body {
 
    background-color: black;
 
}
 
 
 
</style>
 
</style>
<html lang="en">
+
</head>
<head>
+
<body>
<meta charset="UTF-8">
+
<script>
<title>iGEM IIT Delhi</title>
+
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+
</body>
<meta name="description" content="" />
+
<meta name="keywords" content="" />
+
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
+
<script src="js/jquery.min.js"></script>
+
<script src="js/skel.min.js"></script>
+
<script src="js/skel-layers.min.js"></script>
+
<script src="js/init.js"></script>
+
<noscript>
+
<link rel="stylesheet" href="css/skel.css" />
+
<link rel="stylesheet" href="css/style.css" />
+
<link rel="stylesheet" href="css/style-xlarge.css" />
+
</noscript>
+
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
+
</head>
+
<body class="landing" background-color: black;>
+
 
+
<!-- Header -->
+
+
<div class = "navbar ">
+
<a href="index.html">iGEM IIT Delhi</a>
+
<div class = "right_menu">
+
  <div class="dropdown">
+
    <button class="dropbtn">Project
+
    <i class="fa fa-caret-down"></i>
+
    </button>
+
    <div class="dropdown-content">
+
      <a href="#">Description</a>
+
      <a href="#">Results</a>
+
      <a href="#">Proof of Concept</a>
+
      <a href="#">Basic Parts</a>
+
      <a href="#">Composite Parts</a>
+
    </div>
+
  </div>
+
  <div class="dropdown">
+
    <button class="dropbtn">Modelling
+
    <i class="fa fa-caret-down"></i>
+
    </button>
+
    <div class="dropdown-content">
+
      <a href="#">Overview</a>
+
      <a href="#">Logic Assessment</a>
+
      <a href="#">Signalling Tools</a>
+
    </div>
+
  </div>
+
  <div class="dropdown">
+
    <button class="dropbtn">Human Practices
+
    <i class="fa fa-caret-down"></i>
+
    </button>
+
    <div class="dropdown-content-big">
+
      <a href="#">Human Practices</a>
+
      <a href="#">Integrated Practices</a>
+
      <a href="#">Public Engagement</a>
+
      <a href="#">Collaborations</a>
+
    </div>
+
  </div>
+
  <div class="dropdown">
+
    <button class="dropbtn">Notebook
+
    <i class="fa fa-caret-down"></i>
+
    </button>
+
    <div class="dropdown-content">
+
      <a href="#">Lab Records</a>
+
      <a href="#">Protocols</a>
+
      <a href="#">Recipes</a>
+
      <a href="#">Medal Criteria</a>
+
      <a href="#">Recipes</a>
+
    </div>
+
  </div> 
+
  <div class="dropdown">
+
    <button class="dropbtn">Team
+
    <i class="fa fa-caret-down"></i>
+
    </button>
+
    <div class="dropdown-content">
+
      <a href="team.html">The Team</a>
+
      <a href="#">Attributions</a>
+
    </div>
+
  </div> 
+
+
</div>
+
</div>
+
 
+
+
+
 
+
<!-- Banner -->
+
<section id="banner">
+
+
+
</section>
+
 
+
<!-- Abstract -->
+
+
<section class=" align-center">
+
        <div class="bggg ">
+
    <h2 class="toppad">Abstract</h2>
+
              <blockquote><p align = "left"  >Lack of digital responses in Synthetic Biology have inhibited the diverse potential that accompanies the digitization of biological circuits. This year we aim to develop synthetic modules for signal processing in biological systems, in the form of elements of specialized logic gates based on transcriptional regulation. We move from developing near digital logic gates with sharp responses, to more specialized collapsible and reconfigurable circuits which can perform various operations like developing square pulses. Further, to realize this aim of making a square wave generator, we engineered a five node repression based ring network to give digital oscillations. Quantitative computational modelling would be used to tailor the cellular environment and observe period, steepness, noise and amplitude variations. Our project poses to be an integral element in genetic networks intended to solve scientific challenges for years to come, ranging from making light sensitive frequency modulators and bacterial memory storage systems.</p>
+
      </blockquote>
+
    </div>
+
      </section>
+
 
+
 
+
<!-- One -->
+
<section id="one" class="wrapper style1 align-center">
+
<div class="container ">
+
<header>
+
<h2>Consectetur adipisicing elit</h2>
+
<p>Lorem ipsum dolor sit amet adipisicing elit. Delectus consequatur sed tempus.</p>
+
</header>
+
<div class="row 200%">
+
<section class="4u 12u$(small)">
+
<i class="icon big rounded fa-clock-o"></i>
+
<p>
+
+
</p>
+
</section>
+
<section class="4u 12u$(small)">
+
<i class="icon big rounded fa-comments"></i>
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium ullam consequatur repellat debitis maxime molestiae.</p>
+
</section>
+
<section class="4u$ 12u$(small)">
+
<i class="icon big rounded fa-user"></i>
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque eaque eveniet, nesciunt molestias. Ipsam, voluptate vero.</p>
+
</section>
+
</div>
+
</div>
+
</section>
+
 
+
<!-- Two -->
+
<section id="two" class="wrapper style2 align-center">
+
<div class=" bggg toppad">
+
<header>
+
<h2>Lorem ipsum dolor sit</h2>
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, autem.</p>
+
</header>
+
<div class="row">
+
<section class="feature 6u 12u$(small)">
+
<img class="image fit" src="images/pic01.jpg" alt="" />
+
<h3 class="title">Lorem ipsum dolor</h3>
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore ipsa voluptate, quae quibusdam. Doloremque similique, reiciendis sit quibusdam aperiam? Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
</section>
+
<section class="feature 6u$ 12u$(small)">
+
<img class="image fit" src="images/pic02.jpg" alt="" />
+
<h3 class="title">Esse, fugiat, in</h3>
+
<p>Natus perspiciatis fugit illum porro iusto fuga nam voluptas minima voluptates deserunt, veniam reiciendis harum repellat necessitatibus. Animi, adipisci qui. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
</section>
+
<section class="feature 6u 12u$(small)">
+
<img class="image fit" src="images/pic03.jpg" alt="" />
+
<h3 class="title">Voluptates, repudiandae, dolor</h3>
+
<p>Voluptatibus repellendus tempora, quia! Consequuntur atque, rerum quis, ullam labore officiis ipsa beatae dolore, assumenda eos harum repudiandae, qui ab! Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
</section>
+
<section class="feature 6u$ 12u$(small)">
+
<img class="image fit" src="images/pic04.jpg" alt="" />
+
<h3 class="title">Eveniet, reiciendis, veniam</h3>
+
<p>Rem nulla molestiae inventore quibusdam repudiandae doloremque eveniet ullam, qui autem possimus saepe laudantium numquam sapiente vel. Repudiandae, nihil tempore. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
</section>
+
</div>
+
<footer>
+
<ul class="actions">
+
<li>
+
<a href="#" class="button alt big">Learn More</a>
+
</li>
+
</ul>
+
</footer>
+
</div>
+
</section>
+
 
+
 
+
 
+
+
<!-- Footer -->
+
<footer id="footer">
+
<table border = "1" id="tablea" >
+
        <tr align="center" >
+
        <td align="center" width="50%" id="tableatd" colspan="2"><b>Sponsored By</b></td></tr>
+
        <tr align="center" > 
+
        <td align="center" width="50%" id="tableatd" colspan="2"><b><img src= "66.jpg" class="width-max"></b></td></tr>
+
 
+
        <tr align="right" >
+
            <td align="center" width="50%" id="tableatd"><b>Contact Us</b></td>
+
            <td align="center" id="tableatd" ><b>Address</b></td>
+
        </tr>
+
       
+
        <tr align="center" width= "100%">
+
            <td align="center" id="tableatd1" style="padding-top: 5px;">
+
<br>
+
<i class="fa igem_iitd-hover-opacity"><img src="foot_1.png" height="50px" width="50px" ></i>
+
    <i class="fa igem_iitd-hover-opacity"><img src="foot_4.png" height="50px" width="50px"></i>
+
    <i class="fa igem_iitd-hover-opacity"><img src="foot_3.png" height="50px" width="50px"></i>
+
    <i class="fa igem_iitd-hover-opacity"><img src="foot_5.png" height="50px" width="50px"></i>
+
    <i class="fa igem_iitd-hover-opacity"><img src="foot_2.png" height="50px" width="50px"></i></td>
+
+
            <td align = "center" id="tableatd2"  style="padding-top: 0px;" >
+
<p ><b>E-mail:</b> iitd.igem@gmail.com<br>Undergraduate Laboratory<br>Department of Biotechnology and Biochemical Engineering, IIT Delhi
+
+
        </tr>
+
      </table>
+
</footer>
+
</body>
+
</html>
+

Latest revision as of 16:18, 28 October 2017