Difference between revisions of "Team:ICT-Mumbai"

Line 1: Line 1:
 
+
<!DOCTYPE html>
 
<html>
 
<html>
<head>
+
<title>igem ict</title>
<body>
+
<meta charset="UTF-8">
 
+
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 +
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 
 
<style>
 
<style>
 
+
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
+
body, html {
 
+
    height: 100%;
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
+
    color: #777;
 
+
     line-height: 1.8;
#sideMenu
+
{display:none; /*Disable the display of the annoying side main menu*/}
+
#top_title
+
{display:none; /* Disable the annoying title*/}
+
#content
+
{padding:0px; width:90%; margin-left:5%; margin-right:5%;background-color: rgba(255,255,255,0);}
+
 
+
 
+
 
+
 
+
 
+
body {
+
     background-color:#151E3D ;
+
 
+
 
+
 
}
 
}
  
 
+
/* Create a Parallax Effect */
  ul {
+
.bgimg-1, .bgimg-2, .bgimg-3 {
     list-style-type: none;
+
     background-attachment: fixed;
     margin: 0px;
+
     background-position: center;
     padding: 0;
+
     background-repeat: no-repeat;
    overflow: hidden;
+
     background-size: cover;
     background-color: #333;
+
 
+
 
+
 
+
 
}
 
}
  
li {
+
/* First image (Logo. Full height) */
     float: right;
+
.bgimg-1 {
font-family:Ubuntu;
+
     background-image: url('/w3images/parallax1.jpg');
 +
    min-height: 100%;
 
}
 
}
  
 
+
/* Second image (Portfolio) */
li a, .dropbtn {
+
.bgimg-2 {
     display: inline-block;
+
     background-image: url("/w3images/parallax2.jpg");
    color: white;
+
     min-height: 400px;
    text-align: center;
+
    padding: 14px 16px;
+
     text-decoration: none;
+
 
}
 
}
  
li a:hover, .dropdown:hover .dropbtn {
+
/* Third image (Contact) */
     background-color: red;
+
.bgimg-3 {
 +
     background-image: url("/w3images/parallax3.jpg");
 +
    min-height: 400px;
 
}
 
}
  
li.dropdown {
+
.w3-wide {letter-spacing: 10px;}
    display: inline-block;
+
.w3-hover-opacity {cursor: pointer;}
}
+
  
.dropdown-content {
+
/* Turn off parallax scrolling for tablets and phones */
    display: none;
+
@media only screen and (max-device-width: 1024px) {
    position: absolute;
+
     .bgimg-1, .bgimg-2, .bgimg-3 {
    background-color: #f9f9f9;
+
        background-attachment: scroll;
    min-width: 160px;
+
    }
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
    z-index: 1;
+
 
}
 
}
 +
</style>
 +
<body>
  
.dropdown-content a {
+
<!-- Navbar (sit on top) -->
     color: black;
+
<div class="w3-top">
     padding: 12px 16px;
+
  <div class="w3-bar" id="myNavbar">
     text-decoration: none;
+
     <a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
     display: block;
+
      <i class="fa fa-bars"></i>
     text-align: left;
+
     </a>
}
+
     <a href="#home" class="w3-bar-item w3-button">HOME</a>
 +
     <a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
 +
     <a href="#portfolio" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> PORTFOLIO</a>
 +
    <a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
 +
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-red">
 +
      <i class="fa fa-search"></i>
 +
    </a>
 +
  </div>
  
