-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·49 lines (47 loc) · 2.6 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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jacopo Soldani</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="src/css/academic-resume.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="lp">
<!-- Landing page -->
<div class="container">
<div class="row lp-row">
<div class="col">
<img class="lp-pic" alt="Jacopo Soldani" src="assets/img/profile-photo.jpeg">
<h1 class="lp-title">Jacopo Soldani</h1>
<h2 class="lp-subtitle">Assistant Professor (RTDb)</h2>
<h2 class="lp-subtitle"><a class="lp-link" href="https://di.unipi.it/">Department of Computer Science</a>, <a class="lp-link" href="https://www.unipi.it/">University of Pisa</a>, Italy</h2>
</div>
</div>
<div class="row lp-row">
<div class="col">
<a class="btn lp-btn" href="about.html">About</a>
<a class="btn lp-btn" href="research.html">Research</a>
<a class="btn lp-btn" href="publications.html">Publications</a>
<a class="btn lp-btn" href="teaching.html">Teaching</a>
<a class="btn lp-btn" href="theses.html">Supervised theses</a>
<a class="btn lp-btn" href="contacts.html">Contacts</a>
</div>
</div>
<div class="row lp-row">
<div class="col">
<img class="lp-logo" alt="UniPi" src="assets/img/unipi-logo.svg">
</div>
</div>
</div>
<!-- Copyright footer -->
<footer class="footer pt-4">
<div class="container" style="text-align: center;">
<span class="text-muted" style="color: #ccc!important">Copyright © 2020 Jacopo Soldani</span>
</div>
</footer>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
</body>
</html>