-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 898 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (22 loc) · 898 Bytes
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
<head>
<title>Pablo Andrés-Martínez</title>
<link rel="stylesheet" type="text/css" href="general.css">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="card">
<img id="photo" src="portrait.png" alt="Pablo Andres-Martinez">
<div id="info">
<h1> Pablo Andrés-Martínez </h1>
<span id="occupation">Senior R&D Scientist</span>
<p>
<a href="https://www.quantinuum.com/"><i>Quantinuum</i></a><br>
<a href="https://www.quantinuum.com/developers/tket">TKET team</a><br>
<br>
PhD in Quantum Informatics <br>
<br>
<b>Contact:</b><br> <i>pablo.andresmartinez@quantinuum.com</i><br>
</div>
<div id="menu"><b><a href="news.html">News</a> <a href="papers.html">Papers</a> <a href="talks.html">Talks</a> <a href="about.html">About</a></b></div>
</div>
</body>