Difference between revisions of "Team:IISER Berhampur"

Line 1: Line 1:
 
{{IISER_Berhampur}}
 
{{IISER_Berhampur}}
  
<html>
 
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap" rel="stylesheet">
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
  
  
<script>
+
<html>
$(document).ready(function(){
+
$('p:empty').css('display','none');
+
});
+
</script>
+
 
+
<style  type="text/css">
+
 
+
Flash {
+
  font-family: 'Quicksand';font-size: 10vw;
+
  color: #E5F6F1;
+
  animation: color-change 1.5s infinite;
+
}
+
 
+
@keyframes color-change {
+
  0% { text-shadow: 0px 0px 12px red; }
+
  25% { text-shadow: 0px 0px 12px blue; }
+
  50% { text-shadow: 0px 0px 12px green; }
+
  75% { text-shadow: 0px 0px 12px yellow; }
+
  100% { text-shadow: 0px 0px 12px orange; }
+
 
+
}
+
.container {
+
  position: relative;
+
  text-align: center;
+
  color: white;
+
}
+
.container img
+
+
    position: relative;
+
    top:-7vw;
+
    height: 100%;
+
    width: 100%;
+
}
+
.centered {
+
  position: absolute;
+
  top: 7%;
+
  left: 49.5%;
+
  transform: translate(-50%, -50%);
+
}
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
/*UNIVERSAL STUFF FOR ALL PAGES*/
+
html {
+
    margin: 0;
+
    padding: 0;
+
    border: none;
+
}
+
.container {
+
  margin: 0 0 0 0;
+
  padding: 0 0 0 0;
+
  border: none;
+
}
+
 
+
body {
+
    background-color: #d2efe7;
+
    font-family: 'Quicksand', sans-serif;
+
    margin: 0 0 0 0;
+
    padding: 0 0 0 0;
+
    border: none;
+
    height: 4000px;
+
}
+
 
+
/* width */
+
::-webkit-scrollbar {
+
  width: 12px;
+
}
+
 
+
/* Track */
+
::-webkit-scrollbar-track {
+
  background: white;
+
  margin-top: 0px;
+
  margin-bottom: 0px;
+
}
+
+
/* Handle */
+
::-webkit-scrollbar-thumb {
+
  background: #bfe9dd;
+
}
+
 
+
/* Handle on hover */
+
::-webkit-scrollbar-thumb:hover {
+
  background: #86d5bf;
+
}
+
 
+
#top_title {
+
display: none;
+
margin-bottom: 0px;
+
 
+
}
+
 
+
#content {
+
margin: 0;
+
display: inline;
+
        padding: 0;
+
 
+
}
+
 
+
#globalWrapper {
+
padding: 0;
+
}
+
 
+
 
+
p {
+
margin: 0;
+
}
+
 
+
 
+
/*MAIN BODY CONTENT SECTION BEGINS*/
+
.content-section {
+
    margin: 0 0 0 0;
+
    padding: 3% 3% 5% 3%;
+
    background: black;
+
    line-height: 1.6;
+
   
+
}
+
.PageTitle {
+
    font-size: 300%;
+
    text-align: center;
+
    font-family: "Trebuchet MS";
+
}
+
img {
+
    display: block;
+
    height: 50%;
+
    width: 50%;
+
    margin: auto;
+
   
+
}
+
 
+
.biggerImg img {
+
    height: 100%;
+
    width: 100%;
+
}
+
 
+
/*#navbar span img {
+
  display: block;
+
  height: 7.5%;
+
  width: 7.5%;
+
  float: left;
+
 
+
  padding: 0 0 0 3%;
+
}*/
+
 
+
#navbar img {
+
  display: inline-block;
+
  height: 5%;
+
  width: 5%;
+
  margin-left: 5px;
+
  margin-top: 5px;
+
}
+
 
+
#HQ_page p {
+
  font-size: 125%;
