-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change all emails to go to email link instead
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|