From ae0b9213ab815b6e6d8273ae79575eae1feec14b Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Wed, 24 Sep 2014 13:04:09 +0200 Subject: [PATCH] HTML cleanup --- _includes/publi_row.html | 2 +- _layouts/default.html | 4 ++-- _sass/screen.scss | 6 +++--- en/index.markdown | 2 +- index.markdown | 2 +- stylesheets/screen.css | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_includes/publi_row.html b/_includes/publi_row.html index a3f0db7..e8d6bd1 100644 --- a/_includes/publi_row.html +++ b/_includes/publi_row.html @@ -1,5 +1,5 @@ {% assign pub = include.pub %}{% assign authors = include.authors %}{% assign sources = site.data.sources %} -
  • +
  • {{pub.title}} diff --git a/_layouts/default.html b/_layouts/default.html index 9247490..697632a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -73,8 +73,8 @@

    - - + devoluy + skier
    diff --git a/_sass/screen.scss b/_sass/screen.scss index e0fb512..7b636b5 100644 --- a/_sass/screen.scss +++ b/_sass/screen.scss @@ -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; } diff --git a/en/index.markdown b/en/index.markdown index bfea8d1..3b40c4b 100644 --- a/en/index.markdown +++ b/en/index.markdown @@ -8,7 +8,7 @@ lang: en {: .switcher} {% include nav_en.html %} -

    I am a PhD since June 23, 2014. My thesis was prepared with the supervision of Jean Dolbeault +

    srcI am a PhD since June 23, 2014. My thesis was prepared with the supervision of Jean Dolbeault within the Ceremade. Currently, I am a postdoc in LMB where I'm working with Alexei Lozinski 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. diff --git a/index.markdown b/index.markdown index db64e8f..091e792 100644 --- a/index.markdown +++ b/index.markdown @@ -7,7 +7,7 @@ FR\|[EN](/en/) {: .switcher} {% include nav_fr.html %} -

    J'ai soutenu ma thèse le 23 juin 2014, préparée sous la direction de Jean Dolbeault, +

    portraitJ'ai soutenu ma thèse le 23 juin 2014, préparée sous la direction de Jean Dolbeault, au sein du Ceremade. Actuellement postdoc au LMB, je travaille avec Alexei Lozinski 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. diff --git a/stylesheets/screen.css b/stylesheets/screen.css index bd21cc2..7cbc975 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -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;