typo, navbar

This commit is contained in:
Gaspard Jankowiak 2013-02-27 15:08:41 +01:00
parent adfd099a8b
commit 6e3fd38df1
3 changed files with 8 additions and 1 deletions

View file

@ -36,6 +36,7 @@
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
<hr>
</div>
<nav> <a href="/#recherche">Recherche</a> | <a href="/#publications">Publications</a> | <a href="/#enseignement">Enseignement</a> </nav>
{{ content }}
<hr>

View file

@ -16,7 +16,7 @@ to the Keller-Segel model.
* Numerical stability analysis for some self-similar solutions of the parabolic-parabolic Keller-Segel model.
# Publications
in preparations
in preparation
# Teaching (in french)
* [Linear algebra (2nd year)](enseignement/algebre)

View file

@ -863,3 +863,9 @@ section .credits.right {
#MathJax_Zoom {
background-color: #1B1B1B !important;
}
nav {
display: none;
font-size: 1.3em;
text-align:center;
}