Difference between revisions of "Team:Michigan Software"

m
m
 
(144 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
<div class="container">
+
<head>
  <div class="jumbotron">
+
    <h1>Bootstrap Tutorial</h1>
+
    <p>Bootstrap is the most popular HTML, CSS, and JS framework for developing
+
    responsive, mobile-first projects on the web.</p>
+
  
     <div>
+
      
        <img src="https://static.igem.org/mediawiki/2016/4/4e/--Michigan_Software--cat_800_320.png">
+
    </div>
+
  
  </div>
+
    <link href='https://fonts.googleapis.com/css?family=Comfortaa:300,400,700' rel='stylesheet' type='text/css'>
  <p>This is some text.</p>
+
  <p>This is another text.</p>
+
</div>
+
  
 +
<style>
  
  
<div class="column full_size" >
+
        .top-buffer { margin-top:40px; }
<h2>Project</h2>
+
<p>ProtoCat 3.0 is a free, open-source online catalog of laboratory protocols with improvements upon last year’s project including a larger protocol database and a website with more advanced features. By using ProtoCat 3.0, users can find tested, reliable protocols from across the globe all in one place.</p>
+
  
</div>
+
        .vertical-center {
 +
            position: relative;
 +
            top: 50%;
 +
            -webkit-transform: translateY(-50%);
 +
                    transform: translateY(-50%);
 +
        }
  
<div class="column half_size" >
+
        .flip3D{
<h5>Before you start: </h5>
+
            width:250px; height:250px; margin:10px; float:center; margin: auto; 
<p> Please read the following pages:</p>
+
            border-weight: 10px;
<ul>
+
            cursor: pointer;
<li> <a href="https://2016.igem.org/Requirements">Requirements page </a> </li>
+
               
<li> <a href="https://2016.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
        }
<li> <a href="https://2016.igem.org/Resources/Template_Documentation"> Template Documentation </a></li>
+
        .flip3D > .front{
</ul>
+
            border-radius: 5px;
</div>
+
            border-color: #00274c;
 +
            background: rgba(0,0,0,0.0);
 +
            border-style: solid;
 +
            position:absolute;
 +
            -webkit-transform: perspective( 600px ) rotateY( 0deg );
 +
                    transform: perspective( 600px ) rotateY( 0deg );
 +
            width:250px; height:250px;
 +
            backface-visibility: hidden;
 +
            -webkit-backface-visibility: hidden;
 +
            -webkit-transition:-webkit-transform .5s linear 0s;
 +
            transition:-webkit-transform .5s linear 0s;
 +
            transition:transform .5s linear 0s;
 +
            transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
 +
            box-shadow: 0 15px 50px rgba(0,0,0,0.0);
 +
            float: center;
 +
        }
 +
        .flip3D > .back{
 +
            padding-top:20px;
 +
            padding-bottom:20px;
 +
            border-radius: 5px;
 +
            border-color: #00274c;
 +
            background: rgba(0,0,0,0.0);
 +
            border-style: solid;
 +
            position:absolute;
 +
            -webkit-transform: perspective( 600px ) rotateY( 180deg );
 +
                    transform: perspective( 600px ) rotateY( 180deg );
 +
            width:250px; height:250px;
 +
            backface-visibility: hidden;
 +
            -webkit-backface-visibility: hidden;
 +
            -webkit-transition:-webkit-transform .5s linear 0s;
 +
            transition:-webkit-transform .5s linear 0s;
 +
            transition:transform .5s linear 0s;
 +
            transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
 +
            box-shadow: 0 15px 50px rgba(0,0,0,0.0);
 +
        }
 +
        .flip3D:hover > .front{
 +
            -webkit-transform: perspective( 600px ) rotateY( -180deg );
 +
                    transform: perspective( 600px ) rotateY( -180deg );
 +
        }
 +
        .flip3D:hover > .back{
 +
            -webkit-transform: perspective( 600px ) rotateY( 0deg );
 +
                    transform: perspective( 600px ) rotateY( 0deg );
 +
        }
  
<div class="column half_size" >
+
        .carousel-indicators li { visibility: hidden; }
<div class="highlight">
+
<h5> Styling your wiki </h5>
+
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
</div>
+
</div>
+
  
<div class="column full_size" >
+
        p{
<h5> Wiki template information </h5>
+
            color: #00274c;
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
            font-weight: 350;
 +
        }
  
</div>
 
  
 +
</style>
 +
</head>
 +
<body>
  
  
 +
    <div class="container text-center">
 +
       
 +
        <div class="row">
 +
        <div class="col-xs-12 col-lg-9">
  
<div class="column half_size" >
+
        <div class="row" style="border-bottom:thin solid;">
<h5> Editing your wiki </h5>
+
            <div class="col-xs-12" style="font-family: 'Comfortaa', cursive; color:#00274c !important; padding-bottom:30px">
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>  
+
                <h1>Michigan Software Team<br>ProtoCat 3.0</h1>
<p> <a href="https://2016.igem.org/wiki/index.php?title=Team:Example&action=edit"> </a>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
            </div>
 +
        </div>
  
</div>
 
  
 +
        <div class="row top-buffer">
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
               
 +
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Description'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to learn about ProtoCat 3.0!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/8/83/T--Michigan_Software--testTubeBlue.png">
 +
                    </div>
 +
                </div>
  
<div class="column half_size" >
+
            </div>
<h5>Tips</h5>
+
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
               
<ul>
+
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Attributions'">
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
                    <div class="back">
<li>Be clear about what you are doing and how you plan to do this.</li>
+
                        <p class="vertical-center" style="font-size:14pt">Click to meet the team!</p>
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
                    </div>
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
                    <div class="front">
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/a/ae/T-Michigan_Software--teamBlue.png">
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2016.igem.org/Calendar">iGEM 2016 calendar</a> </li>
+
                    </div>
<li>Have lots of fun! </li>
+
                </div>
</ul>  
+
</div>
+
  
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
  
<div class="column half_size" >
+
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Human_Practices'">
<h5>Inspiration</h5>
+
                    <div class="back">
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
                        <p class="vertical-center" style="font-size:14pt">Click to learn more about our human practices!</p>
<ul>
+
                    </div>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
                    <div class="front">
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/8/80/T--Michigan_Software--globeBlue.png">
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
                    </div>
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
                </div>
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
  
<div class="column half_size" >
+
            </div>
<h5> Uploading pictures and files </h5>
+
<p> You can upload your pictures and files to the iGEM 2016 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
When you upload, set the "Destination Filename" to <br><code>T--YourOfficialTeamName--NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
 
+
 
+
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> 
+
UPLOAD FILES
+
</div>
+
 
+
</div>
+
  
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
               
 +
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Results'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to see our results!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/3/38/T--Michigan_Software--usbBlue.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
               
 +
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/UserGuide'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to learn how to use ProtoCat 3.0!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/c/cc/T--Michigan_Software--manualBlue.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
  
 +
                <div class="flip3D"
 +
                onclick="location.href='http://protocat.org'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to visit our website!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="200" height="200" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/5/5c/T--Michigan_Software--blueCat.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
 +
        </div>
 +
   
 +
        </div>
 +
        </div>
 +
   
 +
    </div>
 +
 
  
 +
<footer class="container-fluid text-center">
 +
 
 +
</footer>
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 23:37, 17 October 2016

Michigan Software Team
ProtoCat 3.0

Click to learn about ProtoCat 3.0!

Click to meet the team!

Click to learn more about our human practices!

Click to see our results!

Click to learn how to use ProtoCat 3.0!

Click to visit our website!