Skip to content

Commit f6c4aa5

Browse files
authored
Merge pull request #287 from Boston-area-Women-in-Bioinformatics/update-contact
Update contact email and add blog content submission
2 parents 88c8d8c + 83031f1 commit f6c4aa5

File tree

13 files changed

+28
-17
lines changed

13 files changed

+28
-17
lines changed

src/content/committees/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Check our [events calendar](https://luma.com/bwib) for the latest information on
3232

3333
## Get Involved
3434

35-
Interested in helping organize events or have ideas for future gatherings? [We'd love to hear from you!](mailto:Bostonwomeninbioinformatics@gmail.com)
35+
Interested in helping organize events or have ideas for future gatherings? [We'd love to hear from you!](mailto:communications@boston-wib.org)

src/content/meetups/20260115_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ This is primarily a space for women to connect, share experiences, and support e
5757

5858
### <a name="photographer"></a> Calling photographers!
5959

60-
Interested in taking professional headshots for a future event? We're open to various arrangements - volunteer opportunity for portfolio building, partial compensation, or paid services. Contact the event organizers or reach out to us at [Bostonwomeninbioinformatics@gmail.com](mailto:Bostonwomeninbioinformatics@gmail.com) and let's find something that works for both of us.
60+
Interested in taking professional headshots for a future event? We're open to various arrangements - volunteer opportunity for portfolio building, partial compensation, or paid services. Contact the event organizers or reach out to us at [communications@boston-wib.org](mailto:communications@boston-wib.org) and let's find something that works for both of us.

src/content/newsletter/issue-001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ We are proud to recognize the dedicated volunteers who shape the vision and impa
123123
## Social Media
124124

125125
- **Slack:** [boston-women-bioinfo](https://boston-women-bioinfo.slack.com)
126-
- **Email:** [Bostonwomeninbioinformatics@gmail.com](mailto:Bostonwomeninbioinformatics@gmail.com)
126+
- **Email:** [communications@boston-wib.org](mailto:communications@boston-wib.org)
127127
- **LinkedIn:** [Boston-area Women in Bioinformatics](https://www.linkedin.com/company/boston-women-in-bioinformatics)
128128
- **Lu.ma:** [Boston Women in Bioinformatics](https://luma.com/bwib)
129129
- **Location:** Boston Area, Massachusetts

src/content/newsletter/issue-002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The Web Page committee manages the organization's website to share group informa
200200
## Social Media
201201

202202
- **Slack:** [boston-women-bioinfo](https://boston-women-bioinfo.slack.com)
203-
- **Email:** [Bostonwomeninbioinformatics@gmail.com](mailto:Bostonwomeninbioinformatics@gmail.com)
203+
- **Email:** [communications@boston-wib.org](mailto:communications@boston-wib.org)
204204
- **LinkedIn:** [Boston-area Women in Bioinformatics](https://www.linkedin.com/company/boston-women-in-bioinformatics)
205205
- **Lu.ma:** [Boston Women in Bioinformatics](https://luma.com/bwib)
206206
- **Location:** Boston Area, Massachusetts

src/content/newsletter/issue-003.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ As the year draws to a close, our various committees have diligently compiled th
166166
## Social Media
167167

168168
- **Slack:** [boston-women-bioinfo](https://boston-women-bioinfo.slack.com)
169-
- **Email:** [Bostonwomeninbioinformatics@gmail.com](mailto:Bostonwomeninbioinformatics@gmail.com)
169+
- **Email:** [communications@boston-wib.org](mailto:communications@boston-wib.org)
170170
- **LinkedIn:** [Boston-area Women in Bioinformatics](https://www.linkedin.com/company/boston-women-in-bioinformatics)
171171
- **Lu.ma:** [Boston Women in Bioinformatics](https://luma.com/bwib)
172172
- **Location:** Boston Area, Massachusetts

src/pages/[...blog]/[...page].astro

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ const metadata = {
9696
<Headline
9797
title="Blogs"
9898
subtitle="Enjoy news, tutorials, resources and other interesting content related to bioinformatics"
99-
classes={{ container: 'my-2 md:my-3 max-w-3xl' }}
99+
classes={{ container: 'my-2 md:my-3 max-w-4xl' }}
100100
/>
101-
102101
<!-- Search + Filter controls -->
103102
<div class="flex flex-col sm:flex-row gap-3 mb-8">
104103
<!-- Search Bar -->
@@ -286,6 +285,18 @@ const metadata = {
286285
No posts match your search.
287286
</p>
288287
</div>
288+
289+
<p class="text-sm text-muted dark:text-slate-400 text-center max-w-4xl mx-auto mt-12 mb-0">
290+
Have content you want to submit? Contact <a
291+
href="mailto:communications@boston-wib.org"
292+
class="text-primary hover:underline">communications@boston-wib.org</a
293+
> and fill out our <a
294+
href="https://docs.google.com/forms/d/e/1FAIpQLSdmsqWJ7oHRC8kK7NIMgyGuGegNsIY1yVQpMeV8VTHXvsPstA/viewform?usp=header"
295+
target="_blank"
296+
rel="noopener noreferrer"
297+
class="text-primary hover:underline">Google Form</a
298+
>.
299+
</p>
289300
</section>
290301
</Layout>
291302

src/pages/contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const metadata = {
7878
icon: 'tabler:mail',
7979
callToAction: {
8080
target: '_blank',
81-
href: 'mailto:Bostonwomeninbioinformatics@gmail.com',
81+
href: 'mailto:communications@boston-wib.org',
8282
},
8383
},
8484
{

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ const metadata = {
450450
icon: 'tabler:mail',
451451
callToAction: {
452452
target: '_blank',
453-
href: 'mailto:Bostonwomeninbioinformatics@gmail.com',
453+
href: 'mailto:communications@boston-wib.org',
454454
},
455455
},
456456
{

src/pages/index_init.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ const metadata = {
105105
icon: 'tabler:mail',
106106
callToAction: {
107107
target: '_blank',
108-
text: 'Bostonwomeninbioinformatics@gmail.com',
109-
href: 'mailto:Bostonwomeninbioinformatics@gmail.com',
108+
text: 'communications@boston-wib.org',
109+
href: 'mailto:communications@boston-wib.org',
110110
variant: 'link',
111111
},
112112
},

src/pages/privacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Boston Women in Bioinformatics will retain your personal data only for as lo
5959

6060
## 5. Delete Your Personal Data
6161

62-
You have the right to delete or request that we assist in correcting inaccuracies or deleting the personal data that we have collected about you by contacting us at [Bostonwomeninbioinformatics@gmail.com](mailto:Bostonwomeninbioinformatics@gmail.com).
62+
You have the right to delete or request that we assist in correcting inaccuracies or deleting the personal data that we have collected about you by contacting us at [communications@boston-wib.org](mailto:communications@boston-wib.org).
6363

6464
You may also:
6565

@@ -93,4 +93,4 @@ We may update this Privacy Policy periodically. We encourage you to review this
9393

9494
If you have any questions about this Privacy Policy, you can contact us:
9595

96-
- By email: [Bostonwomeninbioinformatics@gmail.com](mailto:Bostonwomeninbioinformatics@gmail.com)
96+
- By email: [communications@boston-wib.org](mailto:communications@boston-wib.org)

0 commit comments

Comments
 (0)