Difference between revisions of "Team:SKLMT-China"

 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
     <section class="index-banner" style="background-image: url(http://202.194.1.97/cache/4/04/2018.igem.org/06732fb31fa814f0b70a073913691d3b/T--SKLMT-China--index-banner-1.jpg)">
+
     <section class="index-banner" style="background-image: url(https://static.igem.org/mediawiki/2018/0/0c/T--SKLMT-China--index-banner-1.jpg)">
 
         <div class="inner">
 
         <div class="inner">
 
             <header>
 
             <header>
                 <h2>SKLMT</h2>
+
                 <h2>P.P.P</h2>
 
             </header>
 
             </header>
             <p>This is <strong>SKLMT-China</strong> SPEKING
+
             <p>Planet Protect Plan</p>
 
             <footer>
 
             <footer>
 
                 <ul class="buttons stacked">
 
                 <ul class="buttons stacked">
Line 21: Line 21:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>Team</h2>
 
                 <h2>Team</h2>
                 <p>Here is SKLMT-China.</p>
+
                 <p>Members</p>
 +
<p>Attributions</p>
 +
<p>Sponsors</p>
 +
<p>Judging</p>
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 29: Line 32:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>Project</h2>
 
                 <h2>Project</h2>
                 <p>Here is SKLMT-China.</p>
+
                 <p>Overview</p>
 +
<p>Design</p>
 +
<p>Red/ET</p>
 +
<p>Results&Demonstration</p>
 +
<p>Safety</p>
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 37: Line 44:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>InterLab</h2>
 
                 <h2>InterLab</h2>
                 <p>Here is SKLMT-China.</p>
+
                  
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 45: Line 52:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>Parts</h2>
 
                 <h2>Parts</h2>
                 <p>Here is SKLMT-China.</p>
+
                 <p>Basic parts</p>
 +
                <p>Composite Parts</p>
 +
<p>Part Collection</p>
 +
<p>Improved Part</p>
 +
 
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 53: Line 64:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>Model</h2>
 
                 <h2>Model</h2>
                 <p>Here is SKLMT-China.</p>
+
                 <p>Overview</p>
 +
<p>Process</p>
 +
<p>Resyults</p>
 +
 
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 61: Line 75:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>Software</h2>
 
                 <h2>Software</h2>
                 <p>Here is SKLMT-China.</p>
+
                 <p>Introduction</p>
 +
<p>Principle</p>
 +
 
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 69: Line 85:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>Human Practices</h2>
 
                 <h2>Human Practices</h2>
                 <p>Here is SKLMT-China.</p>
+
                 <p>Overview</p>
 +
<p>Integrated&Gold</p>
 +
<p>Collaborations</p>
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 77: Line 95:
 
             <header class="major">
 
             <header class="major">
 
                 <h2>Notebook</h2>
 
                 <h2>Notebook</h2>
                 <p>Here is SKLMT-China.</p>
+
                 <p>Overview</p>
 +
<p>Protocol</p>
 +
<p>Material</p>
 +
 
 
             </header>
 
             </header>
 
         </article>
 
         </article>
Line 93: Line 114:
 
nav.navbar.bootsnav ul.nav > li > a {
 
nav.navbar.bootsnav ul.nav > li > a {
 
     color: #fff;
 
     color: #fff;
 +
}
 +
 +
 +
.tiles {
 +
    display: flex;
 +
    flex-wrap: wrap;
 +
    border-top: 0;
 +
}
 +
 +
.tiles article {
 +
    display: flex;
 +
    height: 40vh;
 +
    max-height: 40em;
 +
    min-height: 25em;
 +
    overflow: hidden;
 +
    width: 40%;
 +
 +
    background-repeat: no-repeat;
 +
    background-position: center;
 +
    background-size: cover;
 +
    transition: all 1s ease;
 +
}
 +
 +
.tiles article:nth-child(4n - 1), .tiles article:nth-child(4n - 2) {
 +
    width: 60%;
 +
}
 +
 +
.tiles article header {
 +
    padding: 1em 0 1em 5em;
 +
    margin: auto auto;
 +
    width: 100%;
 +
    display: inline-block;
 +
    vertical-align: middle;
 +
    position: relative;
 +
    z-index: 1;
 +
    transition: all 1s ease;
 +
 +
}
 +
 +
.tiles article a {
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    z-index: 4;
 +
}
 +
 +
.tiles article header h2 {
 +
    color: #fff;
 +
    font-size: 3em;
 +
    transform: translateY(100px);
 +
    transition: all 1s ease;
 +
}
 +
 +
.tiles article header p {
 +
    color: #fff;
 +
    margin-top: 1em;
 +
    font-style: normal;
 +
    font-size: 1.4em;
 +
    opacity: 0;
 +
 +
    transition: all 1s ease;
 +
    transform: translateY(100px);
 +
}
 +
 +
.tiles article:hover header p {
 +
    transform: translateY(0);
 +
    opacity: 1;
 +
}
 +
 +
.tiles article:hover header h2 {
 +
    transform: translateY(0);
 +
    font-size: 3.5em;
 +
}
 +
 +
.tiles article:hover {
 +
    transform: scale(1.1);
 +
    z-index:4;
 +
}
 +
 +
article:after {
 +
    position:absolute;
 +
    left: 0;
 +
    top:0;
 +
    display: block;
 +
    width:100%;
 +
    height: 100%;
 +
    background-color: rgba(0, 0, 0, 0.88);
 +
    content: attr(data-text);
 +
    transition:all 1s ease;
 +
    transform: translateY(0);
 +
}
 +
 +
article:hover:after{
 +
    transform: translateY(100%);
 
}
 
}
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 22:10, 1 November 2018

P.P.P

Planet Protect Plan

Team

Members

Attributions

Sponsors

Judging

Project

Overview

Design

Red/ET

Results&Demonstration

Safety

InterLab

Parts

Basic parts

Composite Parts

Part Collection

Improved Part

Model

Overview

Process

Resyults

Software

Introduction

Principle

Human Practices

Overview

Integrated&Gold

Collaborations

Notebook

Overview

Protocol

Material