Add the image link to the French version of the home page.
Also adjust the padding of the picture of myself to make the language link appear nicer.
This commit is contained in:
parent
8d4d125d74
commit
24c28bd101
2 changed files with 10 additions and 1 deletions
|
@ -36,7 +36,7 @@ body {
|
||||||
|
|
||||||
img.me {
|
img.me {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 0px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,3 +97,9 @@ div.outline-text-3 {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.lang {
|
||||||
|
width: 40px;
|
||||||
|
float: right;
|
||||||
|
padding: 0 20px 0 20px;
|
||||||
|
}
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
#+ATTR_HTML: :alt a picture of sergiu ivanov :class me
|
#+ATTR_HTML: :alt a picture of sergiu ivanov :class me
|
||||||
[[../content/me/sivanov.png]]
|
[[../content/me/sivanov.png]]
|
||||||
|
|
||||||
|
#+ATTR_HTML: :alt in French :class lang
|
||||||
|
[[file:../fr/home.org][file:../content/imgs/fr.png]]
|
||||||
|
|
||||||
I am holding an associate professor ([[https://en.wikipedia.org/wiki/Academic_ranks_in_France#Permanent_positions][maître de conférences]]) position
|
I am holding an associate professor ([[https://en.wikipedia.org/wiki/Academic_ranks_in_France#Permanent_positions][maître de conférences]]) position
|
||||||
at [[http://www.univ-evry.fr/fr/index.html][Université d'Évry Val d'Essonne]]. I do my research at the [[https://www.ibisc.univ-evry.fr/start?do=search&id=][IBISC Lab]].
|
at [[http://www.univ-evry.fr/fr/index.html][Université d'Évry Val d'Essonne]]. I do my research at the [[https://www.ibisc.univ-evry.fr/start?do=search&id=][IBISC Lab]].
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue