typo, navbar
This commit is contained in:
parent
adfd099a8b
commit
6e3fd38df1
3 changed files with 8 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
||||||
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
|
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
|
<nav> <a href="/#recherche">Recherche</a> | <a href="/#publications">Publications</a> | <a href="/#enseignement">Enseignement</a> </nav>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
@ -16,7 +16,7 @@ to the Keller-Segel model.
|
||||||
* Numerical stability analysis for some self-similar solutions of the parabolic-parabolic Keller-Segel model.
|
* Numerical stability analysis for some self-similar solutions of the parabolic-parabolic Keller-Segel model.
|
||||||
|
|
||||||
# Publications
|
# Publications
|
||||||
in preparations
|
in preparation
|
||||||
|
|
||||||
# Teaching (in french)
|
# Teaching (in french)
|
||||||
* [Linear algebra (2nd year)](enseignement/algebre)
|
* [Linear algebra (2nd year)](enseignement/algebre)
|
||||||
|
|
|
@ -863,3 +863,9 @@ section .credits.right {
|
||||||
#MathJax_Zoom {
|
#MathJax_Zoom {
|
||||||
background-color: #1B1B1B !important;
|
background-color: #1B1B1B !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
display: none;
|
||||||
|
font-size: 1.3em;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue