diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml
deleted file mode 100755
index 2774240..0000000
--- a/.github/workflows/snake.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Generate Snake Animation
-
-on:
- schedule:
- - cron: "0 */6 * * *"
- workflow_dispatch:
-
-jobs:
- generate:
- permissions:
- contents: write
- runs-on: ubuntu-latest
- timeout-minutes: 10
- steps:
- - name: Generate Snake
- uses: Platane/snk/svg-only@v3
- with:
- github_user_name: srpatcha
- outputs: |
- dist/github-contribution-grid-snake.svg
- dist/github-contribution-grid-snake-dark.svg?palette=github-dark
-
- - name: Push to output branch
- uses: crazy-max/ghaction-github-pages@v4
- with:
- target_branch: output
- build_dir: dist
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
deleted file mode 100755
index c42fe83..0000000
--- a/.github/workflows/validate.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-name: Validate Profile README
-
-on:
- push:
- branches: [main]
- workflow_dispatch:
-
-jobs:
- validate:
- name: Validate README
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - name: Check markdown
- uses: DavidAnson/markdownlint-cli2-action@v19
- with:
- globs: "README.md"
- config: |
- {
- "MD013": false,
- "MD033": false,
- "MD041": false,
- "MD045": false,
- "MD034": false
- }
- continue-on-error: true
-
- - name: Check README size
- run: |
- SIZE=$(wc -c < README.md)
- echo "README.md size: $SIZE bytes"
- if [ "$SIZE" -gt 50000 ]; then
- echo "::warning::README.md is over 50KB - GitHub may truncate it"
- fi
-
- - name: Verify images load
- run: |
- echo "Checking badge/image URLs..."
- grep -oP 'https://[^)"]+' README.md | head -20 | while read url; do
- STATUS=$(curl -s -o /dev/null -w '%{http_code}' --max-time 10 "$url" 2>/dev/null || echo "ERR")
- if [ "$STATUS" = "200" ] || [ "$STATUS" = "301" ] || [ "$STATUS" = "302" ]; then
- echo " OK ($STATUS): $url"
- else
- echo " WARN ($STATUS): $url"
- fi
- done
- continue-on-error: true
diff --git a/README.md b/README.md
deleted file mode 100755
index 715d84a..0000000
--- a/README.md
+++ /dev/null
@@ -1,202 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-[](https://github.com/srpatcha)
-[](https://github.com/srpatcha)
-[](https://srpatcha.github.io)
-[](https://www.linkedin.com/in/srikanthpatchava/)
-[](https://github.com/srpatcha?tab=sponsoring)
-
-
-
----
-
-
-
-## About Me
-
-I'm a **Senior Embedded Systems Engineer** with **12+ years** building everything from bare-metal firmware to full operating systems across **aerospace**, **networking**, **automotive**, and **consumer electronics**.
-
-I founded [**embeddedos-org**](https://github.com/embeddedos-org) to build **EoS** β a complete embedded operating system platform from scratch.
-
-**πΌ Career Highlights:**
-- π΅ **Cisco Systems** β Senior Embedded Lead (Networking platforms, BSP, secure boot)
-- π’ **Google** β Senior Embedded Engineer (Linux/Android, GPU pipelines, automotive)
-- βοΈ **Airbus** β Aerospace Engineer (DO-178 avionics, A320/A380 simulation)
-- π‘οΈ **DRDO** β Embedded Engineer (ARM firmware, bootloaders)
-
-**π Education:**
-- M.S. Information Technology Management β Campbellsville University
-- B.E. Electronics & Communication Engineering β JNTU
-
-
-
----
-
-## ποΈ EoS β Embedded Operating System Platform
-
-> *A complete operating system ecosystem built from the ground up*
-
-
-
-| Project | Description | Tech |
-|:-------:|:------------|:----:|
-| [**EoS**](https://github.com/embeddedos-org/eos) | 𧬠Core Embedded Operating System |  |
-| [**eBoot**](https://github.com/embeddedos-org/eBoot) | π Universal Bootloader for Any Hardware |  |
-| [**eAI**](https://github.com/embeddedos-org/eAI) | π§ AI Layer (eBot) Integration for EoS |  |
-| [**eIPC**](https://github.com/embeddedos-org/eIPC) | π Secure Inter-Process Communication |  |
-| [**eNI**](https://github.com/embeddedos-org/eNI) | 𧬠Neural Interface Adapter |  |
-| [**ebuild**](https://github.com/embeddedos-org/ebuild) | π§ Next-Gen Embedded OS Build Tool |  |
-| [**eApps**](https://github.com/embeddedos-org/eApps) | πͺ Unified Marketplace & App Store |  |
-| [**EoSim**](https://github.com/embeddedos-org/EoSim) | π₯οΈ Hardware Simulator (63+ Boards) |  |
-| [**EoStudio**](https://github.com/embeddedos-org/EoStudio) | π¨ Visual Design IDE β UI, 3D, CAD |  |
-| [**eOffice**](https://github.com/embeddedos-org/eOffice) | π Full Office Suite for EoS |  |
-| [**eVera**](https://github.com/embeddedos-org/eVera) | π€ Fully Autonomous AI Agent |  |
-| [**eBrowser**](https://github.com/embeddedos-org/eBrowser) | π Privacy-First Browser w/ Custom Engine |  |
-| [**eDB**](https://github.com/embeddedos-org/eDB) | ποΈ Embedded Database w/ AI Queries |  |
-| [**HW Designs**](https://github.com/embeddedos-org/eHardware-Designs-Products) | π Hardware Designs & Board Datasheets |  |
-
-
-
----
-
-## π οΈ Tech Arsenal
-
-
-
-### π» Languages
-
-
-
-
-
-
-
-
-
-
-### βοΈ Embedded & Systems
-
-
-
-
-
-
-
-
-
-### π‘ Connectivity & IoT
-
-
-
-
-
-
-
-### π οΈ Tools & Infrastructure
-
-
-
-
-
-
-
-
-
-
----
-
-## π GitHub Analytics
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-[](https://github.com/srpatcha)
-
-
-
----
-
-## π Achievements
-
-
-
-[](https://github.com/srpatcha)
-
-
-
----
-
-## π± Expertise Map
-
-```
-βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-β β
-β βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ β
-β β Embedded OS β β Firmware β β BIOS / UEFI β β
-β β Development βββββΆβ & BSP/Yocto βββββΆβ Secure Boot β β
-β βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ β
-β β β β β
-β βΌ βΌ βΌ β
-β βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ β
-β β Device Driversβ β RTOS / Real β β OTA Updates β β
-β β & Kernel Mods β β Time Systems β β & Pipelines β β
-β βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ β
-β β β β β
-β βΌ βΌ βΌ β
-β βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ β
-β β IoT / Matter β β Edge AI & β β Hardware β β
-β β Connectivity β β GPU / TinyMLβ β Integration β β
-β βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ β
-β β
-βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-```
-
----
-
-## π« Let's Connect
-
-
-
-[](https://github.com/srpatcha)
-[](https://srpatcha.github.io)
-[](https://www.linkedin.com/in/srikanthpatchava/)
-[](https://www.facebook.com/Srikanth1Patchava/)
-[](https://instagram.com/srikanthpatchava)
-[](mailto:srikanth.patchava@outlook.com)
-
-
-
----
-
-
-
-
-
-
diff --git a/github-contribution-grid-snake-dark.svg b/github-contribution-grid-snake-dark.svg
new file mode 100644
index 0000000..b45f486
--- /dev/null
+++ b/github-contribution-grid-snake-dark.svg
@@ -0,0 +1 @@
+Generated with https://github.com/Platane/snk
\ No newline at end of file
diff --git a/github-contribution-grid-snake.svg b/github-contribution-grid-snake.svg
new file mode 100644
index 0000000..ebbfe3d
--- /dev/null
+++ b/github-contribution-grid-snake.svg
@@ -0,0 +1 @@
+Generated with https://github.com/Platane/snk
\ No newline at end of file