Skip to content

Commit

Permalink
[TEAMMATES#12375] Update phrasing of contact page (TEAMMATES#13157)
Browse files Browse the repository at this point in the history
* Update phrasing of contact page

* Update phrasing and add icon

* Add additional icons

---------

Co-authored-by: domoberzin <[email protected]>
  • Loading branch information
1 parent 3fddf47 commit 6d4f9f4
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit 6d4f9f4

Please sign in to comment.