Skip to content

Commit d106164

Browse files
committed
added new lab photo
1 parent c793ca4 commit d106164

3 files changed

Lines changed: 58 additions & 14 deletions

File tree

_styles/main.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,24 @@ main {
66
flex-direction: column;
77
flex-grow: 1;
88
}
9+
10+
.funding-logos {
11+
display: flex;
12+
flex-wrap: wrap;
13+
justify-content: center;
14+
align-items: center;
15+
gap: 30px;
16+
margin: 2rem 0;
17+
}
18+
19+
.funding-logos a {
20+
display: flex;
21+
align-items: center;
22+
justify-content: center;
23+
}
24+
25+
.funding-logos img {
26+
height: 80px;
27+
width: auto;
28+
object-fit: contain;
29+
}

images/qmel_lab_2026.jpg

6.82 MB
Loading

team/index.md

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ If you are interested in joining the lab, please [read through the process in ou
2020

2121
{% include section.html %}
2222

23-
![2023 team photo](/images/qmel_lab_2025.jpeg "2025 team photo")
23+
![2026 team photo](/images/qmel_lab_2026.jpg "2026 team photo")
2424

2525
{% include section.html %}
2626

2727
# Alumni
2828

29-
Alumni from the lab have received prestigious awards (e.g., Knauss Marine Policy Fellowship, Fulbright Award), furthered their education in other graduate programs, and acquired jobs in government and non-profits.
29+
Alumni from the lab have received prestigious awards (e.g., Knauss Marine Policy Fellowship, Fulbright Award), furthered their education in other graduate programs, and acquired jobs in government, academia, and at non-profits.
3030

3131

3232
{% include list.html data="members" component="portrait" filter="group == 'alumni'" style="small" %}
@@ -41,17 +41,40 @@ Our work is made possible by funding from several organizations.
4141

4242
{% include section.html %}
4343

44-
{% capture content %}
44+
<div class="funding-logos">
45+
<a href="https://www.nsf.gov/" target="_blank">
46+
<img src="/images/NSF_Logo.png" alt="National Science Foundation">
47+
</a>
4548

46-
[![](/images/NSF_Logo.png)](https://www.nsf.gov/){width=25%}
47-
[![](/images/Gund_logo.png)](https://www.uvm.edu/gund){width=25%}
48-
[![](/images/fulbright-logo.png)](https://cies.org/){width=25%}
49-
[![](/images/cdf_logo.png)](https://darwinfoundation.org/en//){width=25%}
50-
[![](/images/unh_logo.png)](https://www.unh.edu/){width=25%}
51-
[![](/images/nhsg-logo-blue.png)](https://seagrant.unh.edu/){width=25%}
52-
[![](/images/prep_horiz.png)](https://prepestuaries.org/who-we-are/about-prep/){width=25%}
53-
[![](/images/nhaes_logo.png)](https://colsa.unh.edu/new-hampshire-agricultural-experiment-station){width=25%}
54-
[![](/images/logos/USDA_logo.png)](https://www.usda.gov/){width=25%}
55-
{% endcapture %}
49+
<a href="https://www.uvm.edu/gund" target="_blank">
50+
<img src="/images/Gund_logo.png" alt="Gund Institute">
51+
</a>
5652

57-
{% include grid.html style="square" content=content %}
53+
<a href="https://cies.org/" target="_blank">
54+
<img src="/images/fulbright-logo.png" alt="Fulbright">
55+
</a>
56+
57+
<a href="https://darwinfoundation.org/en/" target="_blank">
58+
<img src="/images/cdf_logo.png" alt="Charles Darwin Foundation">
59+
</a>
60+
61+
<a href="https://www.unh.edu/" target="_blank">
62+
<img src="/images/unh_logo.png" alt="University of New Hampshire">
63+
</a>
64+
65+
<a href="https://seagrant.unh.edu/" target="_blank">
66+
<img src="/images/nhsg-logo-blue.png" alt="New Hampshire Sea Grant">
67+
</a>
68+
69+
<a href="https://prepestuaries.org/who-we-are/about-prep/" target="_blank">
70+
<img src="/images/prep_horiz.png" alt="Piscataqua Region Estuaries Partnership">
71+
</a>
72+
73+
<a href="https://colsa.unh.edu/new-hampshire-agricultural-experiment-station" target="_blank">
74+
<img src="/images/nhaes_logo.png" alt="NHAES">
75+
</a>
76+
77+
<a href="https://www.usda.gov/" target="_blank">
78+
<img src="/images/logos/USDA_logo.png" alt="USDA">
79+
</a>
80+
</div>

0 commit comments

Comments
 (0)