Skip to content

Commit

Permalink
added text to contact page tab
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixNyx2017 committed Jul 18, 2023
1 parent ad60047 commit a881d7c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,29 @@
});</script>
</div>

<div class="page">
<div class="pageTitle">
<h1 class="pageTitleText">Contact Us!</h1>
</div>
<div class="pageBody">
<h1 class="pageHeaders">Interested in joining?</h1>
<p class="pagePara">
The team is always looking for new members and mentors! If you are interested in
joining or just want to take a look
around the shop, please fill out <a href=>this form.</a>
</p>
<p class="pagePara">
If you or your company want to sponsor the team,
please email us at <a href="mailto:[email protected]">[email protected]</a>
</p>
<h1 class="pageHeaders">Other questions?</h1>
<p class="pagePara">
Email us at <a href="mailto:[email protected]">[email protected]</a>
with any concerns or questions about the team. We hope to see you around!
</p>
</div>
</div>

<div id="footerplace">
<script>$(function(){
$("#footerplace").load("../templates/footer.txt");
Expand Down

0 comments on commit a881d7c

Please sign in to comment.