diff --git a/css/styles.css b/css/styles.css index 997a546..e26d2f3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -119,9 +119,14 @@ h1, h2, h3, h4, h5, p { padding: 6em 1em; } -#about .left img { +#about .left .pic { border-radius: 100%; width: 7em; + height: 7em; + background-image: url("../img/profile-pic.jpg"); + background-position: center; + background-repeat: no-repeat; + background-size: cover; } #about .title, #contact .title { diff --git a/img/profilepic-og.jpg b/img/profile-pic-og.jpg similarity index 100% rename from img/profilepic-og.jpg rename to img/profile-pic-og.jpg diff --git a/img/profilepic.jpg b/img/profile-pic.jpg similarity index 100% rename from img/profilepic.jpg rename to img/profile-pic.jpg diff --git a/index.html b/index.html index fddc3b4..18fdc12 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + @@ -64,14 +64,20 @@
- +
About
-

Manos is a Research & Teaching Assistant at the University of Paris-Seine in France, doing a PhD in Computer Science on "Quality & Privacy in User-generated Big Data: Algorithms & Techniques".

-

He holds an MSc in Science & Technology of Electrical & Computer Engineering and an Engineer's Degree (5-year programme) in Computer & Communication Engineering from the University of Thessaly in Greece.

-

His broad research interests focus in (but are not limited to) the area of Ubiquitous Computing, Internet of Things and especially Crowdsensing and Data Management.

+

+ Manos is a Research & Teaching Assistant at the University of Paris-Seine in France, doing a PhD in Computer Science on "Quality & Privacy in User-generated Big Data: Algorithms & Techniques". +

+

+ He holds an MSc in Science & Technology of Electrical & Computer Engineering and an Engineer's Degree (5-year programme) in Computer & Communication Engineering from the University of Thessaly in Greece. +

+

+ His broad research interests focus in (but are not limited to) the area of Ubiquitous Computing, Internet of Things and especially Crowdsensing and Data Management. +