+
  text-align: center;
+
  font-family: "avenir";
+
  line-height: 27px;
+
}
+
 
+
#HQ_page h1, h2, h3, h4, h5 {
+
  font-family: "avenir";
+
  text-align: center;
+
}
+
 
+
#HQ_page #navbar h1 {
+
  text-align: left;
+
  display: inline;
+
  vertical-align: middle;
+
  font-size: 3em;
+
}
+
 
+
table img {
+
  width: 150px;
+
  height: auto;
+
  float: left;
+
  display: inline-block;
+
  margin: 2% 4% 2% 0;
+
}
+
 
+
#HQ_page td {
+
    padding: 0;
+
    border: 0 solid black;
+
}
+
 
+
#HQ_page table {
+
    padding: 0;
+
    border: 0 solid black;
+
}
+
 
+
#HQ_page table p {
+
    text-align: left;
+
}
+
 
+
#HQ_page .leftSide p {
+
    text-align: left;
+
}
+
 
+
#HQ_page .leftSide h1, h2, h3, h4, h5 {
+
    text-align: left;
+
}
+
#HQ_page .leftSide img {
+
    display: block;
+
    width: 25%;
+
    height: auto;
+
    margin: 0 0 2.5% 0;
+
}
+
 
+
/*MAIN BODY CONTENT SECTION ENDS*/
+
 
+
 
+
 
+
/*MEDIA QUERIES BEGIN*/
+
@media screen and (max-width: 768px) {
+
  .content-section {
+
    margin: 0;
+
    padding: 12.5% 4% 5% 4%;
+
  }
+
 
+
  img {
+
      height: 85%;
+
      width: 85%;
+
  }
+
  #HQ_page p {
+
      font-size: 115%;
+
      line-height: 24px;
+
  }
+
 
+
 
+
#HQ_page .leftSide p {
+
    text-align: justify;
+
}
+
 
+
#HQ_page .leftSide h1, h2, h3, h4, h5 {
+
    text-align: justify;
+
}
+
 
+
 
+
}
+
/*MEDIA QUERIES END*/
+
 
+
 
+
</style>
+
<div class="container">
+
<!--DO NOT CHANGE ANY OF THIS BEGINS-->
+
<head>
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
<title>IISER-BPR IGEM</title>
+
<!--<link rel="stylesheet" type="text/css" href="stylesheet1.css">-->
+
</head>
+
<style>
+
 
+
#home_logo, #sideMenu, #sideMenu, #top_title, .patrollink {display:none;}
+
#content {margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
body {background-color:white;}
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {margin-bottom: 0px;}
+
#bodyContent a[href ^="https://"], .link-https {padding-right:0px;}
+
 
+
body {
+
  margin: 0;
+
  font-family:font-family:courier,arial,helvetica;
+
}
+
 
+
.navbar {
+
  position:fixed;
+
  top:16px;
+
  width:100%;
+
  z-index:1;
+
  //overflow: hidden;
+
  background-color:#ace2d3;
+
}
+
 
+
.navbar a {
+
  float: left;
+
  display: block;
+
  color:#171717;
+
  text-align: center;
+
  padding: 14px 16px 14px 16px;
+
  text-decoration: none;
+
  font-size: 1.2em;
+
}
+
+
.topnav .icon {
+
  display: none;
+
}
+
+
.navbar a:hover {
+
  background-color: #D4D4D4;
+
  color: #171717;
+
}
+
 
+
.navbar a.active {
+
  background-color: #3B3B3B;
+
  color: #ffffff;
+
}
+
 
+
.navbar .icon {
+
  display: none;
+
}
+
+
.dropdown {
+
  float: left;
+
  overflow: hidden;
+
}
+
 
+
.dropdown .dropbtn {
+
  font-size: 1.2em; 
+
  border: none;
+
  outline: none;
+
  color: #171717;
+
  padding: 14px 16px;
+
  background-color: inherit;
+
  font-family: inherit;
+
  margin: 0px 0px 0px 0px;
+
}
+
 
