{"id":13769190,"url":"https://github.com/bchanx/logos-in-pure-css","last_synced_at":"2025-05-11T01:31:44.117Z","repository":{"id":8692197,"uuid":"10354914","full_name":"bchanx/logos-in-pure-css","owner":"bchanx","description":"Company logos created in pure CSS.","archived":false,"fork":false,"pushed_at":"2013-05-30T10:47:26.000Z","size":279,"stargazers_count":740,"open_issues_count":0,"forks_count":99,"subscribers_count":55,"default_branch":"master","last_synced_at":"2024-04-14T16:10:39.342Z","etag":null,"topics":["css","icons","logo"],"latest_commit_sha":null,"homepage":"http://www.bchanx.com/logos-in-pure-css-demo","language":null,"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/bchanx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-29T08:09:54.000Z","updated_at":"2024-01-10T14:01:15.000Z","dependencies_parsed_at":"2022-07-08T03:30:46.870Z","dependency_job_id":null,"html_url":"https://github.com/bchanx/logos-in-pure-css","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/bchanx%2Flogos-in-pure-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchanx%2Flogos-in-pure-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchanx%2Flogos-in-pure-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchanx%2Flogos-in-pure-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bchanx","download_url":"https://codeload.github.com/bchanx/logos-in-pure-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253504550,"owners_count":21918830,"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":["css","icons","logo"],"created_at":"2024-08-03T17:00:18.865Z","updated_at":"2025-05-11T01:31:43.856Z","avatar_url":"https://github.com/bchanx.png","language":null,"funding_links":[],"categories":["Others","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"logos-in-pure-css\n=================\n\n![Logos In Pure CSS](https://raw.github.com/bchanx/logos-in-pure-css/master/banner.png)\n\nCompany logos created in pure CSS, built in [less](http://www.lesscss.org).  \n**See it in action here:** [bchanx.com/logos-in-pure-css-demo](http://www.bchanx.com/logos-in-pure-css-demo)\n\nUsage\n-----\n\nThe easiest way to use these icons is to import the corresponding .less file in your own .less styling sheet:\n\n```html\n@import \"relative/path/to/logos-in-pure-css/twitter.less\";\n```\n\nYou can also link the stylesheet via .html (but you'll need a copy of [less.js](https://github.com/cloudhead/less.js/tree/master/dist), tested on \u003e v1.3.3):\n\n```html\n\u003clink type=\"text/less\" rel=\"stylesheet\" href=\"/path/to/logos-in-pure-css/twitter.less\"\u003e\n\u003cscript type=\"text/javascript\" src=\"/path/to/less.js\"\u003e\u003c/script\u003e\n```\n\nIf you prefer not to use less, you can use the .css file provided:\n\n```html\n\u003clink type=\"text/css\" rel=\"stylesheet\" href=\"/path/to/logos-in-pure-css/twitter.css\"\u003e\n```\n\nOnce imported, copy the accompanying logo .html into your own .html file and the icon should display!\n\n```html\n\u003cdiv class=\"logo-twitter-{{ size }}\"\u003e                                      \n  \u003cdiv class=\"body\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"body-none\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"beak-bottom\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"beak-bottom-none\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"wing-bottom\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"wing-bottom-none\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"wing-middle\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"wing-middle-none\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"wing-top\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"wing-top-none\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"beak-top\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"beak-top-none\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"head\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\nTo see it this in action, open `demo.html` in your browser.\n\nSizes\n-------\n\nBy default, `{{ size }}` supports two different keywords: large and small. This in turn produces a 300x300px or 52x52px icon.  \nIf you're using less, you can modify the sizes by either changing the `@radius` param, or by defining your own class\nand calling the logo mixin() with your desired `@radius` size.\n\nCurrently, the .css file only supports large and small icon sizes.\n\nLicense\n-------\nThis software is free to use under the MIT license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbchanx%2Flogos-in-pure-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbchanx%2Flogos-in-pure-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbchanx%2Flogos-in-pure-css/lists"}