From 5963453528ec8bcf680a6c7eb9050f1d2f120a57 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Tue, 21 Mar 2023 16:30:54 +0530 Subject: add donate link and update year (after 3 months lol) --- data/about.html | 3 ++- data/assets/images/qr.png | Bin 0 -> 7547 bytes data/contact.html | 3 ++- data/donate.html | 40 ++++++++++++++++++++++++++++++++++++++++ data/softwares.html | 3 ++- data/style.css | 7 +++++++ templates/footer.html | 2 +- templates/index_header.html | 1 + 8 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 data/assets/images/qr.png create mode 100644 data/donate.html diff --git a/data/about.html b/data/about.html index de7dd63..e4cd738 100755 --- a/data/about.html +++ b/data/about.html @@ -21,6 +21,7 @@
  • About
  • Contact
  • Softwares
  • +
  • Donate

  • @@ -64,7 +65,7 @@ diff --git a/data/assets/images/qr.png b/data/assets/images/qr.png new file mode 100644 index 0000000..1ea3423 Binary files /dev/null and b/data/assets/images/qr.png differ diff --git a/data/contact.html b/data/contact.html index c079d8d..af21ff3 100755 --- a/data/contact.html +++ b/data/contact.html @@ -21,6 +21,7 @@
  • About
  • Contact
  • Softwares
  • +
  • Donate

  • @@ -35,7 +36,7 @@ diff --git a/data/donate.html b/data/donate.html new file mode 100644 index 0000000..0f5ba5b --- /dev/null +++ b/data/donate.html @@ -0,0 +1,40 @@ + + + + + + + + + + + Ghativega - Softwares + + + + + + +
    +
    +

    Donate

    +

    The only currency I accept for donations is Monero.

    +

    If you don’t have any Monero, I recommend you donate using any crypto (Bitcoin, Litecoin, or whatever) through some crypto exchange.

    +
    +

    Wallet: 46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P

    +

    QR Code:

    46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P

    +
    + + + + diff --git a/data/softwares.html b/data/softwares.html index 7eefbe2..6dec820 100755 --- a/data/softwares.html +++ b/data/softwares.html @@ -21,6 +21,7 @@
  • About
  • Contact
  • Softwares
  • +
  • Donate

  • @@ -28,7 +29,7 @@
    diff --git a/data/style.css b/data/style.css index b1e1e2d..52b55d5 100755 --- a/data/style.css +++ b/data/style.css @@ -23,6 +23,13 @@ body { padding: 0; } +code { + border-radius: 5px; + color: #19ca24; + background: #202020; + display: inline-block; +} + .footer { position: absolute; bottom: 0; diff --git a/templates/footer.html b/templates/footer.html index da9fd8c..a8acfe2 100755 --- a/templates/footer.html +++ b/templates/footer.html @@ -1 +1 @@ - + diff --git a/templates/index_header.html b/templates/index_header.html index 17bce65..98d4f8d 100755 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -4,6 +4,7 @@
  • About
  • Contact
  • Softwares
  • +
  • Donate

  • -- cgit v1.2.3