acm-site/acmsite/templates/join.html
Cara Salter fa7a5de1cb
Make join page a little more friendly
Previous text implied that you had to show up to every meeting to join
the club, new text only says that we host events every week!
2024-04-03 18:51:23 +11:00

23 lines
1 KiB
HTML

{% extends 'layout.html' %}
{% block app_content %}
<h1>Join ACM!</h1>
<p>Want to join us? Show up to our <a href="{{ url_for('main.events')}}">GBMs and
events</a>,
we hold them every week!</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 [at] wpi [dot] edu</li>
</ul>
{% endblock %}