diff --git a/img/jonathantessmann.jpg b/img/jonathantessmann.jpg new file mode 100644 index 0000000..cd4f36e Binary files /dev/null and b/img/jonathantessmann.jpg differ diff --git a/index.html b/index.html index 8706040..0c2c639 100644 --- a/index.html +++ b/index.html @@ -758,7 +758,7 @@
Finance Lead / Website Assist
- Ampere#0208
stevendinh987 (at) gmail (dot) com
+ Ampere#0208
steven (at) gilroyhacks (dot) com @@ -794,11 +794,11 @@
Outreach Lead
- SURPRISE!!#8662
vijaykethanaboyina (at) gmail (dot) com
+ SURPRISE!!#8662
vijay (at) gilroyhacks (dot) com
-
profile picture
+
profile picture

Jonathan Tessmann

Outreach Assist
@@ -817,7 +817,7 @@
Tech Support
- Spidey#8742
+ Spidey#8742
@@ -840,7 +840,7 @@
Marketing Lead
- bmank52#1664
+ bmank52#1664
bryce (at) gilroyhacks (dot) com
diff --git a/js/general.js b/js/general.js index 676740f..428aba2 100644 --- a/js/general.js +++ b/js/general.js @@ -25,8 +25,8 @@ document.addEventListener('DOMContentLoaded', function(){ isaac.innerHTML = "ihwang" + "@" + "gilroyhacks.com"; var steven = document.getElementById("email-replace-steven"); - setAttributes(steven, {"href": "mailto:stevendinh987" + "@" + "gmail.com?subject=Gilroy Hacks", "target": "_blank"}); - steven.innerHTML = "stevendinh987" + "@" + "gmail.com"; + setAttributes(steven, {"href": "mailto:steven" + "@" + "gilroyhacks.com?subject=Gilroy Hacks", "target": "_blank"}); + steven.innerHTML = "steven" + "@" + "gilroyhacks.com"; const vijay_emails = document.querySelectorAll('.email-replace-vijay'); vijay_emails.forEach(entry => { @@ -43,16 +43,16 @@ document.addEventListener('DOMContentLoaded', function(){ james.innerHTML = "james" + "@" + "gilroyhacks.com"; var ezra = document.getElementById("email-replace-ezra"); - setAttributes(ezra, {"href": "mailto:ezrabridger27" + "@" + "gmail.com?subject=Gilroy Hacks", "target": "_blank"}); - ezra.innerHTML = "ezrabridger27" + "@" + "gmail.com"; + setAttributes(ezra, {"href": "mailto:clementboiteux" + "@" + "gilroyhacks.com?subject=Gilroy Hacks", "target": "_blank"}); + ezra.innerHTML = "clementboiteux" + "@" + "gilroyhacks.com"; var mark = document.getElementById("email-replace-mark"); setAttributes(mark, {"href": "mailto:markshen00" + "@" + "gmail.com?subject=Gilroy Hacks", "target": "_blank"}); mark.innerHTML = "markshen00" + "@" + "gmail.com"; var bryce = document.getElementById("email-replace-bryce"); - setAttributes(bryce, {"href": "mailto:brycemankovsky" + "@" + "gmail.com?subject=Gilroy Hacks", "target": "_blank"}); - bryce.innerHTML = "brycemankovsky" + "@" + "gmail.com"; + setAttributes(bryce, {"href": "mailto:bryce" + "@" + "gilroyhacks.com?subject=Gilroy Hacks", "target": "_blank"}); + bryce.innerHTML = "bryce" + "@" + "gilroyhacks.com"; // Scroll Element // Creating an observer when the user views that element