Difference between revisions of "Team:TPHS San Diego/Team"

(Prototype team page)
 
Line 1: Line 1:
{{TPHS_San_Diego}}
 
 
<html>
 
<html>
 +
    <head>
 +
        <title>TPHS IGEM Wiki</title>
 +
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
 +
    </head>
 +
    <body>
 +
        <style>
 +
            /* remove IGEM formatting */
  
<div class="column two_thirds_size" >
+
            #home_logo, #sideMenu { display:none; }
 +
            #sideMenu, #top_title, .patrollink  {display:none;}
 +
            body{background: white}
 +
            #content { margin-left:0px; margin-top:-7px; padding:0px; margin:0px; width:100%;}
  
<h1>Team</h1>
+
            /* actual CSS */
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
  
 +
            header{
 +
                width: 100vw;
 +
                height: 20vh;
  
<h3>What should this page contain?</h3>
+
                font-size: 3em;
<ul>
+
                font-weight: bold;
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
                font-family: Arial;
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
                text-align: center;
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
            }
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
</ul>
+
</div>
+
  
 +
            .card{
 +
                width: 300px;
 +
                height: 400px;
  
 +
                perspective: 1000px;
 +
                -moz-perspective: 1000px;
 +
                -webkit-perspective: 1000px;
 +
                -ms-perspective: 1000px;
 +
            }
  
<div class="column third_size" >
+
            .card_content_wrapper{
<div class="highlight decoration_A_full">
+
                position: absolute;
<h3>Inspiration</h3>
+
                width: 100%;
<p>You can look at what other teams did to get some inspiration! <br />
+
                height: 100%;
Here are a few examples:</p>
+
                transition: all 0.5s;
<ul>
+
                -moz-transition: all 0.5s;
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">2014 METU Turkey </a></li>
+
                -o-transition: all 0.5s;
<li><a href="https://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
+
                -webkit-transition: all 0.5s;
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
+
                transform-style: preserve-3d;
<li><a href="https://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
+
                -webkit-transform-style: preserve-3d;
</ul>
+
 
</div>
+
                border-radius: 10px;
</div>
+
                box-shadow: 0 0px 20px rgb(230, 230, 230);
 +
            }
 +
 
 +
            .card:hover .card_content_wrapper{
 +
                transform: rotateY(180deg);
 +
                -moz-transform: rotateY(180deg);
 +
                -ms-transform: rotateY(180deg);
 +
                -o-transform: rotateY(180deg);
 +
                -webkit-transform: rotateY(180deg);
 +
 
 +
                box-shadow: 0 0px 20px rgb(230, 230, 230);
 +
            }
 +
 
 +
            .front, .back{
 +
                position: absolute;
 +
                height: 100%;
 +
                width: 100%;
 +
            }
 +
 
 +
            .back{
 +
                transform: rotateY(180deg);
 +
                -moz-transform: rotateY(180deg);
 +
                -ms-transform: rotateY(180deg);
 +
                -o-transform: rotateY(180deg);
 +
                -webkit-transform: rotateY(180deg);
 +
            }
 +
 
 +
            .back_wrapper{
 +
                margin: 30px;
 +
 
 +
                font-family: Arial;
 +
            }
 +
 
 +
            .front_wrapper{
 +
                position: absolute;
 +
                left: 50%;
 +
                top: 50%;
 +
                transform: translate(-50%, -50%);
 +
 
 +
                font-family: Arial;
 +
                display: inline-block;
 +
                text-align: center;
 +
            }
 +
 
 +
            .back, .back_wrapper, .front, .front_wrapper{
 +
                backface-visibility: hidden;
 +
                -moz-backface-visibility: hidden;
 +
                -webkit-backface-visibility: hidden;
 +
            }
 +
 
 +
            .card img{
 +
                width: 200px;
 +
                height: 200px;
 +
                border-radius: 100px;
 +
            }
 +
 
 +
            .card .name{
 +
                font-weight: 600;
 +
                font-size: 2em;
 +
                margin: 30px;
 +
            }
 +
 
 +
            .card .desc_title{
 +
                color: black;
 +
                font-size: 1.2em;
 +
                margin: 20px 0 20px 0;
 +
            }
 +
 
 +
            .card .desc{
 +
                color: rgb(105, 105, 105);
 +
                font-size: 1.2em;
 +
            }
 +
 
 +
            .card .tag{
 +
                margin: 15px;
 +
                color: rgb(100, 100, 100);
 +
                font-family: Arial;
 +
                font-size: 1em;
 +
            }
 +
        </style>
 +
        <header>
 +
            Meet the team!
 +
        </header>
 +
        <section>
 +
            <div class = "card">
 +
                <div class = "card_content_wrapper">
 +
                    <div class = "front">
 +
                            <div class = "tag"><i class="fas fa-code"></i> Website Designer</div>
 +
                        <div class = "front_wrapper">
 +
                            <img src = "https://cdn.shopify.com/s/files/1/1078/0310/products/fruit-banana-dole-1_1024x1024.jpg?v=1500709708"></img>
 +
                            <div class = "name">Banana Boi</div>
 +
                        </div>
 +
                    </div>
 +
                    <div class = "back">
 +
                        <div class = "back_wrapper">
 +
                            <div class = "desc">
 +
                                <div class = "desc_title">Likes:</div>
 +
                                Bananas, coding, ur fav.
 +
                                <div class = "desc_title">Project Contributions:</div>
 +
                                Team mascot, important component of website designs.
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </section>
 +
    </body>
 
</html>
 
</html>

Revision as of 00:53, 16 September 2018

TPHS IGEM Wiki

Meet the team!
Website Designer
Banana Boi
Likes:
Bananas, coding, ur fav.
Project Contributions:
Team mascot, important component of website designs.