diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..77511bd --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,32 @@ +name: Build badges +on: + push: + branches: + - main +concurrency: building +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 1 + - uses: actions/setup-node@v2-beta + with: + node-version: '16' + - name: Build + run: | + npm version + npm i --no-save --no-audit + npm link + badge -v + npm run build + echo 'node_modules' > .gitignore + env: + ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}} + - name: Deploy + uses: JamesIves/github-pages-deploy-action@v4.2.5 + with: + single-commit: true + branch: docs + folder: . diff --git a/.gitignore b/.gitignore index eec055a..3e28ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,11 @@ node_modules # Editor .idea +# Output Assets +src +README.md +README_dfc.md +README_flat_square.md +README_flat_square_dfc.md + package-lock.json diff --git a/README.md b/README.md deleted file mode 100644 index 8e30182..0000000 --- a/README.md +++ /dev/null @@ -1,258 +0,0 @@ -## badges - -

- -

- -

To make badges more standard and acceptable.

- -
-
-
- -![npm](./src/npm.svg) ![cli](./src/cli.svg) ![javascript](https://img.shields.io/badge/%20%20JavaScript-%20%20%20%20730L-f1e05a.svg) ![html](https://img.shields.io/badge/%20%20HTML-%20%20%20%20164L-e34c26.svg) - -Alternative: [**default**](./README.md), [**flat-square**](./README_flat_square.md), [**dynamic-fore-color**](./README_dfc.md), [**dynamic-fore-color (flat_square)**](./README_flat_square_dfc.md). - -A collection of badges designed for personal repositories, and I hope that all of these badges can be widely accepted and used in the document of any project so that they can become more and more standard. If you also have some new ideas about badges, just open an issue. Always remember that: **More than a coder, more than a designer.** - -So, how to create such cute badges? It's very simple. As it's only registered on [npm](https://www.npmjs.com/), you should install it by typing: - -```bash -sudo npm install -g badges-cli -``` - -Then you can use this command-line tool for creating badges yourself: - -Take the following command as an example, `t` means text content, and `c` means color. If you want to create a badge with SVG sources, you can specify with `p` to tell the tool where to find your sources. Finally, `o` is used to specify where to export the badge. - -```bash -badge -t Alipay -c "#1CACEB" -p alipay.svg -o output.svg -``` - -One more thing, according to [the suggestion](https://github.com/facebook/jest/issues/5438#issuecomment-362553867) during creating badges for Jest, this tool has been extended to support skins with `s` to specify, which value can be "light" or "dark" temporarily at this moment. - -To uninstall the tool, you can just uninstall it by typing: - -```bash -sudo npm uninstall -g badges-cli -``` - -As for how to create a badge and add it to the collection? There are some steps you may need to follow: - -1. Fork the repository -2. Install `badges-cli` -3. Create a logo with SVG formatted (**recommended**) or other formats like PNG. (_**The logo should be wrapped into a square, in another word, the width should be equal to the height, or it would have been horizontally squished.**_) -4. Save the logo in the folder `dist` -5. Add data for your badge in the file `script/data.js` - ```js - const data = { - // ... - 'React Router': { - fileName: 'react-router.svg', - color: '#D0021B', - description: 'A badge used for projects using React Router' - }, - }; - ``` -5. Run the script by typing `npm run build` -6. If successful, the readme file will be automatically updated -7. Finally, push all updates and create a pull request for your change -8. **Done!!** - -> Note that: so far haven't I thought out a perfect solution for calculating the width of text accurately yet, and it means that the text can not be aligned in some cases. - -*Note: if you like this project, feel free to buy me a swimming chance:* - -[![badges](./src/paypal.svg)](http://paypal.me/aleen42) [![badges](./src/patreon.svg)](https://www.patreon.com/aleen42) [![badges](./src/buymeacoffee.svg)](https://www.buymeacoffee.com/aleen42) - -### Coder - -- [![cli](./src/cli.svg)](https://badges.aleen42.com/src/cli.svg) A badge used for projects which provide command-line interfaces -- [![terser](./src/terser.svg)](https://badges.aleen42.com/src/terser.svg) A badge used for projects using [Terser](https://github.com/terser/terser) for compressing JavaScript -- [![codepen](./src/codepen.svg)](https://badges.aleen42.com/src/codepen.svg) A badge used for projects running on CodePen -- [![github](./src/github.svg)](https://badges.aleen42.com/src/github.svg) A badge used for GitHub repositories -- [![hacker](./src/hacker.svg)](https://badges.aleen42.com/src/hacker.svg) A badge used for hacking projects (**Business Using is not allowed)** -- [![idea](./src/idea.svg)](https://badges.aleen42.com/src/idea.svg) A badge for the IDEA editor -- [![rome](./src/rome.svg)](https://badges.aleen42.com/src/rome.svg) A badge used for projects built with [Rome](https://github.com/rome/tools) -- [![elasticsearch](./src/elasticsearch.svg)](https://badges.aleen42.com/src/elasticsearch.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch) -- [![kibana](./src/kibana.svg)](https://badges.aleen42.com/src/kibana.svg) A badge used for projects using [Kibana](https://github.com/elastic/kibana) -- [![logstash](./src/logstash.svg)](https://badges.aleen42.com/src/logstash.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash) -- [![gitbook](./src/gitbook_1.svg)](https://badges.aleen42.com/src/gitbook_1.svg) A badge used for books publish by Gitbook -- [![gitbook](./src/gitbook_2.svg)](https://badges.aleen42.com/src/gitbook_2.svg) A badge used for books publish by Gitbook -- [![chrome_extensions](./src/chrome_extensions.svg)](https://badges.aleen42.com/src/chrome_extensions.svg) A badge used for Chrome extensions -- [![gulp](./src/gulp.svg)](https://badges.aleen42.com/src/gulp.svg) A badge used for projects using Gulp to build -- [![angular](./src/angular.svg)](https://badges.aleen42.com/src/angular.svg) A badge used for repositories which has used the framework, Angular -- [![postcss](./src/postcss.svg)](https://badges.aleen42.com/src/postcss.svg) A badge used for projects using [PostCSS](https://github.com/postcss/postcss) -- [![svelte](./src/svelte.svg)](https://badges.aleen42.com/src/svelte.svg) A badge used for repositories that using [Svelte](https://github.com/sveltejs/svelte) -- [![gitlab](./src/gitlab.svg)](https://badges.aleen42.com/src/gitlab.svg) A badge used for Gitlab repositories -- [![mocha](./src/mocha.svg)](https://badges.aleen42.com/src/mocha.svg) A badge used for projects using Mocha for unit tests -- [![bower](./src/bower.svg)](https://badges.aleen42.com/src/bower.svg) A badge used for bower packages -- [![java](./src/java.svg)](https://badges.aleen42.com/src/java.svg) A badge used for projects that coded with Java -- [![tc39](./src/tc39_1.svg)](https://badges.aleen42.com/src/tc39_1.svg) A badge used for [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_2.svg)](https://badges.aleen42.com/src/tc39_2.svg) A badge used for proposals under stage 1 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_3.svg)](https://badges.aleen42.com/src/tc39_3.svg) A badge used for proposals under stage 2 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_4.svg)](https://badges.aleen42.com/src/tc39_4.svg) A badge used for proposals under stage 3 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_5.svg)](https://badges.aleen42.com/src/tc39_5.svg) A badge used for proposals under stage 4 of [TC39](https://github.com/tc39) committee -- [![parcel](./src/parcel.svg)](https://badges.aleen42.com/src/parcel.svg) A badge used for projects built with [Parcel](https://github.com/parcel-bundler/parcel) -- [![grafana](./src/grafana.svg)](https://badges.aleen42.com/src/grafana.svg) A badge used for projects using [Grafana](https://github.com/grafana/grafana) -- [![sublime_text](./src/sublime_text.svg)](https://badges.aleen42.com/src/sublime_text.svg) A badge for the Sulime Text editor -- [![rss](./src/rss.svg)](https://badges.aleen42.com/src/rss.svg) A badge used for RSS subscribing -- [![grunt](./src/grunt.svg)](https://badges.aleen42.com/src/grunt.svg) A badge used for projects using grunt to build -- [![tensorflow](./src/tensorflow.svg)](https://badges.aleen42.com/src/tensorflow.svg) A badge use for projects using Tensorflow -- [![esbuild](./src/esbuild.svg)](https://badges.aleen42.com/src/esbuild.svg) A badge used for projects built with [ESBuild](https://github.com/evanw/esbuild) -- [![javascript](./src/javascript.svg)](https://badges.aleen42.com/src/javascript.svg) A badge used for projects that coded with JavaScript -- [![node](./src/node.svg)](https://badges.aleen42.com/src/node.svg) A badge used for projects built with Node.js -- [![atom](./src/atom.svg)](https://badges.aleen42.com/src/atom.svg) A badge for the Atom editor -- [![cssnano](./src/cssnano.svg)](https://badges.aleen42.com/src/cssnano.svg) A badge used for projects using [CSSNano](https://github.com/cssnano/cssnano) for compacting CSS -- [![vue](./src/vue.svg)](https://badges.aleen42.com/src/vue.svg) A badge used for repositories which has used the framework, Vue -- [![vuepress](./src/vuepress.svg)](https://badges.aleen42.com/src/vuepress.svg) A badge used for books publish by Vuepress -- [![apiary](./src/apiary.svg)](https://badges.aleen42.com/src/apiary.svg) A badge used for documents written on Apiary -- [![tailwindcss](./src/tailwindcss.svg)](https://badges.aleen42.com/src/tailwindcss.svg) A badge used for projects using [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) -- [![golang](./src/golang.svg)](https://badges.aleen42.com/src/golang.svg) A badge used for projects that coded with Golang -- [![react](./src/react.svg)](https://badges.aleen42.com/src/react.svg) A badge used for repositories that using [React](https://github.com/facebook/react) -- [![docker](./src/docker.svg)](https://badges.aleen42.com/src/docker.svg) A badge used for projects deployed on Docker -- [![kotlin](./src/kotlin.svg)](https://badges.aleen42.com/src/kotlin.svg) A badge used for projects that coded with Kotlin -- [![visual_studio_code](./src/visual_studio_code.svg)](https://badges.aleen42.com/src/visual_studio_code.svg) A badge for the Visual Studio Code IDE -- [![typescript](./src/typescript.svg)](https://badges.aleen42.com/src/typescript.svg) A badge used for projects that coded with TypeScript -- [![python](./src/python.svg)](https://badges.aleen42.com/src/python.svg) A badge used for projects that coded with Python -- [![jsfiddle](./src/jsfiddle.svg)](https://badges.aleen42.com/src/jsfiddle.svg) A badge used for projects running on JSFiddle -- [![webpack](./src/webpack.svg)](https://badges.aleen42.com/src/webpack.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack) -- [![vitejs](./src/vitejs.svg)](https://badges.aleen42.com/src/vitejs.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite) -- [![eslint](./src/eslint.svg)](https://badges.aleen42.com/src/eslint.svg) A badge used for projects using ESLint -- [![eclipse](./src/eclipse.svg)](https://badges.aleen42.com/src/eclipse.svg) A badge for the Eclipse editor -- [![preact](./src/preact.svg)](https://badges.aleen42.com/src/preact.svg) A badge used for repositories that using [Preact](https://github.com/preactjs/preact) -- [![redux](./src/redux.svg)](https://badges.aleen42.com/src/redux.svg) A badge used for projects using React Redux -- [![visual_studio](./src/visual_studio.svg)](https://badges.aleen42.com/src/visual_studio.svg) A badge for the Visual Studio IDE -- [![jasmine](./src/jasmine.svg)](https://badges.aleen42.com/src/jasmine.svg) A badge used for projects using Jasmine for testing JavaScript -- [![qunit](./src/qunit.svg)](https://badges.aleen42.com/src/qunit.svg) A badge for projects using QUnit for unit tests -- [![reactivex](./src/reactivex.svg)](https://badges.aleen42.com/src/reactivex.svg) A badge for projects using ReactiveX -- [![modernizr](./src/modernizr.svg)](https://badges.aleen42.com/src/modernizr.svg) A badge for projects using Modernizr -- [![jest](./src/jest_1.svg)](https://badges.aleen42.com/src/jest_1.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. -- [![jest](./src/jest_2.svg)](https://badges.aleen42.com/src/jest_2.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))* -- [![erlang](./src/erlang.svg)](https://badges.aleen42.com/src/erlang.svg) A badge used for projects that coded with Erlang -- [![react-router](./src/react-router.svg)](https://badges.aleen42.com/src/react-router.svg) A badge used for projects using [React Router](https://github.com/remix-run/react-router) -- [![npm](./src/npm.svg)](https://badges.aleen42.com/src/npm.svg) A badge used for npm packages -- [![rollup](./src/rollup.svg)](https://badges.aleen42.com/src/rollup.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup) - - -### Community - -- [![stackoverflow](./src/stackoverflow.svg)](https://badges.aleen42.com/src/stackoverflow.svg) A badge used for references on Stack Overflow. -- [![medium](./src/medium.svg)](https://badges.aleen42.com/src/medium.svg) A badge used for articles shared on Medium. -- [![superuser](./src/superuser.svg)](https://badges.aleen42.com/src/superuser.svg) A badge used for references on Super User -- [![stackexchange](./src/stackexchange.svg)](https://badges.aleen42.com/src/stackexchange.svg) A badge used for references on Stack Exchange. -- [![juejin_translation](./src/juejin_translation.svg)](https://badges.aleen42.com/src/juejin_translation.svg) A badge used for any articles translated by [gold-miner](https://github.com/xitu/gold-miner). -- [![serverfault](./src/serverfault.svg)](https://badges.aleen42.com/src/serverfault.svg) A badge used for references on Server Fault. - - -### Communication - -- [![lunkr](./src/lunkr.svg)](https://badges.aleen42.com/src/lunkr.svg) A badge used for sharing communication ways on Coremail Lunkr -- [![wechat](./src/wechat.svg)](https://badges.aleen42.com/src/wechat.svg) A badge used for sharing communication ways on WeChat -- [![line](./src/line.svg)](https://badges.aleen42.com/src/line.svg) A badge used for sharing communication ways on Line -- [![whatsapp](./src/whatsapp.svg)](https://badges.aleen42.com/src/whatsapp.svg) A badge used for sharing communication ways on WhatsApp -- [![skype](./src/skype.svg)](https://badges.aleen42.com/src/skype.svg) A badge used for sharing communication ways on Skype -- [![telegram](./src/telegram.svg)](https://badges.aleen42.com/src/telegram.svg) A badge used for sharing communication ways on Telegram -- [![messenger](./src/messenger.svg)](https://badges.aleen42.com/src/messenger.svg) A badge used for sharing communication ways on Messenger -- [![discord](./src/discord.svg)](https://badges.aleen42.com/src/discord.svg) A badge used for groups discussed on [Discord](https://discord.com/) -- [![slack](./src/slack.svg)](https://badges.aleen42.com/src/slack.svg) A badge used for groups discussed on [Slack](https://slack.com/) -- [![gitter](./src/gitter.svg)](https://badges.aleen42.com/src/gitter.svg) A badge used for groups discussed on [Gitter](https://gitter.im/) - - -### Multimedia - -- [![soundcloud](./src/soundcloud.svg)](https://badges.aleen42.com/src/soundcloud.svg) A badge used for music shared on SoundCloud -- [![spotify](./src/spotify.svg)](https://badges.aleen42.com/src/spotify.svg) A badge used for music shared on Spotify - - -### Inc - -- [![soundtooth](./src/soundtooth.svg)](https://badges.aleen42.com/src/soundtooth.svg) A badge used for any project of Soundtooth Inc. -- [![bitcoin](./src/bitcoin.svg)](https://badges.aleen42.com/src/bitcoin.svg) A badge used for the Bitcoin Inc. -- [![amazon](./src/amazon.svg)](https://badges.aleen42.com/src/amazon.svg) A badge used for the Amazon Inc. -- [![monsoon](./src/monsoon.svg)](https://badges.aleen42.com/src/monsoon.svg) A badge used for the Monsoon Inc. -- [![codrops](./src/codrops.svg)](https://badges.aleen42.com/src/codrops.svg) A badge used for any project of Codrops Inc. -- [![coremail](./src/coremail.svg)](https://badges.aleen42.com/src/coremail.svg) A badge used for the Coremail Inc. -- [![nasa](./src/nasa.svg)](https://badges.aleen42.com/src/nasa.svg) A badge used for projects of NASA -- [![xitu](./src/xitu.svg)](https://badges.aleen42.com/src/xitu.svg) A badge used for any articles of Xitu Inc. -- [![airbnb](./src/airbnb.svg)](https://badges.aleen42.com/src/airbnb.svg) A badge used for the Airbnb Inc. - - -### Social Media - -- [![youtube](./src/youtube.svg)](https://badges.aleen42.com/src/youtube.svg) A badge used for Youtube. -- [![google_plus](./src/google_plus.svg)](https://badges.aleen42.com/src/google_plus.svg) A badge used for sharing communities on Google Plus. -- [![reddit](./src/reddit.svg)](https://badges.aleen42.com/src/reddit.svg) A badge used for articles shared on Reddit. -- [![snapchat](./src/snapchat.svg)](https://badges.aleen42.com/src/snapchat.svg) A badge used for Snapchat. -- [![twitter](./src/twitter.svg)](https://badges.aleen42.com/src/twitter.svg) A badge used for Twitter. -- [![facebook](./src/facebook.svg)](https://badges.aleen42.com/src/facebook.svg) A badge used for Facebook. -- [![instagram](./src/instagram.svg)](https://badges.aleen42.com/src/instagram.svg) A badge used for Instagram. -- [![sina_weibo](./src/sina_weibo.svg)](https://badges.aleen42.com/src/sina_weibo.svg) A badge used for sharing communities on Sina Weibo. -- [![pinterest](./src/pinterest.svg)](https://badges.aleen42.com/src/pinterest.svg) A badge used for sharing communities on Pinterest. - - -### Sponsors - -- [![patreon](./src/patreon.svg)](https://badges.aleen42.com/src/patreon.svg) A badge used for Patreon sponsors. -- [![buymeacoffee](./src/buymeacoffee.svg)](https://badges.aleen42.com/src/buymeacoffee.svg) A badge used for BuyMeACoffee sponsors. -- [![issuehunt](./src/issuehunt.svg)](https://badges.aleen42.com/src/issuehunt.svg) A badge used for IssueHunt sponsors. -- [![alipay](./src/alipay.svg)](https://badges.aleen42.com/src/alipay.svg) A badge used for Alipay sponsors. -- [![paypal](./src/paypal.svg)](https://badges.aleen42.com/src/paypal.svg) A badge used for Paypal sponsors. - - -### Car - -- [![mercedes_benz](./src/mercedes_benz.svg)](https://badges.aleen42.com/src/mercedes_benz.svg) A badge used for cars of Mercedes Benz -- [![toyota](./src/toyota.svg)](https://badges.aleen42.com/src/toyota.svg) A badge used for cars of Toyota -- [![lamborghini](./src/lamborghini.svg)](https://badges.aleen42.com/src/lamborghini.svg) A badge used for cars of Lamborghini -- [![land_rover](./src/land_rover.svg)](https://badges.aleen42.com/src/land_rover.svg) A badge used for cars of Land Rover -- [![bmw](./src/bmw.svg)](https://badges.aleen42.com/src/bmw.svg) A badge used for cars of BMW -- [![audi](./src/audi.svg)](https://badges.aleen42.com/src/audi.svg) A badge used for cars of Audi -- [![marussia](./src/marussia.svg)](https://badges.aleen42.com/src/marussia.svg) A badge used for cars of Marussia -- [![maserati](./src/maserati.svg)](https://badges.aleen42.com/src/maserati.svg) A badge used for cars of Maserati -- [![koenigsegg](./src/koenigsegg.svg)](https://badges.aleen42.com/src/koenigsegg.svg) A badge used for cars of Koenigsegg -- [![bugatti](./src/bugatti.svg)](https://badges.aleen42.com/src/bugatti.svg) A badge used for cars of Bugatti -- [![porsche](./src/porsche.svg)](https://badges.aleen42.com/src/porsche.svg) A badge used for cars of Porsche -- [![mitsubishi](./src/mitsubishi.svg)](https://badges.aleen42.com/src/mitsubishi.svg) A badge used for cars of Mitsubishi -- [![ferrari](./src/ferrari.svg)](https://badges.aleen42.com/src/ferrari.svg) A badge used for cars of Ferrari -- [![tesla](./src/tesla.svg)](https://badges.aleen42.com/src/tesla.svg) A badge used for cars of Tesla - - -### Football Clubs - -- [![manchester_united](./src/manchester_united.svg)](https://badges.aleen42.com/src/manchester_united.svg) A badge used for FC Manchester United -- [![real_madrid](./src/real_madrid.svg)](https://badges.aleen42.com/src/real_madrid.svg) A badge used for FC Real Madrid -- [![liverpool](./src/liverpool.svg)](https://badges.aleen42.com/src/liverpool.svg) A badge used for FC Liverpool -- [![chelsea](./src/chelsea.svg)](https://badges.aleen42.com/src/chelsea.svg) A badge used for FC Chelsea -- [![barcelona](./src/barcelona.svg)](https://badges.aleen42.com/src/barcelona.svg) A badge used for FC Barcelona -- [![bayern_munchen](./src/bayern_munchen.svg)](https://badges.aleen42.com/src/bayern_munchen.svg) A badge used for FC Bayern Munchen -- [![arsenal](./src/arsenal.svg)](https://badges.aleen42.com/src/arsenal.svg) A badge used for FC Arsenal -- [![ac_milan](./src/ac_milan.svg)](https://badges.aleen42.com/src/ac_milan.svg) A badge used for FC AC Milan - - -### Game - -- [![ingress](./src/ingress.svg)](https://badges.aleen42.com/src/ingress.svg) A badge used for the game Ingress published by Niantic Inc. -- [![steam](./src/steam.svg)](https://badges.aleen42.com/src/steam.svg) A badge used for any game supported on the platform Steam -- [![osu](./src/osu.svg)](https://badges.aleen42.com/src/osu.svg) A badge used for the game osu! published by ppy - - -### Designer - -- [![flash](./src/flash.svg)](https://badges.aleen42.com/src/flash.svg) A badge used for designing projects using Flash as a tool -- [![illustrator](./src/illustrator.svg)](https://badges.aleen42.com/src/illustrator.svg) A badge used for designing projects using Illustrator as a tool -- [![zeplin](./src/zeplin.svg)](https://badges.aleen42.com/src/zeplin.svg) A badge used for designing projects with Zeplin -- [![dreamweaver](./src/dreamweaver.svg)](https://badges.aleen42.com/src/dreamweaver.svg) A badge used for projects using Dreamweaver as a tool -- [![photoshop](./src/photoshop.svg)](https://badges.aleen42.com/src/photoshop.svg) A badge used for designing projects using Photoshop as a tool -- [![behance](./src/behance.svg)](https://badges.aleen42.com/src/behance.svg) A badge used for designing projects sharing on Behance -- [![after_effects](./src/after_effects.svg)](https://badges.aleen42.com/src/after_effects.svg) A badge used for designing projects using After Effect as a tool -- [![premiere](./src/premiere.svg)](https://badges.aleen42.com/src/premiere.svg) A badge used for designing projects using Premiere as a tool - -### :fuelpump: How to contribute - -Have an idea? Found a bug? See [how to contribute](https://wiki.aleen42.com/contribution.html). - -### :scroll: License - -[MIT](https://wiki.aleen42.com/MIT.html) © aleen42 diff --git a/README_dfc.md b/README_dfc.md deleted file mode 100644 index 9182fdc..0000000 --- a/README_dfc.md +++ /dev/null @@ -1,258 +0,0 @@ -## badges - -

- -

- -

To make badges more standard and acceptable.

- -
-
-
- -![npm](./src/npm.svg) ![cli](./src/cli.svg) ![javascript](https://img.shields.io/badge/%20%20JavaScript-%20%20%20%20730L-f1e05a.svg) ![html](https://img.shields.io/badge/%20%20HTML-%20%20%20%20164L-e34c26.svg) - -Alternative: [**default**](./README.md), [**flat-square**](./README_flat_square.md), [**dynamic-fore-color**](./README_dfc.md), [**dynamic-fore-color (flat_square)**](./README_flat_square_dfc.md). - -A collection of badges designed for personal repositories, and I hope that all of these badges can be widely accepted and used in the document of any project so that they can become more and more standard. If you also have some new ideas about badges, just open an issue. Always remember that: **More than a coder, more than a designer.** - -So, how to create such cute badges? It's very simple. As it's only registered on [npm](https://www.npmjs.com/), you should install it by typing: - -```bash -sudo npm install -g badges-cli -``` - -Then you can use this command-line tool for creating badges yourself: - -Take the following command as an example, `t` means text content, and `c` means color. If you want to create a badge with SVG sources, you can specify with `p` to tell the tool where to find your sources. Finally, `o` is used to specify where to export the badge. - -```bash -badge -t Alipay -c "#1CACEB" -p alipay.svg --dynamic-fore-color -o output.svg -``` - -One more thing, according to [the suggestion](https://github.com/facebook/jest/issues/5438#issuecomment-362553867) during creating badges for Jest, this tool has been extended to support skins with `s` to specify, which value can be "light" or "dark" temporarily at this moment. - -To uninstall the tool, you can just uninstall it by typing: - -```bash -sudo npm uninstall -g badges-cli -``` - -As for how to create a badge and add it to the collection? There are some steps you may need to follow: - -1. Fork the repository -2. Install `badges-cli` -3. Create a logo with SVG formatted (**recommended**) or other formats like PNG. (_**The logo should be wrapped into a square, in another word, the width should be equal to the height, or it would have been horizontally squished.**_) -4. Save the logo in the folder `dist` -5. Add data for your badge in the file `script/data.js` - ```js - const data = { - // ... - 'React Router': { - fileName: 'react-router.svg', - color: '#D0021B', - description: 'A badge used for projects using React Router' - }, - }; - ``` -5. Run the script by typing `npm run build` -6. If successful, the readme file will be automatically updated -7. Finally, push all updates and create a pull request for your change -8. **Done!!** - -> Note that: so far haven't I thought out a perfect solution for calculating the width of text accurately yet, and it means that the text can not be aligned in some cases. - -*Note: if you like this project, feel free to buy me a swimming chance:* - -[![badges](./src/paypal.svg)](http://paypal.me/aleen42) [![badges](./src/patreon.svg)](https://www.patreon.com/aleen42) [![badges](./src/buymeacoffee.svg)](https://www.buymeacoffee.com/aleen42) - -### Coder - -- [![cli](./src/cli_dfc.svg)](https://badges.aleen42.com/src/cli_dfc.svg) A badge used for projects which provide command-line interfaces -- [![terser](./src/terser_dfc.svg)](https://badges.aleen42.com/src/terser_dfc.svg) A badge used for projects using [Terser](https://github.com/terser/terser) for compressing JavaScript -- [![codepen](./src/codepen_dfc.svg)](https://badges.aleen42.com/src/codepen_dfc.svg) A badge used for projects running on CodePen -- [![github](./src/github_dfc.svg)](https://badges.aleen42.com/src/github_dfc.svg) A badge used for GitHub repositories -- [![hacker](./src/hacker_dfc.svg)](https://badges.aleen42.com/src/hacker_dfc.svg) A badge used for hacking projects (**Business Using is not allowed)** -- [![idea](./src/idea_dfc.svg)](https://badges.aleen42.com/src/idea_dfc.svg) A badge for the IDEA editor -- [![rome](./src/rome_dfc.svg)](https://badges.aleen42.com/src/rome_dfc.svg) A badge used for projects built with [Rome](https://github.com/rome/tools) -- [![elasticsearch](./src/elasticsearch_dfc.svg)](https://badges.aleen42.com/src/elasticsearch_dfc.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch) -- [![kibana](./src/kibana_dfc.svg)](https://badges.aleen42.com/src/kibana_dfc.svg) A badge used for projects using [Kibana](https://github.com/elastic/kibana) -- [![logstash](./src/logstash_dfc.svg)](https://badges.aleen42.com/src/logstash_dfc.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash) -- [![gitbook](./src/gitbook_1_dfc.svg)](https://badges.aleen42.com/src/gitbook_1_dfc.svg) A badge used for books publish by Gitbook -- [![gitbook](./src/gitbook_2_dfc.svg)](https://badges.aleen42.com/src/gitbook_2_dfc.svg) A badge used for books publish by Gitbook -- [![chrome_extensions](./src/chrome_extensions_dfc.svg)](https://badges.aleen42.com/src/chrome_extensions_dfc.svg) A badge used for Chrome extensions -- [![gulp](./src/gulp_dfc.svg)](https://badges.aleen42.com/src/gulp_dfc.svg) A badge used for projects using Gulp to build -- [![angular](./src/angular_dfc.svg)](https://badges.aleen42.com/src/angular_dfc.svg) A badge used for repositories which has used the framework, Angular -- [![postcss](./src/postcss_dfc.svg)](https://badges.aleen42.com/src/postcss_dfc.svg) A badge used for projects using [PostCSS](https://github.com/postcss/postcss) -- [![svelte](./src/svelte_dfc.svg)](https://badges.aleen42.com/src/svelte_dfc.svg) A badge used for repositories that using [Svelte](https://github.com/sveltejs/svelte) -- [![gitlab](./src/gitlab_dfc.svg)](https://badges.aleen42.com/src/gitlab_dfc.svg) A badge used for Gitlab repositories -- [![mocha](./src/mocha_dfc.svg)](https://badges.aleen42.com/src/mocha_dfc.svg) A badge used for projects using Mocha for unit tests -- [![bower](./src/bower_dfc.svg)](https://badges.aleen42.com/src/bower_dfc.svg) A badge used for bower packages -- [![java](./src/java_dfc.svg)](https://badges.aleen42.com/src/java_dfc.svg) A badge used for projects that coded with Java -- [![tc39](./src/tc39_1_dfc.svg)](https://badges.aleen42.com/src/tc39_1_dfc.svg) A badge used for [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_2_dfc.svg)](https://badges.aleen42.com/src/tc39_2_dfc.svg) A badge used for proposals under stage 1 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_3_dfc.svg)](https://badges.aleen42.com/src/tc39_3_dfc.svg) A badge used for proposals under stage 2 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_4_dfc.svg)](https://badges.aleen42.com/src/tc39_4_dfc.svg) A badge used for proposals under stage 3 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_5_dfc.svg)](https://badges.aleen42.com/src/tc39_5_dfc.svg) A badge used for proposals under stage 4 of [TC39](https://github.com/tc39) committee -- [![parcel](./src/parcel_dfc.svg)](https://badges.aleen42.com/src/parcel_dfc.svg) A badge used for projects built with [Parcel](https://github.com/parcel-bundler/parcel) -- [![grafana](./src/grafana_dfc.svg)](https://badges.aleen42.com/src/grafana_dfc.svg) A badge used for projects using [Grafana](https://github.com/grafana/grafana) -- [![sublime_text](./src/sublime_text_dfc.svg)](https://badges.aleen42.com/src/sublime_text_dfc.svg) A badge for the Sulime Text editor -- [![rss](./src/rss_dfc.svg)](https://badges.aleen42.com/src/rss_dfc.svg) A badge used for RSS subscribing -- [![grunt](./src/grunt_dfc.svg)](https://badges.aleen42.com/src/grunt_dfc.svg) A badge used for projects using grunt to build -- [![tensorflow](./src/tensorflow_dfc.svg)](https://badges.aleen42.com/src/tensorflow_dfc.svg) A badge use for projects using Tensorflow -- [![esbuild](./src/esbuild_dfc.svg)](https://badges.aleen42.com/src/esbuild_dfc.svg) A badge used for projects built with [ESBuild](https://github.com/evanw/esbuild) -- [![javascript](./src/javascript_dfc.svg)](https://badges.aleen42.com/src/javascript_dfc.svg) A badge used for projects that coded with JavaScript -- [![node](./src/node_dfc.svg)](https://badges.aleen42.com/src/node_dfc.svg) A badge used for projects built with Node.js -- [![atom](./src/atom_dfc.svg)](https://badges.aleen42.com/src/atom_dfc.svg) A badge for the Atom editor -- [![cssnano](./src/cssnano_dfc.svg)](https://badges.aleen42.com/src/cssnano_dfc.svg) A badge used for projects using [CSSNano](https://github.com/cssnano/cssnano) for compacting CSS -- [![vue](./src/vue_dfc.svg)](https://badges.aleen42.com/src/vue_dfc.svg) A badge used for repositories which has used the framework, Vue -- [![vuepress](./src/vuepress_dfc.svg)](https://badges.aleen42.com/src/vuepress_dfc.svg) A badge used for books publish by Vuepress -- [![apiary](./src/apiary_dfc.svg)](https://badges.aleen42.com/src/apiary_dfc.svg) A badge used for documents written on Apiary -- [![tailwindcss](./src/tailwindcss_dfc.svg)](https://badges.aleen42.com/src/tailwindcss_dfc.svg) A badge used for projects using [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) -- [![golang](./src/golang_dfc.svg)](https://badges.aleen42.com/src/golang_dfc.svg) A badge used for projects that coded with Golang -- [![react](./src/react_dfc.svg)](https://badges.aleen42.com/src/react_dfc.svg) A badge used for repositories that using [React](https://github.com/facebook/react) -- [![docker](./src/docker_dfc.svg)](https://badges.aleen42.com/src/docker_dfc.svg) A badge used for projects deployed on Docker -- [![kotlin](./src/kotlin_dfc.svg)](https://badges.aleen42.com/src/kotlin_dfc.svg) A badge used for projects that coded with Kotlin -- [![visual_studio_code](./src/visual_studio_code_dfc.svg)](https://badges.aleen42.com/src/visual_studio_code_dfc.svg) A badge for the Visual Studio Code IDE -- [![typescript](./src/typescript_dfc.svg)](https://badges.aleen42.com/src/typescript_dfc.svg) A badge used for projects that coded with TypeScript -- [![python](./src/python_dfc.svg)](https://badges.aleen42.com/src/python_dfc.svg) A badge used for projects that coded with Python -- [![jsfiddle](./src/jsfiddle_dfc.svg)](https://badges.aleen42.com/src/jsfiddle_dfc.svg) A badge used for projects running on JSFiddle -- [![webpack](./src/webpack_dfc.svg)](https://badges.aleen42.com/src/webpack_dfc.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack) -- [![vitejs](./src/vitejs_dfc.svg)](https://badges.aleen42.com/src/vitejs_dfc.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite) -- [![eslint](./src/eslint_dfc.svg)](https://badges.aleen42.com/src/eslint_dfc.svg) A badge used for projects using ESLint -- [![eclipse](./src/eclipse_dfc.svg)](https://badges.aleen42.com/src/eclipse_dfc.svg) A badge for the Eclipse editor -- [![preact](./src/preact_dfc.svg)](https://badges.aleen42.com/src/preact_dfc.svg) A badge used for repositories that using [Preact](https://github.com/preactjs/preact) -- [![redux](./src/redux_dfc.svg)](https://badges.aleen42.com/src/redux_dfc.svg) A badge used for projects using React Redux -- [![visual_studio](./src/visual_studio_dfc.svg)](https://badges.aleen42.com/src/visual_studio_dfc.svg) A badge for the Visual Studio IDE -- [![jasmine](./src/jasmine_dfc.svg)](https://badges.aleen42.com/src/jasmine_dfc.svg) A badge used for projects using Jasmine for testing JavaScript -- [![qunit](./src/qunit_dfc.svg)](https://badges.aleen42.com/src/qunit_dfc.svg) A badge for projects using QUnit for unit tests -- [![reactivex](./src/reactivex_dfc.svg)](https://badges.aleen42.com/src/reactivex_dfc.svg) A badge for projects using ReactiveX -- [![modernizr](./src/modernizr_dfc.svg)](https://badges.aleen42.com/src/modernizr_dfc.svg) A badge for projects using Modernizr -- [![jest](./src/jest_1_dfc.svg)](https://badges.aleen42.com/src/jest_1_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. -- [![jest](./src/jest_2_dfc.svg)](https://badges.aleen42.com/src/jest_2_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))* -- [![erlang](./src/erlang_dfc.svg)](https://badges.aleen42.com/src/erlang_dfc.svg) A badge used for projects that coded with Erlang -- [![react-router](./src/react-router_dfc.svg)](https://badges.aleen42.com/src/react-router_dfc.svg) A badge used for projects using [React Router](https://github.com/remix-run/react-router) -- [![npm](./src/npm_dfc.svg)](https://badges.aleen42.com/src/npm_dfc.svg) A badge used for npm packages -- [![rollup](./src/rollup_dfc.svg)](https://badges.aleen42.com/src/rollup_dfc.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup) - - -### Community - -- [![stackoverflow](./src/stackoverflow_dfc.svg)](https://badges.aleen42.com/src/stackoverflow_dfc.svg) A badge used for references on Stack Overflow. -- [![medium](./src/medium_dfc.svg)](https://badges.aleen42.com/src/medium_dfc.svg) A badge used for articles shared on Medium. -- [![superuser](./src/superuser_dfc.svg)](https://badges.aleen42.com/src/superuser_dfc.svg) A badge used for references on Super User -- [![stackexchange](./src/stackexchange_dfc.svg)](https://badges.aleen42.com/src/stackexchange_dfc.svg) A badge used for references on Stack Exchange. -- [![juejin_translation](./src/juejin_translation_dfc.svg)](https://badges.aleen42.com/src/juejin_translation_dfc.svg) A badge used for any articles translated by [gold-miner](https://github.com/xitu/gold-miner). -- [![serverfault](./src/serverfault_dfc.svg)](https://badges.aleen42.com/src/serverfault_dfc.svg) A badge used for references on Server Fault. - - -### Communication - -- [![lunkr](./src/lunkr_dfc.svg)](https://badges.aleen42.com/src/lunkr_dfc.svg) A badge used for sharing communication ways on Coremail Lunkr -- [![wechat](./src/wechat_dfc.svg)](https://badges.aleen42.com/src/wechat_dfc.svg) A badge used for sharing communication ways on WeChat -- [![line](./src/line_dfc.svg)](https://badges.aleen42.com/src/line_dfc.svg) A badge used for sharing communication ways on Line -- [![whatsapp](./src/whatsapp_dfc.svg)](https://badges.aleen42.com/src/whatsapp_dfc.svg) A badge used for sharing communication ways on WhatsApp -- [![skype](./src/skype_dfc.svg)](https://badges.aleen42.com/src/skype_dfc.svg) A badge used for sharing communication ways on Skype -- [![telegram](./src/telegram_dfc.svg)](https://badges.aleen42.com/src/telegram_dfc.svg) A badge used for sharing communication ways on Telegram -- [![messenger](./src/messenger_dfc.svg)](https://badges.aleen42.com/src/messenger_dfc.svg) A badge used for sharing communication ways on Messenger -- [![discord](./src/discord_dfc.svg)](https://badges.aleen42.com/src/discord_dfc.svg) A badge used for groups discussed on [Discord](https://discord.com/) -- [![slack](./src/slack_dfc.svg)](https://badges.aleen42.com/src/slack_dfc.svg) A badge used for groups discussed on [Slack](https://slack.com/) -- [![gitter](./src/gitter_dfc.svg)](https://badges.aleen42.com/src/gitter_dfc.svg) A badge used for groups discussed on [Gitter](https://gitter.im/) - - -### Multimedia - -- [![soundcloud](./src/soundcloud_dfc.svg)](https://badges.aleen42.com/src/soundcloud_dfc.svg) A badge used for music shared on SoundCloud -- [![spotify](./src/spotify_dfc.svg)](https://badges.aleen42.com/src/spotify_dfc.svg) A badge used for music shared on Spotify - - -### Inc - -- [![soundtooth](./src/soundtooth_dfc.svg)](https://badges.aleen42.com/src/soundtooth_dfc.svg) A badge used for any project of Soundtooth Inc. -- [![bitcoin](./src/bitcoin_dfc.svg)](https://badges.aleen42.com/src/bitcoin_dfc.svg) A badge used for the Bitcoin Inc. -- [![amazon](./src/amazon_dfc.svg)](https://badges.aleen42.com/src/amazon_dfc.svg) A badge used for the Amazon Inc. -- [![monsoon](./src/monsoon_dfc.svg)](https://badges.aleen42.com/src/monsoon_dfc.svg) A badge used for the Monsoon Inc. -- [![codrops](./src/codrops_dfc.svg)](https://badges.aleen42.com/src/codrops_dfc.svg) A badge used for any project of Codrops Inc. -- [![coremail](./src/coremail_dfc.svg)](https://badges.aleen42.com/src/coremail_dfc.svg) A badge used for the Coremail Inc. -- [![nasa](./src/nasa_dfc.svg)](https://badges.aleen42.com/src/nasa_dfc.svg) A badge used for projects of NASA -- [![xitu](./src/xitu_dfc.svg)](https://badges.aleen42.com/src/xitu_dfc.svg) A badge used for any articles of Xitu Inc. -- [![airbnb](./src/airbnb_dfc.svg)](https://badges.aleen42.com/src/airbnb_dfc.svg) A badge used for the Airbnb Inc. - - -### Social Media - -- [![youtube](./src/youtube_dfc.svg)](https://badges.aleen42.com/src/youtube_dfc.svg) A badge used for Youtube. -- [![google_plus](./src/google_plus_dfc.svg)](https://badges.aleen42.com/src/google_plus_dfc.svg) A badge used for sharing communities on Google Plus. -- [![reddit](./src/reddit_dfc.svg)](https://badges.aleen42.com/src/reddit_dfc.svg) A badge used for articles shared on Reddit. -- [![snapchat](./src/snapchat_dfc.svg)](https://badges.aleen42.com/src/snapchat_dfc.svg) A badge used for Snapchat. -- [![twitter](./src/twitter_dfc.svg)](https://badges.aleen42.com/src/twitter_dfc.svg) A badge used for Twitter. -- [![facebook](./src/facebook_dfc.svg)](https://badges.aleen42.com/src/facebook_dfc.svg) A badge used for Facebook. -- [![instagram](./src/instagram_dfc.svg)](https://badges.aleen42.com/src/instagram_dfc.svg) A badge used for Instagram. -- [![sina_weibo](./src/sina_weibo_dfc.svg)](https://badges.aleen42.com/src/sina_weibo_dfc.svg) A badge used for sharing communities on Sina Weibo. -- [![pinterest](./src/pinterest_dfc.svg)](https://badges.aleen42.com/src/pinterest_dfc.svg) A badge used for sharing communities on Pinterest. - - -### Sponsors - -- [![patreon](./src/patreon_dfc.svg)](https://badges.aleen42.com/src/patreon_dfc.svg) A badge used for Patreon sponsors. -- [![buymeacoffee](./src/buymeacoffee_dfc.svg)](https://badges.aleen42.com/src/buymeacoffee_dfc.svg) A badge used for BuyMeACoffee sponsors. -- [![issuehunt](./src/issuehunt_dfc.svg)](https://badges.aleen42.com/src/issuehunt_dfc.svg) A badge used for IssueHunt sponsors. -- [![alipay](./src/alipay_dfc.svg)](https://badges.aleen42.com/src/alipay_dfc.svg) A badge used for Alipay sponsors. -- [![paypal](./src/paypal_dfc.svg)](https://badges.aleen42.com/src/paypal_dfc.svg) A badge used for Paypal sponsors. - - -### Car - -- [![mercedes_benz](./src/mercedes_benz_dfc.svg)](https://badges.aleen42.com/src/mercedes_benz_dfc.svg) A badge used for cars of Mercedes Benz -- [![toyota](./src/toyota_dfc.svg)](https://badges.aleen42.com/src/toyota_dfc.svg) A badge used for cars of Toyota -- [![lamborghini](./src/lamborghini_dfc.svg)](https://badges.aleen42.com/src/lamborghini_dfc.svg) A badge used for cars of Lamborghini -- [![land_rover](./src/land_rover_dfc.svg)](https://badges.aleen42.com/src/land_rover_dfc.svg) A badge used for cars of Land Rover -- [![bmw](./src/bmw_dfc.svg)](https://badges.aleen42.com/src/bmw_dfc.svg) A badge used for cars of BMW -- [![audi](./src/audi_dfc.svg)](https://badges.aleen42.com/src/audi_dfc.svg) A badge used for cars of Audi -- [![marussia](./src/marussia_dfc.svg)](https://badges.aleen42.com/src/marussia_dfc.svg) A badge used for cars of Marussia -- [![maserati](./src/maserati_dfc.svg)](https://badges.aleen42.com/src/maserati_dfc.svg) A badge used for cars of Maserati -- [![koenigsegg](./src/koenigsegg_dfc.svg)](https://badges.aleen42.com/src/koenigsegg_dfc.svg) A badge used for cars of Koenigsegg -- [![bugatti](./src/bugatti_dfc.svg)](https://badges.aleen42.com/src/bugatti_dfc.svg) A badge used for cars of Bugatti -- [![porsche](./src/porsche_dfc.svg)](https://badges.aleen42.com/src/porsche_dfc.svg) A badge used for cars of Porsche -- [![mitsubishi](./src/mitsubishi_dfc.svg)](https://badges.aleen42.com/src/mitsubishi_dfc.svg) A badge used for cars of Mitsubishi -- [![ferrari](./src/ferrari_dfc.svg)](https://badges.aleen42.com/src/ferrari_dfc.svg) A badge used for cars of Ferrari -- [![tesla](./src/tesla_dfc.svg)](https://badges.aleen42.com/src/tesla_dfc.svg) A badge used for cars of Tesla - - -### Football Clubs - -- [![manchester_united](./src/manchester_united_dfc.svg)](https://badges.aleen42.com/src/manchester_united_dfc.svg) A badge used for FC Manchester United -- [![real_madrid](./src/real_madrid_dfc.svg)](https://badges.aleen42.com/src/real_madrid_dfc.svg) A badge used for FC Real Madrid -- [![liverpool](./src/liverpool_dfc.svg)](https://badges.aleen42.com/src/liverpool_dfc.svg) A badge used for FC Liverpool -- [![chelsea](./src/chelsea_dfc.svg)](https://badges.aleen42.com/src/chelsea_dfc.svg) A badge used for FC Chelsea -- [![barcelona](./src/barcelona_dfc.svg)](https://badges.aleen42.com/src/barcelona_dfc.svg) A badge used for FC Barcelona -- [![bayern_munchen](./src/bayern_munchen_dfc.svg)](https://badges.aleen42.com/src/bayern_munchen_dfc.svg) A badge used for FC Bayern Munchen -- [![arsenal](./src/arsenal_dfc.svg)](https://badges.aleen42.com/src/arsenal_dfc.svg) A badge used for FC Arsenal -- [![ac_milan](./src/ac_milan_dfc.svg)](https://badges.aleen42.com/src/ac_milan_dfc.svg) A badge used for FC AC Milan - - -### Game - -- [![ingress](./src/ingress_dfc.svg)](https://badges.aleen42.com/src/ingress_dfc.svg) A badge used for the game Ingress published by Niantic Inc. -- [![steam](./src/steam_dfc.svg)](https://badges.aleen42.com/src/steam_dfc.svg) A badge used for any game supported on the platform Steam -- [![osu](./src/osu_dfc.svg)](https://badges.aleen42.com/src/osu_dfc.svg) A badge used for the game osu! published by ppy - - -### Designer - -- [![flash](./src/flash_dfc.svg)](https://badges.aleen42.com/src/flash_dfc.svg) A badge used for designing projects using Flash as a tool -- [![illustrator](./src/illustrator_dfc.svg)](https://badges.aleen42.com/src/illustrator_dfc.svg) A badge used for designing projects using Illustrator as a tool -- [![zeplin](./src/zeplin_dfc.svg)](https://badges.aleen42.com/src/zeplin_dfc.svg) A badge used for designing projects with Zeplin -- [![dreamweaver](./src/dreamweaver_dfc.svg)](https://badges.aleen42.com/src/dreamweaver_dfc.svg) A badge used for projects using Dreamweaver as a tool -- [![photoshop](./src/photoshop_dfc.svg)](https://badges.aleen42.com/src/photoshop_dfc.svg) A badge used for designing projects using Photoshop as a tool -- [![behance](./src/behance_dfc.svg)](https://badges.aleen42.com/src/behance_dfc.svg) A badge used for designing projects sharing on Behance -- [![after_effects](./src/after_effects_dfc.svg)](https://badges.aleen42.com/src/after_effects_dfc.svg) A badge used for designing projects using After Effect as a tool -- [![premiere](./src/premiere_dfc.svg)](https://badges.aleen42.com/src/premiere_dfc.svg) A badge used for designing projects using Premiere as a tool - -### :fuelpump: How to contribute - -Have an idea? Found a bug? See [how to contribute](https://wiki.aleen42.com/contribution.html). - -### :scroll: License - -[MIT](https://wiki.aleen42.com/MIT.html) © aleen42 diff --git a/README_flat_square.md b/README_flat_square.md deleted file mode 100644 index 45e60e1..0000000 --- a/README_flat_square.md +++ /dev/null @@ -1,258 +0,0 @@ -## badges - -

- -

- -

To make badges more standard and acceptable.

- -
-
-
- -![npm](./src/npm.svg) ![cli](./src/cli.svg) ![javascript](https://img.shields.io/badge/%20%20JavaScript-%20%20%20%20730L-f1e05a.svg) ![html](https://img.shields.io/badge/%20%20HTML-%20%20%20%20164L-e34c26.svg) - -Alternative: [**default**](./README.md), [**flat-square**](./README_flat_square.md), [**dynamic-fore-color**](./README_dfc.md), [**dynamic-fore-color (flat_square)**](./README_flat_square_dfc.md). - -A collection of badges designed for personal repositories, and I hope that all of these badges can be widely accepted and used in the document of any project so that they can become more and more standard. If you also have some new ideas about badges, just open an issue. Always remember that: **More than a coder, more than a designer.** - -So, how to create such cute badges? It's very simple. As it's only registered on [npm](https://www.npmjs.com/), you should install it by typing: - -```bash -sudo npm install -g badges-cli -``` - -Then you can use this command-line tool for creating badges yourself: - -Take the following command as an example, `t` means text content, and `c` means color. If you want to create a badge with SVG sources, you can specify with `p` to tell the tool where to find your sources. Finally, `o` is used to specify where to export the badge. - -```bash -badge -t Alipay -c "#1CACEB" -p alipay.svg --style=flat_square -o output.svg -``` - -One more thing, according to [the suggestion](https://github.com/facebook/jest/issues/5438#issuecomment-362553867) during creating badges for Jest, this tool has been extended to support skins with `s` to specify, which value can be "light" or "dark" temporarily at this moment. - -To uninstall the tool, you can just uninstall it by typing: - -```bash -sudo npm uninstall -g badges-cli -``` - -As for how to create a badge and add it to the collection? There are some steps you may need to follow: - -1. Fork the repository -2. Install `badges-cli` -3. Create a logo with SVG formatted (**recommended**) or other formats like PNG. (_**The logo should be wrapped into a square, in another word, the width should be equal to the height, or it would have been horizontally squished.**_) -4. Save the logo in the folder `dist` -5. Add data for your badge in the file `script/data.js` - ```js - const data = { - // ... - 'React Router': { - fileName: 'react-router.svg', - color: '#D0021B', - description: 'A badge used for projects using React Router' - }, - }; - ``` -5. Run the script by typing `npm run build` -6. If successful, the readme file will be automatically updated -7. Finally, push all updates and create a pull request for your change -8. **Done!!** - -> Note that: so far haven't I thought out a perfect solution for calculating the width of text accurately yet, and it means that the text can not be aligned in some cases. - -*Note: if you like this project, feel free to buy me a swimming chance:* - -[![badges](./src/paypal.svg)](http://paypal.me/aleen42) [![badges](./src/patreon.svg)](https://www.patreon.com/aleen42) [![badges](./src/buymeacoffee.svg)](https://www.buymeacoffee.com/aleen42) - -### Coder - -- [![cli](./src/cli_flat_square.svg)](https://badges.aleen42.com/src/cli_flat_square.svg) A badge used for projects which provide command-line interfaces -- [![terser](./src/terser_flat_square.svg)](https://badges.aleen42.com/src/terser_flat_square.svg) A badge used for projects using [Terser](https://github.com/terser/terser) for compressing JavaScript -- [![codepen](./src/codepen_flat_square.svg)](https://badges.aleen42.com/src/codepen_flat_square.svg) A badge used for projects running on CodePen -- [![github](./src/github_flat_square.svg)](https://badges.aleen42.com/src/github_flat_square.svg) A badge used for GitHub repositories -- [![hacker](./src/hacker_flat_square.svg)](https://badges.aleen42.com/src/hacker_flat_square.svg) A badge used for hacking projects (**Business Using is not allowed)** -- [![idea](./src/idea_flat_square.svg)](https://badges.aleen42.com/src/idea_flat_square.svg) A badge for the IDEA editor -- [![rome](./src/rome_flat_square.svg)](https://badges.aleen42.com/src/rome_flat_square.svg) A badge used for projects built with [Rome](https://github.com/rome/tools) -- [![elasticsearch](./src/elasticsearch_flat_square.svg)](https://badges.aleen42.com/src/elasticsearch_flat_square.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch) -- [![kibana](./src/kibana_flat_square.svg)](https://badges.aleen42.com/src/kibana_flat_square.svg) A badge used for projects using [Kibana](https://github.com/elastic/kibana) -- [![logstash](./src/logstash_flat_square.svg)](https://badges.aleen42.com/src/logstash_flat_square.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash) -- [![gitbook](./src/gitbook_1_flat_square.svg)](https://badges.aleen42.com/src/gitbook_1_flat_square.svg) A badge used for books publish by Gitbook -- [![gitbook](./src/gitbook_2_flat_square.svg)](https://badges.aleen42.com/src/gitbook_2_flat_square.svg) A badge used for books publish by Gitbook -- [![chrome_extensions](./src/chrome_extensions_flat_square.svg)](https://badges.aleen42.com/src/chrome_extensions_flat_square.svg) A badge used for Chrome extensions -- [![gulp](./src/gulp_flat_square.svg)](https://badges.aleen42.com/src/gulp_flat_square.svg) A badge used for projects using Gulp to build -- [![angular](./src/angular_flat_square.svg)](https://badges.aleen42.com/src/angular_flat_square.svg) A badge used for repositories which has used the framework, Angular -- [![postcss](./src/postcss_flat_square.svg)](https://badges.aleen42.com/src/postcss_flat_square.svg) A badge used for projects using [PostCSS](https://github.com/postcss/postcss) -- [![svelte](./src/svelte_flat_square.svg)](https://badges.aleen42.com/src/svelte_flat_square.svg) A badge used for repositories that using [Svelte](https://github.com/sveltejs/svelte) -- [![gitlab](./src/gitlab_flat_square.svg)](https://badges.aleen42.com/src/gitlab_flat_square.svg) A badge used for Gitlab repositories -- [![mocha](./src/mocha_flat_square.svg)](https://badges.aleen42.com/src/mocha_flat_square.svg) A badge used for projects using Mocha for unit tests -- [![bower](./src/bower_flat_square.svg)](https://badges.aleen42.com/src/bower_flat_square.svg) A badge used for bower packages -- [![java](./src/java_flat_square.svg)](https://badges.aleen42.com/src/java_flat_square.svg) A badge used for projects that coded with Java -- [![tc39](./src/tc39_1_flat_square.svg)](https://badges.aleen42.com/src/tc39_1_flat_square.svg) A badge used for [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_2_flat_square.svg)](https://badges.aleen42.com/src/tc39_2_flat_square.svg) A badge used for proposals under stage 1 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_3_flat_square.svg)](https://badges.aleen42.com/src/tc39_3_flat_square.svg) A badge used for proposals under stage 2 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_4_flat_square.svg)](https://badges.aleen42.com/src/tc39_4_flat_square.svg) A badge used for proposals under stage 3 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_5_flat_square.svg)](https://badges.aleen42.com/src/tc39_5_flat_square.svg) A badge used for proposals under stage 4 of [TC39](https://github.com/tc39) committee -- [![parcel](./src/parcel_flat_square.svg)](https://badges.aleen42.com/src/parcel_flat_square.svg) A badge used for projects built with [Parcel](https://github.com/parcel-bundler/parcel) -- [![grafana](./src/grafana_flat_square.svg)](https://badges.aleen42.com/src/grafana_flat_square.svg) A badge used for projects using [Grafana](https://github.com/grafana/grafana) -- [![sublime_text](./src/sublime_text_flat_square.svg)](https://badges.aleen42.com/src/sublime_text_flat_square.svg) A badge for the Sulime Text editor -- [![rss](./src/rss_flat_square.svg)](https://badges.aleen42.com/src/rss_flat_square.svg) A badge used for RSS subscribing -- [![grunt](./src/grunt_flat_square.svg)](https://badges.aleen42.com/src/grunt_flat_square.svg) A badge used for projects using grunt to build -- [![tensorflow](./src/tensorflow_flat_square.svg)](https://badges.aleen42.com/src/tensorflow_flat_square.svg) A badge use for projects using Tensorflow -- [![esbuild](./src/esbuild_flat_square.svg)](https://badges.aleen42.com/src/esbuild_flat_square.svg) A badge used for projects built with [ESBuild](https://github.com/evanw/esbuild) -- [![javascript](./src/javascript_flat_square.svg)](https://badges.aleen42.com/src/javascript_flat_square.svg) A badge used for projects that coded with JavaScript -- [![node](./src/node_flat_square.svg)](https://badges.aleen42.com/src/node_flat_square.svg) A badge used for projects built with Node.js -- [![atom](./src/atom_flat_square.svg)](https://badges.aleen42.com/src/atom_flat_square.svg) A badge for the Atom editor -- [![cssnano](./src/cssnano_flat_square.svg)](https://badges.aleen42.com/src/cssnano_flat_square.svg) A badge used for projects using [CSSNano](https://github.com/cssnano/cssnano) for compacting CSS -- [![vue](./src/vue_flat_square.svg)](https://badges.aleen42.com/src/vue_flat_square.svg) A badge used for repositories which has used the framework, Vue -- [![vuepress](./src/vuepress_flat_square.svg)](https://badges.aleen42.com/src/vuepress_flat_square.svg) A badge used for books publish by Vuepress -- [![apiary](./src/apiary_flat_square.svg)](https://badges.aleen42.com/src/apiary_flat_square.svg) A badge used for documents written on Apiary -- [![tailwindcss](./src/tailwindcss_flat_square.svg)](https://badges.aleen42.com/src/tailwindcss_flat_square.svg) A badge used for projects using [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) -- [![golang](./src/golang_flat_square.svg)](https://badges.aleen42.com/src/golang_flat_square.svg) A badge used for projects that coded with Golang -- [![react](./src/react_flat_square.svg)](https://badges.aleen42.com/src/react_flat_square.svg) A badge used for repositories that using [React](https://github.com/facebook/react) -- [![docker](./src/docker_flat_square.svg)](https://badges.aleen42.com/src/docker_flat_square.svg) A badge used for projects deployed on Docker -- [![kotlin](./src/kotlin_flat_square.svg)](https://badges.aleen42.com/src/kotlin_flat_square.svg) A badge used for projects that coded with Kotlin -- [![visual_studio_code](./src/visual_studio_code_flat_square.svg)](https://badges.aleen42.com/src/visual_studio_code_flat_square.svg) A badge for the Visual Studio Code IDE -- [![typescript](./src/typescript_flat_square.svg)](https://badges.aleen42.com/src/typescript_flat_square.svg) A badge used for projects that coded with TypeScript -- [![python](./src/python_flat_square.svg)](https://badges.aleen42.com/src/python_flat_square.svg) A badge used for projects that coded with Python -- [![jsfiddle](./src/jsfiddle_flat_square.svg)](https://badges.aleen42.com/src/jsfiddle_flat_square.svg) A badge used for projects running on JSFiddle -- [![webpack](./src/webpack_flat_square.svg)](https://badges.aleen42.com/src/webpack_flat_square.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack) -- [![vitejs](./src/vitejs_flat_square.svg)](https://badges.aleen42.com/src/vitejs_flat_square.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite) -- [![eslint](./src/eslint_flat_square.svg)](https://badges.aleen42.com/src/eslint_flat_square.svg) A badge used for projects using ESLint -- [![eclipse](./src/eclipse_flat_square.svg)](https://badges.aleen42.com/src/eclipse_flat_square.svg) A badge for the Eclipse editor -- [![preact](./src/preact_flat_square.svg)](https://badges.aleen42.com/src/preact_flat_square.svg) A badge used for repositories that using [Preact](https://github.com/preactjs/preact) -- [![redux](./src/redux_flat_square.svg)](https://badges.aleen42.com/src/redux_flat_square.svg) A badge used for projects using React Redux -- [![visual_studio](./src/visual_studio_flat_square.svg)](https://badges.aleen42.com/src/visual_studio_flat_square.svg) A badge for the Visual Studio IDE -- [![jasmine](./src/jasmine_flat_square.svg)](https://badges.aleen42.com/src/jasmine_flat_square.svg) A badge used for projects using Jasmine for testing JavaScript -- [![qunit](./src/qunit_flat_square.svg)](https://badges.aleen42.com/src/qunit_flat_square.svg) A badge for projects using QUnit for unit tests -- [![reactivex](./src/reactivex_flat_square.svg)](https://badges.aleen42.com/src/reactivex_flat_square.svg) A badge for projects using ReactiveX -- [![modernizr](./src/modernizr_flat_square.svg)](https://badges.aleen42.com/src/modernizr_flat_square.svg) A badge for projects using Modernizr -- [![jest](./src/jest_1_flat_square.svg)](https://badges.aleen42.com/src/jest_1_flat_square.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. -- [![jest](./src/jest_2_flat_square.svg)](https://badges.aleen42.com/src/jest_2_flat_square.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))* -- [![erlang](./src/erlang_flat_square.svg)](https://badges.aleen42.com/src/erlang_flat_square.svg) A badge used for projects that coded with Erlang -- [![react-router](./src/react-router_flat_square.svg)](https://badges.aleen42.com/src/react-router_flat_square.svg) A badge used for projects using [React Router](https://github.com/remix-run/react-router) -- [![npm](./src/npm_flat_square.svg)](https://badges.aleen42.com/src/npm_flat_square.svg) A badge used for npm packages -- [![rollup](./src/rollup_flat_square.svg)](https://badges.aleen42.com/src/rollup_flat_square.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup) - - -### Community - -- [![stackoverflow](./src/stackoverflow_flat_square.svg)](https://badges.aleen42.com/src/stackoverflow_flat_square.svg) A badge used for references on Stack Overflow. -- [![medium](./src/medium_flat_square.svg)](https://badges.aleen42.com/src/medium_flat_square.svg) A badge used for articles shared on Medium. -- [![superuser](./src/superuser_flat_square.svg)](https://badges.aleen42.com/src/superuser_flat_square.svg) A badge used for references on Super User -- [![stackexchange](./src/stackexchange_flat_square.svg)](https://badges.aleen42.com/src/stackexchange_flat_square.svg) A badge used for references on Stack Exchange. -- [![juejin_translation](./src/juejin_translation_flat_square.svg)](https://badges.aleen42.com/src/juejin_translation_flat_square.svg) A badge used for any articles translated by [gold-miner](https://github.com/xitu/gold-miner). -- [![serverfault](./src/serverfault_flat_square.svg)](https://badges.aleen42.com/src/serverfault_flat_square.svg) A badge used for references on Server Fault. - - -### Communication - -- [![lunkr](./src/lunkr_flat_square.svg)](https://badges.aleen42.com/src/lunkr_flat_square.svg) A badge used for sharing communication ways on Coremail Lunkr -- [![wechat](./src/wechat_flat_square.svg)](https://badges.aleen42.com/src/wechat_flat_square.svg) A badge used for sharing communication ways on WeChat -- [![line](./src/line_flat_square.svg)](https://badges.aleen42.com/src/line_flat_square.svg) A badge used for sharing communication ways on Line -- [![whatsapp](./src/whatsapp_flat_square.svg)](https://badges.aleen42.com/src/whatsapp_flat_square.svg) A badge used for sharing communication ways on WhatsApp -- [![skype](./src/skype_flat_square.svg)](https://badges.aleen42.com/src/skype_flat_square.svg) A badge used for sharing communication ways on Skype -- [![telegram](./src/telegram_flat_square.svg)](https://badges.aleen42.com/src/telegram_flat_square.svg) A badge used for sharing communication ways on Telegram -- [![messenger](./src/messenger_flat_square.svg)](https://badges.aleen42.com/src/messenger_flat_square.svg) A badge used for sharing communication ways on Messenger -- [![discord](./src/discord_flat_square.svg)](https://badges.aleen42.com/src/discord_flat_square.svg) A badge used for groups discussed on [Discord](https://discord.com/) -- [![slack](./src/slack_flat_square.svg)](https://badges.aleen42.com/src/slack_flat_square.svg) A badge used for groups discussed on [Slack](https://slack.com/) -- [![gitter](./src/gitter_flat_square.svg)](https://badges.aleen42.com/src/gitter_flat_square.svg) A badge used for groups discussed on [Gitter](https://gitter.im/) - - -### Multimedia - -- [![soundcloud](./src/soundcloud_flat_square.svg)](https://badges.aleen42.com/src/soundcloud_flat_square.svg) A badge used for music shared on SoundCloud -- [![spotify](./src/spotify_flat_square.svg)](https://badges.aleen42.com/src/spotify_flat_square.svg) A badge used for music shared on Spotify - - -### Inc - -- [![soundtooth](./src/soundtooth_flat_square.svg)](https://badges.aleen42.com/src/soundtooth_flat_square.svg) A badge used for any project of Soundtooth Inc. -- [![bitcoin](./src/bitcoin_flat_square.svg)](https://badges.aleen42.com/src/bitcoin_flat_square.svg) A badge used for the Bitcoin Inc. -- [![amazon](./src/amazon_flat_square.svg)](https://badges.aleen42.com/src/amazon_flat_square.svg) A badge used for the Amazon Inc. -- [![monsoon](./src/monsoon_flat_square.svg)](https://badges.aleen42.com/src/monsoon_flat_square.svg) A badge used for the Monsoon Inc. -- [![codrops](./src/codrops_flat_square.svg)](https://badges.aleen42.com/src/codrops_flat_square.svg) A badge used for any project of Codrops Inc. -- [![coremail](./src/coremail_flat_square.svg)](https://badges.aleen42.com/src/coremail_flat_square.svg) A badge used for the Coremail Inc. -- [![nasa](./src/nasa_flat_square.svg)](https://badges.aleen42.com/src/nasa_flat_square.svg) A badge used for projects of NASA -- [![xitu](./src/xitu_flat_square.svg)](https://badges.aleen42.com/src/xitu_flat_square.svg) A badge used for any articles of Xitu Inc. -- [![airbnb](./src/airbnb_flat_square.svg)](https://badges.aleen42.com/src/airbnb_flat_square.svg) A badge used for the Airbnb Inc. - - -### Social Media - -- [![youtube](./src/youtube_flat_square.svg)](https://badges.aleen42.com/src/youtube_flat_square.svg) A badge used for Youtube. -- [![google_plus](./src/google_plus_flat_square.svg)](https://badges.aleen42.com/src/google_plus_flat_square.svg) A badge used for sharing communities on Google Plus. -- [![reddit](./src/reddit_flat_square.svg)](https://badges.aleen42.com/src/reddit_flat_square.svg) A badge used for articles shared on Reddit. -- [![snapchat](./src/snapchat_flat_square.svg)](https://badges.aleen42.com/src/snapchat_flat_square.svg) A badge used for Snapchat. -- [![twitter](./src/twitter_flat_square.svg)](https://badges.aleen42.com/src/twitter_flat_square.svg) A badge used for Twitter. -- [![facebook](./src/facebook_flat_square.svg)](https://badges.aleen42.com/src/facebook_flat_square.svg) A badge used for Facebook. -- [![instagram](./src/instagram_flat_square.svg)](https://badges.aleen42.com/src/instagram_flat_square.svg) A badge used for Instagram. -- [![sina_weibo](./src/sina_weibo_flat_square.svg)](https://badges.aleen42.com/src/sina_weibo_flat_square.svg) A badge used for sharing communities on Sina Weibo. -- [![pinterest](./src/pinterest_flat_square.svg)](https://badges.aleen42.com/src/pinterest_flat_square.svg) A badge used for sharing communities on Pinterest. - - -### Sponsors - -- [![patreon](./src/patreon_flat_square.svg)](https://badges.aleen42.com/src/patreon_flat_square.svg) A badge used for Patreon sponsors. -- [![buymeacoffee](./src/buymeacoffee_flat_square.svg)](https://badges.aleen42.com/src/buymeacoffee_flat_square.svg) A badge used for BuyMeACoffee sponsors. -- [![issuehunt](./src/issuehunt_flat_square.svg)](https://badges.aleen42.com/src/issuehunt_flat_square.svg) A badge used for IssueHunt sponsors. -- [![alipay](./src/alipay_flat_square.svg)](https://badges.aleen42.com/src/alipay_flat_square.svg) A badge used for Alipay sponsors. -- [![paypal](./src/paypal_flat_square.svg)](https://badges.aleen42.com/src/paypal_flat_square.svg) A badge used for Paypal sponsors. - - -### Car - -- [![mercedes_benz](./src/mercedes_benz_flat_square.svg)](https://badges.aleen42.com/src/mercedes_benz_flat_square.svg) A badge used for cars of Mercedes Benz -- [![toyota](./src/toyota_flat_square.svg)](https://badges.aleen42.com/src/toyota_flat_square.svg) A badge used for cars of Toyota -- [![lamborghini](./src/lamborghini_flat_square.svg)](https://badges.aleen42.com/src/lamborghini_flat_square.svg) A badge used for cars of Lamborghini -- [![land_rover](./src/land_rover_flat_square.svg)](https://badges.aleen42.com/src/land_rover_flat_square.svg) A badge used for cars of Land Rover -- [![bmw](./src/bmw_flat_square.svg)](https://badges.aleen42.com/src/bmw_flat_square.svg) A badge used for cars of BMW -- [![audi](./src/audi_flat_square.svg)](https://badges.aleen42.com/src/audi_flat_square.svg) A badge used for cars of Audi -- [![marussia](./src/marussia_flat_square.svg)](https://badges.aleen42.com/src/marussia_flat_square.svg) A badge used for cars of Marussia -- [![maserati](./src/maserati_flat_square.svg)](https://badges.aleen42.com/src/maserati_flat_square.svg) A badge used for cars of Maserati -- [![koenigsegg](./src/koenigsegg_flat_square.svg)](https://badges.aleen42.com/src/koenigsegg_flat_square.svg) A badge used for cars of Koenigsegg -- [![bugatti](./src/bugatti_flat_square.svg)](https://badges.aleen42.com/src/bugatti_flat_square.svg) A badge used for cars of Bugatti -- [![porsche](./src/porsche_flat_square.svg)](https://badges.aleen42.com/src/porsche_flat_square.svg) A badge used for cars of Porsche -- [![mitsubishi](./src/mitsubishi_flat_square.svg)](https://badges.aleen42.com/src/mitsubishi_flat_square.svg) A badge used for cars of Mitsubishi -- [![ferrari](./src/ferrari_flat_square.svg)](https://badges.aleen42.com/src/ferrari_flat_square.svg) A badge used for cars of Ferrari -- [![tesla](./src/tesla_flat_square.svg)](https://badges.aleen42.com/src/tesla_flat_square.svg) A badge used for cars of Tesla - - -### Football Clubs - -- [![manchester_united](./src/manchester_united_flat_square.svg)](https://badges.aleen42.com/src/manchester_united_flat_square.svg) A badge used for FC Manchester United -- [![real_madrid](./src/real_madrid_flat_square.svg)](https://badges.aleen42.com/src/real_madrid_flat_square.svg) A badge used for FC Real Madrid -- [![liverpool](./src/liverpool_flat_square.svg)](https://badges.aleen42.com/src/liverpool_flat_square.svg) A badge used for FC Liverpool -- [![chelsea](./src/chelsea_flat_square.svg)](https://badges.aleen42.com/src/chelsea_flat_square.svg) A badge used for FC Chelsea -- [![barcelona](./src/barcelona_flat_square.svg)](https://badges.aleen42.com/src/barcelona_flat_square.svg) A badge used for FC Barcelona -- [![bayern_munchen](./src/bayern_munchen_flat_square.svg)](https://badges.aleen42.com/src/bayern_munchen_flat_square.svg) A badge used for FC Bayern Munchen -- [![arsenal](./src/arsenal_flat_square.svg)](https://badges.aleen42.com/src/arsenal_flat_square.svg) A badge used for FC Arsenal -- [![ac_milan](./src/ac_milan_flat_square.svg)](https://badges.aleen42.com/src/ac_milan_flat_square.svg) A badge used for FC AC Milan - - -### Game - -- [![ingress](./src/ingress_flat_square.svg)](https://badges.aleen42.com/src/ingress_flat_square.svg) A badge used for the game Ingress published by Niantic Inc. -- [![steam](./src/steam_flat_square.svg)](https://badges.aleen42.com/src/steam_flat_square.svg) A badge used for any game supported on the platform Steam -- [![osu](./src/osu_flat_square.svg)](https://badges.aleen42.com/src/osu_flat_square.svg) A badge used for the game osu! published by ppy - - -### Designer - -- [![flash](./src/flash_flat_square.svg)](https://badges.aleen42.com/src/flash_flat_square.svg) A badge used for designing projects using Flash as a tool -- [![illustrator](./src/illustrator_flat_square.svg)](https://badges.aleen42.com/src/illustrator_flat_square.svg) A badge used for designing projects using Illustrator as a tool -- [![zeplin](./src/zeplin_flat_square.svg)](https://badges.aleen42.com/src/zeplin_flat_square.svg) A badge used for designing projects with Zeplin -- [![dreamweaver](./src/dreamweaver_flat_square.svg)](https://badges.aleen42.com/src/dreamweaver_flat_square.svg) A badge used for projects using Dreamweaver as a tool -- [![photoshop](./src/photoshop_flat_square.svg)](https://badges.aleen42.com/src/photoshop_flat_square.svg) A badge used for designing projects using Photoshop as a tool -- [![behance](./src/behance_flat_square.svg)](https://badges.aleen42.com/src/behance_flat_square.svg) A badge used for designing projects sharing on Behance -- [![after_effects](./src/after_effects_flat_square.svg)](https://badges.aleen42.com/src/after_effects_flat_square.svg) A badge used for designing projects using After Effect as a tool -- [![premiere](./src/premiere_flat_square.svg)](https://badges.aleen42.com/src/premiere_flat_square.svg) A badge used for designing projects using Premiere as a tool - -### :fuelpump: How to contribute - -Have an idea? Found a bug? See [how to contribute](https://wiki.aleen42.com/contribution.html). - -### :scroll: License - -[MIT](https://wiki.aleen42.com/MIT.html) © aleen42 diff --git a/README_flat_square_dfc.md b/README_flat_square_dfc.md deleted file mode 100644 index 761a4cf..0000000 --- a/README_flat_square_dfc.md +++ /dev/null @@ -1,258 +0,0 @@ -## badges - -

- -

- -

To make badges more standard and acceptable.

- -
-
-
- -![npm](./src/npm.svg) ![cli](./src/cli.svg) ![javascript](https://img.shields.io/badge/%20%20JavaScript-%20%20%20%20730L-f1e05a.svg) ![html](https://img.shields.io/badge/%20%20HTML-%20%20%20%20164L-e34c26.svg) - -Alternative: [**default**](./README.md), [**flat-square**](./README_flat_square.md), [**dynamic-fore-color**](./README_dfc.md), [**dynamic-fore-color (flat_square)**](./README_flat_square_dfc.md). - -A collection of badges designed for personal repositories, and I hope that all of these badges can be widely accepted and used in the document of any project so that they can become more and more standard. If you also have some new ideas about badges, just open an issue. Always remember that: **More than a coder, more than a designer.** - -So, how to create such cute badges? It's very simple. As it's only registered on [npm](https://www.npmjs.com/), you should install it by typing: - -```bash -sudo npm install -g badges-cli -``` - -Then you can use this command-line tool for creating badges yourself: - -Take the following command as an example, `t` means text content, and `c` means color. If you want to create a badge with SVG sources, you can specify with `p` to tell the tool where to find your sources. Finally, `o` is used to specify where to export the badge. - -```bash -badge -t Alipay -c "#1CACEB" -p alipay.svg --style=flat_square --dynamic-fore-color -o output.svg -``` - -One more thing, according to [the suggestion](https://github.com/facebook/jest/issues/5438#issuecomment-362553867) during creating badges for Jest, this tool has been extended to support skins with `s` to specify, which value can be "light" or "dark" temporarily at this moment. - -To uninstall the tool, you can just uninstall it by typing: - -```bash -sudo npm uninstall -g badges-cli -``` - -As for how to create a badge and add it to the collection? There are some steps you may need to follow: - -1. Fork the repository -2. Install `badges-cli` -3. Create a logo with SVG formatted (**recommended**) or other formats like PNG. (_**The logo should be wrapped into a square, in another word, the width should be equal to the height, or it would have been horizontally squished.**_) -4. Save the logo in the folder `dist` -5. Add data for your badge in the file `script/data.js` - ```js - const data = { - // ... - 'React Router': { - fileName: 'react-router.svg', - color: '#D0021B', - description: 'A badge used for projects using React Router' - }, - }; - ``` -5. Run the script by typing `npm run build` -6. If successful, the readme file will be automatically updated -7. Finally, push all updates and create a pull request for your change -8. **Done!!** - -> Note that: so far haven't I thought out a perfect solution for calculating the width of text accurately yet, and it means that the text can not be aligned in some cases. - -*Note: if you like this project, feel free to buy me a swimming chance:* - -[![badges](./src/paypal.svg)](http://paypal.me/aleen42) [![badges](./src/patreon.svg)](https://www.patreon.com/aleen42) [![badges](./src/buymeacoffee.svg)](https://www.buymeacoffee.com/aleen42) - -### Coder - -- [![cli](./src/cli_flat_square_dfc.svg)](https://badges.aleen42.com/src/cli_flat_square_dfc.svg) A badge used for projects which provide command-line interfaces -- [![terser](./src/terser_flat_square_dfc.svg)](https://badges.aleen42.com/src/terser_flat_square_dfc.svg) A badge used for projects using [Terser](https://github.com/terser/terser) for compressing JavaScript -- [![codepen](./src/codepen_flat_square_dfc.svg)](https://badges.aleen42.com/src/codepen_flat_square_dfc.svg) A badge used for projects running on CodePen -- [![github](./src/github_flat_square_dfc.svg)](https://badges.aleen42.com/src/github_flat_square_dfc.svg) A badge used for GitHub repositories -- [![hacker](./src/hacker_flat_square_dfc.svg)](https://badges.aleen42.com/src/hacker_flat_square_dfc.svg) A badge used for hacking projects (**Business Using is not allowed)** -- [![idea](./src/idea_flat_square_dfc.svg)](https://badges.aleen42.com/src/idea_flat_square_dfc.svg) A badge for the IDEA editor -- [![rome](./src/rome_flat_square_dfc.svg)](https://badges.aleen42.com/src/rome_flat_square_dfc.svg) A badge used for projects built with [Rome](https://github.com/rome/tools) -- [![elasticsearch](./src/elasticsearch_flat_square_dfc.svg)](https://badges.aleen42.com/src/elasticsearch_flat_square_dfc.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch) -- [![kibana](./src/kibana_flat_square_dfc.svg)](https://badges.aleen42.com/src/kibana_flat_square_dfc.svg) A badge used for projects using [Kibana](https://github.com/elastic/kibana) -- [![logstash](./src/logstash_flat_square_dfc.svg)](https://badges.aleen42.com/src/logstash_flat_square_dfc.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash) -- [![gitbook](./src/gitbook_1_flat_square_dfc.svg)](https://badges.aleen42.com/src/gitbook_1_flat_square_dfc.svg) A badge used for books publish by Gitbook -- [![gitbook](./src/gitbook_2_flat_square_dfc.svg)](https://badges.aleen42.com/src/gitbook_2_flat_square_dfc.svg) A badge used for books publish by Gitbook -- [![chrome_extensions](./src/chrome_extensions_flat_square_dfc.svg)](https://badges.aleen42.com/src/chrome_extensions_flat_square_dfc.svg) A badge used for Chrome extensions -- [![gulp](./src/gulp_flat_square_dfc.svg)](https://badges.aleen42.com/src/gulp_flat_square_dfc.svg) A badge used for projects using Gulp to build -- [![angular](./src/angular_flat_square_dfc.svg)](https://badges.aleen42.com/src/angular_flat_square_dfc.svg) A badge used for repositories which has used the framework, Angular -- [![postcss](./src/postcss_flat_square_dfc.svg)](https://badges.aleen42.com/src/postcss_flat_square_dfc.svg) A badge used for projects using [PostCSS](https://github.com/postcss/postcss) -- [![svelte](./src/svelte_flat_square_dfc.svg)](https://badges.aleen42.com/src/svelte_flat_square_dfc.svg) A badge used for repositories that using [Svelte](https://github.com/sveltejs/svelte) -- [![gitlab](./src/gitlab_flat_square_dfc.svg)](https://badges.aleen42.com/src/gitlab_flat_square_dfc.svg) A badge used for Gitlab repositories -- [![mocha](./src/mocha_flat_square_dfc.svg)](https://badges.aleen42.com/src/mocha_flat_square_dfc.svg) A badge used for projects using Mocha for unit tests -- [![bower](./src/bower_flat_square_dfc.svg)](https://badges.aleen42.com/src/bower_flat_square_dfc.svg) A badge used for bower packages -- [![java](./src/java_flat_square_dfc.svg)](https://badges.aleen42.com/src/java_flat_square_dfc.svg) A badge used for projects that coded with Java -- [![tc39](./src/tc39_1_flat_square_dfc.svg)](https://badges.aleen42.com/src/tc39_1_flat_square_dfc.svg) A badge used for [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_2_flat_square_dfc.svg)](https://badges.aleen42.com/src/tc39_2_flat_square_dfc.svg) A badge used for proposals under stage 1 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_3_flat_square_dfc.svg)](https://badges.aleen42.com/src/tc39_3_flat_square_dfc.svg) A badge used for proposals under stage 2 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_4_flat_square_dfc.svg)](https://badges.aleen42.com/src/tc39_4_flat_square_dfc.svg) A badge used for proposals under stage 3 of [TC39](https://github.com/tc39) committee -- [![tc39](./src/tc39_5_flat_square_dfc.svg)](https://badges.aleen42.com/src/tc39_5_flat_square_dfc.svg) A badge used for proposals under stage 4 of [TC39](https://github.com/tc39) committee -- [![parcel](./src/parcel_flat_square_dfc.svg)](https://badges.aleen42.com/src/parcel_flat_square_dfc.svg) A badge used for projects built with [Parcel](https://github.com/parcel-bundler/parcel) -- [![grafana](./src/grafana_flat_square_dfc.svg)](https://badges.aleen42.com/src/grafana_flat_square_dfc.svg) A badge used for projects using [Grafana](https://github.com/grafana/grafana) -- [![sublime_text](./src/sublime_text_flat_square_dfc.svg)](https://badges.aleen42.com/src/sublime_text_flat_square_dfc.svg) A badge for the Sulime Text editor -- [![rss](./src/rss_flat_square_dfc.svg)](https://badges.aleen42.com/src/rss_flat_square_dfc.svg) A badge used for RSS subscribing -- [![grunt](./src/grunt_flat_square_dfc.svg)](https://badges.aleen42.com/src/grunt_flat_square_dfc.svg) A badge used for projects using grunt to build -- [![tensorflow](./src/tensorflow_flat_square_dfc.svg)](https://badges.aleen42.com/src/tensorflow_flat_square_dfc.svg) A badge use for projects using Tensorflow -- [![esbuild](./src/esbuild_flat_square_dfc.svg)](https://badges.aleen42.com/src/esbuild_flat_square_dfc.svg) A badge used for projects built with [ESBuild](https://github.com/evanw/esbuild) -- [![javascript](./src/javascript_flat_square_dfc.svg)](https://badges.aleen42.com/src/javascript_flat_square_dfc.svg) A badge used for projects that coded with JavaScript -- [![node](./src/node_flat_square_dfc.svg)](https://badges.aleen42.com/src/node_flat_square_dfc.svg) A badge used for projects built with Node.js -- [![atom](./src/atom_flat_square_dfc.svg)](https://badges.aleen42.com/src/atom_flat_square_dfc.svg) A badge for the Atom editor -- [![cssnano](./src/cssnano_flat_square_dfc.svg)](https://badges.aleen42.com/src/cssnano_flat_square_dfc.svg) A badge used for projects using [CSSNano](https://github.com/cssnano/cssnano) for compacting CSS -- [![vue](./src/vue_flat_square_dfc.svg)](https://badges.aleen42.com/src/vue_flat_square_dfc.svg) A badge used for repositories which has used the framework, Vue -- [![vuepress](./src/vuepress_flat_square_dfc.svg)](https://badges.aleen42.com/src/vuepress_flat_square_dfc.svg) A badge used for books publish by Vuepress -- [![apiary](./src/apiary_flat_square_dfc.svg)](https://badges.aleen42.com/src/apiary_flat_square_dfc.svg) A badge used for documents written on Apiary -- [![tailwindcss](./src/tailwindcss_flat_square_dfc.svg)](https://badges.aleen42.com/src/tailwindcss_flat_square_dfc.svg) A badge used for projects using [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) -- [![golang](./src/golang_flat_square_dfc.svg)](https://badges.aleen42.com/src/golang_flat_square_dfc.svg) A badge used for projects that coded with Golang -- [![react](./src/react_flat_square_dfc.svg)](https://badges.aleen42.com/src/react_flat_square_dfc.svg) A badge used for repositories that using [React](https://github.com/facebook/react) -- [![docker](./src/docker_flat_square_dfc.svg)](https://badges.aleen42.com/src/docker_flat_square_dfc.svg) A badge used for projects deployed on Docker -- [![kotlin](./src/kotlin_flat_square_dfc.svg)](https://badges.aleen42.com/src/kotlin_flat_square_dfc.svg) A badge used for projects that coded with Kotlin -- [![visual_studio_code](./src/visual_studio_code_flat_square_dfc.svg)](https://badges.aleen42.com/src/visual_studio_code_flat_square_dfc.svg) A badge for the Visual Studio Code IDE -- [![typescript](./src/typescript_flat_square_dfc.svg)](https://badges.aleen42.com/src/typescript_flat_square_dfc.svg) A badge used for projects that coded with TypeScript -- [![python](./src/python_flat_square_dfc.svg)](https://badges.aleen42.com/src/python_flat_square_dfc.svg) A badge used for projects that coded with Python -- [![jsfiddle](./src/jsfiddle_flat_square_dfc.svg)](https://badges.aleen42.com/src/jsfiddle_flat_square_dfc.svg) A badge used for projects running on JSFiddle -- [![webpack](./src/webpack_flat_square_dfc.svg)](https://badges.aleen42.com/src/webpack_flat_square_dfc.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack) -- [![vitejs](./src/vitejs_flat_square_dfc.svg)](https://badges.aleen42.com/src/vitejs_flat_square_dfc.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite) -- [![eslint](./src/eslint_flat_square_dfc.svg)](https://badges.aleen42.com/src/eslint_flat_square_dfc.svg) A badge used for projects using ESLint -- [![eclipse](./src/eclipse_flat_square_dfc.svg)](https://badges.aleen42.com/src/eclipse_flat_square_dfc.svg) A badge for the Eclipse editor -- [![preact](./src/preact_flat_square_dfc.svg)](https://badges.aleen42.com/src/preact_flat_square_dfc.svg) A badge used for repositories that using [Preact](https://github.com/preactjs/preact) -- [![redux](./src/redux_flat_square_dfc.svg)](https://badges.aleen42.com/src/redux_flat_square_dfc.svg) A badge used for projects using React Redux -- [![visual_studio](./src/visual_studio_flat_square_dfc.svg)](https://badges.aleen42.com/src/visual_studio_flat_square_dfc.svg) A badge for the Visual Studio IDE -- [![jasmine](./src/jasmine_flat_square_dfc.svg)](https://badges.aleen42.com/src/jasmine_flat_square_dfc.svg) A badge used for projects using Jasmine for testing JavaScript -- [![qunit](./src/qunit_flat_square_dfc.svg)](https://badges.aleen42.com/src/qunit_flat_square_dfc.svg) A badge for projects using QUnit for unit tests -- [![reactivex](./src/reactivex_flat_square_dfc.svg)](https://badges.aleen42.com/src/reactivex_flat_square_dfc.svg) A badge for projects using ReactiveX -- [![modernizr](./src/modernizr_flat_square_dfc.svg)](https://badges.aleen42.com/src/modernizr_flat_square_dfc.svg) A badge for projects using Modernizr -- [![jest](./src/jest_1_flat_square_dfc.svg)](https://badges.aleen42.com/src/jest_1_flat_square_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. -- [![jest](./src/jest_2_flat_square_dfc.svg)](https://badges.aleen42.com/src/jest_2_flat_square_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))* -- [![erlang](./src/erlang_flat_square_dfc.svg)](https://badges.aleen42.com/src/erlang_flat_square_dfc.svg) A badge used for projects that coded with Erlang -- [![react-router](./src/react-router_flat_square_dfc.svg)](https://badges.aleen42.com/src/react-router_flat_square_dfc.svg) A badge used for projects using [React Router](https://github.com/remix-run/react-router) -- [![npm](./src/npm_flat_square_dfc.svg)](https://badges.aleen42.com/src/npm_flat_square_dfc.svg) A badge used for npm packages -- [![rollup](./src/rollup_flat_square_dfc.svg)](https://badges.aleen42.com/src/rollup_flat_square_dfc.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup) - - -### Community - -- [![stackoverflow](./src/stackoverflow_flat_square_dfc.svg)](https://badges.aleen42.com/src/stackoverflow_flat_square_dfc.svg) A badge used for references on Stack Overflow. -- [![medium](./src/medium_flat_square_dfc.svg)](https://badges.aleen42.com/src/medium_flat_square_dfc.svg) A badge used for articles shared on Medium. -- [![superuser](./src/superuser_flat_square_dfc.svg)](https://badges.aleen42.com/src/superuser_flat_square_dfc.svg) A badge used for references on Super User -- [![stackexchange](./src/stackexchange_flat_square_dfc.svg)](https://badges.aleen42.com/src/stackexchange_flat_square_dfc.svg) A badge used for references on Stack Exchange. -- [![juejin_translation](./src/juejin_translation_flat_square_dfc.svg)](https://badges.aleen42.com/src/juejin_translation_flat_square_dfc.svg) A badge used for any articles translated by [gold-miner](https://github.com/xitu/gold-miner). -- [![serverfault](./src/serverfault_flat_square_dfc.svg)](https://badges.aleen42.com/src/serverfault_flat_square_dfc.svg) A badge used for references on Server Fault. - - -### Communication - -- [![lunkr](./src/lunkr_flat_square_dfc.svg)](https://badges.aleen42.com/src/lunkr_flat_square_dfc.svg) A badge used for sharing communication ways on Coremail Lunkr -- [![wechat](./src/wechat_flat_square_dfc.svg)](https://badges.aleen42.com/src/wechat_flat_square_dfc.svg) A badge used for sharing communication ways on WeChat -- [![line](./src/line_flat_square_dfc.svg)](https://badges.aleen42.com/src/line_flat_square_dfc.svg) A badge used for sharing communication ways on Line -- [![whatsapp](./src/whatsapp_flat_square_dfc.svg)](https://badges.aleen42.com/src/whatsapp_flat_square_dfc.svg) A badge used for sharing communication ways on WhatsApp -- [![skype](./src/skype_flat_square_dfc.svg)](https://badges.aleen42.com/src/skype_flat_square_dfc.svg) A badge used for sharing communication ways on Skype -- [![telegram](./src/telegram_flat_square_dfc.svg)](https://badges.aleen42.com/src/telegram_flat_square_dfc.svg) A badge used for sharing communication ways on Telegram -- [![messenger](./src/messenger_flat_square_dfc.svg)](https://badges.aleen42.com/src/messenger_flat_square_dfc.svg) A badge used for sharing communication ways on Messenger -- [![discord](./src/discord_flat_square_dfc.svg)](https://badges.aleen42.com/src/discord_flat_square_dfc.svg) A badge used for groups discussed on [Discord](https://discord.com/) -- [![slack](./src/slack_flat_square_dfc.svg)](https://badges.aleen42.com/src/slack_flat_square_dfc.svg) A badge used for groups discussed on [Slack](https://slack.com/) -- [![gitter](./src/gitter_flat_square_dfc.svg)](https://badges.aleen42.com/src/gitter_flat_square_dfc.svg) A badge used for groups discussed on [Gitter](https://gitter.im/) - - -### Multimedia - -- [![soundcloud](./src/soundcloud_flat_square_dfc.svg)](https://badges.aleen42.com/src/soundcloud_flat_square_dfc.svg) A badge used for music shared on SoundCloud -- [![spotify](./src/spotify_flat_square_dfc.svg)](https://badges.aleen42.com/src/spotify_flat_square_dfc.svg) A badge used for music shared on Spotify - - -### Inc - -- [![soundtooth](./src/soundtooth_flat_square_dfc.svg)](https://badges.aleen42.com/src/soundtooth_flat_square_dfc.svg) A badge used for any project of Soundtooth Inc. -- [![bitcoin](./src/bitcoin_flat_square_dfc.svg)](https://badges.aleen42.com/src/bitcoin_flat_square_dfc.svg) A badge used for the Bitcoin Inc. -- [![amazon](./src/amazon_flat_square_dfc.svg)](https://badges.aleen42.com/src/amazon_flat_square_dfc.svg) A badge used for the Amazon Inc. -- [![monsoon](./src/monsoon_flat_square_dfc.svg)](https://badges.aleen42.com/src/monsoon_flat_square_dfc.svg) A badge used for the Monsoon Inc. -- [![codrops](./src/codrops_flat_square_dfc.svg)](https://badges.aleen42.com/src/codrops_flat_square_dfc.svg) A badge used for any project of Codrops Inc. -- [![coremail](./src/coremail_flat_square_dfc.svg)](https://badges.aleen42.com/src/coremail_flat_square_dfc.svg) A badge used for the Coremail Inc. -- [![nasa](./src/nasa_flat_square_dfc.svg)](https://badges.aleen42.com/src/nasa_flat_square_dfc.svg) A badge used for projects of NASA -- [![xitu](./src/xitu_flat_square_dfc.svg)](https://badges.aleen42.com/src/xitu_flat_square_dfc.svg) A badge used for any articles of Xitu Inc. -- [![airbnb](./src/airbnb_flat_square_dfc.svg)](https://badges.aleen42.com/src/airbnb_flat_square_dfc.svg) A badge used for the Airbnb Inc. - - -### Social Media - -- [![youtube](./src/youtube_flat_square_dfc.svg)](https://badges.aleen42.com/src/youtube_flat_square_dfc.svg) A badge used for Youtube. -- [![google_plus](./src/google_plus_flat_square_dfc.svg)](https://badges.aleen42.com/src/google_plus_flat_square_dfc.svg) A badge used for sharing communities on Google Plus. -- [![reddit](./src/reddit_flat_square_dfc.svg)](https://badges.aleen42.com/src/reddit_flat_square_dfc.svg) A badge used for articles shared on Reddit. -- [![snapchat](./src/snapchat_flat_square_dfc.svg)](https://badges.aleen42.com/src/snapchat_flat_square_dfc.svg) A badge used for Snapchat. -- [![twitter](./src/twitter_flat_square_dfc.svg)](https://badges.aleen42.com/src/twitter_flat_square_dfc.svg) A badge used for Twitter. -- [![facebook](./src/facebook_flat_square_dfc.svg)](https://badges.aleen42.com/src/facebook_flat_square_dfc.svg) A badge used for Facebook. -- [![instagram](./src/instagram_flat_square_dfc.svg)](https://badges.aleen42.com/src/instagram_flat_square_dfc.svg) A badge used for Instagram. -- [![sina_weibo](./src/sina_weibo_flat_square_dfc.svg)](https://badges.aleen42.com/src/sina_weibo_flat_square_dfc.svg) A badge used for sharing communities on Sina Weibo. -- [![pinterest](./src/pinterest_flat_square_dfc.svg)](https://badges.aleen42.com/src/pinterest_flat_square_dfc.svg) A badge used for sharing communities on Pinterest. - - -### Sponsors - -- [![patreon](./src/patreon_flat_square_dfc.svg)](https://badges.aleen42.com/src/patreon_flat_square_dfc.svg) A badge used for Patreon sponsors. -- [![buymeacoffee](./src/buymeacoffee_flat_square_dfc.svg)](https://badges.aleen42.com/src/buymeacoffee_flat_square_dfc.svg) A badge used for BuyMeACoffee sponsors. -- [![issuehunt](./src/issuehunt_flat_square_dfc.svg)](https://badges.aleen42.com/src/issuehunt_flat_square_dfc.svg) A badge used for IssueHunt sponsors. -- [![alipay](./src/alipay_flat_square_dfc.svg)](https://badges.aleen42.com/src/alipay_flat_square_dfc.svg) A badge used for Alipay sponsors. -- [![paypal](./src/paypal_flat_square_dfc.svg)](https://badges.aleen42.com/src/paypal_flat_square_dfc.svg) A badge used for Paypal sponsors. - - -### Car - -- [![mercedes_benz](./src/mercedes_benz_flat_square_dfc.svg)](https://badges.aleen42.com/src/mercedes_benz_flat_square_dfc.svg) A badge used for cars of Mercedes Benz -- [![toyota](./src/toyota_flat_square_dfc.svg)](https://badges.aleen42.com/src/toyota_flat_square_dfc.svg) A badge used for cars of Toyota -- [![lamborghini](./src/lamborghini_flat_square_dfc.svg)](https://badges.aleen42.com/src/lamborghini_flat_square_dfc.svg) A badge used for cars of Lamborghini -- [![land_rover](./src/land_rover_flat_square_dfc.svg)](https://badges.aleen42.com/src/land_rover_flat_square_dfc.svg) A badge used for cars of Land Rover -- [![bmw](./src/bmw_flat_square_dfc.svg)](https://badges.aleen42.com/src/bmw_flat_square_dfc.svg) A badge used for cars of BMW -- [![audi](./src/audi_flat_square_dfc.svg)](https://badges.aleen42.com/src/audi_flat_square_dfc.svg) A badge used for cars of Audi -- [![marussia](./src/marussia_flat_square_dfc.svg)](https://badges.aleen42.com/src/marussia_flat_square_dfc.svg) A badge used for cars of Marussia -- [![maserati](./src/maserati_flat_square_dfc.svg)](https://badges.aleen42.com/src/maserati_flat_square_dfc.svg) A badge used for cars of Maserati -- [![koenigsegg](./src/koenigsegg_flat_square_dfc.svg)](https://badges.aleen42.com/src/koenigsegg_flat_square_dfc.svg) A badge used for cars of Koenigsegg -- [![bugatti](./src/bugatti_flat_square_dfc.svg)](https://badges.aleen42.com/src/bugatti_flat_square_dfc.svg) A badge used for cars of Bugatti -- [![porsche](./src/porsche_flat_square_dfc.svg)](https://badges.aleen42.com/src/porsche_flat_square_dfc.svg) A badge used for cars of Porsche -- [![mitsubishi](./src/mitsubishi_flat_square_dfc.svg)](https://badges.aleen42.com/src/mitsubishi_flat_square_dfc.svg) A badge used for cars of Mitsubishi -- [![ferrari](./src/ferrari_flat_square_dfc.svg)](https://badges.aleen42.com/src/ferrari_flat_square_dfc.svg) A badge used for cars of Ferrari -- [![tesla](./src/tesla_flat_square_dfc.svg)](https://badges.aleen42.com/src/tesla_flat_square_dfc.svg) A badge used for cars of Tesla - - -### Football Clubs - -- [![manchester_united](./src/manchester_united_flat_square_dfc.svg)](https://badges.aleen42.com/src/manchester_united_flat_square_dfc.svg) A badge used for FC Manchester United -- [![real_madrid](./src/real_madrid_flat_square_dfc.svg)](https://badges.aleen42.com/src/real_madrid_flat_square_dfc.svg) A badge used for FC Real Madrid -- [![liverpool](./src/liverpool_flat_square_dfc.svg)](https://badges.aleen42.com/src/liverpool_flat_square_dfc.svg) A badge used for FC Liverpool -- [![chelsea](./src/chelsea_flat_square_dfc.svg)](https://badges.aleen42.com/src/chelsea_flat_square_dfc.svg) A badge used for FC Chelsea -- [![barcelona](./src/barcelona_flat_square_dfc.svg)](https://badges.aleen42.com/src/barcelona_flat_square_dfc.svg) A badge used for FC Barcelona -- [![bayern_munchen](./src/bayern_munchen_flat_square_dfc.svg)](https://badges.aleen42.com/src/bayern_munchen_flat_square_dfc.svg) A badge used for FC Bayern Munchen -- [![arsenal](./src/arsenal_flat_square_dfc.svg)](https://badges.aleen42.com/src/arsenal_flat_square_dfc.svg) A badge used for FC Arsenal -- [![ac_milan](./src/ac_milan_flat_square_dfc.svg)](https://badges.aleen42.com/src/ac_milan_flat_square_dfc.svg) A badge used for FC AC Milan - - -### Game - -- [![ingress](./src/ingress_flat_square_dfc.svg)](https://badges.aleen42.com/src/ingress_flat_square_dfc.svg) A badge used for the game Ingress published by Niantic Inc. -- [![steam](./src/steam_flat_square_dfc.svg)](https://badges.aleen42.com/src/steam_flat_square_dfc.svg) A badge used for any game supported on the platform Steam -- [![osu](./src/osu_flat_square_dfc.svg)](https://badges.aleen42.com/src/osu_flat_square_dfc.svg) A badge used for the game osu! published by ppy - - -### Designer - -- [![flash](./src/flash_flat_square_dfc.svg)](https://badges.aleen42.com/src/flash_flat_square_dfc.svg) A badge used for designing projects using Flash as a tool -- [![illustrator](./src/illustrator_flat_square_dfc.svg)](https://badges.aleen42.com/src/illustrator_flat_square_dfc.svg) A badge used for designing projects using Illustrator as a tool -- [![zeplin](./src/zeplin_flat_square_dfc.svg)](https://badges.aleen42.com/src/zeplin_flat_square_dfc.svg) A badge used for designing projects with Zeplin -- [![dreamweaver](./src/dreamweaver_flat_square_dfc.svg)](https://badges.aleen42.com/src/dreamweaver_flat_square_dfc.svg) A badge used for projects using Dreamweaver as a tool -- [![photoshop](./src/photoshop_flat_square_dfc.svg)](https://badges.aleen42.com/src/photoshop_flat_square_dfc.svg) A badge used for designing projects using Photoshop as a tool -- [![behance](./src/behance_flat_square_dfc.svg)](https://badges.aleen42.com/src/behance_flat_square_dfc.svg) A badge used for designing projects sharing on Behance -- [![after_effects](./src/after_effects_flat_square_dfc.svg)](https://badges.aleen42.com/src/after_effects_flat_square_dfc.svg) A badge used for designing projects using After Effect as a tool -- [![premiere](./src/premiere_flat_square_dfc.svg)](https://badges.aleen42.com/src/premiere_flat_square_dfc.svg) A badge used for designing projects using Premiere as a tool - -### :fuelpump: How to contribute - -Have an idea? Found a bug? See [how to contribute](https://wiki.aleen42.com/contribution.html). - -### :scroll: License - -[MIT](https://wiki.aleen42.com/MIT.html) © aleen42 diff --git a/dist/ac_milan.svg b/icon/ac_milan.svg similarity index 100% rename from dist/ac_milan.svg rename to icon/ac_milan.svg diff --git a/dist/after_effects.svg b/icon/after_effects.svg similarity index 100% rename from dist/after_effects.svg rename to icon/after_effects.svg diff --git a/dist/airbnb.svg b/icon/airbnb.svg similarity index 100% rename from dist/airbnb.svg rename to icon/airbnb.svg diff --git a/dist/aleen42.svg b/icon/aleen42.svg similarity index 100% rename from dist/aleen42.svg rename to icon/aleen42.svg diff --git a/dist/alipay.svg b/icon/alipay.svg similarity index 100% rename from dist/alipay.svg rename to icon/alipay.svg diff --git a/dist/amazon.svg b/icon/amazon.svg similarity index 100% rename from dist/amazon.svg rename to icon/amazon.svg diff --git a/dist/angular.svg b/icon/angular.svg similarity index 100% rename from dist/angular.svg rename to icon/angular.svg diff --git a/dist/apiary.svg b/icon/apiary.svg similarity index 100% rename from dist/apiary.svg rename to icon/apiary.svg diff --git a/dist/apple_pay.svg b/icon/apple_pay.svg similarity index 100% rename from dist/apple_pay.svg rename to icon/apple_pay.svg diff --git a/dist/arsenal.svg b/icon/arsenal.svg similarity index 100% rename from dist/arsenal.svg rename to icon/arsenal.svg diff --git a/dist/aston_martin.svg b/icon/aston_martin.svg similarity index 100% rename from dist/aston_martin.svg rename to icon/aston_martin.svg diff --git a/dist/atom.svg b/icon/atom.svg similarity index 100% rename from dist/atom.svg rename to icon/atom.svg diff --git a/dist/audi.svg b/icon/audi.svg similarity index 100% rename from dist/audi.svg rename to icon/audi.svg diff --git a/dist/barcelona.svg b/icon/barcelona.svg similarity index 100% rename from dist/barcelona.svg rename to icon/barcelona.svg diff --git a/dist/bayern_munchen.svg b/icon/bayern_munchen.svg similarity index 100% rename from dist/bayern_munchen.svg rename to icon/bayern_munchen.svg diff --git a/dist/behance.svg b/icon/behance.svg similarity index 100% rename from dist/behance.svg rename to icon/behance.svg diff --git a/dist/bitcoin.svg b/icon/bitcoin.svg similarity index 100% rename from dist/bitcoin.svg rename to icon/bitcoin.svg diff --git a/dist/bmw.svg b/icon/bmw.svg similarity index 100% rename from dist/bmw.svg rename to icon/bmw.svg diff --git a/dist/bower.svg b/icon/bower.svg similarity index 100% rename from dist/bower.svg rename to icon/bower.svg diff --git a/dist/bugatti.svg b/icon/bugatti.svg similarity index 100% rename from dist/bugatti.svg rename to icon/bugatti.svg diff --git a/dist/buymeacoffee.svg b/icon/buymeacoffee.svg similarity index 100% rename from dist/buymeacoffee.svg rename to icon/buymeacoffee.svg diff --git a/dist/chelsea.svg b/icon/chelsea.svg similarity index 100% rename from dist/chelsea.svg rename to icon/chelsea.svg diff --git a/dist/chrome_extensions.svg b/icon/chrome_extensions.svg similarity index 100% rename from dist/chrome_extensions.svg rename to icon/chrome_extensions.svg diff --git a/dist/cli.svg b/icon/cli.svg similarity index 100% rename from dist/cli.svg rename to icon/cli.svg diff --git a/dist/codepen.svg b/icon/codepen.svg similarity index 100% rename from dist/codepen.svg rename to icon/codepen.svg diff --git a/dist/codrops.svg b/icon/codrops.svg similarity index 100% rename from dist/codrops.svg rename to icon/codrops.svg diff --git a/dist/coremail.svg b/icon/coremail.svg similarity index 100% rename from dist/coremail.svg rename to icon/coremail.svg diff --git a/dist/cssnano.svg b/icon/cssnano.svg similarity index 100% rename from dist/cssnano.svg rename to icon/cssnano.svg diff --git a/dist/discord.svg b/icon/discord.svg similarity index 100% rename from dist/discord.svg rename to icon/discord.svg diff --git a/dist/docker.svg b/icon/docker.svg similarity index 100% rename from dist/docker.svg rename to icon/docker.svg diff --git a/dist/dreamweaver.svg b/icon/dreamweaver.svg similarity index 100% rename from dist/dreamweaver.svg rename to icon/dreamweaver.svg diff --git a/dist/eclipse.svg b/icon/eclipse.svg similarity index 100% rename from dist/eclipse.svg rename to icon/eclipse.svg diff --git a/dist/elasticsearch.svg b/icon/elasticsearch.svg similarity index 100% rename from dist/elasticsearch.svg rename to icon/elasticsearch.svg diff --git a/dist/erlang.svg b/icon/erlang.svg similarity index 100% rename from dist/erlang.svg rename to icon/erlang.svg diff --git a/dist/esbuild.svg b/icon/esbuild.svg similarity index 100% rename from dist/esbuild.svg rename to icon/esbuild.svg diff --git a/dist/eslint.svg b/icon/eslint.svg similarity index 100% rename from dist/eslint.svg rename to icon/eslint.svg diff --git a/dist/facebook.svg b/icon/facebook.svg similarity index 100% rename from dist/facebook.svg rename to icon/facebook.svg diff --git a/dist/ferrari.svg b/icon/ferrari.svg similarity index 100% rename from dist/ferrari.svg rename to icon/ferrari.svg diff --git a/dist/flash.svg b/icon/flash.svg similarity index 100% rename from dist/flash.svg rename to icon/flash.svg diff --git a/dist/gitbook.png b/icon/gitbook.png similarity index 100% rename from dist/gitbook.png rename to icon/gitbook.png diff --git a/dist/gitbook.svg b/icon/gitbook.svg similarity index 100% rename from dist/gitbook.svg rename to icon/gitbook.svg diff --git a/dist/github.svg b/icon/github.svg similarity index 100% rename from dist/github.svg rename to icon/github.svg diff --git a/dist/gitlab.svg b/icon/gitlab.svg similarity index 100% rename from dist/gitlab.svg rename to icon/gitlab.svg diff --git a/dist/gitter.svg b/icon/gitter.svg similarity index 100% rename from dist/gitter.svg rename to icon/gitter.svg diff --git a/dist/golang.svg b/icon/golang.svg similarity index 100% rename from dist/golang.svg rename to icon/golang.svg diff --git a/dist/google_plus.svg b/icon/google_plus.svg similarity index 100% rename from dist/google_plus.svg rename to icon/google_plus.svg diff --git a/dist/grafana.svg b/icon/grafana.svg similarity index 100% rename from dist/grafana.svg rename to icon/grafana.svg diff --git a/dist/grunt.svg b/icon/grunt.svg similarity index 100% rename from dist/grunt.svg rename to icon/grunt.svg diff --git a/dist/gulp.svg b/icon/gulp.svg similarity index 100% rename from dist/gulp.svg rename to icon/gulp.svg diff --git a/dist/hacker.svg b/icon/hacker.svg similarity index 100% rename from dist/hacker.svg rename to icon/hacker.svg diff --git a/dist/idea.svg b/icon/idea.svg similarity index 100% rename from dist/idea.svg rename to icon/idea.svg diff --git a/dist/illustrator.svg b/icon/illustrator.svg similarity index 100% rename from dist/illustrator.svg rename to icon/illustrator.svg diff --git a/dist/ingress.svg b/icon/ingress.svg similarity index 100% rename from dist/ingress.svg rename to icon/ingress.svg diff --git a/dist/instagram.svg b/icon/instagram.svg similarity index 100% rename from dist/instagram.svg rename to icon/instagram.svg diff --git a/dist/issuehunt.svg b/icon/issuehunt.svg similarity index 100% rename from dist/issuehunt.svg rename to icon/issuehunt.svg diff --git a/dist/jasmine.svg b/icon/jasmine.svg similarity index 100% rename from dist/jasmine.svg rename to icon/jasmine.svg diff --git a/dist/java.svg b/icon/java.svg similarity index 100% rename from dist/java.svg rename to icon/java.svg diff --git a/dist/javascript.svg b/icon/javascript.svg similarity index 100% rename from dist/javascript.svg rename to icon/javascript.svg diff --git a/dist/jest.svg b/icon/jest.svg similarity index 100% rename from dist/jest.svg rename to icon/jest.svg diff --git a/dist/jsfiddle.svg b/icon/jsfiddle.svg similarity index 100% rename from dist/jsfiddle.svg rename to icon/jsfiddle.svg diff --git a/dist/juejin_translation.svg b/icon/juejin_translation.svg similarity index 100% rename from dist/juejin_translation.svg rename to icon/juejin_translation.svg diff --git a/dist/kibana.svg b/icon/kibana.svg similarity index 100% rename from dist/kibana.svg rename to icon/kibana.svg diff --git a/dist/koenigsegg.svg b/icon/koenigsegg.svg similarity index 100% rename from dist/koenigsegg.svg rename to icon/koenigsegg.svg diff --git a/dist/kotlin.svg b/icon/kotlin.svg similarity index 100% rename from dist/kotlin.svg rename to icon/kotlin.svg diff --git a/dist/lamborghini.svg b/icon/lamborghini.svg similarity index 100% rename from dist/lamborghini.svg rename to icon/lamborghini.svg diff --git a/dist/land_rover.svg b/icon/land_rover.svg similarity index 100% rename from dist/land_rover.svg rename to icon/land_rover.svg diff --git a/dist/line.svg b/icon/line.svg similarity index 100% rename from dist/line.svg rename to icon/line.svg diff --git a/dist/liverpool.svg b/icon/liverpool.svg similarity index 100% rename from dist/liverpool.svg rename to icon/liverpool.svg diff --git a/dist/logstash.svg b/icon/logstash.svg similarity index 100% rename from dist/logstash.svg rename to icon/logstash.svg diff --git a/dist/lunkr.svg b/icon/lunkr.svg similarity index 100% rename from dist/lunkr.svg rename to icon/lunkr.svg diff --git a/dist/manchester_united.svg b/icon/manchester_united.svg similarity index 100% rename from dist/manchester_united.svg rename to icon/manchester_united.svg diff --git a/dist/marussia.svg b/icon/marussia.svg similarity index 100% rename from dist/marussia.svg rename to icon/marussia.svg diff --git a/dist/maserati.svg b/icon/maserati.svg similarity index 100% rename from dist/maserati.svg rename to icon/maserati.svg diff --git a/dist/medium.svg b/icon/medium.svg similarity index 100% rename from dist/medium.svg rename to icon/medium.svg diff --git a/dist/mercedes_benz.svg b/icon/mercedes_benz.svg similarity index 100% rename from dist/mercedes_benz.svg rename to icon/mercedes_benz.svg diff --git a/dist/messenger.svg b/icon/messenger.svg similarity index 100% rename from dist/messenger.svg rename to icon/messenger.svg diff --git a/dist/mitsubishi.svg b/icon/mitsubishi.svg similarity index 100% rename from dist/mitsubishi.svg rename to icon/mitsubishi.svg diff --git a/dist/mocha.svg b/icon/mocha.svg similarity index 100% rename from dist/mocha.svg rename to icon/mocha.svg diff --git a/dist/modernizr.svg b/icon/modernizr.svg similarity index 100% rename from dist/modernizr.svg rename to icon/modernizr.svg diff --git a/dist/monsoon.svg b/icon/monsoon.svg similarity index 100% rename from dist/monsoon.svg rename to icon/monsoon.svg diff --git a/dist/nasa.svg b/icon/nasa.svg similarity index 100% rename from dist/nasa.svg rename to icon/nasa.svg diff --git a/dist/node.svg b/icon/node.svg similarity index 100% rename from dist/node.svg rename to icon/node.svg diff --git a/dist/npm.svg b/icon/npm.svg similarity index 100% rename from dist/npm.svg rename to icon/npm.svg diff --git a/dist/osu.png b/icon/osu.png similarity index 100% rename from dist/osu.png rename to icon/osu.png diff --git a/dist/osu.svg b/icon/osu.svg similarity index 100% rename from dist/osu.svg rename to icon/osu.svg diff --git a/dist/parcel.svg b/icon/parcel.svg similarity index 100% rename from dist/parcel.svg rename to icon/parcel.svg diff --git a/dist/patreon.svg b/icon/patreon.svg similarity index 100% rename from dist/patreon.svg rename to icon/patreon.svg diff --git a/dist/paypal.svg b/icon/paypal.svg similarity index 100% rename from dist/paypal.svg rename to icon/paypal.svg diff --git a/dist/photoshop.svg b/icon/photoshop.svg similarity index 100% rename from dist/photoshop.svg rename to icon/photoshop.svg diff --git a/dist/pinterest.svg b/icon/pinterest.svg similarity index 100% rename from dist/pinterest.svg rename to icon/pinterest.svg diff --git a/dist/plainjs.svg b/icon/plainjs.svg similarity index 100% rename from dist/plainjs.svg rename to icon/plainjs.svg diff --git a/dist/porsche.svg b/icon/porsche.svg similarity index 100% rename from dist/porsche.svg rename to icon/porsche.svg diff --git a/dist/postcss.svg b/icon/postcss.svg similarity index 100% rename from dist/postcss.svg rename to icon/postcss.svg diff --git a/dist/preact.svg b/icon/preact.svg similarity index 100% rename from dist/preact.svg rename to icon/preact.svg diff --git a/dist/premiere.svg b/icon/premiere.svg similarity index 100% rename from dist/premiere.svg rename to icon/premiere.svg diff --git a/dist/python.svg b/icon/python.svg similarity index 100% rename from dist/python.svg rename to icon/python.svg diff --git a/dist/qunit.svg b/icon/qunit.svg similarity index 100% rename from dist/qunit.svg rename to icon/qunit.svg diff --git a/dist/react-router.svg b/icon/react-router.svg similarity index 100% rename from dist/react-router.svg rename to icon/react-router.svg diff --git a/dist/react.svg b/icon/react.svg similarity index 100% rename from dist/react.svg rename to icon/react.svg diff --git a/dist/reactivex.svg b/icon/reactivex.svg similarity index 100% rename from dist/reactivex.svg rename to icon/reactivex.svg diff --git a/dist/real_madrid.svg b/icon/real_madrid.svg similarity index 100% rename from dist/real_madrid.svg rename to icon/real_madrid.svg diff --git a/dist/reddit.svg b/icon/reddit.svg similarity index 100% rename from dist/reddit.svg rename to icon/reddit.svg diff --git a/dist/redux.svg b/icon/redux.svg similarity index 100% rename from dist/redux.svg rename to icon/redux.svg diff --git a/dist/rollup.svg b/icon/rollup.svg similarity index 100% rename from dist/rollup.svg rename to icon/rollup.svg diff --git a/dist/rome.svg b/icon/rome.svg similarity index 100% rename from dist/rome.svg rename to icon/rome.svg diff --git a/dist/rss.svg b/icon/rss.svg similarity index 100% rename from dist/rss.svg rename to icon/rss.svg diff --git a/dist/serverfault.svg b/icon/serverfault.svg similarity index 100% rename from dist/serverfault.svg rename to icon/serverfault.svg diff --git a/dist/sina_weibo.svg b/icon/sina_weibo.svg similarity index 100% rename from dist/sina_weibo.svg rename to icon/sina_weibo.svg diff --git a/dist/skype.svg b/icon/skype.svg similarity index 100% rename from dist/skype.svg rename to icon/skype.svg diff --git a/dist/slack.svg b/icon/slack.svg similarity index 100% rename from dist/slack.svg rename to icon/slack.svg diff --git a/dist/snapchat.svg b/icon/snapchat.svg similarity index 100% rename from dist/snapchat.svg rename to icon/snapchat.svg diff --git a/dist/soundcloud.svg b/icon/soundcloud.svg similarity index 100% rename from dist/soundcloud.svg rename to icon/soundcloud.svg diff --git a/dist/soundtooth.svg b/icon/soundtooth.svg similarity index 100% rename from dist/soundtooth.svg rename to icon/soundtooth.svg diff --git a/dist/spotify.svg b/icon/spotify.svg similarity index 100% rename from dist/spotify.svg rename to icon/spotify.svg diff --git a/dist/stackexchange.svg b/icon/stackexchange.svg similarity index 100% rename from dist/stackexchange.svg rename to icon/stackexchange.svg diff --git a/dist/stackoverflow.svg b/icon/stackoverflow.svg similarity index 100% rename from dist/stackoverflow.svg rename to icon/stackoverflow.svg diff --git a/dist/steam.svg b/icon/steam.svg similarity index 100% rename from dist/steam.svg rename to icon/steam.svg diff --git a/dist/sublime_text.png b/icon/sublime_text.png similarity index 100% rename from dist/sublime_text.png rename to icon/sublime_text.png diff --git a/dist/superuser.svg b/icon/superuser.svg similarity index 100% rename from dist/superuser.svg rename to icon/superuser.svg diff --git a/dist/svelte.svg b/icon/svelte.svg similarity index 100% rename from dist/svelte.svg rename to icon/svelte.svg diff --git a/dist/tailwindcss.svg b/icon/tailwindcss.svg similarity index 100% rename from dist/tailwindcss.svg rename to icon/tailwindcss.svg diff --git a/dist/tc39.svg b/icon/tc39.svg similarity index 100% rename from dist/tc39.svg rename to icon/tc39.svg diff --git a/dist/telegram.svg b/icon/telegram.svg similarity index 100% rename from dist/telegram.svg rename to icon/telegram.svg diff --git a/dist/tensorflow.svg b/icon/tensorflow.svg similarity index 100% rename from dist/tensorflow.svg rename to icon/tensorflow.svg diff --git a/dist/terser.svg b/icon/terser.svg similarity index 100% rename from dist/terser.svg rename to icon/terser.svg diff --git a/dist/tesla.svg b/icon/tesla.svg similarity index 100% rename from dist/tesla.svg rename to icon/tesla.svg diff --git a/dist/toyota.svg b/icon/toyota.svg similarity index 100% rename from dist/toyota.svg rename to icon/toyota.svg diff --git a/dist/twitter.svg b/icon/twitter.svg similarity index 100% rename from dist/twitter.svg rename to icon/twitter.svg diff --git a/dist/typescript.svg b/icon/typescript.svg similarity index 100% rename from dist/typescript.svg rename to icon/typescript.svg diff --git a/dist/visual_studio.svg b/icon/visual_studio.svg similarity index 100% rename from dist/visual_studio.svg rename to icon/visual_studio.svg diff --git a/dist/visual_studio_code.svg b/icon/visual_studio_code.svg similarity index 100% rename from dist/visual_studio_code.svg rename to icon/visual_studio_code.svg diff --git a/dist/vitejs.svg b/icon/vitejs.svg similarity index 100% rename from dist/vitejs.svg rename to icon/vitejs.svg diff --git a/dist/vue.svg b/icon/vue.svg similarity index 100% rename from dist/vue.svg rename to icon/vue.svg diff --git a/dist/vuepress.svg b/icon/vuepress.svg similarity index 100% rename from dist/vuepress.svg rename to icon/vuepress.svg diff --git a/dist/webpack.svg b/icon/webpack.svg similarity index 100% rename from dist/webpack.svg rename to icon/webpack.svg diff --git a/dist/wechat.svg b/icon/wechat.svg similarity index 100% rename from dist/wechat.svg rename to icon/wechat.svg diff --git a/dist/whatsapp.svg b/icon/whatsapp.svg similarity index 100% rename from dist/whatsapp.svg rename to icon/whatsapp.svg diff --git a/dist/xitu.svg b/icon/xitu.svg similarity index 100% rename from dist/xitu.svg rename to icon/xitu.svg diff --git a/dist/youtube.svg b/icon/youtube.svg similarity index 100% rename from dist/youtube.svg rename to icon/youtube.svg diff --git a/dist/zeplin.svg b/icon/zeplin.svg similarity index 100% rename from dist/zeplin.svg rename to icon/zeplin.svg diff --git a/part/introduction.md b/part/introduction.md index c203b78..617a9c1 100644 --- a/part/introduction.md +++ b/part/introduction.md @@ -10,7 +10,7 @@

-![npm](./src/npm.svg) ![cli](./src/cli.svg) ![javascript](https://img.shields.io/badge/%20%20JavaScript-%20%20%20%20730L-f1e05a.svg) ![html](https://img.shields.io/badge/%20%20HTML-%20%20%20%20164L-e34c26.svg) +![npm](src/npm.svg) ![cli](src/cli.svg) ![javascript](https://img.shields.io/badge/%20%20JavaScript-%20%20%20%20730L-f1e05a.svg) ![html](https://img.shields.io/badge/%20%20HTML-%20%20%20%20164L-e34c26.svg) Alternative: [**default**](./README.md), [**flat-square**](./README_flat_square.md), [**dynamic-fore-color**](./README_dfc.md), [**dynamic-fore-color (flat_square)**](./README_flat_square_dfc.md). @@ -40,10 +40,10 @@ sudo npm uninstall -g badges-cli As for how to create a badge and add it to the collection? There are some steps you may need to follow: -1. Fork the repository -2. Install `badges-cli` -3. Create a logo with SVG formatted (**recommended**) or other formats like PNG. (_**The logo should be wrapped into a square, in another word, the width should be equal to the height, or it would have been horizontally squished.**_) -4. Save the logo in the folder `dist` +1. Fork the repository and checkout the `main` branch +2. Install dependencies by running `npm i` +3. Create a logo with SVG formatted (**recommended**) or other formats like PNG. (_**The logo should be wrapped into a square, in other words, the width should be equal to the height, or it would have been horizontally squished.**_) +4. Save the logo in the folder `icon` 5. Add data for your badge in the file `script/data.js` ```js const data = { @@ -55,13 +55,12 @@ As for how to create a badge and add it to the collection? There are some steps }, }; ``` -5. Run the script by typing `npm run build` +5. Run the command `npm run build` to build to test 6. If successful, the readme file will be automatically updated -7. Finally, push all updates and create a pull request for your change -8. **Done!!** +7. Finally, push the icon and modification of the data file and create a pull request for your change, the GitHub Action will build all for you, **Done!!** -> Note that: so far haven't I thought out a perfect solution for calculating the width of text accurately yet, and it means that the text can not be aligned in some cases. +> Note that: so far haven't thought out a perfect solution for calculating the width of text accurately yet, and it means that the text can not be aligned in some cases. *Note: if you like this project, feel free to buy me a swimming chance:* -[![badges](./src/paypal.svg)](http://paypal.me/aleen42) [![badges](./src/patreon.svg)](https://www.patreon.com/aleen42) [![badges](./src/buymeacoffee.svg)](https://www.buymeacoffee.com/aleen42) +[![badges](src/paypal.svg)](http://paypal.me/aleen42) [![badges](src/patreon.svg)](https://www.patreon.com/aleen42) [![badges](src/buymeacoffee.svg)](https://www.buymeacoffee.com/aleen42) diff --git a/script/setup.js b/script/setup.js index 926e7ee..708446e 100644 --- a/script/setup.js +++ b/script/setup.js @@ -15,7 +15,7 @@ * - Author: aleen42 * - Description: a script for building README.md * - Create Time: Apr 20th, 2017 - * - Update Time: Apr 8th, 2021 + * - Update Time: Jan 30th, 2024 * * **********************************************************************/ @@ -42,10 +42,12 @@ const execSync = require('child_process').execSync; const data = require('./sorted-data'); const rootPath = './'; -const distPath = `${rootPath}dist/`; +const inputPath = `${rootPath}icon/`; const outputPath = `${rootPath}src/`; const linkPath = 'https://badges.aleen42.com/src/'; +fs.existsSync(outputPath) || fs.mkdirSync(outputPath); + const suffix = (base, ...suffix) => [base, ...suffix].filter(x => x).join('_'); const generateBadge = (style, dfc) => (name, badgeItem, index) => { @@ -70,7 +72,7 @@ const generateBadge = (style, dfc) => (name, badgeItem, index) => { `-c "${color}"`, `-s ${skin || 'dark'}`, `-t "${text || name}"`, - `-p ${distPath}${fname}`, + `-p ${inputPath}${fname}`, `--style=${style}`, `-o ${output}`, ].join(' ')}`, { diff --git a/src/ac_milan.svg b/src/ac_milan.svg deleted file mode 100644 index f67b930..0000000 --- a/src/ac_milan.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - AC Milan - AC Milan - - \ No newline at end of file diff --git a/src/ac_milan_dfc.svg b/src/ac_milan_dfc.svg deleted file mode 100644 index f67b930..0000000 --- a/src/ac_milan_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - AC Milan - AC Milan - - \ No newline at end of file diff --git a/src/ac_milan_flat_square.svg b/src/ac_milan_flat_square.svg deleted file mode 100644 index 92ff952..0000000 --- a/src/ac_milan_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - AC Milan - - \ No newline at end of file diff --git a/src/ac_milan_flat_square_dfc.svg b/src/ac_milan_flat_square_dfc.svg deleted file mode 100644 index 92ff952..0000000 --- a/src/ac_milan_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - AC Milan - - \ No newline at end of file diff --git a/src/after_effects.svg b/src/after_effects.svg deleted file mode 100644 index 8a3f0a7..0000000 --- a/src/after_effects.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - After Effects - After Effects - - \ No newline at end of file diff --git a/src/after_effects_dfc.svg b/src/after_effects_dfc.svg deleted file mode 100644 index 8c9a5f4..0000000 --- a/src/after_effects_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - After Effects - After Effects - - \ No newline at end of file diff --git a/src/after_effects_flat_square.svg b/src/after_effects_flat_square.svg deleted file mode 100644 index 189934a..0000000 --- a/src/after_effects_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - After Effects - - \ No newline at end of file diff --git a/src/after_effects_flat_square_dfc.svg b/src/after_effects_flat_square_dfc.svg deleted file mode 100644 index c9d5676..0000000 --- a/src/after_effects_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - After Effects - - \ No newline at end of file diff --git a/src/airbnb.svg b/src/airbnb.svg deleted file mode 100644 index d65fe5b..0000000 --- a/src/airbnb.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Airbnb - Airbnb - - \ No newline at end of file diff --git a/src/airbnb_dfc.svg b/src/airbnb_dfc.svg deleted file mode 100644 index c6eb24e..0000000 --- a/src/airbnb_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Airbnb - Airbnb - - \ No newline at end of file diff --git a/src/airbnb_flat_square.svg b/src/airbnb_flat_square.svg deleted file mode 100644 index f6a55e1..0000000 --- a/src/airbnb_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Airbnb - - \ No newline at end of file diff --git a/src/airbnb_flat_square_dfc.svg b/src/airbnb_flat_square_dfc.svg deleted file mode 100644 index 8eb7cff..0000000 --- a/src/airbnb_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Airbnb - - \ No newline at end of file diff --git a/src/alipay.svg b/src/alipay.svg deleted file mode 100644 index d2fc1a4..0000000 --- a/src/alipay.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Alipay - Alipay - - \ No newline at end of file diff --git a/src/alipay_dfc.svg b/src/alipay_dfc.svg deleted file mode 100644 index 6e663bc..0000000 --- a/src/alipay_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Alipay - Alipay - - \ No newline at end of file diff --git a/src/alipay_flat_square.svg b/src/alipay_flat_square.svg deleted file mode 100644 index e88c6fb..0000000 --- a/src/alipay_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Alipay - - \ No newline at end of file diff --git a/src/alipay_flat_square_dfc.svg b/src/alipay_flat_square_dfc.svg deleted file mode 100644 index 140e858..0000000 --- a/src/alipay_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Alipay - - \ No newline at end of file diff --git a/src/amazon.svg b/src/amazon.svg deleted file mode 100644 index f9c334d..0000000 --- a/src/amazon.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Amazon - Amazon - - \ No newline at end of file diff --git a/src/amazon_dfc.svg b/src/amazon_dfc.svg deleted file mode 100644 index 84bf51b..0000000 --- a/src/amazon_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Amazon - Amazon - - \ No newline at end of file diff --git a/src/amazon_flat_square.svg b/src/amazon_flat_square.svg deleted file mode 100644 index 7fd9f0e..0000000 --- a/src/amazon_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Amazon - - \ No newline at end of file diff --git a/src/amazon_flat_square_dfc.svg b/src/amazon_flat_square_dfc.svg deleted file mode 100644 index e8ad3e3..0000000 --- a/src/amazon_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Amazon - - \ No newline at end of file diff --git a/src/angular.svg b/src/angular.svg deleted file mode 100644 index d56d909..0000000 --- a/src/angular.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Angular - Angular - - \ No newline at end of file diff --git a/src/angular_dfc.svg b/src/angular_dfc.svg deleted file mode 100644 index d56d909..0000000 --- a/src/angular_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Angular - Angular - - \ No newline at end of file diff --git a/src/angular_flat_square.svg b/src/angular_flat_square.svg deleted file mode 100644 index 25f3a5f..0000000 --- a/src/angular_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Angular - - \ No newline at end of file diff --git a/src/angular_flat_square_dfc.svg b/src/angular_flat_square_dfc.svg deleted file mode 100644 index 25f3a5f..0000000 --- a/src/angular_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Angular - - \ No newline at end of file diff --git a/src/apiary.svg b/src/apiary.svg deleted file mode 100644 index c3f4586..0000000 --- a/src/apiary.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Apiary - Apiary - - \ No newline at end of file diff --git a/src/apiary_dfc.svg b/src/apiary_dfc.svg deleted file mode 100644 index 4b1bbb2..0000000 --- a/src/apiary_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Apiary - Apiary - - \ No newline at end of file diff --git a/src/apiary_flat_square.svg b/src/apiary_flat_square.svg deleted file mode 100644 index eee1cb7..0000000 --- a/src/apiary_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Apiary - - \ No newline at end of file diff --git a/src/apiary_flat_square_dfc.svg b/src/apiary_flat_square_dfc.svg deleted file mode 100644 index b18f1e3..0000000 --- a/src/apiary_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Apiary - - \ No newline at end of file diff --git a/src/arsenal.svg b/src/arsenal.svg deleted file mode 100644 index ad0e922..0000000 --- a/src/arsenal.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Arsenal - Arsenal - - \ No newline at end of file diff --git a/src/arsenal_dfc.svg b/src/arsenal_dfc.svg deleted file mode 100644 index ad0e922..0000000 --- a/src/arsenal_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Arsenal - Arsenal - - \ No newline at end of file diff --git a/src/arsenal_flat_square.svg b/src/arsenal_flat_square.svg deleted file mode 100644 index dc903ba..0000000 --- a/src/arsenal_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Arsenal - - \ No newline at end of file diff --git a/src/arsenal_flat_square_dfc.svg b/src/arsenal_flat_square_dfc.svg deleted file mode 100644 index dc903ba..0000000 --- a/src/arsenal_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Arsenal - - \ No newline at end of file diff --git a/src/atom.svg b/src/atom.svg deleted file mode 100644 index aabbcf6..0000000 --- a/src/atom.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Atom - Atom - - \ No newline at end of file diff --git a/src/atom_dfc.svg b/src/atom_dfc.svg deleted file mode 100644 index e64cd3c..0000000 --- a/src/atom_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Atom - Atom - - \ No newline at end of file diff --git a/src/atom_flat_square.svg b/src/atom_flat_square.svg deleted file mode 100644 index 6c425b1..0000000 --- a/src/atom_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Atom - - \ No newline at end of file diff --git a/src/atom_flat_square_dfc.svg b/src/atom_flat_square_dfc.svg deleted file mode 100644 index 92c74e2..0000000 --- a/src/atom_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Atom - - \ No newline at end of file diff --git a/src/audi.svg b/src/audi.svg deleted file mode 100644 index b49078d..0000000 --- a/src/audi.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Audi - Audi - - \ No newline at end of file diff --git a/src/audi_dfc.svg b/src/audi_dfc.svg deleted file mode 100644 index df36249..0000000 --- a/src/audi_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Audi - Audi - - \ No newline at end of file diff --git a/src/audi_flat_square.svg b/src/audi_flat_square.svg deleted file mode 100644 index 7c4d30a..0000000 --- a/src/audi_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Audi - - \ No newline at end of file diff --git a/src/audi_flat_square_dfc.svg b/src/audi_flat_square_dfc.svg deleted file mode 100644 index d3672b5..0000000 --- a/src/audi_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Audi - - \ No newline at end of file diff --git a/src/barcelona.svg b/src/barcelona.svg deleted file mode 100644 index f589dac..0000000 --- a/src/barcelona.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Barcelona - Barcelona - - \ No newline at end of file diff --git a/src/barcelona_dfc.svg b/src/barcelona_dfc.svg deleted file mode 100644 index f589dac..0000000 --- a/src/barcelona_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Barcelona - Barcelona - - \ No newline at end of file diff --git a/src/barcelona_flat_square.svg b/src/barcelona_flat_square.svg deleted file mode 100644 index 5abe2ab..0000000 --- a/src/barcelona_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Barcelona - - \ No newline at end of file diff --git a/src/barcelona_flat_square_dfc.svg b/src/barcelona_flat_square_dfc.svg deleted file mode 100644 index 5abe2ab..0000000 --- a/src/barcelona_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Barcelona - - \ No newline at end of file diff --git a/src/bayern_munchen.svg b/src/bayern_munchen.svg deleted file mode 100644 index 023a36f..0000000 --- a/src/bayern_munchen.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bayern Munchen - Bayern Munchen - - \ No newline at end of file diff --git a/src/bayern_munchen_dfc.svg b/src/bayern_munchen_dfc.svg deleted file mode 100644 index 023a36f..0000000 --- a/src/bayern_munchen_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bayern Munchen - Bayern Munchen - - \ No newline at end of file diff --git a/src/bayern_munchen_flat_square.svg b/src/bayern_munchen_flat_square.svg deleted file mode 100644 index 1f10f0f..0000000 --- a/src/bayern_munchen_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bayern Munchen - - \ No newline at end of file diff --git a/src/bayern_munchen_flat_square_dfc.svg b/src/bayern_munchen_flat_square_dfc.svg deleted file mode 100644 index 1f10f0f..0000000 --- a/src/bayern_munchen_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bayern Munchen - - \ No newline at end of file diff --git a/src/behance.svg b/src/behance.svg deleted file mode 100644 index 809e042..0000000 --- a/src/behance.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Behance - Behance - - \ No newline at end of file diff --git a/src/behance_dfc.svg b/src/behance_dfc.svg deleted file mode 100644 index 809e042..0000000 --- a/src/behance_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Behance - Behance - - \ No newline at end of file diff --git a/src/behance_flat_square.svg b/src/behance_flat_square.svg deleted file mode 100644 index f443318..0000000 --- a/src/behance_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Behance - - \ No newline at end of file diff --git a/src/behance_flat_square_dfc.svg b/src/behance_flat_square_dfc.svg deleted file mode 100644 index f443318..0000000 --- a/src/behance_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Behance - - \ No newline at end of file diff --git a/src/bitcoin.svg b/src/bitcoin.svg deleted file mode 100644 index c9b91a3..0000000 --- a/src/bitcoin.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bitcoin - Bitcoin - - \ No newline at end of file diff --git a/src/bitcoin_dfc.svg b/src/bitcoin_dfc.svg deleted file mode 100644 index bfdd943..0000000 --- a/src/bitcoin_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bitcoin - Bitcoin - - \ No newline at end of file diff --git a/src/bitcoin_flat_square.svg b/src/bitcoin_flat_square.svg deleted file mode 100644 index 5670087..0000000 --- a/src/bitcoin_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bitcoin - - \ No newline at end of file diff --git a/src/bitcoin_flat_square_dfc.svg b/src/bitcoin_flat_square_dfc.svg deleted file mode 100644 index 6f8af42..0000000 --- a/src/bitcoin_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bitcoin - - \ No newline at end of file diff --git a/src/bmw.svg b/src/bmw.svg deleted file mode 100644 index b43b735..0000000 --- a/src/bmw.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - BMW - BMW - - \ No newline at end of file diff --git a/src/bmw_dfc.svg b/src/bmw_dfc.svg deleted file mode 100644 index b43b735..0000000 --- a/src/bmw_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - BMW - BMW - - \ No newline at end of file diff --git a/src/bmw_flat_square.svg b/src/bmw_flat_square.svg deleted file mode 100644 index f2e1a61..0000000 --- a/src/bmw_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - BMW - - \ No newline at end of file diff --git a/src/bmw_flat_square_dfc.svg b/src/bmw_flat_square_dfc.svg deleted file mode 100644 index f2e1a61..0000000 --- a/src/bmw_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - BMW - - \ No newline at end of file diff --git a/src/bower.svg b/src/bower.svg deleted file mode 100644 index f3456c4..0000000 --- a/src/bower.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bower - Bower - - \ No newline at end of file diff --git a/src/bower_dfc.svg b/src/bower_dfc.svg deleted file mode 100644 index f7857c7..0000000 --- a/src/bower_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bower - Bower - - \ No newline at end of file diff --git a/src/bower_flat_square.svg b/src/bower_flat_square.svg deleted file mode 100644 index 55b645c..0000000 --- a/src/bower_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bower - - \ No newline at end of file diff --git a/src/bower_flat_square_dfc.svg b/src/bower_flat_square_dfc.svg deleted file mode 100644 index 6b03ad5..0000000 --- a/src/bower_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bower - - \ No newline at end of file diff --git a/src/bugatti.svg b/src/bugatti.svg deleted file mode 100644 index 7da78ed..0000000 --- a/src/bugatti.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bugatti - Bugatti - - \ No newline at end of file diff --git a/src/bugatti_dfc.svg b/src/bugatti_dfc.svg deleted file mode 100644 index 7da78ed..0000000 --- a/src/bugatti_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Bugatti - Bugatti - - \ No newline at end of file diff --git a/src/bugatti_flat_square.svg b/src/bugatti_flat_square.svg deleted file mode 100644 index 852fc58..0000000 --- a/src/bugatti_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bugatti - - \ No newline at end of file diff --git a/src/bugatti_flat_square_dfc.svg b/src/bugatti_flat_square_dfc.svg deleted file mode 100644 index 852fc58..0000000 --- a/src/bugatti_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Bugatti - - \ No newline at end of file diff --git a/src/buymeacoffee.svg b/src/buymeacoffee.svg deleted file mode 100644 index 20fd403..0000000 --- a/src/buymeacoffee.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Buy Me A Coffee - Buy Me A Coffee - - \ No newline at end of file diff --git a/src/buymeacoffee_dfc.svg b/src/buymeacoffee_dfc.svg deleted file mode 100644 index 2687d03..0000000 --- a/src/buymeacoffee_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Buy Me A Coffee - Buy Me A Coffee - - \ No newline at end of file diff --git a/src/buymeacoffee_flat_square.svg b/src/buymeacoffee_flat_square.svg deleted file mode 100644 index eae337a..0000000 --- a/src/buymeacoffee_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Buy Me A Coffee - - \ No newline at end of file diff --git a/src/buymeacoffee_flat_square_dfc.svg b/src/buymeacoffee_flat_square_dfc.svg deleted file mode 100644 index 26d6840..0000000 --- a/src/buymeacoffee_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Buy Me A Coffee - - \ No newline at end of file diff --git a/src/chelsea.svg b/src/chelsea.svg deleted file mode 100644 index 0f3bd2b..0000000 --- a/src/chelsea.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Chelsea - Chelsea - - \ No newline at end of file diff --git a/src/chelsea_dfc.svg b/src/chelsea_dfc.svg deleted file mode 100644 index 0f3bd2b..0000000 --- a/src/chelsea_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Chelsea - Chelsea - - \ No newline at end of file diff --git a/src/chelsea_flat_square.svg b/src/chelsea_flat_square.svg deleted file mode 100644 index ae58e62..0000000 --- a/src/chelsea_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Chelsea - - \ No newline at end of file diff --git a/src/chelsea_flat_square_dfc.svg b/src/chelsea_flat_square_dfc.svg deleted file mode 100644 index ae58e62..0000000 --- a/src/chelsea_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Chelsea - - \ No newline at end of file diff --git a/src/chrome_extensions.svg b/src/chrome_extensions.svg deleted file mode 100644 index 5b6389d..0000000 --- a/src/chrome_extensions.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Chrome Extensions - Chrome Extensions - - \ No newline at end of file diff --git a/src/chrome_extensions_dfc.svg b/src/chrome_extensions_dfc.svg deleted file mode 100644 index e564d89..0000000 --- a/src/chrome_extensions_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Chrome Extensions - Chrome Extensions - - \ No newline at end of file diff --git a/src/chrome_extensions_flat_square.svg b/src/chrome_extensions_flat_square.svg deleted file mode 100644 index 828f788..0000000 --- a/src/chrome_extensions_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Chrome Extensions - - \ No newline at end of file diff --git a/src/chrome_extensions_flat_square_dfc.svg b/src/chrome_extensions_flat_square_dfc.svg deleted file mode 100644 index f048a08..0000000 --- a/src/chrome_extensions_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Chrome Extensions - - \ No newline at end of file diff --git a/src/cli.svg b/src/cli.svg deleted file mode 100644 index a275dd1..0000000 --- a/src/cli.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - CLI - CLI - - \ No newline at end of file diff --git a/src/cli_dfc.svg b/src/cli_dfc.svg deleted file mode 100644 index a275dd1..0000000 --- a/src/cli_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - CLI - CLI - - \ No newline at end of file diff --git a/src/cli_flat_square.svg b/src/cli_flat_square.svg deleted file mode 100644 index fa86e49..0000000 --- a/src/cli_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - CLI - - \ No newline at end of file diff --git a/src/cli_flat_square_dfc.svg b/src/cli_flat_square_dfc.svg deleted file mode 100644 index fa86e49..0000000 --- a/src/cli_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - CLI - - \ No newline at end of file diff --git a/src/codepen.svg b/src/codepen.svg deleted file mode 100644 index db4c9ab..0000000 --- a/src/codepen.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - CodePen - CodePen - - \ No newline at end of file diff --git a/src/codepen_dfc.svg b/src/codepen_dfc.svg deleted file mode 100644 index db4c9ab..0000000 --- a/src/codepen_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - CodePen - CodePen - - \ No newline at end of file diff --git a/src/codepen_flat_square.svg b/src/codepen_flat_square.svg deleted file mode 100644 index b914217..0000000 --- a/src/codepen_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - CodePen - - \ No newline at end of file diff --git a/src/codepen_flat_square_dfc.svg b/src/codepen_flat_square_dfc.svg deleted file mode 100644 index b914217..0000000 --- a/src/codepen_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - CodePen - - \ No newline at end of file diff --git a/src/codrops.svg b/src/codrops.svg deleted file mode 100644 index 2f1db05..0000000 --- a/src/codrops.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Codrops - Codrops - - \ No newline at end of file diff --git a/src/codrops_dfc.svg b/src/codrops_dfc.svg deleted file mode 100644 index 2f1db05..0000000 --- a/src/codrops_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Codrops - Codrops - - \ No newline at end of file diff --git a/src/codrops_flat_square.svg b/src/codrops_flat_square.svg deleted file mode 100644 index 2fc84ce..0000000 --- a/src/codrops_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Codrops - - \ No newline at end of file diff --git a/src/codrops_flat_square_dfc.svg b/src/codrops_flat_square_dfc.svg deleted file mode 100644 index 2fc84ce..0000000 --- a/src/codrops_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Codrops - - \ No newline at end of file diff --git a/src/coremail.svg b/src/coremail.svg deleted file mode 100644 index d4db112..0000000 --- a/src/coremail.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Coremail - Coremail - - \ No newline at end of file diff --git a/src/coremail_dfc.svg b/src/coremail_dfc.svg deleted file mode 100644 index d4db112..0000000 --- a/src/coremail_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Coremail - Coremail - - \ No newline at end of file diff --git a/src/coremail_flat_square.svg b/src/coremail_flat_square.svg deleted file mode 100644 index 21ebd36..0000000 --- a/src/coremail_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Coremail - - \ No newline at end of file diff --git a/src/coremail_flat_square_dfc.svg b/src/coremail_flat_square_dfc.svg deleted file mode 100644 index 21ebd36..0000000 --- a/src/coremail_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Coremail - - \ No newline at end of file diff --git a/src/cssnano.svg b/src/cssnano.svg deleted file mode 100644 index 4472d32..0000000 --- a/src/cssnano.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - CSSNano - CSSNano - - \ No newline at end of file diff --git a/src/cssnano_dfc.svg b/src/cssnano_dfc.svg deleted file mode 100644 index 4b23fee..0000000 --- a/src/cssnano_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - CSSNano - CSSNano - - \ No newline at end of file diff --git a/src/cssnano_flat_square.svg b/src/cssnano_flat_square.svg deleted file mode 100644 index d9156a2..0000000 --- a/src/cssnano_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - CSSNano - - \ No newline at end of file diff --git a/src/cssnano_flat_square_dfc.svg b/src/cssnano_flat_square_dfc.svg deleted file mode 100644 index 2209c69..0000000 --- a/src/cssnano_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - CSSNano - - \ No newline at end of file diff --git a/src/discord.svg b/src/discord.svg deleted file mode 100644 index d1e70ed..0000000 --- a/src/discord.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Discord - Discord - - \ No newline at end of file diff --git a/src/discord_dfc.svg b/src/discord_dfc.svg deleted file mode 100644 index d1e70ed..0000000 --- a/src/discord_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Discord - Discord - - \ No newline at end of file diff --git a/src/discord_flat_square.svg b/src/discord_flat_square.svg deleted file mode 100644 index 74e4707..0000000 --- a/src/discord_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Discord - - \ No newline at end of file diff --git a/src/discord_flat_square_dfc.svg b/src/discord_flat_square_dfc.svg deleted file mode 100644 index 74e4707..0000000 --- a/src/discord_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Discord - - \ No newline at end of file diff --git a/src/docker.svg b/src/docker.svg deleted file mode 100644 index 225816e..0000000 --- a/src/docker.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Docker - Docker - - \ No newline at end of file diff --git a/src/docker_dfc.svg b/src/docker_dfc.svg deleted file mode 100644 index 225816e..0000000 --- a/src/docker_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Docker - Docker - - \ No newline at end of file diff --git a/src/docker_flat_square.svg b/src/docker_flat_square.svg deleted file mode 100644 index 9e3f615..0000000 --- a/src/docker_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Docker - - \ No newline at end of file diff --git a/src/docker_flat_square_dfc.svg b/src/docker_flat_square_dfc.svg deleted file mode 100644 index 9e3f615..0000000 --- a/src/docker_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Docker - - \ No newline at end of file diff --git a/src/dreamweaver.svg b/src/dreamweaver.svg deleted file mode 100644 index 7043014..0000000 --- a/src/dreamweaver.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Dreamweaver - Dreamweaver - - \ No newline at end of file diff --git a/src/dreamweaver_dfc.svg b/src/dreamweaver_dfc.svg deleted file mode 100644 index 58e2b51..0000000 --- a/src/dreamweaver_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Dreamweaver - Dreamweaver - - \ No newline at end of file diff --git a/src/dreamweaver_flat_square.svg b/src/dreamweaver_flat_square.svg deleted file mode 100644 index d4f5f2c..0000000 --- a/src/dreamweaver_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Dreamweaver - - \ No newline at end of file diff --git a/src/dreamweaver_flat_square_dfc.svg b/src/dreamweaver_flat_square_dfc.svg deleted file mode 100644 index 6958f02..0000000 --- a/src/dreamweaver_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Dreamweaver - - \ No newline at end of file diff --git a/src/eclipse.svg b/src/eclipse.svg deleted file mode 100644 index ae77aeb..0000000 --- a/src/eclipse.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Eclipse - Eclipse - - \ No newline at end of file diff --git a/src/eclipse_dfc.svg b/src/eclipse_dfc.svg deleted file mode 100644 index ae77aeb..0000000 --- a/src/eclipse_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Eclipse - Eclipse - - \ No newline at end of file diff --git a/src/eclipse_flat_square.svg b/src/eclipse_flat_square.svg deleted file mode 100644 index 052ffbb..0000000 --- a/src/eclipse_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Eclipse - - \ No newline at end of file diff --git a/src/eclipse_flat_square_dfc.svg b/src/eclipse_flat_square_dfc.svg deleted file mode 100644 index 052ffbb..0000000 --- a/src/eclipse_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Eclipse - - \ No newline at end of file diff --git a/src/elasticsearch.svg b/src/elasticsearch.svg deleted file mode 100644 index cee8362..0000000 --- a/src/elasticsearch.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Elasticsearch - Elasticsearch - - \ No newline at end of file diff --git a/src/elasticsearch_dfc.svg b/src/elasticsearch_dfc.svg deleted file mode 100644 index cee8362..0000000 --- a/src/elasticsearch_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Elasticsearch - Elasticsearch - - \ No newline at end of file diff --git a/src/elasticsearch_flat_square.svg b/src/elasticsearch_flat_square.svg deleted file mode 100644 index cdbb3fa..0000000 --- a/src/elasticsearch_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Elasticsearch - - \ No newline at end of file diff --git a/src/elasticsearch_flat_square_dfc.svg b/src/elasticsearch_flat_square_dfc.svg deleted file mode 100644 index cdbb3fa..0000000 --- a/src/elasticsearch_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Elasticsearch - - \ No newline at end of file diff --git a/src/erlang.svg b/src/erlang.svg deleted file mode 100644 index 0576016..0000000 --- a/src/erlang.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Erlang - Erlang - - \ No newline at end of file diff --git a/src/erlang_dfc.svg b/src/erlang_dfc.svg deleted file mode 100644 index 0576016..0000000 --- a/src/erlang_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Erlang - Erlang - - \ No newline at end of file diff --git a/src/erlang_flat_square.svg b/src/erlang_flat_square.svg deleted file mode 100644 index 5656b68..0000000 --- a/src/erlang_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Erlang - - \ No newline at end of file diff --git a/src/erlang_flat_square_dfc.svg b/src/erlang_flat_square_dfc.svg deleted file mode 100644 index 5656b68..0000000 --- a/src/erlang_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Erlang - - \ No newline at end of file diff --git a/src/esbuild.svg b/src/esbuild.svg deleted file mode 100644 index 5844eda..0000000 --- a/src/esbuild.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - ESBuild - ESBuild - - \ No newline at end of file diff --git a/src/esbuild_dfc.svg b/src/esbuild_dfc.svg deleted file mode 100644 index 7dd1465..0000000 --- a/src/esbuild_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - ESBuild - ESBuild - - \ No newline at end of file diff --git a/src/esbuild_flat_square.svg b/src/esbuild_flat_square.svg deleted file mode 100644 index af1e472..0000000 --- a/src/esbuild_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - ESBuild - - \ No newline at end of file diff --git a/src/esbuild_flat_square_dfc.svg b/src/esbuild_flat_square_dfc.svg deleted file mode 100644 index 53c2809..0000000 --- a/src/esbuild_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - ESBuild - - \ No newline at end of file diff --git a/src/eslint.svg b/src/eslint.svg deleted file mode 100644 index e28e7ab..0000000 --- a/src/eslint.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - ESLint - ESLint - - \ No newline at end of file diff --git a/src/eslint_dfc.svg b/src/eslint_dfc.svg deleted file mode 100644 index e28e7ab..0000000 --- a/src/eslint_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - ESLint - ESLint - - \ No newline at end of file diff --git a/src/eslint_flat_square.svg b/src/eslint_flat_square.svg deleted file mode 100644 index 6c058ca..0000000 --- a/src/eslint_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - ESLint - - \ No newline at end of file diff --git a/src/eslint_flat_square_dfc.svg b/src/eslint_flat_square_dfc.svg deleted file mode 100644 index 6c058ca..0000000 --- a/src/eslint_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - ESLint - - \ No newline at end of file diff --git a/src/facebook.svg b/src/facebook.svg deleted file mode 100644 index ce730eb..0000000 --- a/src/facebook.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Facebook - Facebook - - \ No newline at end of file diff --git a/src/facebook_dfc.svg b/src/facebook_dfc.svg deleted file mode 100644 index ce730eb..0000000 --- a/src/facebook_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Facebook - Facebook - - \ No newline at end of file diff --git a/src/facebook_flat_square.svg b/src/facebook_flat_square.svg deleted file mode 100644 index e69f238..0000000 --- a/src/facebook_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Facebook - - \ No newline at end of file diff --git a/src/facebook_flat_square_dfc.svg b/src/facebook_flat_square_dfc.svg deleted file mode 100644 index e69f238..0000000 --- a/src/facebook_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Facebook - - \ No newline at end of file diff --git a/src/ferrari.svg b/src/ferrari.svg deleted file mode 100644 index e9bcd5c..0000000 --- a/src/ferrari.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Ferrari - Ferrari - - \ No newline at end of file diff --git a/src/ferrari_dfc.svg b/src/ferrari_dfc.svg deleted file mode 100644 index e9bcd5c..0000000 --- a/src/ferrari_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Ferrari - Ferrari - - \ No newline at end of file diff --git a/src/ferrari_flat_square.svg b/src/ferrari_flat_square.svg deleted file mode 100644 index d431630..0000000 --- a/src/ferrari_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Ferrari - - \ No newline at end of file diff --git a/src/ferrari_flat_square_dfc.svg b/src/ferrari_flat_square_dfc.svg deleted file mode 100644 index d431630..0000000 --- a/src/ferrari_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Ferrari - - \ No newline at end of file diff --git a/src/flash.svg b/src/flash.svg deleted file mode 100644 index a0100f9..0000000 --- a/src/flash.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Flash - Flash - - \ No newline at end of file diff --git a/src/flash_dfc.svg b/src/flash_dfc.svg deleted file mode 100644 index a0100f9..0000000 --- a/src/flash_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Flash - Flash - - \ No newline at end of file diff --git a/src/flash_flat_square.svg b/src/flash_flat_square.svg deleted file mode 100644 index e49d774..0000000 --- a/src/flash_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Flash - - \ No newline at end of file diff --git a/src/flash_flat_square_dfc.svg b/src/flash_flat_square_dfc.svg deleted file mode 100644 index e49d774..0000000 --- a/src/flash_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Flash - - \ No newline at end of file diff --git a/src/gitbook_1.svg b/src/gitbook_1.svg deleted file mode 100644 index 9e2b119..0000000 --- a/src/gitbook_1.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitbook - Gitbook - - \ No newline at end of file diff --git a/src/gitbook_1_dfc.svg b/src/gitbook_1_dfc.svg deleted file mode 100644 index 73ebcb2..0000000 --- a/src/gitbook_1_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitbook - Gitbook - - \ No newline at end of file diff --git a/src/gitbook_1_flat_square.svg b/src/gitbook_1_flat_square.svg deleted file mode 100644 index a018b24..0000000 --- a/src/gitbook_1_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitbook - - \ No newline at end of file diff --git a/src/gitbook_1_flat_square_dfc.svg b/src/gitbook_1_flat_square_dfc.svg deleted file mode 100644 index 7191f9c..0000000 --- a/src/gitbook_1_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitbook - - \ No newline at end of file diff --git a/src/gitbook_2.svg b/src/gitbook_2.svg deleted file mode 100644 index 5c1cfff..0000000 --- a/src/gitbook_2.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitbook - Gitbook - - \ No newline at end of file diff --git a/src/gitbook_2_dfc.svg b/src/gitbook_2_dfc.svg deleted file mode 100644 index 5c1cfff..0000000 --- a/src/gitbook_2_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitbook - Gitbook - - \ No newline at end of file diff --git a/src/gitbook_2_flat_square.svg b/src/gitbook_2_flat_square.svg deleted file mode 100644 index da5576e..0000000 --- a/src/gitbook_2_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitbook - - \ No newline at end of file diff --git a/src/gitbook_2_flat_square_dfc.svg b/src/gitbook_2_flat_square_dfc.svg deleted file mode 100644 index da5576e..0000000 --- a/src/gitbook_2_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitbook - - \ No newline at end of file diff --git a/src/github.svg b/src/github.svg deleted file mode 100644 index 335198b..0000000 --- a/src/github.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - GitHub - GitHub - - \ No newline at end of file diff --git a/src/github_dfc.svg b/src/github_dfc.svg deleted file mode 100644 index 335198b..0000000 --- a/src/github_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - GitHub - GitHub - - \ No newline at end of file diff --git a/src/github_flat_square.svg b/src/github_flat_square.svg deleted file mode 100644 index 14b3308..0000000 --- a/src/github_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - GitHub - - \ No newline at end of file diff --git a/src/github_flat_square_dfc.svg b/src/github_flat_square_dfc.svg deleted file mode 100644 index 14b3308..0000000 --- a/src/github_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - GitHub - - \ No newline at end of file diff --git a/src/gitlab.svg b/src/gitlab.svg deleted file mode 100644 index 51819b5..0000000 --- a/src/gitlab.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitlab - Gitlab - - \ No newline at end of file diff --git a/src/gitlab_dfc.svg b/src/gitlab_dfc.svg deleted file mode 100644 index e837780..0000000 --- a/src/gitlab_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitlab - Gitlab - - \ No newline at end of file diff --git a/src/gitlab_flat_square.svg b/src/gitlab_flat_square.svg deleted file mode 100644 index c2f5cd7..0000000 --- a/src/gitlab_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitlab - - \ No newline at end of file diff --git a/src/gitlab_flat_square_dfc.svg b/src/gitlab_flat_square_dfc.svg deleted file mode 100644 index c9af59e..0000000 --- a/src/gitlab_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitlab - - \ No newline at end of file diff --git a/src/gitter.svg b/src/gitter.svg deleted file mode 100644 index f78db23..0000000 --- a/src/gitter.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitter - Gitter - - \ No newline at end of file diff --git a/src/gitter_dfc.svg b/src/gitter_dfc.svg deleted file mode 100644 index f78db23..0000000 --- a/src/gitter_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gitter - Gitter - - \ No newline at end of file diff --git a/src/gitter_flat_square.svg b/src/gitter_flat_square.svg deleted file mode 100644 index 4cc99bf..0000000 --- a/src/gitter_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitter - - \ No newline at end of file diff --git a/src/gitter_flat_square_dfc.svg b/src/gitter_flat_square_dfc.svg deleted file mode 100644 index 4cc99bf..0000000 --- a/src/gitter_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gitter - - \ No newline at end of file diff --git a/src/golang.svg b/src/golang.svg deleted file mode 100644 index 685ec14..0000000 --- a/src/golang.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Golang - Golang - - \ No newline at end of file diff --git a/src/golang_dfc.svg b/src/golang_dfc.svg deleted file mode 100644 index 685ec14..0000000 --- a/src/golang_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Golang - Golang - - \ No newline at end of file diff --git a/src/golang_flat_square.svg b/src/golang_flat_square.svg deleted file mode 100644 index 49f750d..0000000 --- a/src/golang_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Golang - - \ No newline at end of file diff --git a/src/golang_flat_square_dfc.svg b/src/golang_flat_square_dfc.svg deleted file mode 100644 index 49f750d..0000000 --- a/src/golang_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Golang - - \ No newline at end of file diff --git a/src/google_plus.svg b/src/google_plus.svg deleted file mode 100644 index 9435f29..0000000 --- a/src/google_plus.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Google+ - Google+ - - \ No newline at end of file diff --git a/src/google_plus_dfc.svg b/src/google_plus_dfc.svg deleted file mode 100644 index 9435f29..0000000 --- a/src/google_plus_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Google+ - Google+ - - \ No newline at end of file diff --git a/src/google_plus_flat_square.svg b/src/google_plus_flat_square.svg deleted file mode 100644 index e12cde7..0000000 --- a/src/google_plus_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Google+ - - \ No newline at end of file diff --git a/src/google_plus_flat_square_dfc.svg b/src/google_plus_flat_square_dfc.svg deleted file mode 100644 index e12cde7..0000000 --- a/src/google_plus_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Google+ - - \ No newline at end of file diff --git a/src/grafana.svg b/src/grafana.svg deleted file mode 100644 index 9576f32..0000000 --- a/src/grafana.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Grafana - Grafana - - \ No newline at end of file diff --git a/src/grafana_dfc.svg b/src/grafana_dfc.svg deleted file mode 100644 index 1f2fee4..0000000 --- a/src/grafana_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Grafana - Grafana - - \ No newline at end of file diff --git a/src/grafana_flat_square.svg b/src/grafana_flat_square.svg deleted file mode 100644 index adbfc24..0000000 --- a/src/grafana_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Grafana - - \ No newline at end of file diff --git a/src/grafana_flat_square_dfc.svg b/src/grafana_flat_square_dfc.svg deleted file mode 100644 index e0576d3..0000000 --- a/src/grafana_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Grafana - - \ No newline at end of file diff --git a/src/grunt.svg b/src/grunt.svg deleted file mode 100644 index 7989c22..0000000 --- a/src/grunt.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Grunt - Grunt - - \ No newline at end of file diff --git a/src/grunt_dfc.svg b/src/grunt_dfc.svg deleted file mode 100644 index 57381e5..0000000 --- a/src/grunt_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Grunt - Grunt - - \ No newline at end of file diff --git a/src/grunt_flat_square.svg b/src/grunt_flat_square.svg deleted file mode 100644 index 756b8d3..0000000 --- a/src/grunt_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Grunt - - \ No newline at end of file diff --git a/src/grunt_flat_square_dfc.svg b/src/grunt_flat_square_dfc.svg deleted file mode 100644 index 5cae80b..0000000 --- a/src/grunt_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Grunt - - \ No newline at end of file diff --git a/src/gulp.svg b/src/gulp.svg deleted file mode 100644 index 7fdb2ca..0000000 --- a/src/gulp.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gulp - Gulp - - \ No newline at end of file diff --git a/src/gulp_dfc.svg b/src/gulp_dfc.svg deleted file mode 100644 index 7fdb2ca..0000000 --- a/src/gulp_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Gulp - Gulp - - \ No newline at end of file diff --git a/src/gulp_flat_square.svg b/src/gulp_flat_square.svg deleted file mode 100644 index af7dd23..0000000 --- a/src/gulp_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gulp - - \ No newline at end of file diff --git a/src/gulp_flat_square_dfc.svg b/src/gulp_flat_square_dfc.svg deleted file mode 100644 index af7dd23..0000000 --- a/src/gulp_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Gulp - - \ No newline at end of file diff --git a/src/hacker.svg b/src/hacker.svg deleted file mode 100644 index 3661e58..0000000 --- a/src/hacker.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Hacker - Hacker - - \ No newline at end of file diff --git a/src/hacker_dfc.svg b/src/hacker_dfc.svg deleted file mode 100644 index 3661e58..0000000 --- a/src/hacker_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Hacker - Hacker - - \ No newline at end of file diff --git a/src/hacker_flat_square.svg b/src/hacker_flat_square.svg deleted file mode 100644 index 533d9b1..0000000 --- a/src/hacker_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Hacker - - \ No newline at end of file diff --git a/src/hacker_flat_square_dfc.svg b/src/hacker_flat_square_dfc.svg deleted file mode 100644 index 533d9b1..0000000 --- a/src/hacker_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Hacker - - \ No newline at end of file diff --git a/src/idea.svg b/src/idea.svg deleted file mode 100644 index 28f799f..0000000 --- a/src/idea.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - IDEA - IDEA - - \ No newline at end of file diff --git a/src/idea_dfc.svg b/src/idea_dfc.svg deleted file mode 100644 index 28f799f..0000000 --- a/src/idea_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - IDEA - IDEA - - \ No newline at end of file diff --git a/src/idea_flat_square.svg b/src/idea_flat_square.svg deleted file mode 100644 index 8ca95c6..0000000 --- a/src/idea_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - IDEA - - \ No newline at end of file diff --git a/src/idea_flat_square_dfc.svg b/src/idea_flat_square_dfc.svg deleted file mode 100644 index 8ca95c6..0000000 --- a/src/idea_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - IDEA - - \ No newline at end of file diff --git a/src/illustrator.svg b/src/illustrator.svg deleted file mode 100644 index 5960e78..0000000 --- a/src/illustrator.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Illustrator - Illustrator - - \ No newline at end of file diff --git a/src/illustrator_dfc.svg b/src/illustrator_dfc.svg deleted file mode 100644 index 91e5ac2..0000000 --- a/src/illustrator_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Illustrator - Illustrator - - \ No newline at end of file diff --git a/src/illustrator_flat_square.svg b/src/illustrator_flat_square.svg deleted file mode 100644 index 8a59359..0000000 --- a/src/illustrator_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Illustrator - - \ No newline at end of file diff --git a/src/illustrator_flat_square_dfc.svg b/src/illustrator_flat_square_dfc.svg deleted file mode 100644 index abfe676..0000000 --- a/src/illustrator_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Illustrator - - \ No newline at end of file diff --git a/src/ingress.svg b/src/ingress.svg deleted file mode 100644 index ea49487..0000000 --- a/src/ingress.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Ingress - Ingress - - \ No newline at end of file diff --git a/src/ingress_dfc.svg b/src/ingress_dfc.svg deleted file mode 100644 index b36f568..0000000 --- a/src/ingress_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Ingress - Ingress - - \ No newline at end of file diff --git a/src/ingress_flat_square.svg b/src/ingress_flat_square.svg deleted file mode 100644 index 00d1025..0000000 --- a/src/ingress_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Ingress - - \ No newline at end of file diff --git a/src/ingress_flat_square_dfc.svg b/src/ingress_flat_square_dfc.svg deleted file mode 100644 index db2c799..0000000 --- a/src/ingress_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Ingress - - \ No newline at end of file diff --git a/src/instagram.svg b/src/instagram.svg deleted file mode 100644 index c52f88a..0000000 --- a/src/instagram.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Instagram - Instagram - - \ No newline at end of file diff --git a/src/instagram_dfc.svg b/src/instagram_dfc.svg deleted file mode 100644 index c52f88a..0000000 --- a/src/instagram_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Instagram - Instagram - - \ No newline at end of file diff --git a/src/instagram_flat_square.svg b/src/instagram_flat_square.svg deleted file mode 100644 index 13c82e0..0000000 --- a/src/instagram_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Instagram - - \ No newline at end of file diff --git a/src/instagram_flat_square_dfc.svg b/src/instagram_flat_square_dfc.svg deleted file mode 100644 index 13c82e0..0000000 --- a/src/instagram_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Instagram - - \ No newline at end of file diff --git a/src/issuehunt.svg b/src/issuehunt.svg deleted file mode 100644 index 5a1f3dc..0000000 --- a/src/issuehunt.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - IssueHunt - IssueHunt - - \ No newline at end of file diff --git a/src/issuehunt_dfc.svg b/src/issuehunt_dfc.svg deleted file mode 100644 index 0cc66f0..0000000 --- a/src/issuehunt_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - IssueHunt - IssueHunt - - \ No newline at end of file diff --git a/src/issuehunt_flat_square.svg b/src/issuehunt_flat_square.svg deleted file mode 100644 index 4358d86..0000000 --- a/src/issuehunt_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - IssueHunt - - \ No newline at end of file diff --git a/src/issuehunt_flat_square_dfc.svg b/src/issuehunt_flat_square_dfc.svg deleted file mode 100644 index 3a238f2..0000000 --- a/src/issuehunt_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - IssueHunt - - \ No newline at end of file diff --git a/src/jasmine.svg b/src/jasmine.svg deleted file mode 100644 index e348e86..0000000 --- a/src/jasmine.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Jasmine - Jasmine - - \ No newline at end of file diff --git a/src/jasmine_dfc.svg b/src/jasmine_dfc.svg deleted file mode 100644 index e348e86..0000000 --- a/src/jasmine_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Jasmine - Jasmine - - \ No newline at end of file diff --git a/src/jasmine_flat_square.svg b/src/jasmine_flat_square.svg deleted file mode 100644 index 150d3b1..0000000 --- a/src/jasmine_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Jasmine - - \ No newline at end of file diff --git a/src/jasmine_flat_square_dfc.svg b/src/jasmine_flat_square_dfc.svg deleted file mode 100644 index 150d3b1..0000000 --- a/src/jasmine_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Jasmine - - \ No newline at end of file diff --git a/src/java.svg b/src/java.svg deleted file mode 100644 index 38e2d67..0000000 --- a/src/java.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Java - Java - - \ No newline at end of file diff --git a/src/java_dfc.svg b/src/java_dfc.svg deleted file mode 100644 index 60f7283..0000000 --- a/src/java_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Java - Java - - \ No newline at end of file diff --git a/src/java_flat_square.svg b/src/java_flat_square.svg deleted file mode 100644 index 519bfd6..0000000 --- a/src/java_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Java - - \ No newline at end of file diff --git a/src/java_flat_square_dfc.svg b/src/java_flat_square_dfc.svg deleted file mode 100644 index b3b2c20..0000000 --- a/src/java_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Java - - \ No newline at end of file diff --git a/src/javascript.svg b/src/javascript.svg deleted file mode 100644 index 9a16f68..0000000 --- a/src/javascript.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - JavaScript - JavaScript - - \ No newline at end of file diff --git a/src/javascript_dfc.svg b/src/javascript_dfc.svg deleted file mode 100644 index 4d2b2f0..0000000 --- a/src/javascript_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - JavaScript - JavaScript - - \ No newline at end of file diff --git a/src/javascript_flat_square.svg b/src/javascript_flat_square.svg deleted file mode 100644 index e9876a7..0000000 --- a/src/javascript_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - JavaScript - - \ No newline at end of file diff --git a/src/javascript_flat_square_dfc.svg b/src/javascript_flat_square_dfc.svg deleted file mode 100644 index 92be5ce..0000000 --- a/src/javascript_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - JavaScript - - \ No newline at end of file diff --git a/src/jest_1.svg b/src/jest_1.svg deleted file mode 100644 index 09b38ed..0000000 --- a/src/jest_1.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Jest - Jest - - \ No newline at end of file diff --git a/src/jest_1_dfc.svg b/src/jest_1_dfc.svg deleted file mode 100644 index 09b38ed..0000000 --- a/src/jest_1_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Jest - Jest - - \ No newline at end of file diff --git a/src/jest_1_flat_square.svg b/src/jest_1_flat_square.svg deleted file mode 100644 index eb2f1d0..0000000 --- a/src/jest_1_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Jest - - \ No newline at end of file diff --git a/src/jest_1_flat_square_dfc.svg b/src/jest_1_flat_square_dfc.svg deleted file mode 100644 index eb2f1d0..0000000 --- a/src/jest_1_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Jest - - \ No newline at end of file diff --git a/src/jest_2.svg b/src/jest_2.svg deleted file mode 100644 index 569fe9c..0000000 --- a/src/jest_2.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Jest - Jest - - \ No newline at end of file diff --git a/src/jest_2_dfc.svg b/src/jest_2_dfc.svg deleted file mode 100644 index 569fe9c..0000000 --- a/src/jest_2_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Jest - Jest - - \ No newline at end of file diff --git a/src/jest_2_flat_square.svg b/src/jest_2_flat_square.svg deleted file mode 100644 index b0f48a7..0000000 --- a/src/jest_2_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Jest - - \ No newline at end of file diff --git a/src/jest_2_flat_square_dfc.svg b/src/jest_2_flat_square_dfc.svg deleted file mode 100644 index b0f48a7..0000000 --- a/src/jest_2_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Jest - - \ No newline at end of file diff --git a/src/jsfiddle.svg b/src/jsfiddle.svg deleted file mode 100644 index f3d7bb2..0000000 --- a/src/jsfiddle.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - JSFiddle - JSFiddle - - \ No newline at end of file diff --git a/src/jsfiddle_dfc.svg b/src/jsfiddle_dfc.svg deleted file mode 100644 index f3d7bb2..0000000 --- a/src/jsfiddle_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - JSFiddle - JSFiddle - - \ No newline at end of file diff --git a/src/jsfiddle_flat_square.svg b/src/jsfiddle_flat_square.svg deleted file mode 100644 index 95414b4..0000000 --- a/src/jsfiddle_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - JSFiddle - - \ No newline at end of file diff --git a/src/jsfiddle_flat_square_dfc.svg b/src/jsfiddle_flat_square_dfc.svg deleted file mode 100644 index 95414b4..0000000 --- a/src/jsfiddle_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - JSFiddle - - \ No newline at end of file diff --git a/src/juejin_translation.svg b/src/juejin_translation.svg deleted file mode 100644 index 0015996..0000000 --- a/src/juejin_translation.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - 掘金翻译计划 - 掘金翻译计划 - - \ No newline at end of file diff --git a/src/juejin_translation_dfc.svg b/src/juejin_translation_dfc.svg deleted file mode 100644 index 0015996..0000000 --- a/src/juejin_translation_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - 掘金翻译计划 - 掘金翻译计划 - - \ No newline at end of file diff --git a/src/juejin_translation_flat_square.svg b/src/juejin_translation_flat_square.svg deleted file mode 100644 index 003bbc5..0000000 --- a/src/juejin_translation_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - 掘金翻译计划 - - \ No newline at end of file diff --git a/src/juejin_translation_flat_square_dfc.svg b/src/juejin_translation_flat_square_dfc.svg deleted file mode 100644 index 003bbc5..0000000 --- a/src/juejin_translation_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - 掘金翻译计划 - - \ No newline at end of file diff --git a/src/kibana.svg b/src/kibana.svg deleted file mode 100644 index 064d8dc..0000000 --- a/src/kibana.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Kibana - Kibana - - \ No newline at end of file diff --git a/src/kibana_dfc.svg b/src/kibana_dfc.svg deleted file mode 100644 index 064d8dc..0000000 --- a/src/kibana_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Kibana - Kibana - - \ No newline at end of file diff --git a/src/kibana_flat_square.svg b/src/kibana_flat_square.svg deleted file mode 100644 index e0a3018..0000000 --- a/src/kibana_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Kibana - - \ No newline at end of file diff --git a/src/kibana_flat_square_dfc.svg b/src/kibana_flat_square_dfc.svg deleted file mode 100644 index e0a3018..0000000 --- a/src/kibana_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Kibana - - \ No newline at end of file diff --git a/src/koenigsegg.svg b/src/koenigsegg.svg deleted file mode 100644 index 2e378e3..0000000 --- a/src/koenigsegg.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Koenigsegg - Koenigsegg - - \ No newline at end of file diff --git a/src/koenigsegg_dfc.svg b/src/koenigsegg_dfc.svg deleted file mode 100644 index 2e378e3..0000000 --- a/src/koenigsegg_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Koenigsegg - Koenigsegg - - \ No newline at end of file diff --git a/src/koenigsegg_flat_square.svg b/src/koenigsegg_flat_square.svg deleted file mode 100644 index 2e6bab1..0000000 --- a/src/koenigsegg_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Koenigsegg - - \ No newline at end of file diff --git a/src/koenigsegg_flat_square_dfc.svg b/src/koenigsegg_flat_square_dfc.svg deleted file mode 100644 index 2e6bab1..0000000 --- a/src/koenigsegg_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Koenigsegg - - \ No newline at end of file diff --git a/src/kotlin.svg b/src/kotlin.svg deleted file mode 100644 index 656840c..0000000 --- a/src/kotlin.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Kotlin - Kotlin - - \ No newline at end of file diff --git a/src/kotlin_dfc.svg b/src/kotlin_dfc.svg deleted file mode 100644 index 656840c..0000000 --- a/src/kotlin_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Kotlin - Kotlin - - \ No newline at end of file diff --git a/src/kotlin_flat_square.svg b/src/kotlin_flat_square.svg deleted file mode 100644 index 3ca319f..0000000 --- a/src/kotlin_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Kotlin - - \ No newline at end of file diff --git a/src/kotlin_flat_square_dfc.svg b/src/kotlin_flat_square_dfc.svg deleted file mode 100644 index 3ca319f..0000000 --- a/src/kotlin_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Kotlin - - \ No newline at end of file diff --git a/src/lamborghini.svg b/src/lamborghini.svg deleted file mode 100644 index e33eaac..0000000 --- a/src/lamborghini.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Lamborghini - Lamborghini - - \ No newline at end of file diff --git a/src/lamborghini_dfc.svg b/src/lamborghini_dfc.svg deleted file mode 100644 index c3e09eb..0000000 --- a/src/lamborghini_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Lamborghini - Lamborghini - - \ No newline at end of file diff --git a/src/lamborghini_flat_square.svg b/src/lamborghini_flat_square.svg deleted file mode 100644 index c4b89ab..0000000 --- a/src/lamborghini_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Lamborghini - - \ No newline at end of file diff --git a/src/lamborghini_flat_square_dfc.svg b/src/lamborghini_flat_square_dfc.svg deleted file mode 100644 index 22d5c46..0000000 --- a/src/lamborghini_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Lamborghini - - \ No newline at end of file diff --git a/src/land_rover.svg b/src/land_rover.svg deleted file mode 100644 index 52e3ba0..0000000 --- a/src/land_rover.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Land Rover - Land Rover - - \ No newline at end of file diff --git a/src/land_rover_dfc.svg b/src/land_rover_dfc.svg deleted file mode 100644 index 52e3ba0..0000000 --- a/src/land_rover_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Land Rover - Land Rover - - \ No newline at end of file diff --git a/src/land_rover_flat_square.svg b/src/land_rover_flat_square.svg deleted file mode 100644 index 3160959..0000000 --- a/src/land_rover_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Land Rover - - \ No newline at end of file diff --git a/src/land_rover_flat_square_dfc.svg b/src/land_rover_flat_square_dfc.svg deleted file mode 100644 index 3160959..0000000 --- a/src/land_rover_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Land Rover - - \ No newline at end of file diff --git a/src/line.svg b/src/line.svg deleted file mode 100644 index 48a2a86..0000000 --- a/src/line.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Line - Line - - \ No newline at end of file diff --git a/src/line_dfc.svg b/src/line_dfc.svg deleted file mode 100644 index 48a2a86..0000000 --- a/src/line_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Line - Line - - \ No newline at end of file diff --git a/src/line_flat_square.svg b/src/line_flat_square.svg deleted file mode 100644 index 3cfe2b8..0000000 --- a/src/line_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Line - - \ No newline at end of file diff --git a/src/line_flat_square_dfc.svg b/src/line_flat_square_dfc.svg deleted file mode 100644 index 3cfe2b8..0000000 --- a/src/line_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Line - - \ No newline at end of file diff --git a/src/liverpool.svg b/src/liverpool.svg deleted file mode 100644 index 312371f..0000000 --- a/src/liverpool.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Liverpool - Liverpool - - \ No newline at end of file diff --git a/src/liverpool_dfc.svg b/src/liverpool_dfc.svg deleted file mode 100644 index 312371f..0000000 --- a/src/liverpool_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Liverpool - Liverpool - - \ No newline at end of file diff --git a/src/liverpool_flat_square.svg b/src/liverpool_flat_square.svg deleted file mode 100644 index 3cbfef8..0000000 --- a/src/liverpool_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Liverpool - - \ No newline at end of file diff --git a/src/liverpool_flat_square_dfc.svg b/src/liverpool_flat_square_dfc.svg deleted file mode 100644 index 3cbfef8..0000000 --- a/src/liverpool_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Liverpool - - \ No newline at end of file diff --git a/src/logstash.svg b/src/logstash.svg deleted file mode 100644 index 8ce1e79..0000000 --- a/src/logstash.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Logstash - Logstash - - \ No newline at end of file diff --git a/src/logstash_dfc.svg b/src/logstash_dfc.svg deleted file mode 100644 index 8ce1e79..0000000 --- a/src/logstash_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Logstash - Logstash - - \ No newline at end of file diff --git a/src/logstash_flat_square.svg b/src/logstash_flat_square.svg deleted file mode 100644 index 7b5ade3..0000000 --- a/src/logstash_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Logstash - - \ No newline at end of file diff --git a/src/logstash_flat_square_dfc.svg b/src/logstash_flat_square_dfc.svg deleted file mode 100644 index 7b5ade3..0000000 --- a/src/logstash_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Logstash - - \ No newline at end of file diff --git a/src/lunkr.svg b/src/lunkr.svg deleted file mode 100644 index 4fb868a..0000000 --- a/src/lunkr.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Coremail Lunkr - Coremail Lunkr - - \ No newline at end of file diff --git a/src/lunkr_dfc.svg b/src/lunkr_dfc.svg deleted file mode 100644 index 4501f6f..0000000 --- a/src/lunkr_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Coremail Lunkr - Coremail Lunkr - - \ No newline at end of file diff --git a/src/lunkr_flat_square.svg b/src/lunkr_flat_square.svg deleted file mode 100644 index f5fc8dd..0000000 --- a/src/lunkr_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Coremail Lunkr - - \ No newline at end of file diff --git a/src/lunkr_flat_square_dfc.svg b/src/lunkr_flat_square_dfc.svg deleted file mode 100644 index 6ae3402..0000000 --- a/src/lunkr_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Coremail Lunkr - - \ No newline at end of file diff --git a/src/manchester_united.svg b/src/manchester_united.svg deleted file mode 100644 index b1d2a95..0000000 --- a/src/manchester_united.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Manchester United - Manchester United - - \ No newline at end of file diff --git a/src/manchester_united_dfc.svg b/src/manchester_united_dfc.svg deleted file mode 100644 index b1d2a95..0000000 --- a/src/manchester_united_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Manchester United - Manchester United - - \ No newline at end of file diff --git a/src/manchester_united_flat_square.svg b/src/manchester_united_flat_square.svg deleted file mode 100644 index 8d51d02..0000000 --- a/src/manchester_united_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Manchester United - - \ No newline at end of file diff --git a/src/manchester_united_flat_square_dfc.svg b/src/manchester_united_flat_square_dfc.svg deleted file mode 100644 index 8d51d02..0000000 --- a/src/manchester_united_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Manchester United - - \ No newline at end of file diff --git a/src/marussia.svg b/src/marussia.svg deleted file mode 100644 index b3def79..0000000 --- a/src/marussia.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Marussia - Marussia - - \ No newline at end of file diff --git a/src/marussia_dfc.svg b/src/marussia_dfc.svg deleted file mode 100644 index b3def79..0000000 --- a/src/marussia_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Marussia - Marussia - - \ No newline at end of file diff --git a/src/marussia_flat_square.svg b/src/marussia_flat_square.svg deleted file mode 100644 index 6d0c1e7..0000000 --- a/src/marussia_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Marussia - - \ No newline at end of file diff --git a/src/marussia_flat_square_dfc.svg b/src/marussia_flat_square_dfc.svg deleted file mode 100644 index 6d0c1e7..0000000 --- a/src/marussia_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Marussia - - \ No newline at end of file diff --git a/src/maserati.svg b/src/maserati.svg deleted file mode 100644 index c61d0aa..0000000 --- a/src/maserati.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Maserati - Maserati - - \ No newline at end of file diff --git a/src/maserati_dfc.svg b/src/maserati_dfc.svg deleted file mode 100644 index c61d0aa..0000000 --- a/src/maserati_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Maserati - Maserati - - \ No newline at end of file diff --git a/src/maserati_flat_square.svg b/src/maserati_flat_square.svg deleted file mode 100644 index dfdb501..0000000 --- a/src/maserati_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Maserati - - \ No newline at end of file diff --git a/src/maserati_flat_square_dfc.svg b/src/maserati_flat_square_dfc.svg deleted file mode 100644 index dfdb501..0000000 --- a/src/maserati_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Maserati - - \ No newline at end of file diff --git a/src/medium.svg b/src/medium.svg deleted file mode 100644 index 48f09fb..0000000 --- a/src/medium.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Medium - Medium - - \ No newline at end of file diff --git a/src/medium_dfc.svg b/src/medium_dfc.svg deleted file mode 100644 index a96cb8c..0000000 --- a/src/medium_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Medium - Medium - - \ No newline at end of file diff --git a/src/medium_flat_square.svg b/src/medium_flat_square.svg deleted file mode 100644 index 79b98ab..0000000 --- a/src/medium_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Medium - - \ No newline at end of file diff --git a/src/medium_flat_square_dfc.svg b/src/medium_flat_square_dfc.svg deleted file mode 100644 index 2287575..0000000 --- a/src/medium_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Medium - - \ No newline at end of file diff --git a/src/mercedes_benz.svg b/src/mercedes_benz.svg deleted file mode 100644 index 19f9c47..0000000 --- a/src/mercedes_benz.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Mercedes Benz - Mercedes Benz - - \ No newline at end of file diff --git a/src/mercedes_benz_dfc.svg b/src/mercedes_benz_dfc.svg deleted file mode 100644 index 19f9c47..0000000 --- a/src/mercedes_benz_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Mercedes Benz - Mercedes Benz - - \ No newline at end of file diff --git a/src/mercedes_benz_flat_square.svg b/src/mercedes_benz_flat_square.svg deleted file mode 100644 index d626f7d..0000000 --- a/src/mercedes_benz_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Mercedes Benz - - \ No newline at end of file diff --git a/src/mercedes_benz_flat_square_dfc.svg b/src/mercedes_benz_flat_square_dfc.svg deleted file mode 100644 index d626f7d..0000000 --- a/src/mercedes_benz_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Mercedes Benz - - \ No newline at end of file diff --git a/src/messenger.svg b/src/messenger.svg deleted file mode 100644 index 1bced69..0000000 --- a/src/messenger.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Messenger - Messenger - - \ No newline at end of file diff --git a/src/messenger_dfc.svg b/src/messenger_dfc.svg deleted file mode 100644 index 1bced69..0000000 --- a/src/messenger_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Messenger - Messenger - - \ No newline at end of file diff --git a/src/messenger_flat_square.svg b/src/messenger_flat_square.svg deleted file mode 100644 index 2a1f900..0000000 --- a/src/messenger_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Messenger - - \ No newline at end of file diff --git a/src/messenger_flat_square_dfc.svg b/src/messenger_flat_square_dfc.svg deleted file mode 100644 index 2a1f900..0000000 --- a/src/messenger_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Messenger - - \ No newline at end of file diff --git a/src/mitsubishi.svg b/src/mitsubishi.svg deleted file mode 100644 index 9291d5d..0000000 --- a/src/mitsubishi.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Mitsubishi - Mitsubishi - - \ No newline at end of file diff --git a/src/mitsubishi_dfc.svg b/src/mitsubishi_dfc.svg deleted file mode 100644 index 9291d5d..0000000 --- a/src/mitsubishi_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Mitsubishi - Mitsubishi - - \ No newline at end of file diff --git a/src/mitsubishi_flat_square.svg b/src/mitsubishi_flat_square.svg deleted file mode 100644 index 6ed3ff6..0000000 --- a/src/mitsubishi_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Mitsubishi - - \ No newline at end of file diff --git a/src/mitsubishi_flat_square_dfc.svg b/src/mitsubishi_flat_square_dfc.svg deleted file mode 100644 index 6ed3ff6..0000000 --- a/src/mitsubishi_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Mitsubishi - - \ No newline at end of file diff --git a/src/mocha.svg b/src/mocha.svg deleted file mode 100644 index cb34386..0000000 --- a/src/mocha.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Mocha - Mocha - - \ No newline at end of file diff --git a/src/mocha_dfc.svg b/src/mocha_dfc.svg deleted file mode 100644 index cb34386..0000000 --- a/src/mocha_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Mocha - Mocha - - \ No newline at end of file diff --git a/src/mocha_flat_square.svg b/src/mocha_flat_square.svg deleted file mode 100644 index 4d5328b..0000000 --- a/src/mocha_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Mocha - - \ No newline at end of file diff --git a/src/mocha_flat_square_dfc.svg b/src/mocha_flat_square_dfc.svg deleted file mode 100644 index 4d5328b..0000000 --- a/src/mocha_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Mocha - - \ No newline at end of file diff --git a/src/modernizr.svg b/src/modernizr.svg deleted file mode 100644 index 3c70e88..0000000 --- a/src/modernizr.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Modernizr - Modernizr - - \ No newline at end of file diff --git a/src/modernizr_dfc.svg b/src/modernizr_dfc.svg deleted file mode 100644 index 3c70e88..0000000 --- a/src/modernizr_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Modernizr - Modernizr - - \ No newline at end of file diff --git a/src/modernizr_flat_square.svg b/src/modernizr_flat_square.svg deleted file mode 100644 index b926611..0000000 --- a/src/modernizr_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Modernizr - - \ No newline at end of file diff --git a/src/modernizr_flat_square_dfc.svg b/src/modernizr_flat_square_dfc.svg deleted file mode 100644 index b926611..0000000 --- a/src/modernizr_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Modernizr - - \ No newline at end of file diff --git a/src/monsoon.svg b/src/monsoon.svg deleted file mode 100644 index 2d88fea..0000000 --- a/src/monsoon.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Monsoon - Monsoon - - \ No newline at end of file diff --git a/src/monsoon_dfc.svg b/src/monsoon_dfc.svg deleted file mode 100644 index 04f85b3..0000000 --- a/src/monsoon_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Monsoon - Monsoon - - \ No newline at end of file diff --git a/src/monsoon_flat_square.svg b/src/monsoon_flat_square.svg deleted file mode 100644 index 1123bdd..0000000 --- a/src/monsoon_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Monsoon - - \ No newline at end of file diff --git a/src/monsoon_flat_square_dfc.svg b/src/monsoon_flat_square_dfc.svg deleted file mode 100644 index b6d4ebe..0000000 --- a/src/monsoon_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Monsoon - - \ No newline at end of file diff --git a/src/nasa.svg b/src/nasa.svg deleted file mode 100644 index 241955e..0000000 --- a/src/nasa.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - NASA - NASA - - \ No newline at end of file diff --git a/src/nasa_dfc.svg b/src/nasa_dfc.svg deleted file mode 100644 index 241955e..0000000 --- a/src/nasa_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - NASA - NASA - - \ No newline at end of file diff --git a/src/nasa_flat_square.svg b/src/nasa_flat_square.svg deleted file mode 100644 index d1748da..0000000 --- a/src/nasa_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - NASA - - \ No newline at end of file diff --git a/src/nasa_flat_square_dfc.svg b/src/nasa_flat_square_dfc.svg deleted file mode 100644 index d1748da..0000000 --- a/src/nasa_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - NASA - - \ No newline at end of file diff --git a/src/node.svg b/src/node.svg deleted file mode 100644 index 117393a..0000000 --- a/src/node.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Node - Node - - \ No newline at end of file diff --git a/src/node_dfc.svg b/src/node_dfc.svg deleted file mode 100644 index ed3766f..0000000 --- a/src/node_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Node - Node - - \ No newline at end of file diff --git a/src/node_flat_square.svg b/src/node_flat_square.svg deleted file mode 100644 index e78a172..0000000 --- a/src/node_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Node - - \ No newline at end of file diff --git a/src/node_flat_square_dfc.svg b/src/node_flat_square_dfc.svg deleted file mode 100644 index 193c1ea..0000000 --- a/src/node_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Node - - \ No newline at end of file diff --git a/src/npm.svg b/src/npm.svg deleted file mode 100644 index 60324b7..0000000 --- a/src/npm.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - npm - npm - - \ No newline at end of file diff --git a/src/npm_dfc.svg b/src/npm_dfc.svg deleted file mode 100644 index 60324b7..0000000 --- a/src/npm_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - npm - npm - - \ No newline at end of file diff --git a/src/npm_flat_square.svg b/src/npm_flat_square.svg deleted file mode 100644 index c63876a..0000000 --- a/src/npm_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - npm - - \ No newline at end of file diff --git a/src/npm_flat_square_dfc.svg b/src/npm_flat_square_dfc.svg deleted file mode 100644 index c63876a..0000000 --- a/src/npm_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - npm - - \ No newline at end of file diff --git a/src/osu.svg b/src/osu.svg deleted file mode 100644 index 5aa2c85..0000000 --- a/src/osu.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - OSU! - OSU! - - \ No newline at end of file diff --git a/src/osu_dfc.svg b/src/osu_dfc.svg deleted file mode 100644 index 008c66d..0000000 --- a/src/osu_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - OSU! - OSU! - - \ No newline at end of file diff --git a/src/osu_flat_square.svg b/src/osu_flat_square.svg deleted file mode 100644 index 3563390..0000000 --- a/src/osu_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - OSU! - - \ No newline at end of file diff --git a/src/osu_flat_square_dfc.svg b/src/osu_flat_square_dfc.svg deleted file mode 100644 index 6819e73..0000000 --- a/src/osu_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - OSU! - - \ No newline at end of file diff --git a/src/parcel.svg b/src/parcel.svg deleted file mode 100644 index 9caea89..0000000 --- a/src/parcel.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Parcel - Parcel - - \ No newline at end of file diff --git a/src/parcel_dfc.svg b/src/parcel_dfc.svg deleted file mode 100644 index e876a03..0000000 --- a/src/parcel_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Parcel - Parcel - - \ No newline at end of file diff --git a/src/parcel_flat_square.svg b/src/parcel_flat_square.svg deleted file mode 100644 index 8099014..0000000 --- a/src/parcel_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Parcel - - \ No newline at end of file diff --git a/src/parcel_flat_square_dfc.svg b/src/parcel_flat_square_dfc.svg deleted file mode 100644 index d191d51..0000000 --- a/src/parcel_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Parcel - - \ No newline at end of file diff --git a/src/patreon.svg b/src/patreon.svg deleted file mode 100644 index 15b89da..0000000 --- a/src/patreon.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Patreon - Patreon - - \ No newline at end of file diff --git a/src/patreon_dfc.svg b/src/patreon_dfc.svg deleted file mode 100644 index 2e83890..0000000 --- a/src/patreon_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Patreon - Patreon - - \ No newline at end of file diff --git a/src/patreon_flat_square.svg b/src/patreon_flat_square.svg deleted file mode 100644 index 2452274..0000000 --- a/src/patreon_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Patreon - - \ No newline at end of file diff --git a/src/patreon_flat_square_dfc.svg b/src/patreon_flat_square_dfc.svg deleted file mode 100644 index 1955602..0000000 --- a/src/patreon_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Patreon - - \ No newline at end of file diff --git a/src/paypal.svg b/src/paypal.svg deleted file mode 100644 index e946aa3..0000000 --- a/src/paypal.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Paypal - Paypal - - \ No newline at end of file diff --git a/src/paypal_dfc.svg b/src/paypal_dfc.svg deleted file mode 100644 index e946aa3..0000000 --- a/src/paypal_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Paypal - Paypal - - \ No newline at end of file diff --git a/src/paypal_flat_square.svg b/src/paypal_flat_square.svg deleted file mode 100644 index f7d0c59..0000000 --- a/src/paypal_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Paypal - - \ No newline at end of file diff --git a/src/paypal_flat_square_dfc.svg b/src/paypal_flat_square_dfc.svg deleted file mode 100644 index f7d0c59..0000000 --- a/src/paypal_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Paypal - - \ No newline at end of file diff --git a/src/photoshop.svg b/src/photoshop.svg deleted file mode 100644 index f0a9667..0000000 --- a/src/photoshop.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Photoshop - Photoshop - - \ No newline at end of file diff --git a/src/photoshop_dfc.svg b/src/photoshop_dfc.svg deleted file mode 100644 index f0a9667..0000000 --- a/src/photoshop_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Photoshop - Photoshop - - \ No newline at end of file diff --git a/src/photoshop_flat_square.svg b/src/photoshop_flat_square.svg deleted file mode 100644 index 75cc493..0000000 --- a/src/photoshop_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Photoshop - - \ No newline at end of file diff --git a/src/photoshop_flat_square_dfc.svg b/src/photoshop_flat_square_dfc.svg deleted file mode 100644 index 75cc493..0000000 --- a/src/photoshop_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Photoshop - - \ No newline at end of file diff --git a/src/pinterest.svg b/src/pinterest.svg deleted file mode 100644 index c8c0ccb..0000000 --- a/src/pinterest.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Pinterest - Pinterest - - \ No newline at end of file diff --git a/src/pinterest_dfc.svg b/src/pinterest_dfc.svg deleted file mode 100644 index c8c0ccb..0000000 --- a/src/pinterest_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Pinterest - Pinterest - - \ No newline at end of file diff --git a/src/pinterest_flat_square.svg b/src/pinterest_flat_square.svg deleted file mode 100644 index a6fd894..0000000 --- a/src/pinterest_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Pinterest - - \ No newline at end of file diff --git a/src/pinterest_flat_square_dfc.svg b/src/pinterest_flat_square_dfc.svg deleted file mode 100644 index a6fd894..0000000 --- a/src/pinterest_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Pinterest - - \ No newline at end of file diff --git a/src/porsche.svg b/src/porsche.svg deleted file mode 100644 index 2f34eae..0000000 --- a/src/porsche.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Porsche - Porsche - - \ No newline at end of file diff --git a/src/porsche_dfc.svg b/src/porsche_dfc.svg deleted file mode 100644 index 2f34eae..0000000 --- a/src/porsche_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Porsche - Porsche - - \ No newline at end of file diff --git a/src/porsche_flat_square.svg b/src/porsche_flat_square.svg deleted file mode 100644 index 327e9eb..0000000 --- a/src/porsche_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Porsche - - \ No newline at end of file diff --git a/src/porsche_flat_square_dfc.svg b/src/porsche_flat_square_dfc.svg deleted file mode 100644 index 327e9eb..0000000 --- a/src/porsche_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Porsche - - \ No newline at end of file diff --git a/src/postcss.svg b/src/postcss.svg deleted file mode 100644 index 3dff800..0000000 --- a/src/postcss.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - PostCSS - PostCSS - - \ No newline at end of file diff --git a/src/postcss_dfc.svg b/src/postcss_dfc.svg deleted file mode 100644 index 3dff800..0000000 --- a/src/postcss_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - PostCSS - PostCSS - - \ No newline at end of file diff --git a/src/postcss_flat_square.svg b/src/postcss_flat_square.svg deleted file mode 100644 index b93c4d5..0000000 --- a/src/postcss_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - PostCSS - - \ No newline at end of file diff --git a/src/postcss_flat_square_dfc.svg b/src/postcss_flat_square_dfc.svg deleted file mode 100644 index b93c4d5..0000000 --- a/src/postcss_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - PostCSS - - \ No newline at end of file diff --git a/src/preact.svg b/src/preact.svg deleted file mode 100644 index 0ae161d..0000000 --- a/src/preact.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Preact - Preact - - \ No newline at end of file diff --git a/src/preact_dfc.svg b/src/preact_dfc.svg deleted file mode 100644 index 0ae161d..0000000 --- a/src/preact_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Preact - Preact - - \ No newline at end of file diff --git a/src/preact_flat_square.svg b/src/preact_flat_square.svg deleted file mode 100644 index ceec1f1..0000000 --- a/src/preact_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Preact - - \ No newline at end of file diff --git a/src/preact_flat_square_dfc.svg b/src/preact_flat_square_dfc.svg deleted file mode 100644 index ceec1f1..0000000 --- a/src/preact_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Preact - - \ No newline at end of file diff --git a/src/premiere.svg b/src/premiere.svg deleted file mode 100644 index 7071916..0000000 --- a/src/premiere.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Premiere - Premiere - - \ No newline at end of file diff --git a/src/premiere_dfc.svg b/src/premiere_dfc.svg deleted file mode 100644 index e851d94..0000000 --- a/src/premiere_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Premiere - Premiere - - \ No newline at end of file diff --git a/src/premiere_flat_square.svg b/src/premiere_flat_square.svg deleted file mode 100644 index 7ee2107..0000000 --- a/src/premiere_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Premiere - - \ No newline at end of file diff --git a/src/premiere_flat_square_dfc.svg b/src/premiere_flat_square_dfc.svg deleted file mode 100644 index da8da06..0000000 --- a/src/premiere_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Premiere - - \ No newline at end of file diff --git a/src/python.svg b/src/python.svg deleted file mode 100644 index 378f9e3..0000000 --- a/src/python.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Python - Python - - \ No newline at end of file diff --git a/src/python_dfc.svg b/src/python_dfc.svg deleted file mode 100644 index 378f9e3..0000000 --- a/src/python_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Python - Python - - \ No newline at end of file diff --git a/src/python_flat_square.svg b/src/python_flat_square.svg deleted file mode 100644 index b885490..0000000 --- a/src/python_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Python - - \ No newline at end of file diff --git a/src/python_flat_square_dfc.svg b/src/python_flat_square_dfc.svg deleted file mode 100644 index b885490..0000000 --- a/src/python_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Python - - \ No newline at end of file diff --git a/src/qunit.svg b/src/qunit.svg deleted file mode 100644 index 5cd8920..0000000 --- a/src/qunit.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - QUnit - QUnit - - \ No newline at end of file diff --git a/src/qunit_dfc.svg b/src/qunit_dfc.svg deleted file mode 100644 index 5cd8920..0000000 --- a/src/qunit_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - QUnit - QUnit - - \ No newline at end of file diff --git a/src/qunit_flat_square.svg b/src/qunit_flat_square.svg deleted file mode 100644 index 51a1c54..0000000 --- a/src/qunit_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - QUnit - - \ No newline at end of file diff --git a/src/qunit_flat_square_dfc.svg b/src/qunit_flat_square_dfc.svg deleted file mode 100644 index 51a1c54..0000000 --- a/src/qunit_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - QUnit - - \ No newline at end of file diff --git a/src/react-router.svg b/src/react-router.svg deleted file mode 100644 index a15bfe2..0000000 --- a/src/react-router.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - React Router - React Router - - \ No newline at end of file diff --git a/src/react-router_dfc.svg b/src/react-router_dfc.svg deleted file mode 100644 index a15bfe2..0000000 --- a/src/react-router_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - React Router - React Router - - \ No newline at end of file diff --git a/src/react-router_flat_square.svg b/src/react-router_flat_square.svg deleted file mode 100644 index b6d12ef..0000000 --- a/src/react-router_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - React Router - - \ No newline at end of file diff --git a/src/react-router_flat_square_dfc.svg b/src/react-router_flat_square_dfc.svg deleted file mode 100644 index b6d12ef..0000000 --- a/src/react-router_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - React Router - - \ No newline at end of file diff --git a/src/react.svg b/src/react.svg deleted file mode 100644 index 4bc6efb..0000000 --- a/src/react.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - React - React - - \ No newline at end of file diff --git a/src/react_dfc.svg b/src/react_dfc.svg deleted file mode 100644 index 6d20c8d..0000000 --- a/src/react_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - React - React - - \ No newline at end of file diff --git a/src/react_flat_square.svg b/src/react_flat_square.svg deleted file mode 100644 index 9a8815c..0000000 --- a/src/react_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - React - - \ No newline at end of file diff --git a/src/react_flat_square_dfc.svg b/src/react_flat_square_dfc.svg deleted file mode 100644 index 9ec2835..0000000 --- a/src/react_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - React - - \ No newline at end of file diff --git a/src/reactivex.svg b/src/reactivex.svg deleted file mode 100644 index 7dd7c1b..0000000 --- a/src/reactivex.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - ReactiveX - ReactiveX - - \ No newline at end of file diff --git a/src/reactivex_dfc.svg b/src/reactivex_dfc.svg deleted file mode 100644 index 7dd7c1b..0000000 --- a/src/reactivex_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - ReactiveX - ReactiveX - - \ No newline at end of file diff --git a/src/reactivex_flat_square.svg b/src/reactivex_flat_square.svg deleted file mode 100644 index 03c5c5f..0000000 --- a/src/reactivex_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - ReactiveX - - \ No newline at end of file diff --git a/src/reactivex_flat_square_dfc.svg b/src/reactivex_flat_square_dfc.svg deleted file mode 100644 index 03c5c5f..0000000 --- a/src/reactivex_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - ReactiveX - - \ No newline at end of file diff --git a/src/real_madrid.svg b/src/real_madrid.svg deleted file mode 100644 index 78a7fe9..0000000 --- a/src/real_madrid.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Real Madrid - Real Madrid - - \ No newline at end of file diff --git a/src/real_madrid_dfc.svg b/src/real_madrid_dfc.svg deleted file mode 100644 index c788b16..0000000 --- a/src/real_madrid_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Real Madrid - Real Madrid - - \ No newline at end of file diff --git a/src/real_madrid_flat_square.svg b/src/real_madrid_flat_square.svg deleted file mode 100644 index fc28d8f..0000000 --- a/src/real_madrid_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Real Madrid - - \ No newline at end of file diff --git a/src/real_madrid_flat_square_dfc.svg b/src/real_madrid_flat_square_dfc.svg deleted file mode 100644 index ae7f8e2..0000000 --- a/src/real_madrid_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Real Madrid - - \ No newline at end of file diff --git a/src/reddit.svg b/src/reddit.svg deleted file mode 100644 index c11882c..0000000 --- a/src/reddit.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Reddit - Reddit - - \ No newline at end of file diff --git a/src/reddit_dfc.svg b/src/reddit_dfc.svg deleted file mode 100644 index c11882c..0000000 --- a/src/reddit_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Reddit - Reddit - - \ No newline at end of file diff --git a/src/reddit_flat_square.svg b/src/reddit_flat_square.svg deleted file mode 100644 index c80332e..0000000 --- a/src/reddit_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Reddit - - \ No newline at end of file diff --git a/src/reddit_flat_square_dfc.svg b/src/reddit_flat_square_dfc.svg deleted file mode 100644 index c80332e..0000000 --- a/src/reddit_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Reddit - - \ No newline at end of file diff --git a/src/redux.svg b/src/redux.svg deleted file mode 100644 index a4a9396..0000000 --- a/src/redux.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Redux - Redux - - \ No newline at end of file diff --git a/src/redux_dfc.svg b/src/redux_dfc.svg deleted file mode 100644 index a4a9396..0000000 --- a/src/redux_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Redux - Redux - - \ No newline at end of file diff --git a/src/redux_flat_square.svg b/src/redux_flat_square.svg deleted file mode 100644 index 212c1bb..0000000 --- a/src/redux_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Redux - - \ No newline at end of file diff --git a/src/redux_flat_square_dfc.svg b/src/redux_flat_square_dfc.svg deleted file mode 100644 index 212c1bb..0000000 --- a/src/redux_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Redux - - \ No newline at end of file diff --git a/src/rollup.svg b/src/rollup.svg deleted file mode 100644 index 7b53684..0000000 --- a/src/rollup.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Rollup - Rollup - - \ No newline at end of file diff --git a/src/rollup_dfc.svg b/src/rollup_dfc.svg deleted file mode 100644 index 7b53684..0000000 --- a/src/rollup_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Rollup - Rollup - - \ No newline at end of file diff --git a/src/rollup_flat_square.svg b/src/rollup_flat_square.svg deleted file mode 100644 index 258d588..0000000 --- a/src/rollup_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Rollup - - \ No newline at end of file diff --git a/src/rollup_flat_square_dfc.svg b/src/rollup_flat_square_dfc.svg deleted file mode 100644 index 258d588..0000000 --- a/src/rollup_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Rollup - - \ No newline at end of file diff --git a/src/rome.svg b/src/rome.svg deleted file mode 100644 index 2ae20ed..0000000 --- a/src/rome.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Rome - Rome - - \ No newline at end of file diff --git a/src/rome_dfc.svg b/src/rome_dfc.svg deleted file mode 100644 index 2ae20ed..0000000 --- a/src/rome_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Rome - Rome - - \ No newline at end of file diff --git a/src/rome_flat_square.svg b/src/rome_flat_square.svg deleted file mode 100644 index e879c31..0000000 --- a/src/rome_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Rome - - \ No newline at end of file diff --git a/src/rome_flat_square_dfc.svg b/src/rome_flat_square_dfc.svg deleted file mode 100644 index e879c31..0000000 --- a/src/rome_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Rome - - \ No newline at end of file diff --git a/src/rss.svg b/src/rss.svg deleted file mode 100644 index 39b67a6..0000000 --- a/src/rss.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - RSS - RSS - - \ No newline at end of file diff --git a/src/rss_dfc.svg b/src/rss_dfc.svg deleted file mode 100644 index c6da486..0000000 --- a/src/rss_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - RSS - RSS - - \ No newline at end of file diff --git a/src/rss_flat_square.svg b/src/rss_flat_square.svg deleted file mode 100644 index a6d67c8..0000000 --- a/src/rss_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - RSS - - \ No newline at end of file diff --git a/src/rss_flat_square_dfc.svg b/src/rss_flat_square_dfc.svg deleted file mode 100644 index 351f7d7..0000000 --- a/src/rss_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - RSS - - \ No newline at end of file diff --git a/src/serverfault.svg b/src/serverfault.svg deleted file mode 100644 index 9435dca..0000000 --- a/src/serverfault.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Server Fault - Server Fault - - \ No newline at end of file diff --git a/src/serverfault_dfc.svg b/src/serverfault_dfc.svg deleted file mode 100644 index 9435dca..0000000 --- a/src/serverfault_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Server Fault - Server Fault - - \ No newline at end of file diff --git a/src/serverfault_flat_square.svg b/src/serverfault_flat_square.svg deleted file mode 100644 index abffe39..0000000 --- a/src/serverfault_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Server Fault - - \ No newline at end of file diff --git a/src/serverfault_flat_square_dfc.svg b/src/serverfault_flat_square_dfc.svg deleted file mode 100644 index abffe39..0000000 --- a/src/serverfault_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Server Fault - - \ No newline at end of file diff --git a/src/sina_weibo.svg b/src/sina_weibo.svg deleted file mode 100644 index aff4a8e..0000000 --- a/src/sina_weibo.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Sina - Sina - - \ No newline at end of file diff --git a/src/sina_weibo_dfc.svg b/src/sina_weibo_dfc.svg deleted file mode 100644 index aff4a8e..0000000 --- a/src/sina_weibo_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Sina - Sina - - \ No newline at end of file diff --git a/src/sina_weibo_flat_square.svg b/src/sina_weibo_flat_square.svg deleted file mode 100644 index ae85f8c..0000000 --- a/src/sina_weibo_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Sina - - \ No newline at end of file diff --git a/src/sina_weibo_flat_square_dfc.svg b/src/sina_weibo_flat_square_dfc.svg deleted file mode 100644 index ae85f8c..0000000 --- a/src/sina_weibo_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Sina - - \ No newline at end of file diff --git a/src/skype.svg b/src/skype.svg deleted file mode 100644 index c268255..0000000 --- a/src/skype.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Skype - Skype - - \ No newline at end of file diff --git a/src/skype_dfc.svg b/src/skype_dfc.svg deleted file mode 100644 index f2892a8..0000000 --- a/src/skype_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Skype - Skype - - \ No newline at end of file diff --git a/src/skype_flat_square.svg b/src/skype_flat_square.svg deleted file mode 100644 index a69bf65..0000000 --- a/src/skype_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Skype - - \ No newline at end of file diff --git a/src/skype_flat_square_dfc.svg b/src/skype_flat_square_dfc.svg deleted file mode 100644 index 342e553..0000000 --- a/src/skype_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Skype - - \ No newline at end of file diff --git a/src/slack.svg b/src/slack.svg deleted file mode 100644 index 6dad585..0000000 --- a/src/slack.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Slack - Slack - - \ No newline at end of file diff --git a/src/slack_dfc.svg b/src/slack_dfc.svg deleted file mode 100644 index 6dad585..0000000 --- a/src/slack_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Slack - Slack - - \ No newline at end of file diff --git a/src/slack_flat_square.svg b/src/slack_flat_square.svg deleted file mode 100644 index f24f3f1..0000000 --- a/src/slack_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Slack - - \ No newline at end of file diff --git a/src/slack_flat_square_dfc.svg b/src/slack_flat_square_dfc.svg deleted file mode 100644 index f24f3f1..0000000 --- a/src/slack_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Slack - - \ No newline at end of file diff --git a/src/snapchat.svg b/src/snapchat.svg deleted file mode 100644 index 65be06d..0000000 --- a/src/snapchat.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Snapchat - Snapchat - - \ No newline at end of file diff --git a/src/snapchat_dfc.svg b/src/snapchat_dfc.svg deleted file mode 100644 index 46b53b8..0000000 --- a/src/snapchat_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Snapchat - Snapchat - - \ No newline at end of file diff --git a/src/snapchat_flat_square.svg b/src/snapchat_flat_square.svg deleted file mode 100644 index 603c45d..0000000 --- a/src/snapchat_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Snapchat - - \ No newline at end of file diff --git a/src/snapchat_flat_square_dfc.svg b/src/snapchat_flat_square_dfc.svg deleted file mode 100644 index a0c645d..0000000 --- a/src/snapchat_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Snapchat - - \ No newline at end of file diff --git a/src/soundcloud.svg b/src/soundcloud.svg deleted file mode 100644 index 28367de..0000000 --- a/src/soundcloud.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - SoundCloud - SoundCloud - - \ No newline at end of file diff --git a/src/soundcloud_dfc.svg b/src/soundcloud_dfc.svg deleted file mode 100644 index 28367de..0000000 --- a/src/soundcloud_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - SoundCloud - SoundCloud - - \ No newline at end of file diff --git a/src/soundcloud_flat_square.svg b/src/soundcloud_flat_square.svg deleted file mode 100644 index 99984f3..0000000 --- a/src/soundcloud_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - SoundCloud - - \ No newline at end of file diff --git a/src/soundcloud_flat_square_dfc.svg b/src/soundcloud_flat_square_dfc.svg deleted file mode 100644 index 99984f3..0000000 --- a/src/soundcloud_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - SoundCloud - - \ No newline at end of file diff --git a/src/soundtooth.svg b/src/soundtooth.svg deleted file mode 100644 index ed1dc80..0000000 --- a/src/soundtooth.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Soundtooth - Soundtooth - - \ No newline at end of file diff --git a/src/soundtooth_dfc.svg b/src/soundtooth_dfc.svg deleted file mode 100644 index ed1dc80..0000000 --- a/src/soundtooth_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Soundtooth - Soundtooth - - \ No newline at end of file diff --git a/src/soundtooth_flat_square.svg b/src/soundtooth_flat_square.svg deleted file mode 100644 index e5a23be..0000000 --- a/src/soundtooth_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Soundtooth - - \ No newline at end of file diff --git a/src/soundtooth_flat_square_dfc.svg b/src/soundtooth_flat_square_dfc.svg deleted file mode 100644 index e5a23be..0000000 --- a/src/soundtooth_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Soundtooth - - \ No newline at end of file diff --git a/src/spotify.svg b/src/spotify.svg deleted file mode 100644 index 573cd74..0000000 --- a/src/spotify.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Spotify - Spotify - - \ No newline at end of file diff --git a/src/spotify_dfc.svg b/src/spotify_dfc.svg deleted file mode 100644 index 1afc398..0000000 --- a/src/spotify_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Spotify - Spotify - - \ No newline at end of file diff --git a/src/spotify_flat_square.svg b/src/spotify_flat_square.svg deleted file mode 100644 index 6215c14..0000000 --- a/src/spotify_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Spotify - - \ No newline at end of file diff --git a/src/spotify_flat_square_dfc.svg b/src/spotify_flat_square_dfc.svg deleted file mode 100644 index 03a7dc3..0000000 --- a/src/spotify_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Spotify - - \ No newline at end of file diff --git a/src/stackexchange.svg b/src/stackexchange.svg deleted file mode 100644 index 47a8d23..0000000 --- a/src/stackexchange.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Stack Exchange - Stack Exchange - - \ No newline at end of file diff --git a/src/stackexchange_dfc.svg b/src/stackexchange_dfc.svg deleted file mode 100644 index 47a8d23..0000000 --- a/src/stackexchange_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Stack Exchange - Stack Exchange - - \ No newline at end of file diff --git a/src/stackexchange_flat_square.svg b/src/stackexchange_flat_square.svg deleted file mode 100644 index 012008a..0000000 --- a/src/stackexchange_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Stack Exchange - - \ No newline at end of file diff --git a/src/stackexchange_flat_square_dfc.svg b/src/stackexchange_flat_square_dfc.svg deleted file mode 100644 index 012008a..0000000 --- a/src/stackexchange_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Stack Exchange - - \ No newline at end of file diff --git a/src/stackoverflow.svg b/src/stackoverflow.svg deleted file mode 100644 index 10b9e42..0000000 --- a/src/stackoverflow.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Stack Overflow - Stack Overflow - - \ No newline at end of file diff --git a/src/stackoverflow_dfc.svg b/src/stackoverflow_dfc.svg deleted file mode 100644 index 9adfd7e..0000000 --- a/src/stackoverflow_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Stack Overflow - Stack Overflow - - \ No newline at end of file diff --git a/src/stackoverflow_flat_square.svg b/src/stackoverflow_flat_square.svg deleted file mode 100644 index 179cc35..0000000 --- a/src/stackoverflow_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Stack Overflow - - \ No newline at end of file diff --git a/src/stackoverflow_flat_square_dfc.svg b/src/stackoverflow_flat_square_dfc.svg deleted file mode 100644 index 0957d6d..0000000 --- a/src/stackoverflow_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Stack Overflow - - \ No newline at end of file diff --git a/src/steam.svg b/src/steam.svg deleted file mode 100644 index b582f83..0000000 --- a/src/steam.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Steam - Steam - - \ No newline at end of file diff --git a/src/steam_dfc.svg b/src/steam_dfc.svg deleted file mode 100644 index b582f83..0000000 --- a/src/steam_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Steam - Steam - - \ No newline at end of file diff --git a/src/steam_flat_square.svg b/src/steam_flat_square.svg deleted file mode 100644 index 1f9d5ed..0000000 --- a/src/steam_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Steam - - \ No newline at end of file diff --git a/src/steam_flat_square_dfc.svg b/src/steam_flat_square_dfc.svg deleted file mode 100644 index 1f9d5ed..0000000 --- a/src/steam_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Steam - - \ No newline at end of file diff --git a/src/sublime_text.svg b/src/sublime_text.svg deleted file mode 100644 index 78fc547..0000000 --- a/src/sublime_text.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Sublime Text - Sublime Text - - \ No newline at end of file diff --git a/src/sublime_text_dfc.svg b/src/sublime_text_dfc.svg deleted file mode 100644 index 97f4bcd..0000000 --- a/src/sublime_text_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Sublime Text - Sublime Text - - \ No newline at end of file diff --git a/src/sublime_text_flat_square.svg b/src/sublime_text_flat_square.svg deleted file mode 100644 index ff25971..0000000 --- a/src/sublime_text_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Sublime Text - - \ No newline at end of file diff --git a/src/sublime_text_flat_square_dfc.svg b/src/sublime_text_flat_square_dfc.svg deleted file mode 100644 index 12a5c5e..0000000 --- a/src/sublime_text_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Sublime Text - - \ No newline at end of file diff --git a/src/superuser.svg b/src/superuser.svg deleted file mode 100644 index 94ada4a..0000000 --- a/src/superuser.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Super User - Super User - - \ No newline at end of file diff --git a/src/superuser_dfc.svg b/src/superuser_dfc.svg deleted file mode 100644 index f75f845..0000000 --- a/src/superuser_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Super User - Super User - - \ No newline at end of file diff --git a/src/superuser_flat_square.svg b/src/superuser_flat_square.svg deleted file mode 100644 index 179e59e..0000000 --- a/src/superuser_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Super User - - \ No newline at end of file diff --git a/src/superuser_flat_square_dfc.svg b/src/superuser_flat_square_dfc.svg deleted file mode 100644 index 2d3a16e..0000000 --- a/src/superuser_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Super User - - \ No newline at end of file diff --git a/src/svelte.svg b/src/svelte.svg deleted file mode 100644 index bb0599d..0000000 --- a/src/svelte.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Svelte - Svelte - - \ No newline at end of file diff --git a/src/svelte_dfc.svg b/src/svelte_dfc.svg deleted file mode 100644 index bb0599d..0000000 --- a/src/svelte_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Svelte - Svelte - - \ No newline at end of file diff --git a/src/svelte_flat_square.svg b/src/svelte_flat_square.svg deleted file mode 100644 index 18b7a71..0000000 --- a/src/svelte_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Svelte - - \ No newline at end of file diff --git a/src/svelte_flat_square_dfc.svg b/src/svelte_flat_square_dfc.svg deleted file mode 100644 index 18b7a71..0000000 --- a/src/svelte_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Svelte - - \ No newline at end of file diff --git a/src/tailwindcss.svg b/src/tailwindcss.svg deleted file mode 100644 index bfaa604..0000000 --- a/src/tailwindcss.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TailwindCSS - TailwindCSS - - \ No newline at end of file diff --git a/src/tailwindcss_dfc.svg b/src/tailwindcss_dfc.svg deleted file mode 100644 index be590a7..0000000 --- a/src/tailwindcss_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TailwindCSS - TailwindCSS - - \ No newline at end of file diff --git a/src/tailwindcss_flat_square.svg b/src/tailwindcss_flat_square.svg deleted file mode 100644 index 473d836..0000000 --- a/src/tailwindcss_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TailwindCSS - - \ No newline at end of file diff --git a/src/tailwindcss_flat_square_dfc.svg b/src/tailwindcss_flat_square_dfc.svg deleted file mode 100644 index 12e8e42..0000000 --- a/src/tailwindcss_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TailwindCSS - - \ No newline at end of file diff --git a/src/tc39.svg b/src/tc39.svg deleted file mode 100644 index 9ee4aa9..0000000 --- a/src/tc39.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TC39 - TC39 - - \ No newline at end of file diff --git a/src/tc39_1.svg b/src/tc39_1.svg deleted file mode 100644 index 9aa0e9b..0000000 --- a/src/tc39_1.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TC39 - TC39 - - \ No newline at end of file diff --git a/src/tc39_1_dfc.svg b/src/tc39_1_dfc.svg deleted file mode 100644 index cccdac7..0000000 --- a/src/tc39_1_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TC39 - TC39 - - \ No newline at end of file diff --git a/src/tc39_1_flat_square.svg b/src/tc39_1_flat_square.svg deleted file mode 100644 index 190ac86..0000000 --- a/src/tc39_1_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TC39 - - \ No newline at end of file diff --git a/src/tc39_1_flat_square_dfc.svg b/src/tc39_1_flat_square_dfc.svg deleted file mode 100644 index 4f5cbbc..0000000 --- a/src/tc39_1_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TC39 - - \ No newline at end of file diff --git a/src/tc39_2.svg b/src/tc39_2.svg deleted file mode 100644 index 67283b9..0000000 --- a/src/tc39_2.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 1 - stage 1 - - \ No newline at end of file diff --git a/src/tc39_2_dfc.svg b/src/tc39_2_dfc.svg deleted file mode 100644 index 254a514..0000000 --- a/src/tc39_2_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 1 - stage 1 - - \ No newline at end of file diff --git a/src/tc39_2_flat_square.svg b/src/tc39_2_flat_square.svg deleted file mode 100644 index a147d7d..0000000 --- a/src/tc39_2_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 1 - - \ No newline at end of file diff --git a/src/tc39_2_flat_square_dfc.svg b/src/tc39_2_flat_square_dfc.svg deleted file mode 100644 index a42dd7e..0000000 --- a/src/tc39_2_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 1 - - \ No newline at end of file diff --git a/src/tc39_3.svg b/src/tc39_3.svg deleted file mode 100644 index 28c7b1c..0000000 --- a/src/tc39_3.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 2 - stage 2 - - \ No newline at end of file diff --git a/src/tc39_3_dfc.svg b/src/tc39_3_dfc.svg deleted file mode 100644 index f1230c7..0000000 --- a/src/tc39_3_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 2 - stage 2 - - \ No newline at end of file diff --git a/src/tc39_3_flat_square.svg b/src/tc39_3_flat_square.svg deleted file mode 100644 index a9e17b0..0000000 --- a/src/tc39_3_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 2 - - \ No newline at end of file diff --git a/src/tc39_3_flat_square_dfc.svg b/src/tc39_3_flat_square_dfc.svg deleted file mode 100644 index e6b535c..0000000 --- a/src/tc39_3_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 2 - - \ No newline at end of file diff --git a/src/tc39_4.svg b/src/tc39_4.svg deleted file mode 100644 index c267735..0000000 --- a/src/tc39_4.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 3 - stage 3 - - \ No newline at end of file diff --git a/src/tc39_4_dfc.svg b/src/tc39_4_dfc.svg deleted file mode 100644 index 8517106..0000000 --- a/src/tc39_4_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 3 - stage 3 - - \ No newline at end of file diff --git a/src/tc39_4_flat_square.svg b/src/tc39_4_flat_square.svg deleted file mode 100644 index 9a6676e..0000000 --- a/src/tc39_4_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 3 - - \ No newline at end of file diff --git a/src/tc39_4_flat_square_dfc.svg b/src/tc39_4_flat_square_dfc.svg deleted file mode 100644 index ef24ec3..0000000 --- a/src/tc39_4_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 3 - - \ No newline at end of file diff --git a/src/tc39_5.svg b/src/tc39_5.svg deleted file mode 100644 index 2a3f831..0000000 --- a/src/tc39_5.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 4 - stage 4 - - \ No newline at end of file diff --git a/src/tc39_5_dfc.svg b/src/tc39_5_dfc.svg deleted file mode 100644 index 6c70050..0000000 --- a/src/tc39_5_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - stage 4 - stage 4 - - \ No newline at end of file diff --git a/src/tc39_5_flat_square.svg b/src/tc39_5_flat_square.svg deleted file mode 100644 index 5099fb2..0000000 --- a/src/tc39_5_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 4 - - \ No newline at end of file diff --git a/src/tc39_5_flat_square_dfc.svg b/src/tc39_5_flat_square_dfc.svg deleted file mode 100644 index 784a947..0000000 --- a/src/tc39_5_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - stage 4 - - \ No newline at end of file diff --git a/src/tc39_dfc.svg b/src/tc39_dfc.svg deleted file mode 100644 index 416baf6..0000000 --- a/src/tc39_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TC39 - TC39 - - \ No newline at end of file diff --git a/src/tc39_flat_square.svg b/src/tc39_flat_square.svg deleted file mode 100644 index c345e0e..0000000 --- a/src/tc39_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TC39 - - \ No newline at end of file diff --git a/src/tc39_flat_square_dfc.svg b/src/tc39_flat_square_dfc.svg deleted file mode 100644 index caee478..0000000 --- a/src/tc39_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TC39 - - \ No newline at end of file diff --git a/src/telegram.svg b/src/telegram.svg deleted file mode 100644 index f8d2da2..0000000 --- a/src/telegram.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Telegram - Telegram - - \ No newline at end of file diff --git a/src/telegram_dfc.svg b/src/telegram_dfc.svg deleted file mode 100644 index eec4a6b..0000000 --- a/src/telegram_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Telegram - Telegram - - \ No newline at end of file diff --git a/src/telegram_flat_square.svg b/src/telegram_flat_square.svg deleted file mode 100644 index 66cebfe..0000000 --- a/src/telegram_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Telegram - - \ No newline at end of file diff --git a/src/telegram_flat_square_dfc.svg b/src/telegram_flat_square_dfc.svg deleted file mode 100644 index 7b5603b..0000000 --- a/src/telegram_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Telegram - - \ No newline at end of file diff --git a/src/tensorflow.svg b/src/tensorflow.svg deleted file mode 100644 index 9579421..0000000 --- a/src/tensorflow.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Tensorflow - Tensorflow - - \ No newline at end of file diff --git a/src/tensorflow_dfc.svg b/src/tensorflow_dfc.svg deleted file mode 100644 index 48905d4..0000000 --- a/src/tensorflow_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Tensorflow - Tensorflow - - \ No newline at end of file diff --git a/src/tensorflow_flat_square.svg b/src/tensorflow_flat_square.svg deleted file mode 100644 index c764e81..0000000 --- a/src/tensorflow_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Tensorflow - - \ No newline at end of file diff --git a/src/tensorflow_flat_square_dfc.svg b/src/tensorflow_flat_square_dfc.svg deleted file mode 100644 index d62c102..0000000 --- a/src/tensorflow_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Tensorflow - - \ No newline at end of file diff --git a/src/terser.svg b/src/terser.svg deleted file mode 100644 index 01a0d5c..0000000 --- a/src/terser.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Terser - Terser - - \ No newline at end of file diff --git a/src/terser_dfc.svg b/src/terser_dfc.svg deleted file mode 100644 index 01a0d5c..0000000 --- a/src/terser_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Terser - Terser - - \ No newline at end of file diff --git a/src/terser_flat_square.svg b/src/terser_flat_square.svg deleted file mode 100644 index b557745..0000000 --- a/src/terser_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Terser - - \ No newline at end of file diff --git a/src/terser_flat_square_dfc.svg b/src/terser_flat_square_dfc.svg deleted file mode 100644 index b557745..0000000 --- a/src/terser_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Terser - - \ No newline at end of file diff --git a/src/tesla.svg b/src/tesla.svg deleted file mode 100644 index 3a1880c..0000000 --- a/src/tesla.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Tesla - Tesla - - \ No newline at end of file diff --git a/src/tesla_dfc.svg b/src/tesla_dfc.svg deleted file mode 100644 index 3a1880c..0000000 --- a/src/tesla_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Tesla - Tesla - - \ No newline at end of file diff --git a/src/tesla_flat_square.svg b/src/tesla_flat_square.svg deleted file mode 100644 index 0b2bfed..0000000 --- a/src/tesla_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Tesla - - \ No newline at end of file diff --git a/src/tesla_flat_square_dfc.svg b/src/tesla_flat_square_dfc.svg deleted file mode 100644 index 0b2bfed..0000000 --- a/src/tesla_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Tesla - - \ No newline at end of file diff --git a/src/toyota.svg b/src/toyota.svg deleted file mode 100644 index 37670c8..0000000 --- a/src/toyota.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Toyota - Toyota - - \ No newline at end of file diff --git a/src/toyota_dfc.svg b/src/toyota_dfc.svg deleted file mode 100644 index 37670c8..0000000 --- a/src/toyota_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Toyota - Toyota - - \ No newline at end of file diff --git a/src/toyota_flat_square.svg b/src/toyota_flat_square.svg deleted file mode 100644 index f628e7f..0000000 --- a/src/toyota_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Toyota - - \ No newline at end of file diff --git a/src/toyota_flat_square_dfc.svg b/src/toyota_flat_square_dfc.svg deleted file mode 100644 index f628e7f..0000000 --- a/src/toyota_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Toyota - - \ No newline at end of file diff --git a/src/twitter.svg b/src/twitter.svg deleted file mode 100644 index 1897994..0000000 --- a/src/twitter.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Twitter - Twitter - - \ No newline at end of file diff --git a/src/twitter_dfc.svg b/src/twitter_dfc.svg deleted file mode 100644 index a196af2..0000000 --- a/src/twitter_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Twitter - Twitter - - \ No newline at end of file diff --git a/src/twitter_flat_square.svg b/src/twitter_flat_square.svg deleted file mode 100644 index 6d1ec63..0000000 --- a/src/twitter_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Twitter - - \ No newline at end of file diff --git a/src/twitter_flat_square_dfc.svg b/src/twitter_flat_square_dfc.svg deleted file mode 100644 index 122951c..0000000 --- a/src/twitter_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Twitter - - \ No newline at end of file diff --git a/src/typescript.svg b/src/typescript.svg deleted file mode 100644 index 958f142..0000000 --- a/src/typescript.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TypeScript - TypeScript - - \ No newline at end of file diff --git a/src/typescript_dfc.svg b/src/typescript_dfc.svg deleted file mode 100644 index 958f142..0000000 --- a/src/typescript_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - TypeScript - TypeScript - - \ No newline at end of file diff --git a/src/typescript_flat_square.svg b/src/typescript_flat_square.svg deleted file mode 100644 index 2066366..0000000 --- a/src/typescript_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TypeScript - - \ No newline at end of file diff --git a/src/typescript_flat_square_dfc.svg b/src/typescript_flat_square_dfc.svg deleted file mode 100644 index 2066366..0000000 --- a/src/typescript_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - TypeScript - - \ No newline at end of file diff --git a/src/visual_studio.svg b/src/visual_studio.svg deleted file mode 100644 index ca39dc9..0000000 --- a/src/visual_studio.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Visual Studio - Visual Studio - - \ No newline at end of file diff --git a/src/visual_studio_code.svg b/src/visual_studio_code.svg deleted file mode 100644 index 9eef9f6..0000000 --- a/src/visual_studio_code.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Visual Studio Code - Visual Studio Code - - \ No newline at end of file diff --git a/src/visual_studio_code_dfc.svg b/src/visual_studio_code_dfc.svg deleted file mode 100644 index 9eef9f6..0000000 --- a/src/visual_studio_code_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Visual Studio Code - Visual Studio Code - - \ No newline at end of file diff --git a/src/visual_studio_code_flat_square.svg b/src/visual_studio_code_flat_square.svg deleted file mode 100644 index 8d2cf72..0000000 --- a/src/visual_studio_code_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Visual Studio Code - - \ No newline at end of file diff --git a/src/visual_studio_code_flat_square_dfc.svg b/src/visual_studio_code_flat_square_dfc.svg deleted file mode 100644 index 8d2cf72..0000000 --- a/src/visual_studio_code_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Visual Studio Code - - \ No newline at end of file diff --git a/src/visual_studio_dfc.svg b/src/visual_studio_dfc.svg deleted file mode 100644 index ca39dc9..0000000 --- a/src/visual_studio_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Visual Studio - Visual Studio - - \ No newline at end of file diff --git a/src/visual_studio_flat_square.svg b/src/visual_studio_flat_square.svg deleted file mode 100644 index d64c816..0000000 --- a/src/visual_studio_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Visual Studio - - \ No newline at end of file diff --git a/src/visual_studio_flat_square_dfc.svg b/src/visual_studio_flat_square_dfc.svg deleted file mode 100644 index d64c816..0000000 --- a/src/visual_studio_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Visual Studio - - \ No newline at end of file diff --git a/src/vitejs.svg b/src/vitejs.svg deleted file mode 100644 index 1a48547..0000000 --- a/src/vitejs.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Vite - Vite - - \ No newline at end of file diff --git a/src/vitejs_dfc.svg b/src/vitejs_dfc.svg deleted file mode 100644 index f835423..0000000 --- a/src/vitejs_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Vite - Vite - - \ No newline at end of file diff --git a/src/vitejs_flat_square.svg b/src/vitejs_flat_square.svg deleted file mode 100644 index 8847be2..0000000 --- a/src/vitejs_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Vite - - \ No newline at end of file diff --git a/src/vitejs_flat_square_dfc.svg b/src/vitejs_flat_square_dfc.svg deleted file mode 100644 index 84cc78e..0000000 --- a/src/vitejs_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Vite - - \ No newline at end of file diff --git a/src/vue.svg b/src/vue.svg deleted file mode 100644 index 1a7f0f6..0000000 --- a/src/vue.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Vue - Vue - - \ No newline at end of file diff --git a/src/vue_dfc.svg b/src/vue_dfc.svg deleted file mode 100644 index 1f58bd6..0000000 --- a/src/vue_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Vue - Vue - - \ No newline at end of file diff --git a/src/vue_flat_square.svg b/src/vue_flat_square.svg deleted file mode 100644 index bebe032..0000000 --- a/src/vue_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Vue - - \ No newline at end of file diff --git a/src/vue_flat_square_dfc.svg b/src/vue_flat_square_dfc.svg deleted file mode 100644 index 6e99066..0000000 --- a/src/vue_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Vue - - \ No newline at end of file diff --git a/src/vuepress.svg b/src/vuepress.svg deleted file mode 100644 index c97f717..0000000 --- a/src/vuepress.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - VuePress - VuePress - - \ No newline at end of file diff --git a/src/vuepress_dfc.svg b/src/vuepress_dfc.svg deleted file mode 100644 index 09a3f99..0000000 --- a/src/vuepress_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - VuePress - VuePress - - \ No newline at end of file diff --git a/src/vuepress_flat_square.svg b/src/vuepress_flat_square.svg deleted file mode 100644 index 137d96a..0000000 --- a/src/vuepress_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - VuePress - - \ No newline at end of file diff --git a/src/vuepress_flat_square_dfc.svg b/src/vuepress_flat_square_dfc.svg deleted file mode 100644 index 72c6c3a..0000000 --- a/src/vuepress_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - VuePress - - \ No newline at end of file diff --git a/src/webpack.svg b/src/webpack.svg deleted file mode 100644 index 205a230..0000000 --- a/src/webpack.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Webpack - Webpack - - \ No newline at end of file diff --git a/src/webpack_dfc.svg b/src/webpack_dfc.svg deleted file mode 100644 index 36c86e2..0000000 --- a/src/webpack_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Webpack - Webpack - - \ No newline at end of file diff --git a/src/webpack_flat_square.svg b/src/webpack_flat_square.svg deleted file mode 100644 index d820e09..0000000 --- a/src/webpack_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Webpack - - \ No newline at end of file diff --git a/src/webpack_flat_square_dfc.svg b/src/webpack_flat_square_dfc.svg deleted file mode 100644 index 0b5dc99..0000000 --- a/src/webpack_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Webpack - - \ No newline at end of file diff --git a/src/wechat.svg b/src/wechat.svg deleted file mode 100644 index 376aa07..0000000 --- a/src/wechat.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - WeChat - WeChat - - \ No newline at end of file diff --git a/src/wechat_dfc.svg b/src/wechat_dfc.svg deleted file mode 100644 index 376aa07..0000000 --- a/src/wechat_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - WeChat - WeChat - - \ No newline at end of file diff --git a/src/wechat_flat_square.svg b/src/wechat_flat_square.svg deleted file mode 100644 index 4a5999c..0000000 --- a/src/wechat_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - WeChat - - \ No newline at end of file diff --git a/src/wechat_flat_square_dfc.svg b/src/wechat_flat_square_dfc.svg deleted file mode 100644 index 4a5999c..0000000 --- a/src/wechat_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - WeChat - - \ No newline at end of file diff --git a/src/whatsapp.svg b/src/whatsapp.svg deleted file mode 100644 index 5b3bd1e..0000000 --- a/src/whatsapp.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - WhatsApp - WhatsApp - - \ No newline at end of file diff --git a/src/whatsapp_dfc.svg b/src/whatsapp_dfc.svg deleted file mode 100644 index f62f7d3..0000000 --- a/src/whatsapp_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - WhatsApp - WhatsApp - - \ No newline at end of file diff --git a/src/whatsapp_flat_square.svg b/src/whatsapp_flat_square.svg deleted file mode 100644 index 4b750e6..0000000 --- a/src/whatsapp_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - WhatsApp - - \ No newline at end of file diff --git a/src/whatsapp_flat_square_dfc.svg b/src/whatsapp_flat_square_dfc.svg deleted file mode 100644 index 248c707..0000000 --- a/src/whatsapp_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - WhatsApp - - \ No newline at end of file diff --git a/src/xitu.svg b/src/xitu.svg deleted file mode 100644 index 6d06e4d..0000000 --- a/src/xitu.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - xitu - xitu - - \ No newline at end of file diff --git a/src/xitu_dfc.svg b/src/xitu_dfc.svg deleted file mode 100644 index 6d06e4d..0000000 --- a/src/xitu_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - xitu - xitu - - \ No newline at end of file diff --git a/src/xitu_flat_square.svg b/src/xitu_flat_square.svg deleted file mode 100644 index a873363..0000000 --- a/src/xitu_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - xitu - - \ No newline at end of file diff --git a/src/xitu_flat_square_dfc.svg b/src/xitu_flat_square_dfc.svg deleted file mode 100644 index a873363..0000000 --- a/src/xitu_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - xitu - - \ No newline at end of file diff --git a/src/youtube.svg b/src/youtube.svg deleted file mode 100644 index b0b62c0..0000000 --- a/src/youtube.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Youtube - Youtube - - \ No newline at end of file diff --git a/src/youtube_dfc.svg b/src/youtube_dfc.svg deleted file mode 100644 index b0b62c0..0000000 --- a/src/youtube_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Youtube - Youtube - - \ No newline at end of file diff --git a/src/youtube_flat_square.svg b/src/youtube_flat_square.svg deleted file mode 100644 index 5257051..0000000 --- a/src/youtube_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Youtube - - \ No newline at end of file diff --git a/src/youtube_flat_square_dfc.svg b/src/youtube_flat_square_dfc.svg deleted file mode 100644 index 5257051..0000000 --- a/src/youtube_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Youtube - - \ No newline at end of file diff --git a/src/zeplin.svg b/src/zeplin.svg deleted file mode 100644 index 06797d7..0000000 --- a/src/zeplin.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Zeplin - Zeplin - - \ No newline at end of file diff --git a/src/zeplin_dfc.svg b/src/zeplin_dfc.svg deleted file mode 100644 index d3129cc..0000000 --- a/src/zeplin_dfc.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - Zeplin - Zeplin - - \ No newline at end of file diff --git a/src/zeplin_flat_square.svg b/src/zeplin_flat_square.svg deleted file mode 100644 index 20c93d3..0000000 --- a/src/zeplin_flat_square.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Zeplin - - \ No newline at end of file diff --git a/src/zeplin_flat_square_dfc.svg b/src/zeplin_flat_square_dfc.svg deleted file mode 100644 index 0a6d819..0000000 --- a/src/zeplin_flat_square_dfc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Zeplin - - \ No newline at end of file