Skip to content

Commit acf5bec

Browse files
committed
update gallery
1 parent b2d328c commit acf5bec

2 files changed

Lines changed: 41 additions & 10 deletions

File tree

gallery.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,51 @@
11
---
22
layout: page
33
title: Gallery
4-
permalink: /gallery
4+
permalink: /gallery/
55
---
66

77
Photographs from the Birol Labs over the years, including lab gatherings, conferences, workshops, and other memorable moments.
88

9-
<div class="gallery-page">
9+
<style>
10+
11+
.gallery-section {
12+
margin: 2.5rem 0;
13+
}
14+
15+
.gallery-section h3 {
16+
margin-bottom: 1.2rem;
17+
}
18+
19+
.gallery figure {
20+
margin: 0;
21+
}
22+
23+
.gallery {
24+
display: grid;
25+
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
26+
gap: 1.5rem;
27+
}
28+
29+
.gallery figure img {
30+
width: 100%;
31+
height: auto;
32+
display: block;
33+
border: 1px solid #ddd;
34+
border-radius: 6px;
35+
}
36+
37+
.gallery figcaption {
38+
margin-top: 0.5rem;
39+
text-align: center;
40+
font-size: 0.9em;
41+
color: #666;
42+
}
43+
44+
</style>
1045

1146
<div class="gallery-section">
1247

13-
<h2>Lab Group &amp; Social Events</h2>
48+
<h3>Lab Group &amp; Social Events</h3>
1449

1550
<div class="gallery">
1651

@@ -83,7 +118,7 @@ Photographs from the Birol Labs over the years, including lab gatherings, confer
83118

84119
<div class="gallery-section">
85120

86-
<h2>Conferences &amp; Workshops</h2>
121+
<h3>Conferences &amp; Workshops</h3>
87122

88123
<div class="gallery">
89124

gallery.worksbasic

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
layout: page
33
title: Gallery
4-
permalink: /gallery/
5-
body_class: gallery-page
4+
permalink: /gallery
65
---
76

8-
Photographs from the Bioinformatics Technologies Lab over the years, including lab gatherings, conferences, workshops, and other memorable moments.
7+
Photographs from the Birol Labs over the years, including lab gatherings, conferences, workshops, and other memorable moments.
98

109
<div class="gallery-page">
1110

@@ -148,6 +147,3 @@ Photographs from the Bioinformatics Technologies Lab over the years, including l
148147

149148
</div>
150149

151-
</div>
152-
153-
<br>

0 commit comments

Comments
 (0)