Skip to content

Commit

Permalink
making email address a mailto link
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-john committed Jan 23, 2020
1 parent 53c0efd commit fed1963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/html/engineer-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4 class="text-white card-subtitle">ENGINEER</h4>

<ul class="list-group list-group-flush">
<li class="list-group-item">ID: <span>{%ID%}</span></li>
<li class="list-group-item">Email: <span>{%EMAIL%}</span></li>
<li class="list-group-item">Email: <span><a href='mailto:{%EMAIL%}'>{%EMAIL%}</a></span></li>
<li class="list-group-item">Github: <span><a href=`https://github.com/{%SPECIAL%}`>{%SPECIAL%}<a></span></li>

</ul>
Expand Down
2 changes: 1 addition & 1 deletion assets/html/intern-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4 class="text-white card-subtitle">INTERN</h4>

<ul class="list-group list-group-flush">
<li class="list-group-item">ID: <span>{%ID%}</span></li>
<li class="list-group-item">Email: <span>{%EMAIL%}</span></li>
<li class="list-group-item">Email: <span><a href='mailto:{%EMAIL%}'>{%EMAIL%}</a>{%EMAIL%}</span></li>
<li class="list-group-item">School: <span><a href=`tel:{%SPECIAL%}`>{%SPECIAL%}<a></span></li>

</ul>
Expand Down
2 changes: 1 addition & 1 deletion assets/html/manager-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4 class="text-white card-subtitle">MANAGER</h4>

<ul class="list-group list-group-flush">
<li class="list-group-item">ID: <span>{%ID%}</span></li>
<li class="list-group-item">Email: <span>{%EMAIL%}</span></li>
<li class="list-group-item">Email: <span><a href='mailto:{%EMAIL%}'>{%EMAIL%}</a>{%EMAIL%}</span></li>
<li class="list-group-item">Phone: <span><a href=`tel:{%SPECIAL%}`>{%SPECIAL%}<a></span></li>

</ul>
Expand Down

0 comments on commit fed1963

Please sign in to comment.