blob: faae1e2145da2ca9ef759857fede61388777094d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel='stylesheet' type='text/css' href='style.css'>
<meta property="og:title" content="Ghativega.in">
<meta property="og:description" content="Personal site of arnavbhatt288.">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<title>Ghativega - Contact</title>
<style>
img { border: none ;}
</style>
</head>
<body>
<div class = logo><img src="assets/images/logo.png" alt = "Ghativega"></div>
<ul class = "navbar">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="contact.html">Contact</a></li>
<li><a href="https://git.ghativega.in">Softwares</a></li>
<li><a href="donate.html">Donate</a></li>
</ul>
<hr>
<main>
<h3>Clearnet</h3>
<p>Matrix: arnav@ghativega.in<br>Email: <a href="mailto:arnav@ghativega.in">arnav (at) ghativega (dot) in</a></p>
<h3>I2P</h3>
<p><a href="http://biehdc.i2p/">Dendrite Pinecone I2P</a>: @arnavbhatt288:84940bb552ed0383075f4b20b7c296fd16c39804f298409564a02b1761fcf79c (can be also accessed through clearnet pinecone instances as well)<br>Email: <a href="mailto:arnavbhatt288@mail.i2p">arnavbhatt288 (at) mail (dot) i2p</a><br>I2P official IRC: arnavbhatt288</p>
<p>GPG key for encrypting mail if you know how, download <a href="arnavbhatt288.asc">here</a>.
<ul>
<li>Fingerprint: <code>7231 DB03 F6B3 A5E0 5642 D598 F15B 52C6 C170 2687</code></li>
<li>All legitimate emails from me will be signed with my GPG key.</li>
</ul>
</p>
<br>
<p>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.</p>
<p>I also have public Matrix space and channels as well, you can join it <a href="https://matrix.to/#/#space:ghativega.in">here</a>.</p>
</main>
<div class = footer>
<p>2023 ghativega.in</p>
</div>
</body>
</html>
|