From 5db148df5685670c40cc0db2bef19fc9efdafb83 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sun, 18 Jun 2017 10:18:58 +0200 Subject: [PATCH] :sparkles: Add :card_file_box: Closes #70 --- src/data/contributors.json | 22 +--------------------- src/data/gitmojis.json | 7 +++++++ src/styles/_includes/_vars.scss | 3 ++- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/src/data/contributors.json b/src/data/contributors.json index e261e61..606fbd4 100644 --- a/src/data/contributors.json +++ b/src/data/contributors.json @@ -17,7 +17,7 @@ "received_events_url": "https://api.github.com/users/carloscuesta/received_events", "type": "User", "site_admin": false, - "contributions": 109 + "contributions": 111 }, { "login": "virzen", @@ -438,25 +438,5 @@ "type": "User", "site_admin": false, "contributions": 1 - }, - { - "login": "cynektix", - "id": 4454052, - "avatar_url": "https://avatars2.githubusercontent.com/u/4454052?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/cynektix", - "html_url": "https://github.com/cynektix", - "followers_url": "https://api.github.com/users/cynektix/followers", - "following_url": "https://api.github.com/users/cynektix/following{/other_user}", - "gists_url": "https://api.github.com/users/cynektix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/cynektix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/cynektix/subscriptions", - "organizations_url": "https://api.github.com/users/cynektix/orgs", - "repos_url": "https://api.github.com/users/cynektix/repos", - "events_url": "https://api.github.com/users/cynektix/events{/privacy}", - "received_events_url": "https://api.github.com/users/cynektix/received_events", - "type": "User", - "site_admin": false, - "contributions": 1 } ] diff --git a/src/data/gitmojis.json b/src/data/gitmojis.json index d3ce805..6138459 100644 --- a/src/data/gitmojis.json +++ b/src/data/gitmojis.json @@ -306,6 +306,13 @@ "code": ":speech_balloon:", "description": "Updating text and literals.", "name":"speech-balloon" + }, + { + "emoji": "🗃", + "entity":"🗃", + "code": ":card_file_box:", + "description": "Performing database related changes.", + "name":"card-file-box" } ] } diff --git a/src/styles/_includes/_vars.scss b/src/styles/_includes/_vars.scss index 96657ea..2ddb231 100644 --- a/src/styles/_includes/_vars.scss +++ b/src/styles/_includes/_vars.scss @@ -51,5 +51,6 @@ $wheelchair: #00b1fb; $bulb: #ffce49; $beers: #fbb64b; $speechBalloon: #CEDAE6; +$cardFileBox: #c5e763; -$gitmojis: (art: $art, apple: $apple, bookmark: $bookmark, bug: $bug, checkered-flag: $checkeredFlag, construction: $construction, fire: $fire, green-heart: $greenHeart, lock: $lock, memo: $memo, penguin: $penguin, rocket: $rocket, rotating-light: $rotatingLight, sparkles: $sparkles, white-check-mark: $whiteCheckMark, wrench: $wrench, zap: $zap, construction-worker: $constructionWorker, arrow-up: $arrowUp, arrow-down: $arrowDown, hammer: $hammer, tada: $tada, lipstick: $lipstick, whale: $whale, heavy-plus-sign: $heavyPlusSign, heavy-minus-sign: $heavyMinusSign, chart-with-upwards-trend: $chartWithUpwardsTrend, globe-with-meridians: $globeWithMeridians, ambulance: $ambulance, pencil: $pencil, hankey: $hankey, package: $package, alien: $alien, truck: $truck, rewind: $rewind, twisted-rightwards-arrows: $twistedRightwardsArrows, page-facing-up: $pageFacingUp, bento: $bento, boom: $boom, ok-hand: $okHand, wheelchair: $wheelchair, bulb: $bulb, beers: $beers, speech-balloon: $speechBalloon) +$gitmojis: (art: $art, apple: $apple, bookmark: $bookmark, bug: $bug, checkered-flag: $checkeredFlag, construction: $construction, fire: $fire, green-heart: $greenHeart, lock: $lock, memo: $memo, penguin: $penguin, rocket: $rocket, rotating-light: $rotatingLight, sparkles: $sparkles, white-check-mark: $whiteCheckMark, wrench: $wrench, zap: $zap, construction-worker: $constructionWorker, arrow-up: $arrowUp, arrow-down: $arrowDown, hammer: $hammer, tada: $tada, lipstick: $lipstick, whale: $whale, heavy-plus-sign: $heavyPlusSign, heavy-minus-sign: $heavyMinusSign, chart-with-upwards-trend: $chartWithUpwardsTrend, globe-with-meridians: $globeWithMeridians, ambulance: $ambulance, pencil: $pencil, hankey: $hankey, package: $package, alien: $alien, truck: $truck, rewind: $rewind, twisted-rightwards-arrows: $twistedRightwardsArrows, page-facing-up: $pageFacingUp, bento: $bento, boom: $boom, ok-hand: $okHand, wheelchair: $wheelchair, bulb: $bulb, beers: $beers, speech-balloon: $speechBalloon, card-file-box: $cardFileBox)