diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml new file mode 100644 index 0000000..0381547 --- /dev/null +++ b/.github/workflows/snake.yml @@ -0,0 +1,33 @@ +name: Generate Snake + +on: + schedule: + # Runs every 12 hours + - cron: "0 */12 * * *" + + workflow_dispatch: + + push: + branches: + - main + +jobs: + generate: + runs-on: ubuntu-latest + + steps: + - name: Generate Snake + uses: Platane/snk/svg-only@v3 + with: + github_user_name: developtheweb + 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 }} \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..45c2fb1 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,26 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Repository Overview + +This is a GitHub profile repository containing only a README.md file that displays on the @developtheweb GitHub profile page. There is no source code, build configuration, or tests in this repository. + +## Repository Structure + +``` +/home/aurelius/git/developtheweb/ +└── README.md +``` + +## Working with this Repository + +Since this is a profile repository with only a README.md file: + +- Any changes should maintain the professional formatting and structure of the profile README +- The README uses GitHub-flavored markdown with centered content, badges, and images +- External image assets are referenced from `https://github.com/developtheweb/stevenmilanese-com/blob/main/public/` + +## Note + +This is not a development project - it's a GitHub profile repository used for personal branding and showcasing work. There are no build commands, tests, or development workflows associated with this repository. \ No newline at end of file diff --git a/README.md b/README.md index ed678d5..f52e39e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ Steven Milanese - - Typing SVG - + [![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&size=32&duration=2800&pause=2000&color=06B6D4¢er=true&vCenter=true&width=600&lines=Steven+Milanese;Autodidactic+Polymath;Systems+Alchemist;Physicist+%26+Reverend)](https://git.io/typing-svg)
@@ -17,32 +15,16 @@

- - Website - - - LinkedIn - - - Blog - + [![Website](https://img.shields.io/badge/Website-stevenmilanese.com-1F2937?style=for-the-badge&logo=googlechrome&logoColor=white&labelColor=374151&color=06B6D4)](https://stevenmilanese.com) + [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white&labelColor=084C91&color=0A66C2)](https://www.linkedin.com/in/stevenmilanese/) + [![Blog](https://img.shields.io/badge/Blog-Strange_Quarks-14B8A6?style=for-the-badge&logo=hashnode&logoColor=white&labelColor=047857&color=14B8A6)](https://stevenmilanese.com/strange-quarks)
- - X - - - Telegram - - - Email - + [![X](https://img.shields.io/badge/X-@developtheweb-000000?style=for-the-badge&logo=x&logoColor=white&labelColor=171717&color=000000)](https://x.com/developtheweb) + [![Telegram](https://img.shields.io/badge/Telegram-@CodeAndVerse-26A5E4?style=for-the-badge&logo=telegram&logoColor=white&labelColor=0088CC&color=26A5E4)](https://t.me/CodeAndVerse) + [![Email](https://img.shields.io/badge/Email-Contact_Me-EA4335?style=for-the-badge&logo=gmail&logoColor=white&labelColor=C23B2C&color=EA4335)](mailto:dev@level.host)
- - ORCID - - - OSF - + [![ORCID](https://img.shields.io/badge/ORCID-Research_Profile-A6CE39?style=for-the-badge&logo=orcid&logoColor=white&labelColor=87A330&color=A6CE39)](https://orcid.org/0009-0008-0442-208X) + [![OSF](https://img.shields.io/badge/OSF-Open_Science-2077B4?style=for-the-badge&logo=osf&logoColor=white&labelColor=1A5F8F&color=2077B4)](https://osf.io/3tsd4/) @@ -116,32 +98,24 @@ I transform complex challenges into inspired technological solutions. By seamles

stevenmilanese.com

- - Portfolio - + [![Portfolio](https://stevenmilanese.com/projects/calabi-yau.webp)](https://stevenmilanese.com)

Immersive Portfolio Experience

Three.js visualizations • Server-side rendering • Headless CMS

- - - + [![Visit Live Site](https://img.shields.io/badge/Visit-Live_Site-06B6D4?style=for-the-badge&logo=vercel&logoColor=white)](https://stevenmilanese.com)

Emergence Intelligence

- - Emergence Intelligence - + [![Emergence Intelligence](https://stevenmilanese.com/projects/emergence-intelligence.webp)](https://stevenmilanese.com/#projects)

Advanced AI System

Cognitive architecture • Semantic processing • Episodic memory

- - - + [![Learn More](https://img.shields.io/badge/Learn-More-14B8A6?style=for-the-badge&logo=openai&logoColor=white)](https://stevenmilanese.com/#projects)

@@ -193,24 +167,20 @@ graph LR

- - - - - - - - - - - - + [![🌐 Website](https://img.shields.io/badge/🌐_Website-stevenmilanese.com-06B6D4?style=for-the-badge)](https://stevenmilanese.com) + [![💼 LinkedIn](https://img.shields.io/badge/💼_LinkedIn-Connect-0A66C2?style=for-the-badge)](https://www.linkedin.com/in/stevenmilanese/) + [![📧 Email](https://img.shields.io/badge/📧_Email-Contact-EA4335?style=for-the-badge)](mailto:dev@level.host) + [![📝 Blog](https://img.shields.io/badge/📝_Blog-Read-14B8A6?style=for-the-badge)](https://stevenmilanese.com/strange-quarks)

- Snake animation + + + + Snake animation +
---