diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-09-02 15:19:55 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-09-02 15:19:55 +0530 |
commit | 575556cdf545143cfde00cb0928f03325988a7ae (patch) | |
tree | 6502bd4c15a19d6d6182c4b2d4d4db6765351562 /data | |
parent | 1f2b68974722bf71ef2a27311c3d029bae0cdef7 (diff) |
remove donation section for now
Diffstat (limited to 'data')
-rwxr-xr-x | data/about.html | 3 | ||||
-rwxr-xr-x | data/contact.html | 1 |
2 files changed, 1 insertions, 3 deletions
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> |