Skip to content

Commit 5187142

Browse files
committed
Add mailing list page
We need instructions to tell people how to subscribe/unsubscribe from the development mailing list. Signed-off-by: Robert Young <robertyoungnz@gmail.com>
1 parent fba80b5 commit 5187142

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

join-us/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ title: Join Us!
3030
</div>
3131
</div>
3232
</div>
33+
<div class="col">
34+
<div class="card shadow mb-2 mx-2 h-100">
35+
<div class="card-header"><h2 class="card-title fs-4">Join our Development Mailing List</h2></div>
36+
<div class="card-body mx-3 my-2">
37+
<p>Keep up with Kroxylicious Development topics by joining the kroxylicious-dev Mailing List</p>
38+
</div>
39+
<div class="card-footer text-center">
40+
<a href="mailing-lists/" class="btn btn-primary">More info</a>
41+
</div>
42+
</div>
43+
</div>
3344
<div class="col">
3445
<div class="card shadow mb-2 mx-2 h-100">
3546
<div class="card-header"><h2 class="card-title fs-4">Join our Community Call</h2></div>

join-us/mailing-lists/index.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: default
3+
title: Mailing Lists
4+
---
5+
6+
<div class="row align-items-start justify-content-center my-5">
7+
<div class="col-lg-3 mb-5" role="complementary" aria-labelledby="page-title">
8+
<div class="card shadow px-2 mx-2">
9+
<div class="card-body">
10+
<h1 id="page-title" class="fs-3">{{ page.title }}</h1>
11+
<p>Join our Development Mailing List to keep up with:</p>
12+
<ul>
13+
<li>Formal technical discussions.</li>
14+
<li>Voting on technical decisions.</li>
15+
<li>Summaries of major decisions made in Slack.</li>
16+
<li>Long-form information.</li>
17+
</ul>
18+
<p>We welcome everyone to contribute in a respectful and inclusive environment. See our <a href="https://github.com/kroxylicious/.github/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a>.</p>
19+
</div>
20+
</div>
21+
</div>
22+
<div class="col-lg-6" role="main">
23+
<h3 style="display: flex; align-items: center; gap: 0.5em;">How to Subscribe</h3>
24+
<div>
25+
<ul>
26+
<li>If you have a Google Account, you can join <a href="https://groups.google.com/g/kroxylicious-dev">here</a></li>
27+
<li>Alternatively, you can subscribe by sending an empty email to <a href="mailto:kroxylicious-dev+subscribe@googlegroups.com">kroxylicious-dev+subscribe@googlegroups.com</a></li>
28+
</ul>
29+
</div>
30+
<hr class="section-divider"/>
31+
<h3 style="display: flex; align-items: center; gap: 0.5em;">How to Unsubscribe</h3>
32+
<div>
33+
<ul>
34+
<li>You can unsubscribe by sending an empty email to <a href="mailto:kroxylicious-dev+unsubscribe@googlegroups.com">kroxylicious-dev+unsubscribe@googlegroups.com</a></li>
35+
</ul>
36+
</div>
37+
<hr class="section-divider"/>
38+
<h3 style="display: flex; align-items: center; gap: 0.5em;">Contact Us</h3>
39+
<div>
40+
<p>The project managers will use a private list, but only for communication that needs to remain private.
41+
You can contact them by email to <a href="mailto:kroxylicious-pms@googlegroups.com">kroxylicious-pms@googlegroups.com</a>.</p>
42+
</div>
43+
</div>

0 commit comments

Comments
 (0)