diff --git a/templates/about.html b/templates/about.html index ee2f670..144cc8f 100644 --- a/templates/about.html +++ b/templates/about.html @@ -13,11 +13,11 @@

Contact me

-

email: hello@filiprojek.cz

-

telegram: @filiprojek

-

git: Personal git

-

github: GitHub

-

PGP: fc37b989787acf8cbce7c0c2a56a345efe321161

+

email: hello@filiprojek.cz

+

telegram: @filiprojek

+

git: Personal Gitea

+

github: GitHub

+

PGP: 0x7E65EA58C6075F09

{% endblock content %} diff --git a/templates/index.html b/templates/index.html index 3b11d71..4aa4265 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,7 @@

Backend node.js & php developer @fofrweb,
GNU/Linux Void user, student and coffee enthusiast_


-

PGP: fc37b989787acf8cbce7c0c2a56a345efe321161

+

PGP: 0x7E65EA58C6075F09


Git Telegram PGP

@@ -28,17 +28,6 @@ b ? _.style.visibility = "visible" : _.style.visibility = "hidden" b = !b }, 500) - - const pgp = document.querySelector("#pgp") - const pgpmobile = document.querySelector("#pgpmobile") - const pgpcp = (e) => { - console.log(e) - navigator.clipboard.writeText("fc37b989787acf8cbce7c0c2a56a345efe321161") - alert("pgp has been copied to the clipboard") - } - - pgp.addEventListener("click", pgpcp) - pgpmobile.addEventListener("click", pgpcp)