{"id":13905004,"url":"https://github.com/PJijin/Simple-Card","last_synced_at":"2025-07-18T02:32:34.684Z","repository":{"id":102594533,"uuid":"173468915","full_name":"PJijin/Simple-Card","owner":"PJijin","description":"📇 Simple HTML , CSS Card","archived":false,"fork":false,"pushed_at":"2019-03-04T17:11:22.000Z","size":1317,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-22T02:26:20.331Z","etag":null,"topics":["card","cards","css","css3","html","html5"],"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/PJijin.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-03-02T16:05:34.000Z","updated_at":"2020-07-23T13:59:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5d08816-236e-4b00-a7bb-cdecb513fdd7","html_url":"https://github.com/PJijin/Simple-Card","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PJijin%2FSimple-Card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PJijin%2FSimple-Card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PJijin%2FSimple-Card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PJijin%2FSimple-Card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PJijin","download_url":"https://codeload.github.com/PJijin/Simple-Card/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226336422,"owners_count":17608835,"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":["card","cards","css","css3","html","html5"],"created_at":"2024-08-06T23:01:08.348Z","updated_at":"2024-11-25T13:30:47.009Z","avatar_url":"https://github.com/PJijin.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"\n# Simple Card\n\nSimple HTML , CSS Card \n\nDemo: https://codepen.io/devzstudio/pen/RdadpQ\n\n[![Simple Card](https://github.com/PJijin/Simple-Card/blob/master/preview.png?raw=true \"Simple Card\")]()\n\n# Usage \n\n1. Include style.css in your document\n\n  `\u003clink rel=\"stylesheet\" href=\"style.css\"\u003e`\n  \n2. Use any of the card style\n\ta. \n  [![Simple Card](https://github.com/PJijin/Simple-Card/blob/master/preview2.png?raw=true \"Simple Card\")]()\n\n\n                    `\u003cdiv class=\"card-image\"\u003e\n                        \u003cimg class=\"br-t4\"\n                            src=\"https://images.pexels.com/photos/262978/pexels-photo-262978.jpeg?auto=compress\u0026cs=tinysrgb\u0026h=650\u0026w=940\" /\u003e\n                    \u003c/div\u003e\n                    \u003cdiv class=\"card-el-content\"\u003e\n                        \u003cdiv class=\"card-heading\"\u003e\n                            \u003cspan class=\"heading-text plt-09\"\u003e The Oberoi Grand\u003c/span\u003e\n                            \u003cspan class=\"card-rating br-tr4 text-center\"\u003e\u003ci class=\"fa fa-star\"\u003e\u003c/i\u003e 4.8\u003c/span\u003e\n                        \u003c/div\u003e\n                        \u003cdiv class=\"pl-09 main-text\"\u003e\u003ci class=\"fa fa-location-arrow\"\u003e\u003c/i\u003e Kolkata, India \u003c/div\u003e\n                    \u003c/div\u003e\n                \u003c/div\u003e\n                \u003cdiv class=\"card-el-footer\"\u003e\n                    43 People where here\n                \u003c/div\u003e\n            \u003c/div\u003e\n            `\n\nb. \n\n\n[![Simple Card](https://github.com/PJijin/Simple-Card/blob/master/preview.png?raw=true \"Simple Card\")]()\n```\u003cdiv class=\"card-el\"\u003e\n  \u003cdiv class=\"card-area\"\u003e\n      \u003cdiv class=\"card-image\"\u003e\n          \u003cimg class=\"br-t4\"\n              src=\"https://images.pexels.com/photos/262978/pexels-photo-262978.jpeg?auto=compress\u0026cs=tinysrgb\u0026h=650\u0026w=940\" /\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"card-el-content\"\u003e\n          \u003cdiv class=\"card-heading\"\u003e\n              \u003cspan class=\"heading-text plt-09\"\u003e The Oberoi Grand\u003c/span\u003e\n              \u003cspan class=\"card-rating br-tr4 text-center\"\u003e\u003ci class=\"fa fa-star\"\u003e\u003c/i\u003e 4.8\u003c/span\u003e\n          \u003c/div\u003e\n          \u003cdiv class=\"pl-09 main-text\"\u003e\u003ci class=\"fa fa-location-arrow\"\u003e\u003c/i\u003e Kolkata, India \u003c/div\u003e\n      \u003c/div\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"card-el-footer\"\u003e\n      43 People where here\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n\nStylish Card Repo: https://github.com/PJijin/Stylish-Card\n\n## Bugs, Update, License\n\n- Feel free to report bugs to jijin@devzstudio.com 🐞\n\n- Feel free to customize ✒️\n\n- Open source 🎉\n\n\n### Credits\n\n1. http://iconfinder.com\n2. https://pexels.com\n3. https://unsplash.com\n4. https://getbootstrap.com\n5. http://fontawesome.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPJijin%2FSimple-Card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPJijin%2FSimple-Card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPJijin%2FSimple-Card/lists"}