diff --git a/_layouts/default.html b/_layouts/default.html
index f2e20b9..175983c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,7 +2,6 @@
-
{{ page:title }}
diff --git a/en.markdown b/en.markdown
index 8d294d8..bf55c8b 100644
--- a/en.markdown
+++ b/en.markdown
@@ -4,6 +4,14 @@ layout: default
---
[FR](/)\|EN
+{: .switcher}
+
I am currently finishing my PhD under the supervision of [Jean Dolbeault](http://www.ceremade.dauphine.fr/~dolbeaul)
within the [Ceremade](http://www.ceremade.dauphine.fr/).
@@ -20,14 +28,14 @@ in preparation
# Conferences
-### Poster
-- Applieds PDEs for Life Sciences – Barcelona, September 2012 :
+#### Poster
+- [Applieds PDEs for Life Sciences](http://www.esf.org/index.php?id=9153) – Barcelona, September 2012 :
"Study of two crowd motion and herding models" ([pdf](http://www.ceremade.dauphine.fr/~jankowig/files/confs/barcelona2012/poster.pdf),
[source](http://www.ceremade.dauphine.fr/~jankowig/files/confs/barcelona2012/poster_barcelona.tar.gz))
-### Attended
-- Biomat 2012 – Grenada, July 2012
-- "PDE Models for Quantum Fluids" workshop – Cambridge, December 2010
+#### Attended
+- [Biomat 2012](http://www.ugr.es/~kinetic/biomat/) – Grenada, July 2012
+- "[PDE Models for Quantum Fluids](http://www.newton.ac.uk/programmes/KIT/kitw03.html)" workshop – Cambridge, December 2010
# Teaching (in french)
* [Linear algebra (2nd year)](enseignement/algebre)
@@ -38,12 +46,13 @@ in preparation
* [French](/files/cv_fr.pdf)
# Contact
+Ceremade – UMR CNRS 7534 (Office C614)
+Université Paris Dauphine
+Place du Maréchal de Lattre de Tassigny
+75775 PARIS Cedex 16 - France
+{: .float-right}
+
Gaspard Jankowiak
jankowiak@ceremade.dauphine.fr
+33 (0)1 44 05 41 96 (landline)
+33 (0)6 65 08 54 96 (mobile)
-Ceremade — UMR CNRS 7534 (Office C614)
-Université Paris Dauphine
-Place du Maréchal de Lattre de Tassigny
-75775 PARIS Cedex 16
-France
diff --git a/index.markdown b/index.markdown
index 0d20d1c..d052aff 100644
--- a/index.markdown
+++ b/index.markdown
@@ -4,6 +4,14 @@ layout: default
---
FR\|[EN](/en)
+{: .switcher}
+
Je suis actuellement en troisième année de thèse, sous la direction de [Jean Dolbeault](http://www.ceremade.dauphine.fr/~dolbeaul),
au sein du [Ceremade](http://www.ceremade.dauphine.fr/).
@@ -20,14 +28,14 @@ en préparation
# Conférences
-### Poster
-- Applieds PDEs for Life Sciences – Barcelone, septembre 2012 :
+#### Poster
+- [Applieds PDEs for Life Sciences](http://www.esf.org/index.php?id=9153) – Barcelone, septembre 2012 :
« Study of two crowd motion and herding models » ([pdf](http://www.ceremade.dauphine.fr/~jankowig/files/confs/barcelona2012/poster.pdf),
[source](http://www.ceremade.dauphine.fr/~jankowig/files/confs/barcelona2012/poster_barcelona.tar.gz))
-### Participation
-- Biomat 2012 – Grenade, juillet 2012
-- Atelier « PDE Models for Quantum Fluids » – Cambridge, décembre 2010
+#### Participation
+- [Biomat 2012](http://www.ugr.es/~kinetic/biomat/) – Grenade, juillet 2012
+- Atelier « [PDE Models for Quantum Fluids](http://www.newton.ac.uk/programmes/KIT/kitw03.html) » – Cambridge, décembre 2010
# Enseignement
@@ -39,11 +47,15 @@ en préparation
* [Français](/files/cv_fr.pdf)
# Contact
-Gaspard Jankowiak
-jankowiak@ceremade.dauphine.fr
-+33 (0)1 44 05 41 96 (fixe)
-+33 (0)6 65 08 54 96 (mobile)
-Ceremade — UMR CNRS 7534 (Bureau C614)
+
+Ceremade – UMR CNRS 7534 (Bureau C614)
Université Paris Dauphine
Place du Maréchal de Lattre de Tassigny
75775 PARIS Cedex 16
+{: .float-right}
+
+Gaspard Jankowiak
+jankowiak@ceremade.dauphine.fr
++33 (0)1 44 05 41 96 (fixe)
++33 (0)6 65 08 54 96 (mobile)
+
diff --git a/stylesheets/styles_dark.css b/stylesheets/styles_dark.css
index 8326e0c..31489d1 100644
--- a/stylesheets/styles_dark.css
+++ b/stylesheets/styles_dark.css
@@ -564,20 +564,16 @@ h1, h2, h3 {
}
h1 {
- font-size: 28px;
+ font-size: 22px;
}
h2 {
- font-size: 24px;
-}
-
-h4, h5, h6 {
- color: #e8e8e8;
+ font-size: 20px;
}
h3 {
font-size: 18px;
- line-height: 24px;
+ line-height: 22px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
color: #b6b6b6;
@@ -711,7 +707,7 @@ section #title {
border: 0;
outline: none;
margin: 0;
- padding: 0 0 5px 0;
+ padding: 0;
}
section #title h1 {
font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -780,3 +776,27 @@ section .credits.right {
#MathJax_Zoom {
background-color: #1B1B1B !important;
}
+
+nav {
+ text-align:center;
+ list-style: none;
+ font-size:1.4em;
+ font-family: 'OpenSansRegular'
+}
+
+nav li {
+ display: inline;
+}
+
+.switcher {
+ float:left;
+ line-height: 2em;
+}
+
+.float-right {
+ float:right;
+}
+
+.float-left {
+ float:left;
+}
diff --git a/stylesheets/styles_light.css b/stylesheets/styles_light.css
index 8d74d2f..9182f61 100644
--- a/stylesheets/styles_light.css
+++ b/stylesheets/styles_light.css
@@ -545,7 +545,7 @@ body {
}
h1, h2, h3, h4, h5, h6 {
- color: #222;
+ color: #444;
margin: 0 0 10px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
@@ -564,20 +564,16 @@ h1, h2, h3 {
}
h1 {
- font-size: 28px;
+ font-size: 22px;
}
h2 {
- font-size: 24px;
-}
-
-h4, h5, h6 {
- color: #111;
+ font-size: 20px;
}
h3 {
font-size: 18px;
- line-height: 24px;
+ line-height: 22px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
color: #444;
@@ -708,7 +704,7 @@ section #title {
border: 0;
outline: none;
margin: 0;
- padding: 0 0 5px 0;
+ padding: 0;
}
section #title h1 {
font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -778,3 +774,27 @@ section .credits.right {
#MathJax_Zoom {
background-color: #EEF !important;
}
+
+nav {
+ text-align:center;
+ list-style: none;
+ font-size:1.4em;
+ font-family: 'OpenSansRegular'
+}
+
+nav li {
+ display: inline;
+}
+
+.switcher {
+ float:left;
+ line-height: 2em;
+}
+
+.float-right {
+ float:right;
+}
+
+.float-left {
+ float:left;
+}