Skip to content
Snippets Groups Projects
Commit 579f0809 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

new navbar

parent b0d73b9a
No related branches found
No related tags found
No related merge requests found
......@@ -85,48 +85,32 @@
<a href="#" style="cursor:default;">Project</a>
<ul class="son">
<li><a href="{{ url_for('pages', page='description') }}">Description</a></li>
<li><a href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship</a></li>
<li><a href="{{ url_for('pages', page='plant') }}">Plant Synthetic Biology</a></li>
<li><a href="{{ url_for('pages', page='sustainable') }}">Sustainability</a></li>
<li><a href="{{ url_for('pages', page='experiments') }}">Experiments</a></li>
<li><a href="{{ url_for('pages', page='engineering') }}">Engineering</a></li>
<li><a href="{{ url_for('pages', page='notebook') }}">Notebook</a></li>
<li><a href="{{ url_for('pages', page='results') }}">Results</a></li>
<li><a href="{{ url_for('pages', page='contribution') }}">Contribution</a></li>
<li><a href="{{ url_for('pages', page='education') }}">Education and Outreach</a></li>
<li><a href="{{ url_for('pages', page='human-practices') }}">Human Practices</a></li>
</ul>
</li>
<li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="#" style="cursor:default;">Wet Lab</a>
<a href="#" style="cursor:default;">Human Practices</a>
<ul class="son">
<li><a href="{{ url_for('pages', page='engineering') }}">Engineering</a></li>
<li><a href="{{ url_for('pages', page='notebook') }}">Notebook</a></li>
<li><a href="{{ url_for('pages', page='experiments') }}">Experiments</a></li>
<li><a href="{{ url_for('pages', page='results') }}">Results</a></li>
<li><a href="{{ url_for('pages', page='safety') }}">Safety</a></li>
<li><a href="{{ url_for('pages', page='education') }}">Education and Outreach</a></li>
<li><a href="{{ url_for('pages', page='human-practices') }}">Human Practices</a></li>
</ul>
</li>
<li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="#" style="cursor:default;">Dry Lab</a>
<a href="#" style="cursor:default;">Special Prizes</a>
<ul class="son">
<li><a href="{{ url_for('pages', page='model') }}">Model</a></li>
<li><a href="{{ url_for('pages', page='hardware') }}">Hardware</a></li>
<li><a href="{{ url_for('pages', page='measurement') }}">Measurement</a></li>
<li><a href="{{ url_for('pages', page='software') }}">Software</a></li>
<li><a href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship</a></li>
<li><a href="{{ url_for('pages', page='human-practices') }}">Integrated Human Practices</a></li>
</ul>
</li>
<!-- <li id="human-practice" onmouseover="over(this)" onmouseleave="leave(this)">
<a href="{{ url_for('pages', page='human-practices') }}">Human Practices</a>
</li> -->
<!-- <li id="edu" onmouseover="over(this)" onmouseleave="leave(this)">
<a href="{{ url_for('pages', page='education') }}">Education and outreach</a>
</li> -->
<!-- <li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="{{ url_for('pages', page='safety') }}">Safety</a>
</li> -->
<li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="#" style="cursor:default;">Team</a>
<ul class="son">
<li><a href="{{ url_for('pages', page='team') }}">Roster</a></li>
<li><a href="{{ url_for('pages', page='attributions') }}">Attributions</a></li>
<li><a href="{{ url_for('pages', page='inclusivity') }}">Inclusivity</a></li>
</ul>
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment