Skip to content

Commit

Permalink
change all emails to go to email link instead
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Sep 5, 2023
1 parent c164126 commit 6d3acb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/collection/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
letter-spacing: 0.05em;
font-size: 0.9em;
padding: 0 1.5rem;"
href="mailto:[email protected];[email protected];[email protected]?subject=HTT Feedback">Email Admin</a>
href="https://didsr.github.io/HTT.home/assets/pages/team">Email project organizers</a>
<div
id="screenName"
style="
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/crowd.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3>Step 1: Participant Survey</h3>
<a href="../collection/viewer.html" class="image"><img src="./camic.jpg" style="-webkit-filter: hue-rotate(30deg);filter: hue-rotate(30deg);" alt=""/></a>
<div class="content">
<h3>COLLECTION LIST</h3>
<p>Participants will find collections to complete. <a href="mailto:[email protected];[email protected];[email protected]">Email us</a> when you complete collections.</p>
<p>Participants will find collections to complete. <a href="https://didsr.github.io/HTT.home/assets/pages/team">Email project organizers</a> when you complete collections.</p>
<a href="../collection/viewer.html" class="button">COLLECTIONS</a>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ul>
<li id="screenName" style="display:none;"></li>
<li id="userManage"><a target="_blank" href="../managment/users.html">User Managment</a></li>
<li><a href="mailto:[email protected];[email protected];[email protected]?subject=HTT Feedback">Email Admin</a></li>
<li><a href="https://didsr.github.io/HTT.home/assets/pages/team">Email project organizers</a></li>
<li style=><a href="#" onclick="tokenSignOut('../../login.html?logout=true')">Sign Out</a></li>
</ul>
</nav>
Expand Down

0 comments on commit 6d3acb7

Please sign in to comment.