From f63f68b73c1bf8b025e9aa92b78f1e96e2cfba79 Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Fri, 6 Sep 2019 22:23:48 +0200 Subject: [PATCH] Update About Me --- README.md | 2 +- index.html | 79 ++++++++++++++++++++++++++++------------------- mdb/css/style.css | 7 ++++- 3 files changed, 55 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 857df73..d846001 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # qrouland.com -qrouland.com source. \ No newline at end of file +qrouland.com source code. diff --git a/index.html b/index.html index 808073f..7f37645 100644 --- a/index.html +++ b/index.html @@ -43,8 +43,8 @@ - @@ -75,9 +75,9 @@
- + -
+
@@ -98,7 +98,7 @@

Quentin Rouland

-
Doctorant
+
Doctorant en Informatique
- + -
-

- Après avoir suivi un parcours orienté developpement logiciel à l'Université Toulouse 2 Jean-Jaurès, je suis actuellement doctorant à l'IRIT dans l'équipe ARGOS... - Je m'intéresse ... To be continued :) -

+
+ +

+ Après avoir suivi un parcours orienté développement logiciel à l'Université Toulouse 2 Jean-Jaurès + et obtenu un + + Master en Informatique Collaborative en Entreprise en alternance, je suis actuellement doctorant à l'IRIT + dans l'équipe ARGOS. +

+

+ Mes principaux sujets de recherches concernent les architectures logicielles, + la sécurité et les méthodes formelles. + Et je m'intéresse plus particulièrement dans la cadre de ma thèse aux approches basées sur l'ingénierie dirigée par les modèles et + la vérification formelle pour les architectures logicielles sécurisées. +

+

+ Ayant commencé à apprendre jeune le développement logiciel en autodidacte, + je suis d'un point de vue personnel un développeur passionné. Je porte un intérêt particulier pour les logiciels libres + et les systèmes unix. +

+
@@ -144,8 +160,8 @@
- - - + @@ -207,7 +224,7 @@

- Journal Articles + Journal

Nothing yet ! @@ -223,7 +240,7 @@

- Conference Proceedings + Conférence

Quentin Rouland, Brahim Hamid, Jason Jaskolka. Formalizing Reusable Communication Models for Distributed Systems Architecture (regular paper). International Conference On Model and Data Engineering (MEDI 2018), Marrakesh, Morocco, 24/10/18-26/10/18, Ladjel Bellatreche (Eds.), Springer, p. 198-216, octobre 2018. @@ -239,7 +256,7 @@

- Theses + Thèses

Nothing yet ! @@ -348,8 +365,8 @@

- Projects -

Coming soon...

+ Projets +

Bientôt...

@@ -436,4 +453,4 @@ - \ No newline at end of file + diff --git a/mdb/css/style.css b/mdb/css/style.css index 68c4e4b..d126a55 100644 --- a/mdb/css/style.css +++ b/mdb/css/style.css @@ -5,4 +5,9 @@ } .footer, .push { height: 120px; /* .push must be the same height as .footer */ -} \ No newline at end of file +} + +.vcenter { + display: flex; + align-items: center; +}