-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgallery.old
More file actions
231 lines (189 loc) · 5.36 KB
/
Copy pathgallery.old
File metadata and controls
231 lines (189 loc) · 5.36 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
---
layout: page
title: Gallery
---
<div class="gallery-page">
<p>
Photographs from the Birol Labs over the years, including lab gatherings, conferences, workshops, and other memorable moments.
</p>
<style>
.gallery-page .gallery-section {
margin: 2.5rem 0;
}
.gallery-page .gallery-section h3 {
margin-bottom: 1.2rem;
text-align: center;
}
.gallery-page .gallery {
display: grid;
grid-template-columns: 1fr;
gap: 1.75rem;
justify-items: center;
}
.gallery-page .gallery figure {
margin: 0;
overflow: hidden;
border-radius: 6px;
transition: transform 0.25s ease;
}
.gallery-page .gallery a {
display: block;
cursor: zoom-in;
text-decoration: none;
}
.gallery-page .gallery figure img {
width: 100%;
max-width: 650px;
height: auto;
display: block;
border: 1px solid #ddd;
border-radius: 6px;
background: #fff;
transition:
transform 0.25s ease,
box-shadow 0.25s ease,
border-color 0.25s ease;
}
.gallery-page .gallery figure:hover {
transform: translateY(-4px);
}
.gallery-page .gallery figure:hover img {
transform: scale(1.03);
box-shadow: 0 8px 20px rgba(0,0,0,0.18);
border-color: #bbb;
}
.gallery-page .gallery figcaption {
margin-top: 0.6rem;
text-align: center;
font-size: 0.9em;
color: #666;
transition: color 0.25s ease;
}
.gallery-page .gallery figure:hover figcaption {
color: #222;
}
/* Nice keyboard accessibility */
.gallery-page .gallery a:focus img {
outline: none;
box-shadow: 0 0 0 3px rgba(0,120,255,0.35);
}
</style>
<!-- ===================== -->
<!-- LAB GROUP SECTION -->
<!-- ===================== -->
<div class="gallery-section">
<h3>Lab Group & Social Events</h3>
<div class="gallery">
<figure>
<a href="/assets/gallery/2022-lab-group.png">
<img src="/assets/gallery/2022-lab-group.png" alt="Lab Group 2022">
</a>
<figcaption>Lab Members • May 2022</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2019-lab-group-fall.jpg">
<img src="/assets/gallery/2019-lab-group-fall.jpg" alt="Lab Group 2019">
</a>
<figcaption>Lab Members • October 2019</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2019-lab-group.jpg">
<img src="/assets/gallery/2019-lab-group.jpg" alt="Lab Group 2019">
</a>
<figcaption>Lab Members • February 2019</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2022-lab-social1.jpg">
<img src="/assets/gallery/2022-lab-social1.jpg" alt="Lab Social">
</a>
<figcaption>Social • January 2022</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2022-lab-social2.jpg">
<img src="/assets/gallery/2022-lab-social2.jpg" alt="Lab Social">
</a>
<figcaption>Social • September 2022</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2019-lab-visit.jpg">
<img src="/assets/gallery/2019-lab-visit.jpg" alt="Lab Visit">
</a>
<figcaption>Lab Visit • March 2019</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2018-lab-hike.jpg">
<img src="/assets/gallery/2018-lab-hike.jpg" alt="Lab Hike">
</a>
<figcaption>Eagle Bluffs Hike (BC) • July 2018</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2017-lab-social.jpg">
<img src="/assets/gallery/2017-lab-social.jpg" alt="Lab Social">
</a>
<figcaption>Social • May 2017</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2015-lab-social.jpg">
<img src="/assets/gallery/2015-lab-social.jpg" alt="Lab Social">
</a>
<figcaption>Social • June 2015</figcaption>
</figure>
</div>
</div>
<!-- ===================== -->
<!-- CONFERENCES SECTION -->
<!-- ===================== -->
<div class="gallery-section">
<h3>Conferences & Workshops</h3>
<div class="gallery">
<figure>
<a href="/assets/gallery/2023-recomb-istanbul.jpg">
<img src="/assets/gallery/2023-recomb-istanbul.jpg" alt="RECOMB 2023">
</a>
<figcaption>RECOMB • Istanbul, Türkiye (2023)</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2023-recombseq-istanbul.jpg">
<img src="/assets/gallery/2023-recombseq-istanbul.jpg" alt="RECOMB-Seq 2023">
</a>
<figcaption>RECOMB-Seq • Istanbul, Türkiye (2023)</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2018-recomb-france.jpg">
<img src="/assets/gallery/2018-recomb-france.jpg" alt="RECOMB 2018">
</a>
<figcaption>RECOMB • Paris, France (2018)</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2018-recomb-france-social1.jpg">
<img src="/assets/gallery/2018-recomb-france-social1.jpg" alt="RECOMB Social">
</a>
<figcaption>RECOMB Social • Paris, France (2018)</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2018-recomb-france-social2.jpg">
<img src="/assets/gallery/2018-recomb-france-social2.jpg" alt="RECOMB Social">
</a>
<figcaption>RECOMB Social • Paris, France (2018)</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2017-recombseq-hongkong.jpg">
<img src="/assets/gallery/2017-recombseq-hongkong.jpg" alt="RECOMB-Seq 2017">
</a>
<figcaption>RECOMB-Seq • Hong Kong (2017)</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2015-ISMB-dublin.jpg">
<img src="/assets/gallery/2015-ISMB-dublin.jpg" alt="ISMB 2015">
</a>
<figcaption>ISMB • Dublin, Ireland (2015)</figcaption>
</figure>
<figure>
<a href="/assets/gallery/2015-ISMBhitseq-dublin.jpg">
<img src="/assets/gallery/2015-ISMBhitseq-dublin.jpg" alt="HiTSeq Workshop">
</a>
<figcaption>HiTSeq Workshop • ISMB 2015, Dublin</figcaption>
</figure>
</div>
</div>
</div>