Difference between revisions of "Team:Virginia"

(Prototype team page)
 
Line 1: Line 1:
 
{{Virginia}}
 
{{Virginia}}
<html>
+
<html>
<h2> Welcome to iGEM 2015! </h2>
+
<head>
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
<!-- Bootstrap import -- Latest compiled and minified CSS -->
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
 +
</head>
  
<h4>Before you start: </h4>
+
<body>
<p> Please read the following pages:</p>
+
    <div class="nav">
<ul>
+
      <div class="container">
<li> <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
        <ul class = "pull-left">
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
          <li><a href="#">Home</a></li>
</ul>
+
        </ul>
 +
        <ul class="pull-right">
 +
<li><a href="#">Team</a></li>
 +
          <li><a href="#">Project</a></li>
 +
          <li><a href="#">Policy and Practices</a></li>
 +
          <li><a href="#">Support and Sponsors</a></li>
 +
<li><a href="#">Contact Us</a></li>
 +
        </ul>
 +
      </div>
 +
    </div>
  
<div class="highlightBox">
+
    <div class="jumbotron">
<h4> Styling your wiki </h4>
+
      <div class="container">
<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>
+
        <h1>University of Virginia iGEM 2015</h1>
<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>  
+
        <p>Project Name</p>
</div>
+
      </div>
 +
    </div>  
  
<h4> Editing your wiki </h4>
 
<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>
 
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:Virginia&action=edit"> Click here to edit this page! </a></p>
 
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>
 
  
 +
</html>
  
<h4>Templates </h4>
+
<style media="screen" type="text/css">
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
+
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>  
+
  
  
<h4>Tips</h4>
+
.nav {
<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>
+
    background-color: #000000; 
<ul>
+
}
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
.nav a {
<li>Be clear about what you are doing and how you plan to do this.</li>
+
  color: rgb(256, 256, 256);
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
  font-size: 16px;
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
  font-weight: bold;
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
  padding: 14px 10px;
<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://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
+
  text-transform: uppercase;
<li>Have lots of fun! </li>
+
}
</ul>
+
  
 +
.nav li {
 +
  display: inline;
 +
}
  
<h4>Inspiration</h4>
+
.jumbotron {
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
  height: 500px;
<ul>
+
  background-repeat: no-repeat;
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
  background-size: 150%;
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
  background: url('http://images4.fanpop.com/image/photos/22300000/Kitties-beautiful-nature-22335110-700-512.jpg');
<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>
+
  
<h4> Uploading pictures and files </h4>
+
}
<p> You can upload your pictures and files to the iGEM 2015 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 <code>Team: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>
+
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
.jumbotron .container {
  
 +
    position: relative;
 +
    top:100px;
 +
}
  
 +
.jumbotron h1 {
 +
  color: #fff;
 +
  font-size: 48px; 
 +
  font-family: 'Shift', sans-serif;
 +
  font-weight: bold;
 +
}
  
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
.jumbotron p {
 +
  font-size: 40px;
 +
  color: #fff;
 +
  text-align: right;
 +
  margin-top:30px;
 +
}
  
</html>
+
.learn-more {
 +
  background-color: #f7f7f7;
 +
}
 +
 
 +
.learn-more h3 {
 +
  font-family: 'Shift', sans-serif;
 +
  font-size: 18px;
 +
  font-weight: bold;
 +
}
 +
 
 +
.learn-more a {
 +
  color: #00b0ff;
 +
}
 +
 
 +
.jumbotron h1 {
 +
    text-align:right;
 +
    color: #fff;
 +
}
 +
 
 +
.learn-more img {
 +
    width: 300px; 
 +
}
 +
</style>

Revision as of 15:54, 4 June 2015

University of Virginia iGEM 2015

Project Name

<style media="screen" type="text/css">


.nav {

   background-color: #000000;   

} .nav a {

 color: rgb(256, 256, 256);
 font-size: 16px;
 font-weight: bold;
 padding: 14px 10px;
 text-transform: uppercase;

}

.nav li {

 display: inline;

}

.jumbotron {

 height: 500px;
 background-repeat: no-repeat;
 background-size: 150%;
 background: url('http://images4.fanpop.com/image/photos/22300000/Kitties-beautiful-nature-22335110-700-512.jpg');

}

.jumbotron .container {

   position: relative;
   top:100px;

}

.jumbotron h1 {

 color: #fff;
 font-size: 48px;  
 font-family: 'Shift', sans-serif;
 font-weight: bold;

}

.jumbotron p {

 font-size: 40px;
 color: #fff;
 text-align: right;
 margin-top:30px;

}

.learn-more {

 background-color: #f7f7f7;

}

.learn-more h3 {

 font-family: 'Shift', sans-serif;
 font-size: 18px;
 font-weight: bold;

}

.learn-more a {

 color: #00b0ff;

}

.jumbotron h1 {

   text-align:right;
   color: #fff;

}

.learn-more img {

   width: 300px;   

} </style>