-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportraits.html
More file actions
executable file
·69 lines (66 loc) · 1.94 KB
/
portraits.html
File metadata and controls
executable file
·69 lines (66 loc) · 1.94 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Tatonetti | The site of Nicholas P. Tatonetti</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/files/tatonetti_favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type"text/css" href="print.css" media="print">
<link rel="stylesheet" type"text/css" href="style.css" media="screen">
<style>
div.main {
width: 780px;
}
#photos {
}
#photos .primary img {
display: block;
max-width: 500px;
width: auto;
height: auto;
margin: 10px;
}
#photos .others img {
display: inline;
max-height: 180px;
max-width: 280px;
width: auto;
height: auto;
margin: 10px 10px;
}
#photos .floater {
float: right;
}
#photos .floater img {
display: inline;
max-height: 420px;
width: auto;
height: auto;
margin: 10px;
}
</style>
</head>
<body>
<div class="main">
<div>
Photo credit goes to the very talented <a href="http://www.timothylee.com">Timothy Lee</a>. These photos
may be used for journalistic purposes. Please contact Nicholas for permission to access high resolution versions.
These images represent relatively accurate representions of Nicholas as of October 2022.
See here for <a href="portraits_august2015.html">older photos</a>.
</div>
<div id="photos">
<div class="primary">
<img src="NickPicsOct2022/Nicholas-Tatonetti.jpg"/>
</div>
<div class="others">
<span class="floater">
<img src="NickPicsOct2022/Nick-Tatonetti-working-portrait.jpg"/>
</span>
<img src="NickPicsOct2022/Nicholas-Tatonetti-landscape.jpeg"/>
<img src="NickPicsOct2022/Nicholas-Tatonetti-PhD.jpeg"/>
<img src="NickPicsOct2022/Tatonetti-Lab-Cell.jpeg"/>
<img src="NickPicsOct2022/Nick-Tatonetti-portrait.jpeg"/>
</div>
</div>
</div>
</body>
</html>