Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#12375] Update phrasing of contact page #13157

Merged
merged 8 commits into from
Aug 7, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@ <h1 class="color-orange">
</h1>
<img src="assets/images/contact.png">
<p>
<b>Email:</b> You can contact us at the following email address: <a href="mailto:{{ supportEmail }}">{{ supportEmail }}</a>.
<b>Email:</b> You can contact us at the following email address:
<a href="mailto:{{ supportEmail }}"><span aria-hidden="true" class="fas fa-envelope"></span>{{ supportEmail }}</a>.
</p>
<p>
<b>Blog:</b> Visit the <a href="http://teammatesonline.blogspot.sg/" target="_blank" rel="noopener noreferrer">TEAMMATES Blog</a> to see our latest updates and information.
<b>Blog:</b> Visit the
<a href="http://teammatesonline.blogspot.sg/" target="_blank" rel="noopener noreferrer"><span aria-hidden="true" class="fab fa-blogger"></span>TEAMMATES Blog</a>
to see our latest updates and information.
</p>
<p>
<b>Bug reports and feature requests:</b> Any bug reports or feature requests can be submitted to above email address.
</p>
<p>
<b>Interested in joining us?</b> Visit our <a href="https://github.com/TEAMMATES/teammates" target="_blank" rel="noopener noreferrer">Developer Website</a>.
<b>Interested in joining us?</b> Visit our
<a href="https://github.com/TEAMMATES/teammates" target="_blank" rel="noopener noreferrer">
<span aria-hidden="true" class="fab fa-github"></span>TEAMMATES Github</a>.
</p>
<p>
<b>Becoming a sponsor</b>:
Expand Down
Loading