summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-11-04 00:52:28 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-11-04 00:54:18 +0530
commitb17485dec99f5df86620eb15c5ae32dd85d3a4a2 (patch)
tree87c876349dafa643d9ab78fdc582ae06be2356d2 /data
parent71b91fe4c765e52d64d4ec3641747fee5aebb73e (diff)
utkirna
Diffstat (limited to 'data')
-rw-r--r--data/assets/images/qr.pngbin7547 -> 0 bytes
-rw-r--r--data/assets/images/utkirna.pngbin0 -> 58520 bytes
-rw-r--r--data/donate.html40
3 files changed, 0 insertions, 40 deletions
diff --git a/data/assets/images/qr.png b/data/assets/images/qr.png
deleted file mode 100644
index 1ea3423..0000000
--- a/data/assets/images/qr.png
+++ /dev/null
Binary files differ
diff --git a/data/assets/images/utkirna.png b/data/assets/images/utkirna.png
new file mode 100644
index 0000000..5ea4cec
--- /dev/null
+++ b/data/assets/images/utkirna.png
Binary files differ
diff --git a/data/donate.html b/data/donate.html
deleted file mode 100644
index 6df233e..0000000
--- a/data/donate.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!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 - Donate</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 href="contact.html">Contact</a></li>
- <li><a href="https://git.ghativega.in">Softwares</a></li>
- <li><a class="active" href="donate.html">Donate</a></li>
- </ul>
- <hr>
- <main>
- <h3>Donate</h3>
- <p>The only currency I accept for donations is Monero.</p>
- <p>If you don’t have any Monero, I recommend you donate using any crypto (Bitcoin, Litecoin, or whatever) through some <a href="https://localmonero.co">crypto exchange</a>.</p>
- <br>
- <p>Wallet: <code>46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P</code></p>
- <p>QR Code:<br><br><img src="assets/images/qr.png" alt="46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P"></p>
- </main>
-
- <div class = footer>
- <p>2023 ghativega.in</p>
- </div>
-</body>
-</html>