Skip to content

Commit

Permalink
doc: add badges for HTML5, CSS3, and MongoDB #19
Browse files Browse the repository at this point in the history
  • Loading branch information
BianorAraujo authored and aleen42 committed Feb 26, 2024
1 parent 72690e3 commit 76bc8d7
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 48 deletions.
95 changes: 48 additions & 47 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Editor
.idea

# Output Assets
src
README.md
README_dfc.md
README_flat_square.md
README_flat_square_dfc.md

package-lock.json

.DS_Store
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Editor
.idea

# Output Assets
src
README.md
README_dfc.md
README_flat_square.md
README_flat_square_dfc.md

package-lock.json

#for MacOS
.DS_Store
1 change: 1 addition & 0 deletions icon/css3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icon/html5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/mongodb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion script/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* - Author: aleen42
* - Description: data for building badges
* - Create Time: Apr 20th, 2017
* - Update Time: Feb 5th, 2024
* - Update Time: Feb 25th, 2024
*
*
**********************************************************************/
Expand Down Expand Up @@ -45,6 +45,7 @@ module.exports = [
'PostCSS': { fileName: 'postcss.svg', color: '#DD3A0A', description: 'A badge used for projects using [PostCSS](https://github.com/postcss/postcss)' },
'Svelte': { fileName: 'svelte.svg', color: '#ff3e00', description: 'A badge used for repositories that using [Svelte](https://github.com/sveltejs/svelte)' },
'Gitlab': { fileName: 'gitlab.svg', color: '#FC6D26', description: 'A badge used for Gitlab repositories' },
'HTML 5': { fileName: 'html5.svg', color: '#E65100', description: 'A badge used for projects using HTML 5' },
'Mocha': { fileName: 'mocha.svg', color: '#8D6748', description: 'A badge used for projects using Mocha for unit tests' },
'Bower': { fileName: 'bower.svg', color: '#F68A31', description: 'A badge used for bower packages' },
'squirrelly': { fileName: 'squirrelly.svg', color: '#9B6B43', description: 'A badge used for projects which has used [squirrelly](https://github.com/squirrellyjs/squirrelly) for templating' },
Expand All @@ -70,6 +71,7 @@ module.exports = [
'Nunjucks': { fileName: 'nunjucks.svg', color: '#1C4913', description: 'A badge used for projects which has used [Nunjucks](https://github.com/mozilla/nunjucks) for templating' },
'Node': { fileName: 'node.svg', color: '#689F63', description: 'A badge used for projects built with Node.js' },
'Atom': { fileName: 'atom.svg', color: '#7ECE8D', description: 'A badge for the Atom editor' },
'Mongo DB': { fileName: 'mongodb.svg', color: '#00ED64', description: 'A badge used for projects using [Mongo DB](https://github.com/mongodb/mongo)' },
'CSSNano': { fileName: 'cssnano.svg', color: '#40B97B', description: 'A badge used for projects using [CSSNano](https://github.com/cssnano/cssnano) for compacting CSS' },
'Vue': { fileName: 'vue.svg', color: '#3eaf7c', description: 'A badge used for repositories which has used the framework, Vue' },
'VuePress': { fileName: 'vuepress.svg', color: '#3eaf7c', description: 'A badge used for books publish by Vuepress' },
Expand All @@ -81,6 +83,7 @@ module.exports = [
'Kotlin': { fileName: 'kotlin.svg', color: '#0593D6', description: 'A badge used for projects that coded with Kotlin' },
'Visual Studio Code': { fileName: 'visual_studio_code.svg', color: '#028FD6', description: 'A badge for the Visual Studio Code IDE' },
'Backbone': { fileName: 'backbone.svg', color: '#002A41', description: 'A badge used for repositories that using [backbonejs](https://github.com/jashkenas/backbone)' },
'CSS 3': { fileName: 'css3.svg', color: '#0277BD', description: 'A badge used for projects using CSS 3' },
'TypeScript': { fileName: 'typescript.svg', color: '#007ACC', description: 'A badge used for projects that coded with TypeScript' },
'Python': { fileName: 'python.svg', color: '#3771A1', description: 'A badge used for projects that coded with Python' },
'JSFiddle': { fileName: 'jsfiddle.svg', color: '#4679A4', description: 'A badge used for projects running on JSFiddle' },
Expand Down

0 comments on commit 76bc8d7

Please sign in to comment.