Difference between revisions of "Team:Minnesota"

 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Minnesota}}
 
{{Minnesota}}
 
<html>
 
<html>
<body>
 
    <header>
 
    <img src="https://static.igem.org/mediawiki/2017/3/3d/T--Minnesota--creativeprocess.png" class = "cover-photo">
 
    <header>
 
</body>
 
  
<!--
+
<!------------------------------------ MAKING A NAVIGATION BAR------------------------------------------>
<div class="column full_size" >
+
<div class="navbar">
<h1> Welcome to iGEM 2017! </h1>
+
        <a href="https://2017.igem.org/Team:Minnesota">Home</a>
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
</div>  
+
  
<div class="clear"></div>
+
          <div class="dropdown">
 
+
            <button class="dropbtn">Team</button>
<div class="column half_size" >
+
            <div class="dropdown-content">
<h5>Before you start: </h5>
+
              <a href="https://2017.igem.org/Team:Minnesota/Team" target="_blank"> Team </a>
<p> Please read the following pages:</p>
+
              <a href="https://2017.igem.org/Team:Minnesota/Collaborations" target="_blank"> Collaborations </a>
<ul>
+
            </div>
<li> <a href="https://2017.igem.org/Competition">Competition Hub</a> </li>
+
          </div>  
<li> <a href="https://2017.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
       
<li> <a href="https://2017.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
        <div class="dropdown">
</ul>
+
            <button class="dropbtn">Project</button>
 +
            <div class="dropdown-content">
 +
              <a href="https://2017.igem.org/Team:Minnesota/Description">Description</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Design">Design</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Experiments">Experiments</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Notebook">Notebook</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Model">Model</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Results">Results</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Attributions">Attributions</a>
 +
            </div>
 +
        </div>
 +
       
 +
        <div class="dropdown">
 +
            <button class="dropbtn">Parts</button>
 +
            <div class="dropdown-content">
 +
              <a href="https://2017.igem.org/Team:Minnesota/Parts">Parts</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Basic_Part">Basic Parts</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Composite_Part">Composite Parts</a>
 +
            </div>
 +
          </div>
 +
       
 +
        <a href="https://2017.igem.org/Team:Minnesota/Safety">Safety</a>
 +
        <div class="dropdown">
 +
            <button class="dropbtn">Human Practices</button>
 +
            <div class="dropdown-content">
 +
              <a href="https://2017.igem.org/Team:Minnesota/HP/Gold_Integrated">Integrated and Gold</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Engagement">Documentary</a>
 +
            </div>
 +
        </div>
 +
        <p> MINNESOTA </p>
 
</div>
 
</div>
  
<div class="column half_size" >
+
<style>
<div class="highlight">
+
/*************************** Page Formatting ****************************/
<h5> Styling your wiki </h5>
+
        .igem_2017_menu_wrapper{display:none;}
<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" >
+
        #content{
<h5> Wiki template information </h5>
+
        background-color: transparent;
<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://2017.igem.org/Judging/Pages_for_Awards">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>
+
        background: transparent;}
  
</div>
+
        .igem_2017_content_wrapper{ background-color: transparent; }
  
 +
        #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
            display: none;
 +
        }
 +
</style>
  
 +
<style>
 +
/* Navbar container */
 +
        .navbar {
 +
          overflow: hidden;
 +
          height: 100px;
 +
          background-color: #333;
 +
          width: 1390px;
 +
          margin-top: -60px;
 +
          margin-left: -30px;
 +
          font-family: Arial;
 +
        }
 +
       
 +
        .navbar p {
 +
            margin-left: 1150px;
 +
            color: white;
 +
            margin-top: 50px;
 +
           
 +
        }
  
 +
        /* Links inside the navbar */
 +
        .navbar a {
 +
          float: left;
 +
          font-size: 16px;
 +
          color: white;
 +
          text-align: center;
 +
          padding: 14px 16px;
 +
          margin-top: 30px;
 +
          text-decoration: none;
 +
        }
  
<div class="column half_size" >
+
        /* The dropdown container */
<h5> Editing your wiki </h5>
+
        .dropdown {
<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>
+
          margin-top:30px;
<p> <a href="https://2017.igem.org/wiki/index.php?title=Team:Example&action=edit"> </a>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
          float: left;
 +
          overflow: hidden;
 +
        }
  
</div>
+
        /* Dropdown button */
 +
        .dropdown .dropbtn {
 +
          font-size: 16px;
 +
          border: none;
 +
          outline: none;
 +
          color: white;
 +
          padding: 14px 16px;
 +
          background-color: inherit;
 +
        }
  
 +
        /* Add a red background color to navbar links on hover */
 +
        .navbar a:hover, .dropdown:hover .dropbtn {
 +
          background-color: red;
 +
        }
  
<div class="column half_size" >
+
        /* Dropdown content (hidden by default) */
<h5>Tips</h5>
+
        .dropdown-content {
<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>
+
          display: none;
<ul>
+
          position: absolute;
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
          background-color: #f9f9f9;
<li>Be clear about what you are doing and how you plan to do this.</li>
+
          width: 160px;
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
          z-index: 1;
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
        }
<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://2017.igem.org/Calendar">iGEM 2017 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
  
 +
        /* Links inside the dropdown */
 +
        .dropdown-content a {
 +
          float: none;
 +
          color: black;
 +
          padding: 10px 12px;
 +
          text-decoration: none;
 +
          display: block;
 +
          text-align: left;
 +
        }
  
<div class="column half_size" >
+
        /* Add a grey background color to dropdown links on hover */
<h5>Inspiration</h5>
+
        .dropdown-content a:hover {
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
          background-color: #ddd;
<ul>
+
        }
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<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" >
+
        /* Show the dropdown menu on hover */
<h5> Uploading pictures and files </h5>
+
        .dropdown:hover .dropdown-content {
<p> You can upload your pictures and files to the iGEM 2017 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 />
+
          display: block;
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!)<br><br>
+
        }
 
+
</style>
<a href="https://2017.igem.org/Special:Upload">
+
UPLOAD FILES
+
</a>
+
</p>
+
</div>
+
-->
+
  
 
<style>
 
<style>
  img{
 
      width: 1090px;
 
      margin-left: 90px;
 
  }
 
  
 
+
        body{
 +
          background-image: url(https://static.igem.org/mediawiki/2017/7/7a/T--Minnesota--WALLPAPER3.png);
 +
          background-size: cover;
 +
          height: 100vh;
 +
        }
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 19:23, 1 November 2017

Minnesota