Team:UCL/Humans
From 2014.igem.org
(Difference between revisions)
Adamdenyer (Talk | contribs) |
|||
(60 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<!--=================HTML===================--> | <!--=================HTML===================--> | ||
<html> | <html> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Team:UCL/Template:firewall.js?action=raw&ctype=text/javascript"></script> | ||
+ | <div class="banner-image-special"></div> | ||
- | + | <div class="contentWrapper"> | |
- | + | <div class="smallParagraph"> | |
- | + | <p class="textSpace"><b>Humans are the engine behind the machine that is our project, and it is through humans that we tell our story. Be it who we are or the who we've influenced this is were you will find anything and everything to do with the humans involved in this project. <br>Click on the banner below to see the full story of how we as a team engaged the public and ourselves, or click one of the boxes to see some of the more individual aspects of the humans in our project.</b> | |
- | + | </p> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <div class=" | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
</div> | </div> | ||
- | <div | + | <div class="storyBlock"> |
- | < | + | <a href="https://2014.igem.org/Team:UCL/Humans/Story"> |
- | + | <div id="BPimagewrapperHeader"> | |
- | + | <img src="https://static.igem.org/mediawiki/2014/c/c2/Story_logo-01.png" width="100%" height="100%" alt="Story" /> | |
+ | </div> | ||
+ | </a> | ||
</div> | </div> | ||
</div> | </div> | ||
- | + | ||
+ | <div style="padding-top:20px;"> | ||
+ | <div id='grid'> | ||
+ | <div class='box team-human'><a href="https://2014.igem.org/Team:UCL/Humans/Team"><span class="overlayx"></span></a></div> | ||
+ | <div class='box collaborations-human' ><a href="https://2014.igem.org/Team:UCL/Humans/Collab"><span class="overlayx"></span></a></div> | ||
+ | <div class='box risk-human'><a href="https://2014.igem.org/Team:UCL/Humans/Risk"><span class="overlayx"></span></a></div> | ||
+ | <div class='box soc-human'><a href="https://2014.igem.org/Team:UCL/Humans/Soci"><span class="overlayx"></span></a></div> | ||
+ | <div class='box sponsor-human'><a href="https://2014.igem.org/Team:UCL/Humans/Sponsor"><span class="overlayx"></span></a></div> | ||
+ | <!--<div class='box gallery-human'><a href="https://2014.igem.org/Team:UCL/Humans/Gallery"><span class="overlayx"></span></a></div> | ||
+ | <div class='box attributions-human'><a href="https://2014.igem.org/Team:UCL/Humans/Attributions"><span class="overlayx"></span></a></div>--> | ||
+ | </div> | ||
+ | </div> | ||
<!--=================CSS===================--> | <!--=================CSS===================--> | ||
<style> | <style> | ||
- | + | .contentWrapper { | |
+ | padding-top:470px; | ||
+ | z-index: 999; | ||
+ | } | ||
+ | .smallParagraph { | ||
+ | float:center; | ||
+ | width:95%; | ||
+ | text-align:left; | ||
+ | color: black; | ||
+ | margin: 10px auto; | ||
+ | font-size: 85%; | ||
+ | background: white; | ||
+ | } | ||
+ | .textSpace { | ||
+ | width: 95%; | ||
+ | margin: 5px auto; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .storyBlock { | ||
+ | width:95%; | ||
+ | border: 1px solid #ccc; | ||
+ | text-align: center; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 10px; | ||
+ | font-size: 130%; | ||
+ | text-transform:uppercase; | ||
+ | background: white; | ||
+ | } | ||
+ | |||
.overlayx { | .overlayx { | ||
position:absolute; | position:absolute; | ||
Line 59: | Line 73: | ||
background-image: url('empty.gif'); | background-image: url('empty.gif'); | ||
} | } | ||
- | |||
#grid{ | #grid{ | ||
- | + | width: 96%; | |
- | + | margin:2% 0% 2% 2%; | |
- | + | position: relative; | |
- | + | font-size: 25px; | |
- | + | font-family: 'Helvetica'; | |
- | + | color: #eaeaea; | |
- | + | } | |
- | + | .box { | |
- | + | background-color: white; | |
- | + | box-shadow: 0px 0px 1px #222; | |
- | + | float: left; | |
- | + | position: relative; | |
- | + | height:300px; | |
- | + | width:300px; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.banner-image-special { | .banner-image-special { | ||
- | background: url('https://static.igem.org/mediawiki/2014/ | + | background: url('https://static.igem.org/mediawiki/2014/6/6f/Human_Elements.png') center no-repeat; |
width:100%; | width:100%; | ||
+ | margin-top: 1%; | ||
background-size:100%; | background-size:100%; | ||
max-width:850px; | max-width:850px; | ||
- | height: | + | height:270px; |
position:fixed; | position:fixed; | ||
- | padding-top: | + | padding-top:150px; |
+ | z-index:-1; | ||
} | } | ||
@media (min-width: 1140px) { | @media (min-width: 1140px) { | ||
.banner-image-special { | .banner-image-special { | ||
- | + | max-width: none; | |
- | + | width:100%; | |
- | + | margin-top:70px; | |
} | } | ||
} | } | ||
- | . | + | .team-human { |
- | + | background: white url('https://static.igem.org/mediawiki/2014/7/75/Team_and_SupervisorsUCL.png') center no-repeat; | |
- | + | background-size:56%; | |
- | + | } | |
- | + | .collaborations-human { | |
- | + | background: white url('https://static.igem.org/mediawiki/2014/0/0c/CollaborationsUCL.png') center no-repeat; | |
- | + | background-size:56%; | |
- | background- | + | |
} | } | ||
- | . | + | .risk-human { |
- | + | background: white url('https://static.igem.org/mediawiki/2014/b/be/Risk_AssessmentUCL.png') center no-repeat; | |
- | + | background-size:56%; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .soc-human { | |
- | + | background: white url('https://static.igem.org/mediawiki/2014/e/eb/SociologicalImagUCL.png') center no-repeat; | |
- | + | background-size:56%; | |
- | + | ||
- | background: url('https://static.igem.org/mediawiki/2014/ | + | |
- | background-size: | + | |
- | + | ||
} | } | ||
- | . | + | .sponsor-human { |
- | background: url('https://static.igem.org/mediawiki/2014/ | + | background: white url('https://static.igem.org/mediawiki/2014/3/32/SponsorshipUCL.png') center no-repeat; |
- | background-size: | + | background-size:56%; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | . | + | .gallery-human { |
- | background: url('https://static.igem.org/mediawiki/2014/ | + | background: white url('https://static.igem.org/mediawiki/2014/5/55/GalleryUCL.png') center no-repeat; |
- | background-size: | + | background-size:56%; |
- | + | ||
} | } | ||
- | + | .attributions-human { | |
- | background: url('https://static.igem.org/mediawiki/2014/ | + | background: white url('https://static.igem.org/mediawiki/2014/7/75/UCLAttributions_logo_transparent-01.png') center no-repeat; |
- | background-size: | + | background-size:56%; |
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
<!--=================Javascript===================--> | <!--=================Javascript===================--> | ||
- | |||
- | |||
- | |||
<!-- 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> | ||
- | + | var wall = new freewall("#grid"); | |
- | + | wall.reset({ | |
- | + | selector: '.box', | |
- | + | animate: true, | |
- | + | cellW: 300, | |
- | + | cellH: 300, | |
- | + | onResize: function() { | |
- | + | wall.refresh(); | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
}); | }); | ||
- | + | wall.fitWidth(); | |
+ | // for scroll bar appear; | ||
+ | $(window).trigger("resize"); | ||
</script> | </script> | ||
Latest revision as of 03:03, 18 October 2014
Humans are the engine behind the machine that is our project, and it is through humans that we tell our story. Be it who we are or the who we've influenced this is were you will find anything and everything to do with the humans involved in this project.
Click on the banner below to see the full story of how we as a team engaged the public and ourselves, or click one of the boxes to see some of the more individual aspects of the humans in our project.