.dropdown-content a:hover {background-color: #f1f1f1}
+
  <!-- Navbar on small screens -->
 +
  <div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
 +
    <a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
 +
    <a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">PORTFOLIO</a>
 +
    <a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
 +
    <a href="#" class="w3-bar-item w3-button">SEARCH</a>
 +
  </div>
 +
</div>
  
.dropdown:hover .dropdown-content {
+
<!-- First Parallax Image with Logo Text -->
    display: block;
+
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
}
+
  <div class="w3-display-middle" style="white-space:nowrap;">
 +
    <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">MY <span class="w3-hide-small">WEBSITE</span> LOGO</span>
 +
  </div>
 +
</div>
  
p1{
+
<!-- Container (About Section) -->
color: white;
+
<div class="w3-content w3-container w3-padding-64" id="about">
font-family:Courier;
+
  <h3 class="w3-center">ABOUT ME</h3>
position:absolute;
+
  <p class="w3-center"><em>I love photography</em></p>
text-align:center;
+
  <p>We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
margin:100px;
+
    quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
top:580px;
+
    qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
text-align: justify;
+
  <div class="w3-row">
Line-Height:24px;
+
    <div class="w3-col m6 w3-center w3-padding-large">
font-size:18px;
+
      <p><b><i class="fa fa-user w3-margin-right"></i>My Name</b></p><br>
font:weight:bold;
+
      <img src="/w3images/avatar_hat.jpg" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Photo of Me" width="500" height="333">
 +
    </div>
  
}
+
    <!-- Hide this text on small devices -->
 +
    <div class="w3-col m6 w3-hide-small w3-padding-large">
 +
      <p>Welcome to my website. I am lorem ipsum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure
 +
        dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor
 +
        incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 +
    </div>
 +
  </div>
 +
  <p class="w3-large w3-center w3-padding-16">Im really good at:</p>
 +
  <p class="w3-wide"><i class="fa fa-camera"></i>Photography</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:90%">90%</div>
 +
  </div>
 +
  <p class="w3-wide"><i class="fa fa-laptop"></i>Web Design</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:85%">85%</div>
 +
  </div>
 +
  <p class="w3-wide"><i class="fa fa-photo"></i>Photoshop</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:75%">75%</div>
 +
  </div>
 +
</div>
  
h1 {
+
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
background-color: #333;
+
  <div class="w3-quarter w3-section">
text-align: justify;
+
    <span class="w3-xlarge">14+</span><br>
text-justify: inter-word;
+
     Partners
font-family:"Courier";
+
  </div>
color:white;
+
  <div class="w3-quarter w3-section">
font-size:40px;
+
    <span class="w3-xlarge">55+</span><br>
display: block;
+
    Projects Done
     margin: 200px;
+
  </div>
position:absolute;
+
  <div class="w3-quarter w3-section">
text-align:center;
+
    <span class="w3-xlarge">89+</span><br>
top:10px;
+
    Happy Clients
width:400px;
+
   </div>
height:40px;
+
   <div class="w3-quarter w3-section">
left:20%;
+
    <span class="w3-xlarge">150+</span><br>
animation-duration: 3s;
+
    Meetings
   animation-name: slidein;
+
  </div>
   animation-iteration-count: 1;
+
</div>
  
}
+
<!-- Second Parallax Image with Portfolio Text -->
 +
<div class="bgimg-2 w3-display-container w3-opacity-min">
 +
  <div class="w3-display-middle">
 +
    <span class="w3-xxlarge w3-text-white w3-wide">PORTFOLIO</span>
 +
  </div>
 +
</div>
  
 +
<!-- Container (Portfolio Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="portfolio">
 +
  <h3 class="w3-center">MY WORK</h3>
 +
  <p class="w3-center"><em>Here are some of my latest lorem work ipsum tipsum.<br> Click on the images to make them bigger</em></p><br>
  
 +
  <!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
 +
  <div class="w3-row-padding w3-center">
 +
    <div class="w3-col m3">
 +
      <img src="/w3images/p1.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist over the mountains">
 +
    </div>
  
@keyframes slidein {
+
     <div class="w3-col m3">
  from {
+
      <img src="/w3images/p2.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Coffee beans">
     margin-left: 100%;
+
     </div>
     width: 400px;
+
top:10px;
+
  }
+
  
  to {
+
     <div class="w3-col m3">
     margin-left: 17.3%;
+
      <img src="/w3images/p3.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Bear closeup">
     width: 400px;
+
     </div>
top:10px;
+
  }
+
}
+
  
.flex-container {
+
     <div class="w3-col m3">
     display: -webkit-flex;
+
      <img src="/w3images/p4.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Quiet ocean">
    display: flex;
+
     </div>
    width: 100%;
+
  </div>
     height: 80px;
+
left:200px;
+
    background-color: cornflowerblue;
+
}
+
  
.flex-item {
+
  <div class="w3-row-padding w3-center w3-section">
     background-color: cornflowerblue;
+
     <div class="w3-col m3">
position:absolute;
+
      <img src="/w3images/p5.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist">
    width: px;
+
     </div>
    height: px;
+
    margin: px;
+
font-family:Indie Flower;
+
color:white;
+
font-size:50px;
+
     text-indent: 520px;
+
  
}
+
    <div class="w3-col m3">
 +
      <img src="/w3images/p6.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="My beloved typewriter">
 +
    </div>
  
footer {
+
    <div class="w3-col m3">
  position: relative;
+
      <img src="/w3images/p7.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Empty ghost train">
height:50px;
+
    </div>
  right: 0;
+
  bottom: -400px;
+
  left: 0;
+
  padding: 1rem;
+
  background-color:cornflowerblue ;
+
  text-align: center;
+
}
+
  
.fa {
+
    <div class="w3-col m3">
  padding: 10px;
+
      <img src="/w3images/p8.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Sailing">
  font-size: 30px;
+
    </div>
  width: 50px;
+
    <button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
  text-align: center;
+
   </div>
  text-decoration: none;
+
</div>
   margin: 5px 2px;
+
}
+
  
 +
<!-- Modal for full size images on click-->
 +
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
 +
  <span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
 +
  <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
 +
    <img id="img01" class="w3-image">
 +
    <p id="caption" class="w3-opacity w3-large"></p>
 +
  </div>
 +
</div>
  
.fa-facebook {
+
<!-- Third Parallax Image with Portfolio Text -->
  background: #3B5998;
+
<div class="bgimg-3 w3-display-container w3-opacity-min">
   color: white;
+
   <div class="w3-display-middle">
 +
    <span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
 +
  </div>
 +
</div>
  
 +
<!-- Container (Contact Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="contact">
 +
  <h3 class="w3-center">WHERE I WORK</h3>
 +
  <p class="w3-center"><em>I'd love your feedback!</em></p>
  
}
+
   <div class="w3-row w3-padding-32 w3-section">
 
+
     <div class="w3-col m4 w3-container">
.fa-twitter {
+
       <!-- Add Google Maps -->
   background: #55ACEE;
+
       <div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div>
  color: white;
+
}
+
 
+
 
+
</style>
+
</head>
+
<body>
+
 
+
 
+
 
+
<ul>
+
 
+
  <li><a href="#news">Human Practices</a></li>
+
    <li><a href="#news">Our Team</a></li>
+
 
+
  <li class="dropdown">
+
    <a href="javascript:void(0)" class="dropbtn">Project</a>
+
     <div class="dropdown-content">
+
       <a href="#">Description</a>
+
       <a href="#">Validation</a>
+
      <a href="#">Modeling</a>
+
      <a href="#">Results</a>
+
      <li><a href="#home">Home</a></li>
+
     
+
 
     </div>
 
     </div>
   </li>
+
    <div class="w3-col m8 w3-panel">
</ul>
+
      <div class="w3-large w3-margin-bottom">
 +
        <i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Chicago, US<br>
 +
        <i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Phone: +00 151515<br>
 +
        <i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: mail@mail.com<br>
 +
      </div>
 +
      <p>Swing by for a cup of <i class="fa fa-coffee"></i>, or leave me a note:</p>
 +
      <form action="/action_page.php" target="_blank">
 +
        <div class="w3-row-padding" style="margin:0 -16px 8px -16px">
 +
          <div class="w3-half">
 +
            <input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
 +
          </div>
 +
          <div class="w3-half">
 +
            <input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
 +
          </div>
 +
        </div>
 +
        <input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
 +
        <button class="w3-button w3-black w3-right w3-section" type="submit">
 +
          <i class="fa fa-paper-plane"></i> SEND MESSAGE
 +
        </button>
 +
      </form>
 +
    </div>
 +
   </div>
 +
</div>
  
<h1>Team ICT Mumbai</h1>
+
<!-- Footer -->
 
+
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
 
+
  <a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
 
+
  <div class="w3-xlarge w3-section">
 
+
    <i class="fa fa-facebook-official w3-hover-opacity"></i>
 
+
    <i class="fa fa-instagram w3-hover-opacity"></i>
<img src="https://scontent.fbom8-1.fna.fbcdn.net/v/t1.0-9/21231569_1657867947579091_7393346943505548005_n.jpg?oh=278491f6a96bddc35d264458d383b1f8&oe=5A58DFD1" "height="50%"; width="100%" >
+
    <i class="fa fa-snapchat w3-hover-opacity"></i>
 
+
    <i class="fa fa-pinterest-p w3-hover-opacity"></i>
<br>
+
    <i class="fa fa-twitter w3-hover-opacity"></i>
 
+
    <i class="fa fa-linkedin w3-hover-opacity"></i>
<p1> Ammonia released from hydrolysis of urine is a major reason for the stench in public toilets. Apart from being a put-off, ammonia is also hazardous. Current approaches to tackle this problem include flushing water, using microbes (BioBlocks®) that break down urea in urine to prevent its hydrolysis, and using air fresheners. The first approach requires using copious amounts of water, which is not abundantly available in many parts of the world, while the second is not cost-effective. Finally, spraying air fresheners is not a solution, as it does not get rid of ammonia. We propose to engineer Escherichia coli to assimilate ammonia and convert it into indigoidine, a blue colored compound. Ammonia from air can be dissolved in an aqueous medium and can act as a nitrogen source for the engineered cells that maybe housed in a cassette; the synthesized indigoidine will indicate when the cassette has to be replaced.
+
  </div>
</p1>
+
  <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</br>
+
 
+
 
+
 
+
</div>
+
<footer><a href="https://scontent.fbom8-1.fna.fbcdn.net/v/t1.0-9/21231569_1657867947579091_7393346943505548005_n.jpg?oh=278491f6a96bddc35d264458d383b1f8&oe=5A58DFD1" class="fa fa-facebook">
+
<a href="https://twitter.com/ICTMumbai_iGEM" class="fa fa-twitter"></a>
+
 
</footer>
 
</footer>
 +
 +
<!-- Add Google Maps -->
 +
<script>
 +
function myMap()
 +
{
 +
  myCenter=new google.maps.LatLng(41.878114, -87.629798);
 +
  var mapOptions= {
 +
    center:myCenter,
 +
    zoom:12, scrollwheel: false, draggable: false,
 +
    mapTypeId:google.maps.MapTypeId.ROADMAP
 +
  };
 +
  var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
  
 +
  var marker = new google.maps.Marker({
 +
    position: myCenter,
 +
  });
 +
  marker.setMap(map);
 +
}
  
 +
// Modal Image Gallery
 +
function onClick(element) {
 +
  document.getElementById("img01").src = element.src;
 +
  document.getElementById("modal01").style.display = "block";
 +
  var captionText = document.getElementById("caption");
 +
  captionText.innerHTML = element.alt;
 +
}
  
 +
// Change style of navbar on scroll
 +
window.onscroll = function() {myFunction()};
 +
function myFunction() {
 +
    var navbar = document.getElementById("myNavbar");
 +
    if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
 +
        navbar.className = "w3-bar" + " w3-card-2" + " w3-animate-top" + " w3-white";
 +
    } else {
 +
        navbar.className = navbar.className.replace(" w3-card-2 w3-animate-top w3-white", "");
 +
    }
 +
}
  
 +
// Used to toggle the menu on small screens when clicking on the menu button
 +
function toggleFunction() {
 +
    var x = document.getElementById("navDemo");
 +
    if (x.className.indexOf("w3-show") == -1) {
 +
        x.className += " w3-show";
 +
    } else {
 +
        x.className = x.className.replace(" w3-show", "");
 +
    }
 +
}
 
</script>
 
</script>
 +
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
 +
<!--
 +
To use this code on your website, get a free API key from Google.
 +
Read more at: https://www.w3schools.com/graphics/google_maps_basic.asp
 +
-->
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 20:10, 27 September 2017

<!DOCTYPE html> igem ict

MY WEBSITE LOGO

ABOUT ME

I love photography

We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

My Name


Photo of Me

Welcome to my website. I am lorem ipsum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Im really good at:

Photography

90%

Web Design

85%

Photoshop

75%
14+
Partners
55+
Projects Done
89+
Happy Clients
150+
Meetings
PORTFOLIO

MY WORK

Here are some of my latest lorem work ipsum tipsum.
Click on the images to make them bigger


The mist over the mountains
Coffee beans
Bear closeup
Quiet ocean
The mist
My beloved typewriter
Empty ghost train
Sailing

CONTACT

WHERE I WORK

I'd love your feedback!

Chicago, US
Phone: +00 151515
Email: mail@mail.com

Swing by for a cup of , or leave me a note: