Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cschindlbeck/compcodicons
An icon font set for competitive coders
https://github.com/cschindlbeck/compcodicons
academicons compcodicons competitive-coding competitive-programming css font icon-font icon-set icons
Last synced: about 20 hours ago
JSON representation
An icon font set for competitive coders
- Host: GitHub
- URL: https://github.com/cschindlbeck/compcodicons
- Owner: cschindlbeck
- Created: 2022-04-14T11:39:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T05:43:58.000Z (4 months ago)
- Last Synced: 2024-07-07T09:32:26.652Z (4 months ago)
- Topics: academicons, compcodicons, competitive-coding, competitive-programming, css, font, icon-font, icon-set, icons
- Language: CSS
- Homepage: https://cschindlbeck.github.io/compcodicons/
- Size: 136 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Compcodicons?
Compcodicons is a specialist icon font set for competitive coding / programming. It contains icons for websites and organistions related to competitive coding and programming that are often missing from mainstream repositories.
Basically, it is an amateurish rip-off from [Academicons](https://jpswalsh.github.io/academicons/) for Competitive Coding.
Available icons can be seen [here](https://cschindlbeck.github.io/compcodicons).
An example can be seen on the sidebar of my [website](https://cschindlbeck.github.io/).# Usage
## HTML
Install Compcodicons on your site by placing the fonts and css folders on your server and link to the compcodicons.css stylesheet by adding the following to the page header:
```html
```
Call the icons via
```html
```## Jekyll
1. Clone compcodicons
```sh
git clone https://github.com/cschindlbeck/compcodicons
```2. Copy font files (compcodicons.woff,compcodicons.tff) to assets/fonts
3. Copy compcodicons.css file to assets/css
4. Include css file in \_includes/head.html:
```sh
```
5. Add to \_config.yaml:```yaml
author:
links:
- label: "Hackerrank"
icon: "cci cci-hackerrank"
url: "https://www.hackerrank.com/schindlbeck"
```# License
TODO
# Author
- GitHub: [https://github.com/cschindlbeck](https://github.com/cschindlbeck)