{"id":35244282,"url":"https://github.com/sarthaknerd/amazingpoftfolios","last_synced_at":"2026-03-17T20:05:22.376Z","repository":{"id":62210852,"uuid":"557235561","full_name":"sarthaknerd/AmazingPoftfolios","owner":"sarthaknerd","description":"A simple Portfolio website for everyone and along with that you learn about opensource","archived":false,"fork":false,"pushed_at":"2022-11-03T18:07:47.000Z","size":8266,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-11T17:48:11.843Z","etag":null,"topics":["css","git","github","greatfirstissue","hackersquad","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","html","html5","javascript","opensource","opensource-projects","opensourceforgood","portfolio-construction","portfolio-template","portfolio-website"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/sarthaknerd.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":null,"support":null}},"created_at":"2022-10-25T10:19:24.000Z","updated_at":"2023-01-14T09:51:19.000Z","dependencies_parsed_at":"2023-01-21T12:15:51.791Z","dependency_job_id":null,"html_url":"https://github.com/sarthaknerd/AmazingPoftfolios","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/sarthaknerd/AmazingPoftfolios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarthaknerd%2FAmazingPoftfolios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarthaknerd%2FAmazingPoftfolios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarthaknerd%2FAmazingPoftfolios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarthaknerd%2FAmazingPoftfolios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarthaknerd","download_url":"https://codeload.github.com/sarthaknerd/AmazingPoftfolios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarthaknerd%2FAmazingPoftfolios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30630046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: 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":["css","git","github","greatfirstissue","hackersquad","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","html","html5","javascript","opensource","opensource-projects","opensourceforgood","portfolio-construction","portfolio-template","portfolio-website"],"created_at":"2025-12-30T05:48:07.199Z","updated_at":"2026-03-17T20:05:22.371Z","avatar_url":"https://github.com/sarthaknerd.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poftfolio💥💯💫🤑\n\nHello\u003cimg src=\"https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif\" width=\"30\"\u003e, This is Sarthak Ranjan, a final year undergrad student majoring in Computer Science :computer:. This repo is for portfolio site you can use it make yours too.PLease Upload your Amazing Porfolios.If we get 100 starts i will do a swag Giveaway\n\n#### Tech Stack used 🛠️\n\n![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E)\n\n#### Want to contribute?\n1. Fork this repo. You can fork the repo by clicking \"fork\" button on top-right corner.\n   \u003cp align=\"left\"\u003e\u003cimg alt=\"forking\" src=\"img/fork.jpeg\"\u003e\u003c/p\u003e\n\n2. Clone it on your local machine by simply clicking green \"code\" button and copying the given link.\n   \u003cp align=\"left\"\u003e\u003cimg alt=\"forking\" src=\"img/clone.jpeg\"\u003e\u003c/p\u003e\n\n   Copy this link and open command prompt and switch to the location you want to save the project and run \n   ``` sh\n   git clone https://github.com/\u003cyour username\u003e/AmazingPoftfolios\n   ```\n\n3. Add your changes or features.\n\n4. Before pushing the code run following command to avoid merge conflicts\n   ``` sh\n   git remote add upstream https://github.com/sarthaknerd/Poftfolio.git\n   git fetch upstream\n   git pull upstream master\n   ```\n5. Stage all the changes using ```git add .```\n\n6. Add commit message and push the changes \n   ```sh  \n   git commit -m \"\u003cyour message here\u003e\" \n   git push \u003cremote name\u003e \u003cbranch name\u003e\n   ```\n\n7. Then go to the main repo from where the project is forked and go into **Pull Request** tab.\n   \u003cp align=\"left\"\u003e\u003cimg alt=\"Pull Request creation\" src=\"img/pr.jpeg\"\u003e\u003c/p\u003e\n\n8. Click **New Pull Request** button.\n   \u003cp align=\"left\"\u003e\u003cimg alt=\"forking\" src=\"img/new_pr.jpeg\"\u003e\u003c/p\u003e\n\n9. Select the branch from forked repo you have contributed to and want to merge to the main repo and click **Create Pull Request**.\n   \u003cp align=\"left\"\u003e\u003cimg alt=\"Selecting branch for pull request\" src=\"img/select_branch.jpeg\"\u003e\u003c/p\u003e\n\n\nAnd bam!:fire: thats it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarthaknerd%2Famazingpoftfolios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarthaknerd%2Famazingpoftfolios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarthaknerd%2Famazingpoftfolios/lists"}