summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-09-02 15:19:55 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-09-02 15:19:55 +0530
commit575556cdf545143cfde00cb0928f03325988a7ae (patch)
tree6502bd4c15a19d6d6182c4b2d4d4db6765351562
parent1f2b68974722bf71ef2a27311c3d029bae0cdef7 (diff)
remove donation section for now
-rw-r--r--blog/index.html8
-rwxr-xr-xdata/about.html3
-rwxr-xr-xdata/contact.html1
-rwxr-xr-xtemplates/index_header.html1
4 files changed, 5 insertions, 8 deletions
diff --git a/blog/index.html b/blog/index.html
index 2fcfb98..f25392d 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -7,7 +7,7 @@
<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</title>
+<title>Ghativega - About</title>
<style>
img { border: none ;}
</style>
@@ -18,12 +18,12 @@ img { border: none ;}
<li><a class="active", 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/explore/repos">Softwares</a></li>
-<li><a href="donate.html">Donate</a></li>
+<li><a href="https://git.ghativega.in">Softwares</a></li>
</ul>
<hr>
<main>
-<p>Tags:<a href="@anti-consumer.html">anti-consumer</a>, <a href="@eepsites.html">eepsites</a>, <a href="@i2p.html">i2p</a>, <a href="@monopoly.html">monopoly</a>, <a href="@open-source.html">open-source</a>, <a href="@privacy.html">privacy</a>, <a href="@rant.html">rant</a>, <a href="@reactos.html">reactos</a>, <a href="@software.html">software</a>, <a href="@update.html">update</a></p><ul class = "blog">
+<p>Tags:
+<a href="@anti-consumer.html">anti-consumer</a>, <a href="@eepsites.html">eepsites</a>, <a href="@i2p.html">i2p</a>, <a href="@monopoly.html">monopoly</a>, <a href="@open-source.html">open-source</a>, <a href="@privacy.html">privacy</a>, <a href="@rant.html">rant</a>, <a href="@reactos.html">reactos</a>, <a href="@software.html">software</a>, <a href="@update.html">update</a></p><ul class = "blog">
<li><a href="indian-government-e2ee-ban-is-useless.html">Indian Government Ban on Element Is Stupid</a><p>Date of publish: 18/06/2023</p></li>
<li><a href="2023-update.html">2023 Update</a><p>Date of publish: 17/02/2023</p></li>
<li><a href="code-of-conduct-does-more-harm-than-good.html">Code of conduct does more harm than good</a><p>Date of publish: 01/01/2023</p></li>
diff --git a/data/about.html b/data/about.html
index 5129728..6039aaa 100755
--- a/data/about.html
+++ b/data/about.html
@@ -21,13 +21,12 @@
<li><a class="active" 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 href="donate.html">Donate</a></li>
</ul>
<hr>
<main>
<h3>Introduction</h3>
- <p>Hi there. My name is Arnav Bhatt and I go by the internet alias as arnavbhatt288.<br>I am 18 years old and a self-taught programmer with C language being my current expertise while also exploring other programming languages to learn.</p>
+ <p>Hi there. My name is Arnav Bhatt and I go by the internet alias as arnavbhatt288.<br>I am 19 years old and a self-taught programmer with C language being my current expertise while also exploring other programming languages to learn.</p>
<br>
<h3>Career</h3>
diff --git a/data/contact.html b/data/contact.html
index faae1e2..0707d1a 100755
--- a/data/contact.html
+++ b/data/contact.html
@@ -21,7 +21,6 @@
<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>
diff --git a/templates/index_header.html b/templates/index_header.html
index 3e855a2..b1bbcf4 100755
--- a/templates/index_header.html
+++ b/templates/index_header.html
@@ -4,7 +4,6 @@
<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 href="donate.html">Donate</a></li>
</ul>
<hr>
<main>