{"id":19339024,"url":"https://github.com/librariesio/pictogram","last_synced_at":"2026-02-27T09:43:41.682Z","repository":{"id":28686232,"uuid":"32206259","full_name":"librariesio/pictogram","owner":"librariesio","description":":camera: A simple service to map human concepts to pictures. (assuming they are programming languages)","archived":false,"fork":false,"pushed_at":"2022-02-18T01:29:07.000Z","size":4149,"stargazers_count":23,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-21T07:06:30.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://libraries.io/rubygems/pictogram","language":"Ruby","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/librariesio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-14T10:29:49.000Z","updated_at":"2024-01-09T08:37:34.000Z","dependencies_parsed_at":"2022-09-09T09:21:48.359Z","dependency_job_id":null,"html_url":"https://github.com/librariesio/pictogram","commit_stats":null,"previous_names":["olizilla/pictogram"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/librariesio/pictogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librariesio%2Fpictogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librariesio%2Fpictogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librariesio%2Fpictogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librariesio%2Fpictogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/librariesio","download_url":"https://codeload.github.com/librariesio/pictogram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librariesio%2Fpictogram/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266427726,"owners_count":23926855,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-10T03:19:31.250Z","updated_at":"2026-02-27T09:43:36.651Z","avatar_url":"https://github.com/librariesio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n              _        __\n       ___   (_) ____ / /_ ___   ___ _  ____ ___ _  __ _\n      / _ \\ / / / __// __// _ \\ / _ `/ / __// _ `/ /  ' \\\n     / .__//_/  \\__/ \\__/ \\___/ \\_, / /_/   \\_,_/ /_/_/_/\n    /_/                        /___/\n\n                 A pictorial symbol for a word or phrase.\n\n                                  A libraries.io project.\n\n\n# [Pictogram](http://libraries.io/rubygems/pictogram)\n\nA rails asset gem for language and package manager logo images\n\n## Install via rubygems\n```sh\ngem install pictogram\n```\n\n## Usage\n\nRequire `pictogram.css` with sprockets in `application.scss`:\n\n```css\n@import \"pictogram\";\n```\n\nThen you can use css classes to add logos to your page:\n\n```html\n\u003cdiv class=\"pictogram pictogram-javascript\"\u003e\u003c/div\u003e\n```\n\n## Adding a logo\n\nMake a folder in [`/vendor/assets/images`](vendor/assets/images) of the name of the language or package manager (lower cased):\n\n    mkdir /vendor/assets/images/foobar\n\nAdd the logo into that folder it should be 400x400 and in png format, file name should be the same as the folder with .png extension:\n\n    cp path/to/my/logo/foobar.png /vendor/assets/images/foobar/foobar.png\n\nAdd selector to [`vendor/assets/stylesheets/pictogram.css`](vendor/assets/stylesheets/pictogram.css) with the relative path to the logo image:\n\n```css\n.pictogram-foobar {\n  background-image: image_url(\"foobar/foobar.png\");\n  background-color: transparent;\n}\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/librariesio/pictogram. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrariesio%2Fpictogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrariesio%2Fpictogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrariesio%2Fpictogram/lists"}