|
|
Line 181: |
Line 181: |
| } | | } |
| | | |
- | ul li{ | + | ul.sitemap li a{ |
| font-size: 14px; | | font-size: 14px; |
| color: #ffffff; | | color: #ffffff; |
Line 187: |
Line 187: |
| } | | } |
| | | |
- | ul li span{ | + | ul.sitemap li span{ |
| color: #65b8f9; | | color: #65b8f9; |
| } | | } |
Line 383: |
Line 383: |
| <h3>Sitemap</h3> | | <h3>Sitemap</h3> |
| </div> <!--heading ends--> | | </div> <!--heading ends--> |
- | <ul> | + | <ul class="sitemap"> |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software"><li><span>Home</span></li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software"><span>Home</span></li></a> |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Team"><li><span>Team</span></li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Team"><span>Team</span></li></a> |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Project"><li><span>Project</span></li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Project"><span>Project</span></li></a> |
| | | |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Project"><li>- Introduction</li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Project">- Introduction</li></a> |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Motivation"><li>- Motivation</li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Motivation">- Motivation</li></a> |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Scope"><li>- Scope</li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Scope">- Scope</li></a> |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Mathematicalmodel"><li>- Mathematical Model</li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Mathematicalmodel">- Mathematical Model</li></a> |
- | <a href="design.html"><li>- Design</li></a> | + | <li><a href="design.html">- Design</li></a> |
- | <a href="algorithm.html"><li>- Algorithm</li></a> | + | <li><a href="algorithm.html">- Algorithm</li></a> |
| | | |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Notebook"><li><span>Notebook</span></li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Notebook"><span>Notebook</span></li></a> |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Download"><li><span>Download</span></li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Download"><span>Download</span></li></a> |
| | | |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Download"><li>- Executable Software</li></a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Download">- Executable Software</li></a> |
- | <a href="code.html"><li>- Code</li></a> | + | <li><a href="code.html">- Code</li></a> |
- | <a href="supportingtools.html"><li>- Supporting Tools</li></a> | + | <li><a href="supportingtools.html">- Supporting Tools</li></a> |
- | <a href="contact.html"><li>- Contact</li></a> | + | <li><a href="contact.html">- Contact</li></a> |
- | <a href="userguide.html"><li>- User Guide</li></a> | + | <li><a href="userguide.html">- User Guide</li></a> |
| | | |
- | <a href="https://2010.igem.org/Team:METU_Turkey_Software/Miscellaneous"><li><span>Miscellaneous</span></li> </a> | + | <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Miscellaneous"><span>Miscellaneous</span></li> </a> |
| | | |
- | <a href="collaboration.html"><li>- Collaboration</li></a> | + | <li><a href="collaboration.html">- Collaboration</li></a> |
- | <a href="humanpractices.html"><li>- Human Practices</li></a> | + | <li><a href="humanpractices.html">- Human Practices</li></a> |
- | <a href="safety.html"><li>- Safety</li></a> | + | <li><a href="safety.html">- Safety</li></a> |
- | <a href="futureplan.html"><li>- Future Plan</li></a> | + | <li><a href="futureplan.html">- Future Plan</li></a> |
| </ul> | | </ul> |
| </div> <!--right column ends--> | | </div> <!--right column ends--> |