Difference between revisions of "Team:GreatBay China/Collaborations"

(Prototype team page)
 
Line 1: Line 1:
{{GreatBay_China}}
+
<html><title>GBC-Team</title>
<html>
+
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/css/bootstrap.css&action=raw&ctype=text/css" />
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/js/jquery.min.js&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
 $(function(){
 +
  $('ul li span').hover(function(){
 +
   $(this).addClass('hover');
 +
},function(){
 +
$(this).removeClass('hover');
 +
});
 +
  $('ul li').mouseover(function(){
 +
   $(this).children('div').stop().slideDown().parent().siblings().children('div').stop().slideUp();
 +
});
 +
  $('ul li span').mouseleave(function(){
 +
   $(this).siblings('div').stop().slideUp()});
 +
  $('ul li div').bind('mouseleave',function(){$(this).stop().slideUp();});
 +
 })
 +
</script>
 +
 +
<style type="text/css">
  
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
margin-bottom: 0px;
 +
}
  
 +
#top_title,#sideMenu{
 +
display: none;
 +
margin-bottom:0;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
 
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
</div>
 
  
 +
#globalWrapper {
 +
    font-size: 100%;
 +
}
  
<div class="clear"></div>
+
#content{
 +
width:100%;
 +
height:auto;
 +
        border: none;
 +
z-index: -2;
 +
background-size:100%;
 +
padding:0 0 0 0;
 +
margin-top:-12px;
 +
margin-left:0;
 +
 +
}
  
 +
html,body{
 +
background:#FDE6E6;
 +
font-size: 100%;
 +
font-family: Gadugi;
 +
font-weight:70;
 +
}
 +
body a{
 +
transition: 0.5s all;
 +
-webkit-transition: 0.5s all;
 +
-o-transition: 0.5s all;
 +
-moz-transition: 0.5s all;
 +
-ms-transition: 0.5s all;
 +
}
  
<div class="column full_size">
 
<h1>Collaborations</h1>
 
  
<p>
+
h1,h2,h3,h4,h5,h6,label,p{
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
margin:0;
</p>
+
}
  
<h3>Silver Medal Criterion #2</h3>
+
/* navigator */
<p>
+
/* the entire div */
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2018.igem.org/Judging/Medals">2018 Medals Page</a> for more information.  
+
.top-nav{
</p>
+
z-index:1;
</div>
+
background-image:url('https://static.igem.org/mediawiki/2018/3/3b/T--GreatBay_China--menu2.png');
 +
background-repeat:no-repeat;
 +
background-size:120px;
 +
background-position:15% 1%;
 +
position:fixed;
 +
top:80px;
 +
right:85%;
 +
padding-bottom:120px;
 +
}
  
<div class="column two_thirds_size">
 
  
<h4> Which other teams can we work with? </h4>
+
*{
<p>
+
margin:0; padding:0
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
+
}
</p>
+
  
<p>
+
.top-nav a,a:hover{
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
text-decoration:none;color:#000;
</p>
+
}
 +
/* the menu position and color*/
 +
.top-nav ul{
 +
position:relative;
 +
top:50px;
 +
list-style:none;margin:0 auto;
 +
width:90px;
 +
line-height:2;
 +
text-align:center;
 +
font-size:15px;
 +
padding-bottom: 100px;
 +
color:#ff954d;
 +
}
 +
/* the pull out menu */
 +
.top-nav ul li{
 +
position:relative;
 +
height:31px;
 +
_float:left;
 +
}
 +
/* style for menu */
 +
.top-nav ul li span,ul li div a{
 +
color:#ff954d;
 +
display:block;
 +
width:85px;
 +
height:30px;
 +
line-height:30px;
 +
text-align:center;
 +
}
 +
/* menu when you hover */
 +
.top-nav ul li .hover{
 +
background:rgba(255,244,102,0.5);
 +
}
 +
/* sub menu when you hover */
 +
.top-nav ul li div{
 +
font-size:14px;
 +
width:90px;
 +
display:none;
 +
position:relative;
 +
left:-80px;
 +
top:-30px;
 +
}
 +
/* link style */
 +
.top-nav ul li div a{
 +
background: rgba(255,244,102,0.5);
 +
color:#ff954d;
 +
}
 +
/* submenu link style */
 +
.top-nav ul li div a:hover{
 +
color:#ff954d;
 +
background:#bdff7b;
 +
}
 +
