Skip to content

Commit b45b5f9

Browse files
committed
new pages
1 parent b695ea1 commit b45b5f9

3 files changed

Lines changed: 54 additions & 15 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

gallery.worksbasic renamed to gallery.md

Lines changed: 54 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,90 @@
11
---
22
layout: page
33
title: Gallery
4-
permalink: /gallery
54
---
65

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

9-
<div class="gallery-page">
8+
<style>
9+
.gallery-section {
10+
margin: 2.5rem 0;
11+
}
12+
13+
.gallery-section h3 {
14+
margin-bottom: 1.2rem;
15+
}
16+
17+
.gallery {
18+
display: grid;
19+
grid-template-columns: 1fr;
20+
gap: 1.5rem;
21+
justify-items: center;
22+
}
23+
24+
.gallery figure {
25+
margin: 0;
26+
}
27+
28+
.gallery figure img {
29+
width: 100%;
30+
max-width: 700px;
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+
</style>
44+
45+
<!-- ===================== -->
46+
<!-- LAB GROUP SECTION -->
47+
<!-- ===================== -->
1048

1149
<div class="gallery-section">
1250

13-
<h2>Lab Group &amp; Social Events</h2>
51+
<h3>Lab Group &amp; Social Events</h3>
1452

1553
<div class="gallery">
1654

1755
<figure>
1856
<a href="/assets/gallery/2022-lab-group.png">
1957
<img src="/assets/gallery/2022-lab-group.png" alt="Lab Group 2022">
2058
</a>
21-
<figcaption>Lab Group &bull; May 2022</figcaption>
59+
<figcaption>Lab Members &bull; May 2022</figcaption>
2260
</figure>
2361

2462
<figure>
2563
<a href="/assets/gallery/2019-lab-group-fall.jpg">
2664
<img src="/assets/gallery/2019-lab-group-fall.jpg" alt="Lab Group 2019">
2765
</a>
28-
<figcaption>Lab Group &bull; October 2019</figcaption>
66+
<figcaption>Lab Members &bull; October 2019</figcaption>
2967
</figure>
3068

3169
<figure>
3270
<a href="/assets/gallery/2019-lab-group.jpg">
3371
<img src="/assets/gallery/2019-lab-group.jpg" alt="Lab Group 2019">
3472
</a>
35-
<figcaption>Lab Group &bull; February 2019</figcaption>
73+
<figcaption>Lab Members &bull; February 2019</figcaption>
3674
</figure>
3775

3876
<figure>
3977
<a href="/assets/gallery/2022-lab-social1.jpg">
4078
<img src="/assets/gallery/2022-lab-social1.jpg" alt="Lab Social">
4179
</a>
42-
<figcaption>Lab Social &bull; January 2022</figcaption>
80+
<figcaption>Social &bull; January 2022</figcaption>
4381
</figure>
4482

4583
<figure>
4684
<a href="/assets/gallery/2022-lab-social2.jpg">
4785
<img src="/assets/gallery/2022-lab-social2.jpg" alt="Lab Social">
4886
</a>
49-
<figcaption>Lab Social &bull; September 2022</figcaption>
87+
<figcaption>Social &bull; September 2022</figcaption>
5088
</figure>
5189

5290
<figure>
@@ -60,30 +98,33 @@ Photographs from the Birol Labs over the years, including lab gatherings, confer
6098
<a href="/assets/gallery/2018-lab-hike.jpg">
6199
<img src="/assets/gallery/2018-lab-hike.jpg" alt="Lab Hike">
62100
</a>
63-
<figcaption>Lab Hike &bull; July 2018</figcaption>
101+
<figcaption>Eagle Bluffs Hike (BC) &bull; July 2018</figcaption>
64102
</figure>
65103

66104
<figure>
67105
<a href="/assets/gallery/2017-lab-social.jpg">
68106
<img src="/assets/gallery/2017-lab-social.jpg" alt="Lab Social">
69107
</a>
70-
<figcaption>Lab Social &bull; May 2017</figcaption>
108+
<figcaption>Social &bull; May 2017</figcaption>
71109
</figure>
72110

73111
<figure>
74112
<a href="/assets/gallery/2015-lab-social.jpg">
75113
<img src="/assets/gallery/2015-lab-social.jpg" alt="Lab Social">
76114
</a>
77-
<figcaption>Lab Social &bull; June 2015</figcaption>
115+
<figcaption>Social &bull; June 2015</figcaption>
78116
</figure>
79117

80118
</div>
81-
82119
</div>
83120

121+
<!-- ===================== -->
122+
<!-- CONFERENCES SECTION -->
123+
<!-- ===================== -->
124+
84125
<div class="gallery-section">
85126

86-
<h2>Conferences &amp; Workshops</h2>
127+
<h3>Conferences &amp; Workshops</h3>
87128

88129
<div class="gallery">
89130

@@ -144,6 +185,4 @@ Photographs from the Birol Labs over the years, including lab gatherings, confer
144185
</figure>
145186

146187
</div>
147-
148188
</div>
149-
File renamed without changes.

0 commit comments

Comments
 (0)