From c512387c61bf8f50996c6f25f1eb9bf83da00d1f Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Tue, 7 May 2024 16:30:01 +0530 Subject: [PATCH] site under maintenence bc moving to ssg5 --- components/footer.html | 59 ----------- components/navigation.html | 24 ----- index.html | 208 +------------------------------------ pages/contact/index.html | 65 ------------ scripts/footer.js | 13 --- scripts/navigation.js | 9 -- 6 files changed, 2 insertions(+), 376 deletions(-) delete mode 100644 components/footer.html delete mode 100644 components/navigation.html delete mode 100644 pages/contact/index.html delete mode 100644 scripts/footer.js delete mode 100644 scripts/navigation.js diff --git a/components/footer.html b/components/footer.html deleted file mode 100644 index 80abde1..0000000 --- a/components/footer.html +++ /dev/null @@ -1,59 +0,0 @@ - \ No newline at end of file diff --git a/components/navigation.html b/components/navigation.html deleted file mode 100644 index b4d1297..0000000 --- a/components/navigation.html +++ /dev/null @@ -1,24 +0,0 @@ -
- - -
\ No newline at end of file diff --git a/index.html b/index.html index 9cb894f..430dbe0 100644 --- a/index.html +++ b/index.html @@ -1,206 +1,2 @@ - - - - - turbomaster95 Profile - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
- - - - - - - - - -
-
-
-

Coderrrrr

-

Backend Developer from India. Firm believer in user privacy. Currently residing in Kerala, learning about Cybersecurity and the Blockchain. Just living life.

- -
-
-
- - - - - - - - - -
-
-
- - -
-
-
-

Places I work!

-

In my free time I will work on some projects on GitHub. You can view some of them!

-
-
    - -
  • -
    - -
    -

    DanBot-Hosting

    -

    Administrator / Chief of Beta Testing / Developer

    -
    -
    -
  • - -
  • -
    - -
    -

    TechHost

    -

    Developer

    -
    -
    -
  • - -
  • -
    - -
    -

    Open Domains

    -

    Pull Request Maintainer

    -
    -
    -
  • - -
  • -
    - -
    -

    is-a-good-dev

    -

    Pull Request Helper

    -
    -
    -
  • - -
  • -
    - -
    -

    BlueFoxHost

    -

    Developer

    -
    -
    -
  • - -
  • -
    - -
    -

    BrawlMatic

    -

    Co Owner/Founder

    -
    -
    -
  • - -
  • -
    - -
    -

    Orangy Bot

    -

    OSS Developer

    -
    -
    -
  • - -
  • -
    - -
    -

    is-a-dev

    -

    Maintainer

    -
    -
    -
  • - -
-
-
- - - - \ No newline at end of file +

Site Under Maintenence!

+

Please come back soon!

diff --git a/pages/contact/index.html b/pages/contact/index.html deleted file mode 100644 index 2d66d9e..0000000 --- a/pages/contact/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Contact Me! - - - - - -
- - - -
-
- - - - - - - - - -
- -
-
-

Contact Me!

-

Suggestion/feedback, questions, colloborate, general inquiries are all welcome!

-
-
- - -
-
- - -
-
- - -
- -
-
-
- -
- - - - - - - - - -
-
-
- - - - \ No newline at end of file diff --git a/scripts/footer.js b/scripts/footer.js deleted file mode 100644 index f115e0d..0000000 --- a/scripts/footer.js +++ /dev/null @@ -1,13 +0,0 @@ -document.addEventListener("DOMContentLoaded", function () { - - fetch('/components/footer.html') - .then(response => response.text()) - .then(data => { - const currentYear = new Date().getFullYear(); - const startYear = 2023; - - document.body.innerHTML += data; - document.getElementById("currentYear").textContent = `${startYear} - ${currentYear}`; - }) - .catch(error => console.error('Unable to fetch footer.', error)); -}); \ No newline at end of file diff --git a/scripts/navigation.js b/scripts/navigation.js deleted file mode 100644 index 9901782..0000000 --- a/scripts/navigation.js +++ /dev/null @@ -1,9 +0,0 @@ -document.addEventListener("DOMContentLoaded", function () { - - fetch('/components/navigation.html') - .then(response => response.text()) - .then(data => { - document.body.innerHTML += data; - }) - .catch(error => console.error('Unable to fetch footer.', error)); -}); \ No newline at end of file