Team:UCL/FAQ

From 2014.igem.org

(Difference between revisions)
 
(29 intermediate revisions not shown)
Line 2: Line 2:
<!--=================HTML===================-->
<!--=================HTML===================-->
<html>
<html>
-
<div class="banner-image-special"><h1>FAQ</h1></div>
+
<script type="text/javascript" src="https://2014.igem.org/Team:UCL/Template:firewall.js?action=raw&amp;ctype=text/javascript"></script>
-
<div style="padding-top:300px;">
+
 
 +
<div class="banner-image-special"></div>
 +
<div style="padding-top:480px;">
     <div id='grid'>
     <div id='grid'>
-
<div class='box' id='contact-faq'>Contact Us</div>
+
<!--<div class='box' id='contact-faq'><a href="https://2014.igem.org/Team:UCL/FAQ/Contact"><span class="overlayx"></span></a></div>-->
-
<div class='box' id='micro-faq'>What is Microfluidics?</div>
+
<div class='box syn-faq'><a href="https://2014.igem.org/Team:UCL/FAQ/Synbio"><span class="overlayx"></span></a></div>
-
<div class='box' id='igem-faq'>What is iGEM?</div>
+
<div class='box igem-faq'><a href="https://2014.igem.org/Team:UCL/FAQ/iGEM"><span class="overlayx"></span></a></div>
-
<div class='box' id='syn-faq'>What is Synthetic Biology</div>
+
        <div class='box wikiht-faq'><a href="https://2014.igem.org/Team:UCL/FAQ/WikiDesign"><span class="overlayx"></span></a></div>
-
    </div>
+
-
    <div id='fillers'>
+
-
        <div class='fillerBox' id='redd'></div>
+
-
<div class='fillerBox' id='bluee'></div>
+
-
<div class='fillerBox' id='yelloww'></div>
+
     </div>
     </div>
</div>
</div>
Line 21: Line 18:
<style>
<style>
 +
.overlayx {
 +
  position:absolute;
 +
  width:100%;
 +
  height:100%;
 +
  top:0;
 +
  left: 0;
 +
  z-index: 1;
 +
  background-image: url('empty.gif');
 +
}
#grid{
#grid{
-
width: 100%;  
+
width: 96%;
-
position: relative;
+
margin:2% 0% 2% 2%; 
-
font-size: 25px;
+
position: relative;
-
font-family: 'Helvetica';
+
font-size: 25px;
-
color: #eaeaea;
+
font-family: 'Helvetica';
-
}
+
color: #eaeaea;
-
.box {
+
}
-
background-color: #c23822;
+
.box {
-
box-shadow: 0px 0px 1px #222;
+
background-color: white;
-
float: left;
+
box-shadow: 0px 0px 1px #222;
-
position: relative;
+
float: left;
-
}
+
position: relative;
-
#fillers{
+
height:500px;
-
display: none;
+
width:500px;
-
}
+
}
-
.fillerBox {
+
-
background-color: #751e11;
+
-
box-shadow: 0px 0px 1px #222;
+
-
float: left;
+
-
position: relative;
+
-
}
+
-
 
+
.banner-image-special {
.banner-image-special {
-
     background: grey center no-repeat;
+
     background: url('https://static.igem.org/mediawiki/2014/5/56/FAQs_banner_cropped.png') center no-repeat;
     width:100%;
     width:100%;
 +
    margin-top: 1%;
     background-size:100%;
     background-size:100%;
-
     height:100px;
+
    max-width:850px;
 +
     height:270px;
     position:fixed;
     position:fixed;
-
     padding-top:170px;
+
     padding-top:150px;
-
.banner-image-special > h1 {
+
     overflow: hidden;
-
     font-size:5em;
+
}
}
@media (min-width: 1140px) {
@media (min-width: 1140px) {
     .banner-image-special {
     .banner-image-special {
-
     max-width:none;
+
     max-width: none;
-
     width:850px;
+
     width:100%;
-
    left:25%;
+
     margin-top:70px;
-
     padding-top:250px;
+
     }
     }
}
}
-
#contact-faq {
+
 
-
     background: orange center no-repeat;  
+
.contact-faq {
-
     background-size:100%;
+
     background: white url('https://static.igem.org/mediawiki/2014/e/e3/Contact_Us_LogoUCL.png') center no-repeat;  
 +
     background-size:56%;
}
}
-
#micro-faq {
+
.wikiht-faq {
-
     background: purple center no-repeat;  
+
     background: white url('https://static.igem.org/mediawiki/2014/5/50/UCLWiki_how_to_logo.png') center no-repeat;  
-
     background-size:100%;
+
     background-size:56%;
}
}
-
#igem-faq {
+
.igem-faq {
-
     background: green center no-repeat;  
+
     background: white url('https://static.igem.org/mediawiki/2014/1/1b/IGEM_logoUCL.png') center no-repeat;  
-
     background-size:100%;
+
     background-size:56%;
}
}
-
#syn-faq {
+
.syn-faq {
-
     background: white center no-repeat;
+
     background: white url('https://static.igem.org/mediawiki/2014/4/4c/Synthetic_BiologyUCL.png') center no-repeat;  
-
    background-size:100%;
+
     background-size:56%;
-
}
+
-
#redd {
+
-
    background: red center no-repeat;
+
-
    background-size:100%;
+
-
    opacity:0.5;
+
-
}
+
-
#bluee {
+
-
    background: blue center no-repeat;
+
-
    background-size:100%;
+
-
    opacity:0.5;
+
-
}
+
-
#yelloww {
+
-
    background: yellow center no-repeat;  
+
-
     background-size:100%;
+
-
    opacity:0.5;
+
}
}
 +
</style>
</style>
<!--=================Javascript===================-->
<!--=================Javascript===================-->
-
 
-
<script type="text/javascript" src="https://2014.igem.org/Team:UCL/Template:mason.js?action=raw&amp;ctype=text/javascript"></script>
 
<!-- This is to initialize the above js which aims to reorder box divs with no spaces -->
<!-- This is to initialize the above js which aims to reorder box divs with no spaces -->
<script>
<script>
-
$(document).ready(function(){
+
var wall = new freewall("#grid");
-
$(function(){
+
wall.reset({
-
$("#grid").mason({
+
selector: '.box',
-
itemSelector: ".box",
+
animate: true,
-
ratio: 1.5,
+
cellW: 200,
-
sizes: [
+
cellH: 200,
-
[1,1],
+
onResize: function() {
-
[1,2],
+
wall.refresh();
-
[2,1],
+
}
-
                                        [2,2]
+
-
],
+
-
columns: [
+
-
[0,480,1],
+
-
[480,780,2],
+
-
[780,1080,3],
+
-
[1080,1320,4],
+
-
[1320,1680,5]
+
-
],
+
-
filler: {
+
-
itemSelector: '.fillerBox',
+
-
filler_class: 'custom_filler'
+
-
},
+
-
layout: 'fluid',
+
});
});
-
}); });
+
wall.fitWidth();
 +
// for scroll bar appear;
 +
$(window).trigger("resize");
</script>
</script>

Latest revision as of 22:45, 16 October 2014

Goodbye Azodye UCL iGEM 2014

Contact Us

University College London
Gower Street - London
WC1E 6BT
Biochemical Engineering Department
Phone: +44 (0)20 7679 2000
Email: ucligem2014@gmail.com

Follow Us