index: Added contact email

This commit is contained in:
Yuki Joou 2023-05-27 15:48:11 +02:00
parent 2b2e9029ec
commit 9bc9ad7845

View file

@ -47,10 +47,26 @@
<p>
i'm available on matrix: &commat;yukijoou:catgirl.cloud
<br />
more means of communications are comming soon, stay tuned!! (i
know you are excited)
i also have a temporary email, while i figure out how to host an
email server:
</p>
<address><a href="#" id="email">[SHOW EMAIL]</a></address>
<script>
const email = atob("eWlraWpvb3VAbGFwb3N0ZS5uZXQ=");
const emailDisplay = document.getElementById("email");
emailDisplay.addEventListener(
"click",
(event) => {
emailDisplay.href = "mailto:" + email;
emailDisplay.innerText = email;
event.preventDefault();
},
{ once: true }
);
</script>
<h1>silly projects</h1>
<p>more coming soon here!</p>
<p>