Updated profile picture
This commit is contained in:
		@ -119,9 +119,14 @@ h1, h2, h3, h4, h5, p {
 | 
				
			|||||||
  padding: 6em 1em;
 | 
					  padding: 6em 1em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#about .left img {
 | 
					#about .left .pic {
 | 
				
			||||||
  border-radius: 100%;
 | 
					  border-radius: 100%;
 | 
				
			||||||
  width: 7em;
 | 
					  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 {
 | 
					#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:url" content="https://delkappa.com" />
 | 
				
			||||||
    <meta property="og:title" content="Manos Katsomallos" />
 | 
					    <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: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">
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
				
			||||||
    <link rel="icon" href="img/favicon.ico">
 | 
					    <link rel="icon" href="img/favicon.ico">
 | 
				
			||||||
    <link rel="stylesheet" href="css/styles.css">
 | 
					    <link rel="stylesheet" href="css/styles.css">
 | 
				
			||||||
@ -64,14 +64,20 @@
 | 
				
			|||||||
    <div id="about">
 | 
					    <div id="about">
 | 
				
			||||||
      <div class="content">
 | 
					      <div class="content">
 | 
				
			||||||
        <div class="left">
 | 
					        <div class="left">
 | 
				
			||||||
          <img src="img/profilepic.jpg"></img>
 | 
					          <div class="pic"></div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="right">
 | 
					        <div class="right">
 | 
				
			||||||
          <div class="title">About</div>
 | 
					          <div class="title">About</div>
 | 
				
			||||||
          <div class="text">
 | 
					          <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>
 | 
				
			||||||
            <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>
 | 
					              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>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>
 | 
				
			||||||
 | 
					            <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>
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user