diff --git a/content/images/oim.jpg b/content/images/oim.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d8c5f388a8d925196042e78df2c3dbd73086812 Binary files /dev/null and b/content/images/oim.jpg differ diff --git a/content/images/oim.png b/content/images/oim.png deleted file mode 100644 index c6eaffc41d55fe9e6d75793bdc6e352a552fa8c4..0000000000000000000000000000000000000000 Binary files a/content/images/oim.png and /dev/null differ diff --git a/content/pages/moi.md b/content/pages/moi.md index b64f65bf2e48a264f0eddbc65ea7bd1d22ff1801..2d3ce81ab06b2d9b4ae818384cc7af5b0da9af42 100644 --- a/content/pages/moi.md +++ b/content/pages/moi.md @@ -22,8 +22,8 @@ Number: 2 <hr /> -* Je supervise <a name="cri" class="toggle"><i class="fas fa-users-cog"></i>l'équipe informatique commune CRI ISIMA / LIMOS</a> - * <i id="cri" class="fas fa-users-cog"></i> équipe commune CRI ISIMA / LIMOS +* Je supervise <a name="cri" class="toggle"><i class="fas fa-users-cog"></i> le service informatique commun CRI ISIMA / LIMOS</a> + * <i id="cri" class="fas fa-users-cog"></i> [service informatique commun CRI ISIMA / LIMOS](https://doc.isima.fr/support/cri) * composée de 3 ingénieurs d'études et 5 techniciens * animation et gestion de l'équipe * suivi de tous les projets de l'équipe diff --git a/pelicanconf.py b/pelicanconf.py index 16bc904735affb4d07aa6bed536316a79234e891..d4b38a4283e8d7a53182e00841cc34a8a1b42aac 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,7 +6,7 @@ import os AUTHOR = 'Vincent Mazenod' SITENAME = 'Vincent Mazenod / ingénieur de recherche' SITELOGO = 'images/mazenovi.png' -OIMPHOTO = 'images/oim.png' +OIMPHOTO = 'images/oim.jpg' FAVICON = 'images/favicon.ico' SITEURL = 'https://perso.limos.fr/~mazenovi/' DISQUS_SITENAME = 'limos-1'