diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml
deleted file mode 100644
index 6b748fd..0000000
--- a/.github/workflows/snake.yml
+++ /dev/null
@@ -1,98 +0,0 @@
-name: GitHub Snake Game
-
-
-
-on:
-
- # Schedule the workflow to run daily at midnight UTC
-
- schedule:
-
- - cron: "0 0 * * *"
-
-
-
- # Allow manual triggering of the workflow
-
- workflow_dispatch:
-
-
-
- # Trigger the workflow on pushes to the main branch
-
- push:
-
- branches:
-
- - main
-
-
-
-jobs:
-
- generate:
-
- runs-on: ubuntu-latest
-
- timeout-minutes: 10
-
-
-
- steps:
-
- # Step 1: Checkout the repository
-
- - name: Checkout Repository
-
- uses: actions/checkout@v3
-
-
-
- # Step 2: Generate the snake animations
-
- - name: Generate GitHub Contributions Snake Animations
-
- uses: Platane/snk@v3
-
- with:
-
- # GitHub username to generate the animation for
-
- github_user_name: ${{ github.repository_owner }}
-
-
-
- # Define the output files and their configurations
-
- outputs: |
-
- dist/github-snake.svg
-
- dist/github-snake-dark.svg?palette=github-dark
-
- dist/ocean.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
-
- env:
-
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
-
-
- # Step 3: Deploy the generated files to the 'output' branch
-
- - name: Deploy to Output Branch
-
- uses: peaceiris/actions-gh-pages@v3
-
- with:
-
- github_token: ${{ secrets.GITHUB_TOKEN }}
-
- publish_dir: ./dist
-
- publish_branch: output
-
- # Optionally, you can set a custom commit message
-
- commit_message: "Update snake animation [skip ci]"
-
diff --git a/.github/workflows/waka-readme.yml b/.github/workflows/waka-readme.yml
deleted file mode 100644
index 408211d..0000000
--- a/.github/workflows/waka-readme.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: WakaTime Stats
-
-on:
- schedule:
- - cron: '0 0 * * *' # Runs every day at midnight UTC
- workflow_dispatch:
-
-jobs:
- update-readme:
- runs-on: ubuntu-latest
- steps:
- - uses: athul/waka-readme@v0.3.1
- with:
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
- WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
- SHOW_TITLE: true
- SHOW_EDITORS: true
- SHOW_OS: true
- SHOW_LANGUAGES: true
- SHOW_TIME: true
- SHOW_TOTAL: true
diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 0000000..e69de29
diff --git a/README.md b/README.md
deleted file mode 100644
index 2e04ee1..0000000
--- a/README.md
+++ /dev/null
@@ -1,346 +0,0 @@
-
-
-
-
-
-
Visitors Count
-
-
-