+
.navbar a:hover, .dropdown:hover .dropbtn {
+
  background-color: #D4D4D4 ;
+
}
+
 
+
.dropdown-content {
+
  display: none;
+
  position: absolute;
+
  background-color: #E9E9E9;
+
  min-width: 160px;
+
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
  z-index: 1;
+
}
+
 
+
.dropdown-content a {
+
  float: none;
+
  color: #171717;
+
  padding: 12px 16px 12px 16px;
+
  text-decoration: none;
+
  display: block;
+
  text-align: left;
+
}
+
 
+
.dropdown-content a:hover {
+
  background-color: #ddd;
+
}
+
 
+
.dropdown:hover .dropdown-content {
+
  display: block;
+
}
+
 
+
 
+
 
+
@media screen and (max-width: 600px) {
+
  .navbar a:not(:first-child), .dropdown .dropbtn {
+
    display: none;
+
  }
+
  .navbar a.icon {
+
    float: right;
+
    display: block;
+
  }
+
}
+
 
+
@media screen and (max-width: 600px) {
+
  .navbar.responsive {position: fixed; overflow:auto;}
+
  .navbar.responsive a.icon {
+
    position: absolute;
+
    right: 0;
+
    top: 0;
+
  }
+
  .navbar.responsive a {
+
    float: none;
+
    display: block;
+
    text-align: left;
+
  }
+
  .navbar.responsive .dropdown {float: none;}
+
  .navbar.responsive .dropdown-content {position: relative;}
+
  .navbar.responsive .dropdown .dropbtn {
+
    display: block;
+
    width: 100%;
+
    text-align: left;
+
  }
+
}
+
 
+
#navright{
+
  float:right;
+
  font-family:"Quicksand";
+
  font-size: 24px;
+
  margin-right:10px
+
}
+
</style>
+
</head>
+
 
+
<body>
+
<div class="navbar" id="myNavbar">
+
<a href="https://2020.igem.org/Team:IISER_Berhampur">Home</a>
+
  <div class="dropdown">
+
    <button class="dropbtn">Project&#9660;</button>
+
    <div class="dropdown-content">
+
<a href="https://2020.igem.org/Team:IISER_Berhampur/Contribution">Contribution</a>     
+
<a href="https://2020.igem.org/Team:IISER_Berhampur/Description">Description</a>
+
      <a href="https://2020.igem.org/Team:IISER_Berhampur/Design">Design</a>
+
  <a href="https://2020.igem.org/Team:IISER_Berhampur/Engineering">Engineering</a>
+
          <a href="https://2020.igem.org/Team:IISER_Berhampur/Experiments">Experiments</a>
+
          <a href="https://2020.igem.org/Team:IISER_Berhampur/Notebook">Notebook</a>
+
        <a href="https://2020.igem.org/Team:IISER_Berhampur/Partnership">Partnership</a>
+
        <a href="https://2020.igem.org/Team:IISER_Berhampur/Proof_of_concepts">Proof Of Concepts</a>
+
        <a href="https://2020.igem.org/Team:IISER_Berhampur/Results">Results</a>
+
    </div>
+
  </div>
+
<div class="dropdown">
+
    <button class="dropbtn">Team&#9660;</button>
+
    <div class="dropdown-content">
+
      <a href="https://2020.igem.org/Team:IISER_Berhampur/Team">Team</a>
+
  <a href="https://2020.igem.org/Team:IISER_Berhampur/Collaborations">Collaborations</a>
+
          <a href="https://2020.igem.org/Team:IISER_Berhampur/Attributions">Attributions</a>
+
          <a href="https://2020.igem.org/Team:IISER_Berhampur/Inclusion">Inclusion</a>
+
    </div>
+
  </div>
+
      <div class="dropdown">
