{"id":25809300,"url":"https://github.com/gothsec/portfolio","last_synced_at":"2025-04-09T13:03:40.434Z","repository":{"id":244842014,"uuid":"816399394","full_name":"Gothsec/Portfolio","owner":"Gothsec","description":"Portfolio built with Astro, TypeScript and TailwindCSS.","archived":false,"fork":false,"pushed_at":"2025-04-07T20:17:07.000Z","size":3857,"stargazers_count":59,"open_issues_count":1,"forks_count":43,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T21:23:03.074Z","etag":null,"topics":["astro","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://oscarhernandez.vercel.app/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gothsec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Gothsec","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-06-17T17:08:10.000Z","updated_at":"2025-04-07T20:17:11.000Z","dependencies_parsed_at":"2024-11-12T01:26:59.163Z","dependency_job_id":"e7d6c453-53ec-4e75-8f02-62c87a4692dd","html_url":"https://github.com/Gothsec/Portfolio","commit_stats":null,"previous_names":["gothsec/portfolio"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gothsec%2FPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gothsec%2FPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gothsec%2FPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gothsec%2FPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gothsec","download_url":"https://codeload.github.com/Gothsec/Portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045230,"owners_count":21038553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["astro","tailwindcss","typescript"],"created_at":"2025-02-27T22:53:11.731Z","updated_at":"2025-04-09T13:03:40.429Z","avatar_url":"https://github.com/Gothsec.png","language":"Astro","funding_links":["https://github.com/sponsors/Gothsec"],"categories":[],"sub_categories":[],"readme":"# Portfolio\n![OscarHernandez-portfolio](https://github.com/user-attachments/assets/e284a42b-15c5-495c-99c7-ad5c1eb3bbe7)\n![Deploy Status](https://img.shields.io/badge/Deploy-Vercel-black?style=flat\u0026logo=vercel)\n\n---\n\n[Demo](https://oscarhernandez.vercel.app/)\n\n[Astro Themes](https://astro.build/themes/details/dark-minimal/)\n\n[ReactBits Showcase](https://www.reactbits.dev/showcase) \n\nThe component `\u003cLetterGlitch \\\u003e` was taken from [ReactBits.dev](https://www.reactbits.dev/)\n\n## **Stack**  \n### **Frontend**  \n![Astro](https://img.shields.io/badge/Astro-FF5D01?logo=astro\u0026logoColor=white)\n![Tailwind](https://img.shields.io/badge/Tailwind_CSS-38B2AC?logo=tailwind-css\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=white)\n\n### **Tools**  \n![Figma](https://img.shields.io/badge/Figma-F24E1E?logo=figma\u0026logoColor=white)\n![Prettier](https://img.shields.io/badge/Prettier-F7B93E?logo=prettier\u0026logoColor=black)\n![Canva](https://img.shields.io/badge/Canva-c900c3?logo=canva\u0026logoColor=white)\n\n### **Show your favorite Spotify album (or your own)** ![Spotify](https://img.shields.io/badge/Spotify-06cc1a?logo=spotify\u0026logoColor=white)\n1. Choose your Spotify album\n2. Access the share options\n3. Select 'copy embed code'\n```\n\u003ciframe src=\"https://open.spotify.com/embed/album/ALBUM_ID\" style=\"border-radius:12px border:0;\" class=\"w-full h-40\" frameborder=\"0\" allow=\"autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture\"\u003e\u003c/iframe\u003e\n```\n4. Insert the embed code on footer.astro\n\nThat's it!\n\n## **Project structure**\n```\npublic/\n└── svg/\nsrc/\n├── Components/\n|    ├── contact.astro\n|    ├── footer.astro\n|    ├── home.astro\n|    ├── logoWall.astro\n|    ├── nav.astro\n|    └── projects.astro\n├── layouts/\n|    └── Layout.astro\n├── React/\n|    ├── LetterGlitch.tsx\n|    ├── LikeButton.tsx\n|    └── SkillsList.tsx\n└── pages/\n     └── index.astro\n```\n\n## **Local configuration** \n1. Clone the repo:  \n```\ngit clone https://github.com/gothsec/portfolio\n```\n2. Install dependencies:\n```  \nnpm install\n```\n3. Start the develpoment server:\n```  \nnpm run dev\n```\n\n\u003e **Important Notice:**  \n\u003e This project is licensed under the [MIT License](https://opensource.org/licenses/mit).  \n\u003e According to the license terms, any redistribution (including compiled or modified versions), you **must** retain the original copyright \n\u003e notice and the full license text. Copyright © 2025 Oscar Hernandez. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothsec%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgothsec%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothsec%2Fportfolio/lists"}