HTML cleanup
This commit is contained in:
parent
4893797e00
commit
ae0b9213ab
6 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
{% assign pub = include.pub %}{% assign authors = include.authors %}{% assign sources = site.data.sources %}
|
||||
<li value="{{pub.id}}">
|
||||
<li>
|
||||
<p class="left">
|
||||
<strong>{{pub.title}}</strong>
|
||||
<span class="right">
|
||||
|
|
|
@ -73,8 +73,8 @@
|
|||
|
||||
</div><!-- wrapper -->
|
||||
<div id="foot_image" title="Le Dévoluy, depuis le Mont Aiguille">
|
||||
<img src="images/devoluy.png">
|
||||
<img id="ski" src="images/ski.png">
|
||||
<img width="900" height="150" alt="devoluy" src="/images/devoluy.png">
|
||||
<img width="15" height="18" alt="skier" id="ski" src="/images/ski.png">
|
||||
<div id="clouds"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ tr { border-bottom: 1px dotted $tr-rule; }
|
|||
.publi_table td:nth-child(2) { width: 60%; }
|
||||
.publi_table td:nth-child(3) { width: 10%; }
|
||||
|
||||
ul { list-style-image: url('../images/bullet_dark.png'); }
|
||||
ul { list-style-image: url('/images/bullet_dark.png'); }
|
||||
ul li { margin-left: 1em; }
|
||||
|
||||
ol { list-style-type: decimal; }
|
||||
|
@ -92,9 +92,9 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
|
|||
|
||||
#wrapper { max-width: $in_width; margin: auto; }
|
||||
#outter-wrapper { width: 100%; height: auto; min-height: 100%; position: relative; }
|
||||
#foot_image { height: 150px; background-image: url('../images/backsky.png');
|
||||
#foot_image { height: 150px; background-image: url('/images/backsky.png');
|
||||
position: absolute; bottom: 0px; width: 100%; text-align: center; overflow: hidden; }
|
||||
#clouds { background-image: url('../images/clouds.png'); height: 150px; width: 200%;
|
||||
#clouds { background-image: url('/images/clouds.png'); height: 150px; width: 200%;
|
||||
position: relative; top: -150px; margin-bottom: -150px; }
|
||||
#foot_image:active #ski { visibility: visible; animation: ski 3s linear; }
|
||||
#clouds:hover { animation: clouds 100s infinite linear; }
|
||||
|
|
|
@ -8,7 +8,7 @@ lang: en
|
|||
{: .switcher}
|
||||
{% include nav_en.html %}
|
||||
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img src="/images/portrait.jpg" id="portrait"></a><span>I am a PhD since June 23, 2014. My thesis was prepared with the supervision of <a href="http://www.ceremade.dauphine.fr/~dolbeaul">Jean Dolbeault</a>
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img width="160" height="204" alt="src" src="/images/portrait.jpg" id="portrait"></a><span>I am a PhD since June 23, 2014. My thesis was prepared with the supervision of <a href="http://www.ceremade.dauphine.fr/~dolbeaul">Jean Dolbeault</a>
|
||||
within the <a href="http://www.ceremade.dauphine.fr/">Ceremade</a>.
|
||||
Currently, I am a postdoc in <a href="http://lmb.univ-fcomte.fr/">LMB</a> where I'm working with <a href="http://lmb.univ-fcomte.fr/spip.php?page=rubrique&id_rubrique=434">Alexei Lozinski</a> on a multi-scale finite element method for the Navier-Stokes equation.
|
||||
I am also interested in analysis of non linear PDEs, of drift-diffusion type in particular, just like the Keller and Segel model for chemotaxis.
|
||||
|
|
|
@ -7,7 +7,7 @@ FR\|[EN](/en/)
|
|||
{: .switcher}
|
||||
{% include nav_fr.html %}
|
||||
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img src="/images/portrait.jpg" id="portrait"></a><span>J'ai soutenu ma thèse le 23 juin 2014, préparée sous la direction de <a href="http://www.ceremade.dauphine.fr/~dolbeaul">Jean Dolbeault</a>,
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img width="160" height="204" alt="portrait" src="/images/portrait.jpg" id="portrait"></a><span>J'ai soutenu ma thèse le 23 juin 2014, préparée sous la direction de <a href="http://www.ceremade.dauphine.fr/~dolbeaul">Jean Dolbeault</a>,
|
||||
au sein du <a href="http://www.ceremade.dauphine.fr/">Ceremade</a>.
|
||||
Actuellement postdoc au <a href="http://lmb.univ-fcomte.fr/">LMB</a>, je travaille avec <a href="http://lmb.univ-fcomte.fr/spip.php?page=rubrique&id_rubrique=434">Alexei Lozinski</a> sur une méthode d'éléments finis multi-échelles pour l'équation de Navier-Stokes.
|
||||
Je m'intéresse aussi à l'analyse des EDP non linéaires, en particulier celle de type dérive-diffusion, comme le modèle de Keller et Segel pour la chimiotaxie.
|
||||
|
|
|
@ -207,7 +207,7 @@ tr {
|
|||
}
|
||||
|
||||
ul {
|
||||
list-style-image: url("../images/bullet_dark.png");
|
||||
list-style-image: url("/images/bullet_dark.png");
|
||||
}
|
||||
|
||||
ul li {
|
||||
|
@ -267,7 +267,7 @@ ol li:hover {
|
|||
|
||||
#foot_image {
|
||||
height: 150px;
|
||||
background-image: url("../images/backsky.png");
|
||||
background-image: url("/images/backsky.png");
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
|
@ -276,7 +276,7 @@ ol li:hover {
|
|||
}
|
||||
|
||||
#clouds {
|
||||
background-image: url("../images/clouds.png");
|
||||
background-image: url("/images/clouds.png");
|
||||
height: 150px;
|
||||
width: 200%;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue