{"id":19389031,"url":"https://github.com/imba/branding-imba","last_synced_at":"2026-03-01T16:01:36.837Z","repository":{"id":138469810,"uuid":"159230729","full_name":"imba/branding-imba","owner":"imba","description":"Branding Assets for Imba","archived":false,"fork":false,"pushed_at":"2022-10-11T08:21:00.000Z","size":10573,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-03T20:05:20.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/imba.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,"publiccode":null,"codemeta":null}},"created_at":"2018-11-26T20:48:07.000Z","updated_at":"2024-08-27T23:56:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb1e22f8-f622-4628-b1b8-f07fd3f859b3","html_url":"https://github.com/imba/branding-imba","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imba/branding-imba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imba%2Fbranding-imba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imba%2Fbranding-imba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imba%2Fbranding-imba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imba%2Fbranding-imba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imba","download_url":"https://codeload.github.com/imba/branding-imba/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imba%2Fbranding-imba/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:41:30.362Z","status":"ssl_error","status_checked_at":"2026-03-01T15:37:07.343Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10T10:14:32.992Z","updated_at":"2026-03-01T16:01:36.807Z","avatar_url":"https://github.com/imba.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imba 2 Brand Assets\n\u003cimg width=\"300\" src=\"https://github.com/imba/branding-imba/blob/master/mascot/mascot-full-pink.png\"\u003e\u003c/a\u003e\n\n## logo folder\n- imba-web-logo.png/.svg\n- imba-web-logo-inverted.png/.svg\n\n## icons folder\nfavicon.ico\n\n- Place the `favicon.ico` image at the root of your project to have a default favicon.\n\nimba-icon-1200x1200.png/.svg\n\n- use for VS Code Plugin, and file icon\n\n## mobile-icons folder\nPlace `/icons` folder in your project, then add add the following code to the head of your index.html, to add icon support for homescreen images for iOS, Android, Windows, and high resolution favicons.\n```\n\u003clink rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"./icons/apple-icon-57x57.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"./icons/apple-icon-60x60.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"./icons/apple-icon-72x72.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"./icons/apple-icon-76x76.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"./icons/apple-icon-114x114.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"./icons/apple-icon-120x120.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"./icons/apple-icon-144x144.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"./icons/apple-icon-152x152.png\"\u003e\n\u003clink rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"./icons/apple-icon-180x180.png\"\u003e\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"./icons/android-icon-192x192.png\"\u003e\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"./icons/favicon-32x32.png\"\u003e\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"./icons/favicon-96x96.png\"\u003e\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"./icons/favicon-16x16.png\"\u003e\n\u003clink rel=\"manifest\" href=\"./icons/manifest.json\"\u003e\n\u003cmeta name=\"msapplication-TileColor\" content=\"#ffffff\"\u003e\n\u003cmeta name=\"msapplication-TileImage\" content=\"/ms-icon-144x144.png\"\u003e\n\u003cmeta name=\"theme-color\" content=\"#ffffff\"\u003e\n```\n\n## mascot folder\n\ncontains full body images of pink and yellow mascot, and individual parts of mascot for animation.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimba%2Fbranding-imba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimba%2Fbranding-imba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimba%2Fbranding-imba/lists"}