Team:Missouri Miners

From 2013.igem.org

(Difference between revisions)
 
(17 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>
Line 48: Line 48:
color: #fff;
color: #fff;
text-decoration: underline;
text-decoration: underline;
-
}
 
-
 
-
#body {
 
-
background: none;
 
-
margin:0 auto;
 
-
padding: 30px 12px 0;
 
-
width: 776px;
 
-
}
 
-
 
-
#content {
 
-
float: left;
 
-
width: 535px;
 
}
}
Line 126: Line 114:
background-color: #67c41d;
background-color: #67c41d;
color: #fff;
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>
</style>
-
 
<div id="nav">
<div id="nav">
     <ul>
     <ul>
-
        <li class="start selected"><a href="index.html">Home</a></li>
+
            <li class="start selected"><a href="https://2013.igem.org/Team:Missouri_Miners">Home</a></li>
-
             <li><a href="examples.html">Examples</a></li>
+
             <li><a href="https://2013.igem.org/Team:Missouri_Miners/Project">Our Project</a></li>
-
             <li><a href="#">Products</a></li>
+
             <li><a href="https://2013.igem.org/Team:Missouri_Miners/Team">Team</a></li>
-
             <li><a href="#">Solutions</a></li>
+
             <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Missouri_Miners">Team Profile</a></li>
-
            <li class="end"><a href="#">Contact</a></li>
+
         </ul>
         </ul>
</div>
</div>
-
    <div id="body">
+
<br />
-
<div id="content">
+
<div style="float:left; width:65%; color: #666;">
-
                    <div class="sidebar">
+
    <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>
 +
 
 +
        <div class="sidebar">
             <ul>
             <ul>
               <li>
               <li>
                     <h3>Navigate</h3>
                     <h3>Navigate</h3>
                     <ul class="blocklist">
                     <ul class="blocklist">
-
                         <li><a href="index.html">Home</a></li>
+
                         <li><a href="https://2013.igem.org/Team:Missouri_Miners">Home Page</a></li>
-
                         <li><a href="examples.html">Examples</a></li>
+
                         <li><a href="http://igem.mst.edu">Our Website</a></li>
-
                         <li><a href="#">Products</a></li>
+
                         <li><a href="#">other</a></li>
-
                         <li><a href="#">Solutions</a></li>
+
                         <li><a href="#">pages</a></li>
-
                         <li><a href="#">Contact</a></li>
+
                         <li><a href="#">-</a></li>
-
                    </ul>
+
-
                </li>
+
-
               
+
-
                <li>
+
-
                    <h3>About</h3>
+
-
                    <ul>
+
-
                        <li>
+
-
                        <p style="margin: 0;">Aenean nec massa a tortor auctor sodales sed a dolor. Duis vitae lorem sem. Proin at velit vel arcu pretium luctus.</p>
+
-
                        </li>
+
-
                    </ul>
+
-
                </li>
+
-
               
+
-
                <li>
+
-
                <h3>Search</h3>
+
-
                    <ul>
+
-
                    <li>
+
-
                            <form method="get" class="searchform" action="http://wpdemo.justfreetemplates.com/" >
+
-
                                <p>
+
-
                                    <input type="text" size="12" value="" name="s" class="s" />
+
-
                                    <input type="submit" class="searchsubmit formbutton" value="Search" />
+
-
                                </p>
+
-
                            </form>
+
-
</li>
+
-
</ul>
+
-
                </li>
+
-
               
+
-
                <li>
+
-
                    <h3>Sponsors</h3>
+
-
                    <ul>
+
-
 
+
                     </ul>
                     </ul>
                 </li>
                 </li>
-
               
+
             </ul>
-
             </ul>  
+
        </div>
-
        </div>
+
-
                </div>
+
-
    <div>
+
</html>
</html>

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.