{"id":35530359,"url":"https://github.com/aayusharyan/yush.dev","last_synced_at":"2026-03-06T06:05:21.041Z","repository":{"id":104250168,"uuid":"393174000","full_name":"aayusharyan/yush.dev","owner":"aayusharyan","description":"yush.dev | Landing page for Aayush Sinha","archived":false,"fork":false,"pushed_at":"2026-03-02T09:01:11.000Z","size":1282,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T09:44:44.230Z","etag":null,"topics":["homepage","landing-page","particles","portfolio","resume","website"],"latest_commit_sha":null,"homepage":"https://yush.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aayusharyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/security_check.txt","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-05T21:25:38.000Z","updated_at":"2026-03-02T09:01:15.000Z","dependencies_parsed_at":"2026-03-02T07:08:26.665Z","dependency_job_id":null,"html_url":"https://github.com/aayusharyan/yush.dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aayusharyan/yush.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Fyush.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Fyush.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Fyush.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Fyush.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aayusharyan","download_url":"https://codeload.github.com/aayusharyan/yush.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Fyush.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["homepage","landing-page","particles","portfolio","resume","website"],"created_at":"2026-01-04T01:51:44.650Z","updated_at":"2026-03-06T06:05:21.018Z","avatar_url":"https://github.com/aayusharyan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://yush.dev\"\u003e\u003cimg src=\".github/header.png\" width=\"2400px\"/\u003e\u003c/a\u003e\n\n# yush.dev | Landing page\n\n![Website](https://img.shields.io/website?down_color=red\u0026down_message=Offline\u0026label=Online%20Status\u0026logo=Serverless\u0026logoColor=white\u0026up_color=green\u0026up_message=Onine\u0026url=https%3A%2F%2Fyush.dev)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nDidn't come from the Website, I suggest go check out the website [https://yush.dev](https://yush.dev). Visited? Cool. Now go back to that website and open your Developer console, you can use the shortcut \u003ckbd\u003eOption\u003c/kbd\u003e+\u003ckbd\u003e⌘\u003c/kbd\u003e+\u003ckbd\u003eJ\u003c/kbd\u003e (on macOS), or \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCTRL\u003c/kbd\u003e+\u003ckbd\u003eJ\u003c/kbd\u003e (on Windows/Linux) on that site and maybe that will impress you.\n\nAnyway, here are some things you might want to do next.\n\n## Project Structure\n\n```\n├── src/                  # Website source files\n│   ├── index.html        # Landing page\n│   ├── connect.html      # LinkedIn redirect\n│   ├── privacy/          # Privacy policy page\n│   └── assets/           # Static assets\n│       ├── css/\n│       ├── js/\n│       ├── fonts/\n│       └── images/\n├── docker/               # Docker and Nginx config\n│   ├── Dockerfile\n│   └── nginx.conf\n├── .github/              # GitHub Actions workflows\n├── LICENSE               # MIT License\n├── CONTRIBUTING.md       # Contribution guidelines\n└── SECURITY.md           # Security policy\n```\n\n## Get the Particle Text JS so you can use it on your site\n\nThe library I am using is called `particleText.js` and it can be found on [this GitHub Repository](https://github.com/aayusharyan/particleText.js). Please note, it is heavily under beta and might need some time before it is production ready. But I am trying to speed up the process (specially on Weekends). Feel free to contribute.\n\n## Running Locally\n\nOpen `src/index.html` directly in a browser, or use Docker:\n\n```bash\ndocker build -f docker/Dockerfile -t yush-dev .\ndocker run -p 8080:80 yush-dev\n```\n\n## Reach out to me\n\nI am Aayush Sinha, (you must be knowing that by now, lol). You can connect with me on the following platforms. (I'd recommend to start with GitHub, the first link).\n\n\u003ca href=\"https://github.com/aayusharyan/\"\u003e\u003cimg src=\"https://img.shields.io/badge/-@aayusharyan-black?style=flat\u0026logo=Github\u0026logoColor=white\u0026link=https://github.com/aayusharyan/\" height=\"30\"/\u003e\u003c/a\u003e \u0026nbsp;\n\u003ca href=\"https://www.linkedin.com/in/aayushsinha/\"\u003e\u003cimg src=\"https://img.shields.io/badge/-@aayushsinha-blue?style=flat\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/aayushsinha/\" height=\"30\"/\u003e\u003c/a\u003e \u0026nbsp;\n\u003ca href=\"https://aayusharyan.medium.com/\"\u003e\u003cimg src=\"https://img.shields.io/badge/-@aayusharyan-000000?style=flat\u0026logo=Medium\u0026logoColor=white\u0026link=https://aayusharyan.medium.com/\" height=\"30\"/\u003e\u003c/a\u003e \u0026nbsp;\n\u003ca href=\"https://www.instagram.com/yush.dev/\"\u003e\u003cimg src=\"https://img.shields.io/badge/-@yush.dev-purple?style=flat\u0026logo=Instagram\u0026logoColor=white\u0026link=https://www.instagram.com/yush.dev/\" height=\"30\"/\u003e\u003c/a\u003e \u0026nbsp;\n\u003ca href=\"https://www.youtube.com/aayushsinhaofficial\"\u003e\u003cimg src=\"https://img.shields.io/badge/-@aayushsinhaofficial-c14438?style=flat\u0026logo=Youtube\u0026logoColor=white\u0026link=https://www.youtube.com/aayushsinhaofficial\" height=\"30\"/\u003e\u003c/a\u003e\n\n## Report an issue\n\nI have tried to support and optimize this on many browsers including Internet Explorer. In fact, I am also handling situations when the devices are not that fast and based on the device speed, I am adjusting the animation speed and quality. I am trying to ensure a smooth 60fps (It looks awesome at 120+ fps) for the animations, but because of the limited hardware I have, I can only test so much. If you find an issue or if it doesn't work (including the Developer console part) on your browser, then please create an issue on this repository.\n\n\u003e **ProTip:** It will be really helpful if you can also share the device information like the OS/Processor/GPU/RAM, etc.\n\n## Contributing\n\nBug fixes and approved features only — see [CONTRIBUTING.md](CONTRIBUTING.md) for details. Please open an issue before submitting a PR.\n\n## Stack used to make this website.\n\n- HTML/CSS/JS (All Vanilla).\n- ParticleText.js\n- GitHub\n- GitHub Pages - Mapped to the domain directly (That contains Continuous Deployment. i.e., I push to my repository and it is reflected on the website automagically).\n- Google Domains.\n- A lot of :heart:\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\u003cp align=\"center\"\u003eThat's all folks!\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faayusharyan%2Fyush.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faayusharyan%2Fyush.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faayusharyan%2Fyush.dev/lists"}