/* special for team  */
 +
.top-nav #active{
 +
background:rgba(255,244,102,0.5)
 +
}
  
</div>
 
  
 +
/* logo */
  
 +
.logo{
 +
width:100px;
 +
position:fixed;
 +
top:15px;
 +
left:85%;
 +
}
  
<div class="column third_size">
+
/* head, cat staring at the jar */
<p>
+
Here are some suggestions for projects you could work on with other teams:
+
</p>
+
  
<ul>
+
.head{
<li> Improve the function of another team's BioBrick Part or Device</li>
+
z-index: 1;
<li> Characterize another team's part </li>
+
    background-image: url('https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png');
<li> Debug a construct </li>
+
background-size: 100%;
<li> Model or simulate another team's system </li>
+
left:15%;
<li> Test another team's software</li>
+
position:absolute;
<li> Help build and test another team's hardware project</li>
+
top:0;
<li> Mentor a high-school team</li>
+
height:180px;
</ul>
+
width:70%;
 +
padding:0 0 0 0;
 +
margin:0 0 0 0;
 +
}
 +
/* the purple colomn at middle */
 +
.rolldown{
 +
display:inline;
 +
z-index: -1;
 +
padding: 1.63em;
 +
position:absolute;
 +
width:70%;
 +
left:15%;
 +
background:rgba(125, 63, 152, 0.4);
 +
min-height:2000px;
 +
padding:0 0 0 0;
 +
margin:0 0 0 0;
 +
}
 +
.rolldown h4{
 +
  color: #fff;
 +
margin: 0.22em 0;
 +
}
 +
.rolldown p
 +
{
 +
  color: #fff;
 +
  line-height: 2.2em;
 +
  font-size: 14px;
 +
  margin: 0 0 0.5em;
 +
}
 +
.members
 +
{
 +
display:inline-block;
 +
padding:5px;
 +
    width:20%;
 +
}
 +
.line
 +
{
 +
display:block;
 +
margin:20px;
 +
}
 +
</style>
 +
 
 +
<!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> -->
 +
 
 +
<body>
 +
 
 +
<div class="home">
 +
<div class="head"></div>
 +
        <div class="logo"><img src="https://static.igem.org/mediawiki/2018/1/14/T--GreatBay_China--logo1.jpg" /></div>
 +
<div class="top-nav">
 +
<ul>
 +
<li>
 +
                                                <li id="active">
 +
<span>Team</span>
 +
                                                       
 +
<div>
 +
                                                       
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Team">Team</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Collaborations">Collaboration</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Attributions">Attributions</a>
 +
</div>
 +
</li>
 +
<li>
 +
<span>Project</span>
 +
<div>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Experiments">Experiments</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Results" >Results</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Demonstrate</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Discussionl" >Discussion</a> 
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Improve" >Improve</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Parts"><span>Parts</span></a>
 +
<div>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Basic_Part">Basic</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Composite_Part">Composite</a> 
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Part_Collection">Collection</a>
 +
</div>
 +
 +
</li>
 +
<li>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Human_Practices"><span>HP</span></a>
 +
<div>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Engagement">Engagement</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Applied_Design">Product</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/HP/Gold_Integrated">Integrated</a>
 +
</div>
 +
</li>
 +
<li>
 +
<span>Lab</span>
 +
<div>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Judging"><span>Judging</span></a>
 +
</li>
 +
<li>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Safety"><span>Safety</span></a>
 +
</li>
 +
<li>
 +
<a href="https://2018.igem.org/Team:GreatBay_China/Model"><span>Model</span></a>
 +
</li>
 +
<li>
 +
 +
<a href="https://2018.igem.org/Team:GreatBay_China"><span>Home</span></a>
 +
</li>
 +
</ul>
 +
</div>
 +
 +
 +
 
 +
 +
<div class="rolldown">
 +
 
 +
 
 +
 
 +
 
 +
      <h1>你以为你搭好页面了</h1>
 +
      <h5>但是你没有</h5>
 +
      <h6>头发还剩12根.....</h6>
 +
 
 +
 
 +
 +
</div>
 +
 
 +
<div class="clearfix">
 +
</div>
 
</div>
 
</div>
  
  
 +
 +
 +
</body>
 
</html>
 
</html>

Revision as of 13:57, 17 September 2018

GBC-Team