diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-02-17 17:28:39 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-02-17 17:28:39 +0100 |
| commit | a46117239b5e71c72dff3157e9d3220a0e934684 (patch) | |
| tree | 40a528c55b564fb7b97c419f1252d43af34fe18e | |
| parent | ea4c1e03cd74e3d7a0e121cf68db625985dcf159 (diff) | |
update email
| -rw-r--r-- | docs/assets/js/site.js | 2 | ||||
| -rw-r--r-- | docs/portfolio/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/site.js b/docs/assets/js/site.js index 44863e2..b0ee65c 100644 --- a/docs/assets/js/site.js +++ b/docs/assets/js/site.js @@ -22,7 +22,7 @@ const site = (function () { setTimeout(() => { document.body.classList.remove("loading"); // navigateHash(window.location.hash) - const email = atob("eGVuYXZlY3RyYTkwOUBnbWFpbC5jb20="); + const email = atob("eGVuYUB4ZW5hdmVjdHJhLmNvbQ=="); document.querySelector("#email_addr").href = "mailto:" + email; document.querySelector("#email_addr").innerHTML = email; }, 0); diff --git a/docs/portfolio/index.html b/docs/portfolio/index.html index 07525b4..c99d548 100644 --- a/docs/portfolio/index.html +++ b/docs/portfolio/index.html @@ -176,7 +176,7 @@ s.setAttribute('src', window.location.href.match('asdf') ? './index.js' : './index.js?' + Date.now()); document.body.appendChild(s); (function(){ - var e = atob('eGVuYXZlY3RyYTkwOUBnbWFpbC5jb20=') + var e = atob("eGVuYUB4ZW5hdmVjdHJhLmNvbQ==") address.setAttribute("href", 'mailto:' + e) address.innerHTML = e })() |
