Updated profile picture

This commit is contained in:
Manos Katsomallos 2019-12-31 12:28:16 +02:00
parent 72fef674a2
commit cd572ca554
4 changed files with 17 additions and 6 deletions

View File

@ -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 {

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -8,7 +8,7 @@
<meta property="og:url" content="https://delkappa.com" />
<meta property="og:title" content="Manos Katsomallos" />
<meta property="og:description" content="Computer scientist, problem solver, son of his father and not his brother." />
<meta property="og:image" content="https://delkappa.com/img/profilepic-og.jpg" />
<meta property="og:image" content="https://delkappa.com/img/profile-pic-og.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/styles.css">
@ -64,14 +64,20 @@
<div id="about">
<div class="content">
<div class="left">
<img src="img/profilepic.jpg"></img>
<div class="pic"></div>
</div>
<div class="right">
<div class="title">About</div>
<div class="text">
<p>Manos is a Research &amp; Teaching Assistant at the University of Paris-Seine in France, doing a PhD in Computer Science on "Quality &amp; Privacy in User-generated Big Data: Algorithms &amp; Techniques".</p>
<p>He holds an MSc in Science &amp; Technology of Electrical &amp; Computer Engineering and an Engineer's Degree (5-year programme) in Computer &amp; Communication Engineering from the University of Thessaly in Greece.</p>
<p>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.</p>
<p>
Manos is a Research &amp; Teaching Assistant at the University of Paris-Seine in France, doing a PhD in Computer Science on "Quality &amp; Privacy in User-generated Big Data: Algorithms &amp; Techniques".
</p>
<p>
He holds an MSc in Science &amp; Technology of Electrical &amp; Computer Engineering and an Engineer's Degree (5-year programme) in Computer &amp; Communication Engineering from the University of Thessaly in Greece.
</p>
<p>
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.
</p>
</div>
</div>
</div>