flask website for la petite ecole
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
1.3 KiB

<nav>
<div id="menu">
<div id="topBtn">
<div>LA PETITE ECOLE</div>
<div></div>
</div>
<ul >
<li class="menuItem"><a href="/home"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>home </h3></a> </li>
<li class="menuItem {% if request.path == '/actu/' %} menu_active {% endif %}"><a href="/actu"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>actualites </h3></a> </li>
<li class="menuItem {% if request.path == '/vitrine/' %} menu_active {% endif %}"><a href="/vitrine"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>vitrine </h3></a> </li>
<li class="menuItem {% if request.path == '/recherche/' %} menu_active {% endif %}"><a href="/recherche"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>recherche </h3></a> </li>
<li class="menuItem {% if request.path == '/contact/' %} menu_active {% endif %}"><a href="/contact"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>contact </h3></a> </li>
</ul>
</div>
</nav>