Updated profile picture
This commit is contained in:
parent
72fef674a2
commit
cd572ca554
@ -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 {
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
16
index.html
16
index.html
@ -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 & 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".</p>
|
||||
<p>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.</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 & 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".
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user