Add button linking to mailing list

This commit is contained in:
Ben Sturmfels 2023-03-16 14:00:18 +11:00
parent e5f89b4802
commit 541e34bebb
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -9,6 +9,8 @@
<div class="f6 mw6">
<p class="f4 mt0">Software Freedom Conservancy is so proud to announce that we are hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
<p><a href="https://lists.sfconservancy.org/mailman/listinfo/fossy-announce"><button type="button">Subscribe to updates</button></a></p>
<p>We are mindful of having a safe environment for all. In this new time of conferences, we will be focused on COVID safety and making sure all attendees feel safe participating as much as they feel comfortable (we will have a detailed policy published in the coming weeks).</p>
<p>As this is the first year we are running a conference of this scale, we plan to have 8 tracks for talks over 4 days. With tracks for community building, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. We also plan to involve significant community participation in the content of our tracks.</p>
@ -25,7 +27,7 @@
</div>
<h3 class="f2 lh-title mt4 mb3" id="posts">News</h3>
{% if articles_page.object_list %}<h3 class="f2 lh-title mt4 mb3" id="posts">News</h3>
<ol id="post-list" class="list pl0">
{% for article in articles_page.object_list %}
<li><article class="hentry">
@ -42,6 +44,7 @@
</article></li>
{% endfor %}
</ol><!-- /#posts-list -->
{% endif %}
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% endif %}