Skip to content

Commit

Permalink
update emails
Browse files Browse the repository at this point in the history
  • Loading branch information
geryonghost committed Sep 13, 2024
1 parent 9cef77f commit ba7faba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/swh/views/inc/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
</ul>
<ul class="navbar-nav ms-auto">
<script language="javaScript">
user = 'steven';
site = 'thehillden.us';
user = 'cyb3rsteven';
site = 'gmail.com';
document.write('<a class=\"nav-link\" href=\"mailto:' + user + '@' + site + '\" target=\"_new\">');
document.write('<i class=\"fa-solid fa-envelope fa-2xl\"></i></a>');
</script>
Expand Down
4 changes: 2 additions & 2 deletions app/swh/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div class="col">
<i class="fa-solid fa-envelope"></i>
<script language="javaScript">
user = 'steven';
site = 'thehillden.us';
user = 'cyb3rsteven';
site = 'gmail.com';
document.write('<a href=\"mailto:' + user + '@' + site + '\" target=\"_new\">');
document.write(user + '@' + site + '</a>');
</script><br />
Expand Down

0 comments on commit ba7faba

Please sign in to comment.