diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml deleted file mode 100644 index f3eee12..0000000 --- a/.github/workflows/snake.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Generate Snake Animation - -on: - schedule: - - cron: "0 0 * * *" # runs daily at midnight - workflow_dispatch: # lets you trigger it manually too - push: - branches: - - main - -jobs: - generate: - runs-on: ubuntu-latest - timeout-minutes: 10 - - steps: - - name: Generate snake SVG - uses: Platane/snk/svg-only@v3 - with: - github_user_name: barryspacezero - outputs: | - dist/github-contribution-grid-snake.svg - dist/github-contribution-grid-snake-dark.svg?palette=github-dark - - - name: Push output to output branch - uses: crazy-max/ghaction-github-pages@v3 - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/github-contribution-grid-snake-dark.svg b/github-contribution-grid-snake-dark.svg new file mode 100644 index 0000000..7803a8b --- /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..73505ef --- /dev/null +++ b/github-contribution-grid-snake.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file diff --git a/readme.md b/readme.md deleted file mode 100644 index aef70b2..0000000 --- a/readme.md +++ /dev/null @@ -1,38 +0,0 @@ -### Hi there 👋 -[![Website](https://img.shields.io/website?label=sparshdev.space&down_color=lightgrey&down_message=offline&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fsparshdev.space)](https://sparshdev.space) - -### Works -- [RadioGuessr](https://radioguessr.space): A GeoGuessr-style game where you listen to live radio streams and guess the country on a 3D globe. -- [Telegram-GameInfoBot](https://github.com/barryspacezero/Telegram-GameInfoBot): A Telegram bot that fetches game info, screenshots, and ratings via the IGDB API. - -### Stack -![](https://img.shields.io/badge/JavaScript-★★★-F7DF1E?logo=javascript&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/TypeScript-★★★-3178C6?logo=typescript&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/React-★★★-61DAFB?logo=react&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Next.js-★★★-ffffff?logo=next.js&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Vite-★★★-646CFF?logo=vite&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/TailwindCSS-★★★-38BDF8?logo=tailwindcss&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Node.js-★★★-6DB33F?logo=node.js&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Express-★★★-ffffff?logo=express&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Python-★★-3776AB?logo=python&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/MongoDB-★★-47A248?logo=mongodb&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Redis-★★-FF4438?logo=redis&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Docker-★-2496ED?logo=docker&logoColor=white&labelColor=1a1a2e) -![](https://img.shields.io/badge/Git-★★★-F05032?logo=git&logoColor=white&labelColor=1a1a2e) - -> - ★★★: Frequently used -> - ★★: Occasionally used -> - ★: Rarely used - -### Find Me -[![Portfolio](https://img.shields.io/badge/sparshdev.space-000000?logo=vercel&logoColor=white&style=for-the-badge)](https://sparshdev.space) -[![X](https://img.shields.io/badge/barryspacezero-000000?logo=x&logoColor=white&style=for-the-badge)](https://x.com/barryspacezero) - -### Contribution Snake - - - - github contribution grid snake animation - - -![](https://komarev.com/ghpvc/?username=barryspacezero&color=brightgreen&style=flat-square)