-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphotos.html
More file actions
101 lines (92 loc) · 2.87 KB
/
photos.html
File metadata and controls
101 lines (92 loc) · 2.87 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
101
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Photos-BednyLab</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<noscript>
<link rel="stylesheet" href="css/main.min.css" />
</noscript>
<script src="js/main.js"></script>
<script src="js/js_Load.js"></script>
</head>
<body id="top" style="visibility: hidden;" onload="js_Load()">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<h1><a href="index-alltext.html">CLICK HERE FOR ALL TEXT</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="people.html">People</a></li>
<li><a href="participate.html">Participate</a></li>
<li><a href="news.html">News</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="contact.html" class="button special">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>Photos</h2>
</header>
<div class="timeline">
<div class="container-timeline left">
<div class="content">
<h2>2019</h2>
<a href="2019_photos.html">
<img src="images/timeline/2018/christmas.jpeg">
</a>
</div>
</div>
<div class="container-timeline right">
<div class="content">
<h2>2018</h2>
<a href="2018_photos.html">
<img src="images/timeline/2018/hiking_2018_3.jpg">
</a>
</div>
</div>
<div class="container-timeline left">
<div class="content">
<h2>2017</h2>
<a href="2017_photos.html">
<img src="images/timeline/2016/lablunch_3.jpg">
</a>
</div>
</div>
<div class="container-timeline right">
<div class="content">
<h2>2016</h2>
<a href="2016_photos.html">
<img src="images/timeline/2016/calm_1.jpg">
</a>
</div>
</div>
<div class="container-timeline left">
<div class="content">
<h2>2015</h2>
<a href="2015_photos.html">
<img src="images/timeline/2015/cns.jpeg" style="transform:rotate(180deg);">
</a>
</div>
</div>
<div class="container-timeline right">
<div class="content">
<h2>2014</h2>
<a href="2014_photos.html">
<img src="images/timeline/2015/lindsay_maya_marina.jpg">
</a>
</div>
</div>
</div>
</section>
</body>