+
    <button class="dropbtn">Parts&#9660;</button>
+
    <div class="dropdown-content">
+
      <a href="https://2020.igem.org/Team:IISER_Berhampur/Part_Collection">Part Collection</a>
+
  <a href="https://2020.igem.org/Team:IISER_Berhampur/Parts">Parts</a>
+
          <a href="https://2020.igem.org/Team:IISER_Berhampur/Improve">Improvement</a>
+
    </div>
+
  </div>
+
<a href="https://2020.igem.org/Team:IISER_Berhampur/Human_Practices">Human Practices</a>
+
        <a href="https://2020.igem.org/Team:IISER_Berhampur/Safety">Safety</a>
+
  <a href="javascript:void(0);" class="icon" onclick="myNavbarResponsive()">&#9776;</a>
+
<a href="https://2020.igem.org/Team:IISER_Berhampur/Awards">Awards</a>
+
  <div id="navright">
+
            <a href="https://2020.igem.org/Team:IISER_Berhampur">IISER Berhampur</a>
+
  </div>
+
</div>
+
 
+
<script>
+
function myNavbarResponsive() {
+
  var x = document.getElementById("myNavbar");
+
  if (x.className === "navbar") {
+
    x.className += " responsive";
+
  } else {
+
    x.className = "navbar";
+
  }
+
}
+
 
+
</script>
+
</body>
+
 
+
 
+
 
+
 
