-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·44 lines (36 loc) · 1.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Andrea Michi">
<meta name="description" content="Personal website of Andrea Michi.">
<meta name="keywords" content="Andrea, Michi, Imperial College, research, engineer, Google DeepMind">
<meta property="og:title" content="Andrea Michi">
<meta property="og:type" content="personal website">
<meta property="og:url" content="http://andreamichi.com">
<meta property="og:image" content="http://andreamichi.com/assets/img/profile.jpg">
<meta property="og:description" content="Andrea Michi website">
<title>Andrea Michi</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div id="profile">
<img class="img-circle profile-image" src="assets/img/profile.jpg" alt="Andrea Michi's profile image" width="200" height="200">
<div class="profile-description">
<p>Hi, I'm Andrea!</p>
</div>
<div id=links>
<p>
<a href="http://linkedin.com/in/andreamichi"><i class="linkedin fa fa-linkedin-square"></i></a>
<a href="http://twitter.com/andreamichi"><i class="twitter fa fa-twitter"></i></a>
</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>