Skip to content

Commit

Permalink
Modificado el orden en la barra de navegación
Browse files Browse the repository at this point in the history
  • Loading branch information
jackboot7 committed Feb 1, 2016
1 parent a40f596 commit 82654de
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@
<ul class="nav navbar-nav">
<li><a href="./python.html" >Python</a></li>
<li><a href="./comunidad.html" >Comunidad</a></li>
<li><a href="#fundacion" >Fundación PyVE</a></li>
<li><a href="#contacto">Contacto</a></li>
<li class="dropdown">

<li class="dropdown"> <!-- start of 'Eventos' -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Eventos <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./eventos/PyTatuy2016/index.html">PyTatuy 2016</a></li>
</ul>
</li>
</li> <!-- end of 'Eventos' -->

<li><a href="#fundacion" >Fundación PyVE</a></li>
<li><a href="#contacto">Contacto</a></li>
</ul>

<div class="navbar-logo"><img title="pyve Logo" src="./assets/img/pyve-logo.png" width="90" /></div>
Expand Down

0 comments on commit 82654de

Please sign in to comment.