From 466aadc3ef6a821d39f6b7276844198501a50b60 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Sun, 18 Feb 2024 03:16:26 +0530 Subject: welcome 2 2024 --- data/.well-known/host-meta | 7 +++++++ data/.well-known/host-meta.json | 12 ++++++++++++ data/about.html | 2 +- data/contact.html | 9 ++++----- data/projects.html | 2 +- templates/footer.html | 2 +- 6 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 data/.well-known/host-meta create mode 100644 data/.well-known/host-meta.json diff --git a/data/.well-known/host-meta b/data/.well-known/host-meta new file mode 100644 index 0000000..3c4297e --- /dev/null +++ b/data/.well-known/host-meta @@ -0,0 +1,7 @@ + + + + + diff --git a/data/.well-known/host-meta.json b/data/.well-known/host-meta.json new file mode 100644 index 0000000..01e4165 --- /dev/null +++ b/data/.well-known/host-meta.json @@ -0,0 +1,12 @@ +{ + "links": [ + { + "rel": "urn:xmpp:alt-connections:xbosh", + "href": "https://ghativega.in:5443/bosh" + }, + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://ghativega.in:5443/ws" + } + ] +} diff --git a/data/about.html b/data/about.html index e93d186..520e049 100755 --- a/data/about.html +++ b/data/about.html @@ -34,7 +34,7 @@ diff --git a/data/contact.html b/data/contact.html index af45ecd..cf90365 100755 --- a/data/contact.html +++ b/data/contact.html @@ -26,9 +26,9 @@

Clearnet

-

Matrix: arnav@ghativega.in
Email: arnav (at) ghativega (dot) in

+

Matrix/XMPP: arnav@ghativega.in
Email: arnav (at) ghativega (dot) in
IRC (Libera chat): arnavbhatt288

I2P

-

Dendrite Pinecone I2P: @arnavbhatt288:84940bb552ed0383075f4b20b7c296fd16c39804f298409564a02b1761fcf79c (can be also accessed through clearnet pinecone instances as well)
Email: arnavbhatt288 (at) mail (dot) i2p
I2P official IRC: arnavbhatt288

+

Email: arnavbhatt288 (at) mail (dot) i2p
I2P official IRC: arnavbhatt288

GPG key for encrypting mail if you know how, download here.


-

I respond fastest to Matrix and Email messages so that might be your safest bet. However, keep in mind that it might even take days to respond to you, so be patient.

-

I also have public Matrix space and channels as well, you can join it here.

+

I respond fastest to Matrix, XMPP and Email messages on clearnet so that might be your safest bet. However, keep in mind that it might even take days to respond to you, so be patient.

diff --git a/data/projects.html b/data/projects.html index 5470eea..4e1595c 100644 --- a/data/projects.html +++ b/data/projects.html @@ -79,7 +79,7 @@ component of ReactOS diff --git a/templates/footer.html b/templates/footer.html index f3e546a..e99fb50 100755 --- a/templates/footer.html +++ b/templates/footer.html @@ -1 +1 @@ - + -- cgit v1.2.3