-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphotos.htm
More file actions
100 lines (69 loc) · 3.13 KB
/
photos.htm
File metadata and controls
100 lines (69 loc) · 3.13 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Photos | Slavov @ MIT</title>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META NAME="keywords" CONTENT="Nikolai Slavov, flowers, DSLR, essays, Botstein, van Oudenaarden, metabolism, glycolysis, cell, growth, MIT, Princeton, International Olympiad">
<link rel="stylesheet" type="text/css" href="https://web.northeastern.edu/slavovlab/bin/nslavov_index.css">
<!-- <link rel="shortcut icon" href="http://www.princeton.edu/main/favicon.ico"> -->
<script type="text/javascript">
if (screen.width < 600 ) {
window.location = "https://web.northeastern.edu/slavovlab/photos_m.htm";
}
</script>
<script language="javascript" type="text/javascript" SRC="google_track.js"></script>
</head>
<body>
<table class="Global" cellpadding="0" cellspacing="0" border="0">
<!-- ============ Logo ============== -->
<tr><td height="30" colspan="2"><div class="Header_Text">Photography</div></td></tr>
<tr><td height="250" colspan="2">
<!-- ============ Header Image ============== -->
<table class="Header_Image" cellspacing="0" border="0"><tr>
<td width="100%" align="left" > <img src="https://web.northeastern.edu/slavovlab/index_files/photos_Torres_Del_Paine.jpg" width="770" height="220"> </td>
<!-- or add to the style sheet: background: url('Niteorig-5.jpg') no-repeat; -->
</tr></table>
</td></tr>
<!-- ============ COLUMNS SECTION ============== -->
<tr>
<!-- ============ Menu Column ============== -->
<td class="MenuColTD" align="center">
<!-- ============ Site Menu ============== -->
<div class="Menu">
<a href="index.htm">Publications</a>
<a href="data_webs.htm">Data Webs</a>
<a href="research.htm">Research</a>
<a href="photos.htm">Photos </a>
<a href="Links.htm">Links</a>
<a href="research.htm">Contact</a>
</div>
</td>
<!-- ============ Content Column ============== -->
<td> <div class="Content">
<!-- ============ Page Heading ============== -->
<h1 class="HeadingStyle">Photo Albums</h1>
<a href="https://alum.mit.edu/www/nslavov/albums/winter_fairy_tale/" target="_blank"> White Spring in Sierra Nevada</a><br>
<a href="https://alum.mit.edu/www/nslavov/albums/Views_from_Ireland/" target="_blank">The Fresh Caress of Late Summer</a><br>
<!--
<h3 class="HeadingStyle">Flowers</h3>
<h1 class="HeadingStyle">Nature</h1>
-->
<br>
<br>
<h1 class="HeadingStyle">Writings </h1>
Opinion Blog: <a href="http://majesticforest.wordpress.com/" target="_blank">Forest Vista</a><br>
Quotes Blog: <a href="http://nslavov.tumblr.com/" target="_blank">My take on favourite quotes</a><br><br>
<a href="Essays/wings.html" target="_blank">On the wings of a seagull</a> <br>
<a href="Essays/Beauty.html" target="_blank">Beauty</a> <br>
<a href="Thoughts.htm" target="_blank">Thoughts</a> <br>
</div>
</td>
</tr>
<!-- ============ Footer ============== -->
<tr><td colspan="2" class="Footer">
<div class="FooterWrap">
<div class="Copyright">Copyright © <a href="research.htm">Nikolai Slavov</a></div>
</div>
</td></tr></table>
</body>
</html>