{"id":24650803,"url":"https://github.com/tangoman75/glyphicons","last_synced_at":"2026-04-11T03:31:58.208Z","repository":{"id":114061594,"uuid":"299963279","full_name":"TangoMan75/glyphicons","owner":"TangoMan75","description":"TangoMan Glyphicons is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.","archived":false,"fork":false,"pushed_at":"2021-05-30T11:52:01.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T09:37:17.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/TangoMan75.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-09-30T15:22:06.000Z","updated_at":"2021-05-30T15:09:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"7635856b-17c9-42c8-9fd8-ebbcc2ebbad7","html_url":"https://github.com/TangoMan75/glyphicons","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TangoMan75/glyphicons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fglyphicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fglyphicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fglyphicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fglyphicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TangoMan75","download_url":"https://codeload.github.com/TangoMan75/glyphicons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fglyphicons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":[],"created_at":"2025-01-25T18:16:43.034Z","updated_at":"2026-04-11T03:31:58.183Z","avatar_url":"https://github.com/TangoMan75.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GH language](https://img.shields.io/github/languages/top/TangoMan75/glyphicons)\n[![GH tag](https://img.shields.io/github/v/tag/TangoMan75/glyphicons)](https://github.com/TangoMan75/glyphicons/tags)\n[![GH release](https://img.shields.io/github/v/release/TangoMan75/glyphicons)](https://github.com/TangoMan75/glyphicons/releases)\n[![GH license](https://img.shields.io/github/license/TangoMan75/glyphicons)]((https://github.com/TangoMan75/glyphicons/blob/master/LICENSE))\n[![GH stars](https://img.shields.io/github/stars/TangoMan75/glyphicons)](https://github.com/TangoMan75/glyphicons/stargazers)\n![visitors](https://visitor-badge.glitch.me/badge?page_id=TangoMan75.glyphicons)\n\nTangoMan Glyphicons\n===================\n\n**TangoMan Glyphicons** is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.\n\n🏁 Get Started\n--------------\n\n### CDN\n\nCopy-paste the stylesheet \\\u003clink\u003e into the \\\u003chead\u003e section of your `html` file before all other stylesheets to load Glyphicon CSS.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/TangoMan75/glyphicons/css/glyphicons.css\"\u003e\n```\n\n### CSS\n\n1. Copy and paste `css` and `fonts` folders into the `public` directory of your project.\n\n2. Add following stylesheet \\\u003clink\u003e into the \\\u003chead\u003e of your document.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"./css/glyphicons.css\"\u003e\n```\n\n📑 Documentation\n----------------\n\nDocumentation available here: [Bootstrap 3.4 Glyphicons Component](https://getbootstrap.com/docs/3.4/components/)\n\n💻 Dependencies\n---------------\n\n**TangoMan Glyphicons** requires the following dependencies:\n\n- Make\n- Node.js\n- npm\n- Sass\n- Yarn\n\n---\n\n### 🛠 Make\n\n#### 🐧 Install Make (Linux)\n\nOn linux machine enter following command\n\n```bash\n$ sudo apt-get install --assume-yes make\n```\n\n#### 🏁 Install Make (Windows)\n\nOn windows machine you will need to install [cygwin](http://www.cygwin.com/) or [GnuWin make](http://gnuwin32.sourceforge.net/packages/make.htm) first to execute make script.\n\n#### 🍎 Install Make (OSX)\n\nMake should be available by default on OSX system, but you can upgrade make version with following command\n\n```bash\n$ brew install make\n```\n\n---\n\n### 🦖 Node.js\n\n#### 🐧 Install Node.js (Linux)\n\nOn linux machine install node globally with the following commands (requires curl):\n\n```bash\n$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -\n$ sudo apt-get install --assume-yes nodejs\n```\n\n#### 🏁 Install Node.js (Windows)\n\nDownload and install recommended LTS version from here: [Node.js](https://nodejs.org/en/download)\n\n#### 🍎 Install Node.js (OSX)\n\nDownload and install recommended LTS version from here: [Node.js](https://nodejs.org/en/download)\n\n---\n### 🦄 Sass\n\n#### 🐧 Install Sass (Linux)\n\nOn linux machine install sass globally with the following commands.\n\nWith yarn:\n```bash\n$ sudo yarn global add sass\n```\n\nWith npm:\n```bash\n$ sudo npm install sass -g\n```\n\n---\n\n### 🧶 Yarn\n\n#### 🐧 Install Yarn (Linux)\n\nOn linux machine install yarn globally with the following commands (requires curl):\n\n```bash\n$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n$ echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n$ sudo apt-get update\n$ sudo apt-get install --assume-yes yarn\n```\n\n#### 🏁 Install Yarn (Windows)\n\nDownload and install latest version from here: [yarnpkg.com](https://classic.yarnpkg.com/en/docs/install/#windows-stable)\n\n#### 🍎 Install Yarn (OSX)\n\nYou can install Yarn through the Homebrew package manager. This will also install Node.js if it is not already installed.\n\n```bash\n$ brew install yarn\n```\n\n---\n\n🔥 Usage\n--------\n\nRun `make` to print help\n\n```bash\n$ make [command] \n```\n\nValid commands are: help sass watch install\n\n🤖 Commands\n-----------\n\n### ⚡ help:\n```\n$ make help:\n```\nPrint this help\n\n### ⚡ sass:\n```\n$ make sass:\n```\nCompile scss\n\n### ⚡ watch:\n```\n$ make watch:\n```\nWatch scss folder\n\n### ⚡ install:\n```\n$ make install:\n```\nInstall standalone Sass globally\n\n📜 License\n----------\n\nCopyrights (c) 2011-2016 Twitter Inc, The Bootstrap Authors\n\n[![License](https://img.shields.io/badge/Licence-Apache-green.svg)](LICENCE)\nDistributed under the Apache license.\n\nIf you like **TangoMan Glyphicons** please star, follow or tweet about it:\n\n[![GitHub stars](https://img.shields.io/github/stars/TangoMan75/glyphicons?style=social)](https://github.com/TangoMan75/glyphicons/stargazers)\n[![GitHub followers](https://img.shields.io/github/followers/TangoMan75?style=social)](https://github.com/TangoMan75)\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fglyphicons)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fglyphicons)\n\n... And check my other cool projects.\n\n🙏 Acknowledgements\n-------------------\n\n- Twitter, Inc\n- The Bootstrap Authors\n- [Glyphicons](https://www.glyphicons.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fglyphicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangoman75%2Fglyphicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fglyphicons/lists"}