{"id":23862579,"url":"https://github.com/larryivc/100_days_of_projects_day13","last_synced_at":"2026-04-12T00:47:56.714Z","repository":{"id":239598055,"uuid":"799986962","full_name":"LarryIVC/100_days_of_projects_day13","owner":"LarryIVC","description":"[PROY11: 3 Column Preview Card Component] construido con HTML, CSS y JavaScript para mejorar nuestras habilidades de codificación. Este proyecto es el decimo primero de los desafios #100daysofprojects promovido por Frontend Club.","archived":false,"fork":false,"pushed_at":"2024-05-13T22:04:11.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T22:44:23.745Z","etag":null,"topics":["css","html","javascript"],"latest_commit_sha":null,"homepage":"https://3-column-preview-card-component-larry.netlify.app/","language":"CSS","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-13T13:40:56.000Z","updated_at":"2024-05-13T22:06:49.000Z","dependencies_parsed_at":"2024-05-13T15:03:27.500Z","dependency_job_id":"f0c89463-79a8-48f7-a9ef-9e5b427d9d22","html_url":"https://github.com/LarryIVC/100_days_of_projects_day13","commit_stats":null,"previous_names":["larryivc/100_days_of_projects_day13"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LarryIVC/100_days_of_projects_day13","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day13","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day13/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day13/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day13/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LarryIVC","download_url":"https://codeload.github.com/LarryIVC/100_days_of_projects_day13/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2F100_days_of_projects_day13/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268287645,"owners_count":24226399,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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","javascript"],"created_at":"2025-01-03T07:13:57.129Z","updated_at":"2026-04-12T00:47:56.679Z","avatar_url":"https://github.com/LarryIVC.png","language":"CSS","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\u003ePROY11: 3 Column Preview Card Component\u003cb\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n[PROY11: 3 Column Preview Card Component] construido con `HTML`, `CSS` y  `JavaScript` para mejorar nuestras habilidades de codificación. Este proyecto es el decimo primero de los desafios #100daysofprojects promovido por [Frontend Club](https://www.facebook.com/frontendclubfb).\n\n![Screenshot](./images/screenshoot.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 vista previa de estadísticas, 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 un diseño óptimo en pantallas `grandes(1200px)` y `pequeñas(375px)`.\n2. Ver un color de `fondo(hover)` transparente al pasar el mouse sobre los botones.\n\n### Importante:\n\n1. Agrega icono `favicon` al proyecto.\n2. Agrega una `URL` fácil de recordar (ej. `3-column-preview-card-component`).\n3. Agrega un `título` al proyecto (ej. `3 Column Preview Card Component - 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://3-column-preview-card-component-larry.netlify.app/)\n- [Repositorio](https://github.com/LarryIVC/100_days_of_projects_day13)\n\n## Flujo de trabajo\n\n### Desarrollo\n\n**Estructura del proyecto**\n\n```txt\n/\n📂\n├── 📂css/\n│ └── styles.css\n├── 📂fonts/\n│ └── BigShouldersDisplay-VariableFont_wght.ttf\n│ └── LexendDeca-VariableFont_wght.ttf\n├── 📂images/\n│   └── favicon-32x32.png\n│   └── icon-luxury.svg\n│   └── icon-sedans.svg\n│   └── icon-suvs.svg\n│   └── logo.webp\n│   └── mockup.webp\n│   └── scrrenshoot.webp\n├── 📂js/\n│   └── index.js\n└── .gitignore\n└── index.html\n└── LICENSE\n└── README.md\n```\n**Tecnologías**\n\n1. `HTML` Semántico\n2. Estilos `CSS`\n3. `Git` y `GitHub`\n4. `Netlify`\n5. `JavaScript`\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 `mobile-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=\"10-stats-preview-card-component - Larry Villegas Costas - Frontend Club\"\n/\u003e\n\u003cmeta\n  name=\"description\"\n  content=\"10-stats-preview-card-component - Larry Villegas Costas - Frontend Club\"\n/\u003e\n\u003ctitle\u003e3 Column Preview Card Component - Frontend Club\u003c/title\u003e\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_day13","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarryivc%2F100_days_of_projects_day13","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarryivc%2F100_days_of_projects_day13/lists"}