{"id":23863111,"url":"https://github.com/larryivc/100_days_of_projects_day3","last_synced_at":"2026-05-15T04:04:58.156Z","repository":{"id":237509056,"uuid":"794592570","full_name":"LarryIVC/100_days_of_projects_day3","owner":"LarryIVC","description":"Product info, is a card about a product on the shoping store","archived":false,"fork":false,"pushed_at":"2024-05-01T23:25:06.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T22:44:22.988Z","etag":null,"topics":["css","html"],"latest_commit_sha":null,"homepage":"https://03-product-info-larry.netlify.app/","language":"HTML","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/LarryIVC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-05-01T14:40:18.000Z","updated_at":"2024-05-01T23:25:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a552f56-2620-4d1e-9daf-db807682d89c","html_url":"https://github.com/LarryIVC/100_days_of_projects_day3","commit_stats":null,"previous_names":["larryivc/100_days_of_projects_day3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LarryIVC/100_days_of_projects_day3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LarryIVC","download_url":"https://codeload.github.com/LarryIVC/100_days_of_projects_day3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","html"],"created_at":"2025-01-03T07:42:21.544Z","updated_at":"2026-05-15T04:04:58.140Z","avatar_url":"https://github.com/LarryIVC.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" style=\"text-align: center\"\u003e\n\u003cimg src = \"./images/logo.webp\" height=\"64\" width=\"auto\"\u003e\n  \u003ch1\u003e\u003cb\u003ePROY03: Product Info - 100daysofprojects\u003cb\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n[PROY03: Product Info] construido con `HTML` y `CSS`, para mejorar nuestras habilidades de codificación. Este proyecto es el tercero de los desafios #100daysofprojects promovido por [Frontend Club](https://www.facebook.com/frontendclubfb).\n\n![Screenshot](images/screenshot.webp)\n\n### Tabla de contenidos\n\n- [Descripcion](#descripcion)\n  - [El desafio](#el-desafio)\n  - [Capturas](#capturas)\n  - [Enlaces](#enlaces)\n- [Flujo de trabajo](#flujo-de-trabajo)\n  - [Desarrollo](#desarrollo)\n  - [Recursos](#recursos)\n- [Agradecimientos](#agradecimientos)\n- [Contacto](#contacto)\n- [Licencia](#licencia)\n\n## Descripcion\n\n### El desafio\n\nCrear una tarjeta de información de producto, usando `HTML` y `CSS`, y lograr que se parezca lo más posible al diseño.\n\n### Los usuarios deberían poder:\n\n1. Ver el diseño óptimo en pantallas `grandes(1200px)`.\n2. Ver un color diferente(`hover`) al pasar el mouse sobre el botón principal.\n3. Ver un color diferente(`hover`) al pasar el mouse sobre los botones secundarios.\n4. Ver un color de sombra(`box-shadow`) como se muestra en la imagen.\n\n### Importante:\n\n1. Agrega icono `favicon` al proyecto.\n2. Agrega una `URL` fácil de recordar (ej. `03-product-info`).\n3. Agrega un `título` al proyecto (ej. `Product Info - Frontend Club`).\n4. **Bonus**: Agrega un archivo `README.md` al proyecto.\n\n\n### Capturas\n\n![Captura](images/mockup.webp)\n\n### Enlaces\n\n- [Proyecto](https://03-product-info-larry.netlify.app/)\n- [Repositorio](https://github.com/LarryIVC/100_days_of_projects_day3)\n\n## Flujo de trabajo\n\n### Desarrollo\n\n**Estructura del proyecto**\n\n```txt\n/\n📂\n├── 📂css/│ \n│ └── styles.css\n├── 📂images/\n│ └── day02.webp\n│ └── favicon-32x32.png\n│ └── headphone.png\n│ └── logo.webp\n│ └── mockup.webp\n│ └── scrrenshot.webp\n└── index.html\n└── LICENSE\n└── README.md\n```\n\n**Tecnologías**\n\n1. `HTML` Semántico\n2. Estilos `CSS`\n3. Animaciones `CSS`\n4. `Git` y `GitHub`\n5. `Netlify`\n\n**Flujo de desarrollo**\n\n1. Análisis del diseño\n2. Configuración inicial\n   - Vincular archivos y librerías\n   - Iniciar proyecto con Git\n3. Marcado HTML\n   - Estructura semántica\n   - Atributos accesibles\n   - Enlaces y rutas\n4. Estilos CSS\n   - De arriba hacia abajo\n   - Estilos reutilizables\n   - Estilos personalizados\n5. Flujo de trabajo `desktop-first`\n\n**Fragmentos de codigo**\n\nEtiquetas `meta` para el SEO.\n\n```html\n\u003cmeta name=\"author\" content=\"Larry Villegas Costas\" /\u003e\n\u003cmeta\n      name=\"title\"\n      content=\"PROY03: Product Info - Larry Villegas Costas - Frontend Club\"\n/\u003e\n\u003cmeta\n      name=\"description\"\n      content=\"PROY03: Product Info - Larry Villegas Costas - Frontend Club\"\n/\u003e\n\u003ctitle\u003ePROY03: Product Info - Larry Villegas Costas - Frontend Club\u003c/title\u003e\n```\n\nAnimaciones CSS.\n\n```css\n@media screen and (max-width: 768px) {\n  :root {\n    font-size: 12px;\n  }\n\n  article {\n    flex-direction: column;\n    max-width: 31.25rem;\n    gap: 1.5rem;\n  }\n```\n\n### Recursos\n\nComparte los recursos que hayas utilizado para completar este proyecto.\n\n1. [Frontend Club](https://www.facebook.com/frontendclubfb) - Comunidad de desarrollo web\n2. [Netlify](https://www.netlify.com/) - Plataforma de alojamiento web\n3. [Multi Device Website Mockup Generator](https://techsini.com/multi-mockup/index.php) - Generador de maquetas\n4. [SVGOMG](https://jakearchibald.github.io/svgomg/) - Optimizador de SVG\n5. [Squoosh](https://squoosh.app/) - Optimizador de imágenes\n6. [Shots](https://shots.so/) - Capturas de pantalla\n7. [Google Fonts](https://fonts.google.com/) - Fuentes gratuitas\n\n## Agradecimientos\n\n- Mi familia que siempre me apoya en mis proyectos\n- Mi streeamer favorito que me inspira a seguir adelante [@midudev](https://www.twitch.tv/midudev)\n\n## Contacto\n\n- [LinkedIn](https://www.linkedin.com/in/larryvillegascostas/)\n- [Facebook](https://www.facebook.com/profile.php?id=1201373751)\n- [GitHub](https://github.com/LarryIVC)\n- [Correo](mailto:larry_villegas@hotmail.com)\n- [Twitter](https://twitter.com/LarryVillegas)\n- [Portfolio](https://portfolio-larry.netlify.app/)\n\n## Licencia\n\nEste proyecto está bajo la Licencia (MIT) - mira el archivo [LICENSE](LICENSE) para detalles\n\n*No dudes en contactarme si crees que te puedo ayudar en algún proyecto o tienes un trabajo para mi.*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarryivc%2F100_days_of_projects_day3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarryivc%2F100_days_of_projects_day3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarryivc%2F100_days_of_projects_day3/lists"}