|
| 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