+
<style>
+
#home_logo, #sideMenu, #sideMenu, #top_title, .patrollink {display:none;}
+
#content {margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
body {background-color:#d2efe7;}
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {margin-bottom: 0px;}
+
#bodyContent a[href ^="https://"], .link-https {padding-right:0px;}
+
</style>
+
 
+
<style>
+
  .responsive {
+
  width: 100%;
+
  height: 550px;
+
  } 
+
</style>
+
 
+
 
<head>
 
<head>
 
         <title>Home-IISER Berhampur</title>
 
         <title>Home-IISER Berhampur</title>
Line 485: Line 18:
 
var $w = $(document);
 
var $w = $(document);
 
var $d = $('#jiggle');
 
var $d = $('#jiggle');
var scale = $w.width()/1524;
+
var scale;
 
$w.scroll(function(){
 
$w.scroll(function(){
 +
  scale = $w.width()/1524;
 
   console.log($w.scrollTop());
 
   console.log($w.scrollTop());
 
   $d.css('transform',spin())
 
   $d.css('transform',spin())
Line 525: Line 59:
 
</div>
 
</div>
 
</div>
 
</div>
<title>Footer</title>
 
  
<style>
 
 
 
footer{
 
position: fixed;
 
bottom: 0;
 
}
 
 
@media (max-height:800px){
 
footer { position: static; }
 
header { padding-top:40px; }
 
}
 
 
 
.footer-distributed{
 
background-color: #2c292f;
 
box-sizing: border-box;
 
width: 100%;
 
text-align: left;
 
font: bold 16px sans-serif;
 
padding: 50px 50px 60px 50px;
 
margin-top: 80px;
 
}
 
 
.footer-distributed .footer-left,
 
.footer-distributed .footer-center,
 
.footer-distributed .footer-right{
 
display: inline-block;
 
vertical-align: top;
 
}
 
 
/* Footer left */
 
 
.footer-distributed .footer-left{
 
width: 30%;
 
}
 
 
.footer-distributed h3{
 
color:  #ffffff;
 
font: normal 36px 'Cookie', cursive;
 
margin: 0;
 
}
 
 
/* The company logo */
 
 
.footer-distributed .footer-left img{
 
width: 30%;
 
}
 
 
.footer-distributed h3 span{
 
color:  #e0ac1c;
 
}
 
 
/* Footer links */
 
 
.footer-distributed .footer-links{
 
color:  #ffffff;
 
margin: 20px 0 12px;
 
}
 
 
.footer-distributed .footer-links a{
 
display:inline-block;
 
line-height: 1.8;
 
text-decoration: none;
 
color:  inherit;
 
}
 
 
.footer-distributed .footer-company-name{
 
color:  #8f9296;
 
font-size: 14px;
 
font-weight: normal;
 
}
 
 
/* Footer Center */
 
 
.footer-distributed .footer-center{
 
width: 35%;
 
}
 
 
 
.footer-distributed .footer-center i{
 
background-color:  #33383b;
 
color: #ffffff;
 
font-size: 25px;
 
width: 38px;
 
height: 38px;
 
border-radius: 50%;
 
text-align: center;
 
line-height: 42px;
 
margin: 10px 15px;
 
vertical-align: middle;
 
}
 
 
.footer-distributed .footer-center i.fa-envelope{
 
font-size: 17px;
 
line-height: 38px;
 
}
 
 
.footer-distributed .footer-center p{
 
display: inline-block;
 
color: #ffffff;
 
vertical-align: middle;
 
margin:0;
 
}
 
 
.footer-distributed .footer-center p span{
 
display:block;
 
font-weight: normal;
 
font-size:14px;
 
line-height:2;
 
}
 
 
.footer-distributed .footer-center p a{
 
color:  #e0ac1c;
 
text-decoration: none;;
 
}
 
 
 
/* Footer Right */
 
 
.footer-distributed .footer-right{
 
width: 30%;
 
}
 
 
.footer-distributed .footer-company-about{
 
line-height: 20px;
 
color:  #92999f;
 
font-size: 13px;
 
font-weight: normal;
 
margin: 0;
 
}
 
 
.footer-distributed .footer-company-about span{
 
display: block;
 
color:  #ffffff;
 
font-size: 18px;
 
font-weight: bold;
 
margin-bottom: 20px;
 
}
 
 
.footer-distributed .footer-icons{
 
margin-top: 25px;
 
}
 
 
.footer-distributed .footer-icons a{
 
display: inline-block;
 
width: 35px;
 
height: 35px;
 
cursor: pointer;
 
background-color:  #33383b;
 
border-radius: 2px;
 
 
font-size: 20px;
 
color: #ffffff;
 
text-align: center;
 
line-height: 35px;
 
 
margin-right: 3px;
 
margin-bottom: 5px;
 
}
 
 
Why this happens?
 
 
img is an inline element and inline elements flows like text. The small whitespace is due to this. Possible solutions:
 
 
Change the display from inline to other - add display: block for instance
 
 
Change the vertical-align property to top (default is baseline)
 
 
Shrink the text size to 0 by font-size: 0 on the containing block of the inline element.
 
 
Example
 
 
Add vertical-align: top to all the three images - see updated fiddle here and snippet below:
 
 
#image-1 img,
 
#image-2 img,
 
#image-3 img {
 
  background-color: #00f;
 
  vertical-align: top;
 
}
 
.image-1,
 
.image-2,
 
image-3 {
 
  display: block;
 
}
 
.Wrapper {
 
  vertical-align: middle;
 
  display: block;
 
}
 
 
/* Here is the code for Responsive Footer */
 
/* You can remove below code if you don't want Footer to be responsive */
 
 
 
@media (max-width: 880px) {
 
 
.footer-distributed .footer-left,
 
.footer-distributed .footer-center,
 
.footer-distributed .footer-right{
 
display: block;
 
width: 100%;
 
margin-bottom: 40px;
 
text-align: center;
 
}
 
 
.footer-distributed .footer-center i{
 
margin-left: 0;
 
}
 
 
}
 
 
</style>
 
  
 +
<title>Footer</title>
 
<footer class="footer-distributed">
 
<footer class="footer-distributed">
  

Revision as of 16:47, 7 October 2020

IISER-BPR IGEM


Home-IISER Berhampur

Project
FRaPPe


FRET based Ranker for Proteins and Peptides

Footer