Team:Missouri Miners

From 2013.igem.org

(Difference between revisions)
 
(42 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
 
<html>
<html>
-
<!--
+
<style>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
#nav {
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
height: 33px;
-
This is a template page. READ THESE INSTRUCTIONS.
+
width: 100%;
-
</div>
+
background-color: #cfcfcf;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
}
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
-->
+
-
<!-- *** End of the alert box *** -->
+
#nav ul {
 +
list-style: none;
 +
padding: 0;
 +
margin: 0;
 +
height: 45px;
 +
}
 +
#nav ul li {
 +
float: left;
 +
display: block;
 +
padding: 0;
 +
}
 +
#nav ul li a:hover, #nav ul li.selected {
 +
background-color:#67c41d;
 +
}
-
{|align="justify"
+
#nav ul li a {
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
color: #fff;
-
|[[Image:Missouri_Miners_logo.png|200px|right|frame]]
+
display: block;
-
|-
+
border-right: 1px solid #fff;
-
|
+
font-size: 11px;
-
''Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
font-weight: bold;
-
|[[Image:Missouri_Miners_team.png|right|frame|Your team picture]]
+
text-transform: uppercase;
-
|-
+
padding: 10px 20px;
-
|
+
text-decoration: none;
-
|align="center"|[[Team:Missouri_Miners | Team Missouri_Miners]]
+
}
-
|}
+
 
 +
#nav ul li.start a {
 +
border-left: none;
 +
}
 +
 
 +
#nav ul li.end a {
 +
border-right: none;
 +
}
 +
 
 +
#nav ul li a:hover {
 +
color: #fff;
 +
text-decoration: underline;
 +
}
 +
 
 +
.sidebar {
 +
width: 200px;
 +
padding: 10px 0 0;
 +
float: right;
 +
}
 +
 
 +
.sidebar h3 {
 +
color: #333;
 +
font-size: 22px;
 +
}
 +
 
 +
.sidebar ul {
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 
 +
.sidebar ul li {
 +
margin-bottom: 20px;
 +
line-height: 1.9em;
 +
}
 +
 
 +
.sidebar li ul {
 +
}
 +
.sidebar li ul li {
 +
display: block;
 +
font-family: Arial, Helvetica, sans-serif;
 +
border-top: none;
 +
padding: 6px 2px;
 +
margin: 0;
 +
line-height: 1.5em;
 +
font-size: 13px;
 +
border: none;
 +
}
 +
 
 +
.sidebar li ul li a {
 +
font-weight: normal;
 +
color: #222;
 +
}
 +
 
 +
.sidebar li ul li a:hover {
 +
color: #67c41d;
 +
}
 +
 
 +
.sidebar li ul.blocklist li {
 +
padding: 0;
 +
display: inline;
 +
}
 +
 
 +
.sidebar li ul.blocklist li a {
 +
background-color: #EAEAEA;
 +
display: block;
 +
font-family: Arial,Helvetica,sans-serif;
 +
font-size: 11px;
 +
font-weight: bold;
 +
margin-bottom: 1px;
 +
padding: 7px 10px;
 +
text-decoration: none;
 +
text-transform: uppercase;
 +
}
 +
 
 +
.sidebar li ul.blocklist li a:hover {
 +
background-color: #67c41d;
 +
color: #fff;
 +
}
 +
code, blockquote {
 +
display: block;
 +
border-left: 5px solid #222;
 +
padding: 10px;
 +
margin-bottom: 20px;
 +
}
 +
code {
 +
background-color: #222;
 +
color:#ccc;
 +
border: none;
 +
}
 +
 
 +
 
 +
 
 +
</style>
 +
<div id="nav">
 +
    <ul>
 +
            <li class="start selected"><a href="https://2013.igem.org/Team:Missouri_Miners">Home</a></li>
 +
            <li><a href="https://2013.igem.org/Team:Missouri_Miners/Project">Our Project</a></li>
 +
            <li><a href="https://2013.igem.org/Team:Missouri_Miners/Team">Team</a></li>
 +
            <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Missouri_Miners">Team Profile</a></li>
 +
        </ul>
 +
</div>
 +
<br />
 +
<div style="float:left; width:65%; color: #666;">
 +
    <p>
 +
        Project description will go here
 +
        <br />
 +
        can have
 +
        <br />
 +
        multiple lines
 +
    </p>
 +
    <code>
 +
        &lt;br /&gt; will insert a new line.
 +
    </code>
 +
    <code>
 +
        insert these tags to create a new paragraph.
 +
        <p>
 +
            &lt;p&gt; content goes here! &lt;/p&gt;
 +
        </p>
 +
        <p>
 +
            I will reformat the content if needed.
 +
        </p>
 +
    </code>
 +
</div>
-
<!--- The Mission, Experiments --->
+
        <div class="sidebar">
 +
            <ul>
 +
              <li>
 +
                    <h3>Navigate</h3>
 +
                    <ul class="blocklist">
 +
                        <li><a href="https://2013.igem.org/Team:Missouri_Miners">Home Page</a></li>
 +
                        <li><a href="http://igem.mst.edu">Our Website</a></li>
 +
                        <li><a href="#">other</a></li>
 +
                        <li><a href="#">pages</a></li>
 +
                        <li><a href="#">-</a></li>
 +
                    </ul>
 +
                </li>
 +
            </ul>
 +
        </div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</html>
-
!align="center"|[[Team:Missouri_Miners|Home]]
+
-
!align="center"|[[Team:Missouri_Miners/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Missouri_Miners Official Team Profile]
+
-
!align="center"|[[Team:Missouri_Miners/Project|Project]]
+
-
!align="center"|[[Team:Missouri_Miners/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Missouri_Miners/Modeling|Modeling]]
+
-
!align="center"|[[Team:Missouri_Miners/Notebook|Notebook]]
+
-
!align="center"|[[Team:Missouri_Miners/Safety|Safety]]
+
-
!align="center"|[[Team:Missouri_Miners/Attributions|Attributions]]
+
-
|}
+

Latest revision as of 05:21, 5 August 2013



Project description will go here
can have
multiple lines

<br /> will insert a new line. insert these tags to create a new paragraph.

<p> content goes here! </p>

I will reformat the content if needed.