Update join.html with social media links

This commit is contained in:
Cara Salter 2024-03-21 09:34:59 +11:00
parent a87f6e53c9
commit b74d950c08
No known key found for this signature in database
GPG key ID: A8A3A601440EADA5

View file

@ -2,10 +2,22 @@
{% block app_content %} {% block app_content %}
<h1>Join ACM</h1> <h1>Join ACM!</h1>
<p>Want to join us? Show up to our GBMs and events every week!</p> <p>Want to join us? Show up to our <a href="{{ url_for('main.events')}}">GBMs and
events</a>
every week!</p>
<p>Our upcoming events are:</p> <p>You can also connect with us online, use these links to find us!</p>
<ul>
<li>Discord: <a
href="https://discord.gg/znvNGgDb6n">https://discord.gg/znvNGgDb6n</a></li>
<li>Instagram: <a href="https://instagram.com/wpi_acm">@wpi_acm</a></li>
<li>MyWPI: <a
href="https://mywpi.wpi.edu/ACM/club_signup">https://mywpi.wpi.edu/ACM/club_signup</a></li>
<li>Mailing List: <a
href="mailto:acm@wpi.edu?subject=Please%20add%20me%20to%20the%20ACM%20list!&body=Hello!%0A%0AI'd%20like%20to%20be%20added%20to%20the%20ACM%20email%20list%20(acm-announce%40wpi.edu).%0A%0AThanks!">Use
this fancy link</a>, or email acm@wpi.edu!</li>
</ul>
{% endblock %} {% endblock %}