Skip to content

Commit

Permalink
Add lichen badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbouslog committed Jul 1, 2020
1 parent fcdd71c commit 9e2625b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/badges/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ import tree from './workflow/herbarium/tree.png';
import blossom from './workflow/labs/blossom.png';
import blossoms from './workflow/labs/blossoms.png';
import fruit from './workflow/labs/fruit.png';
// - LICHEN
import caloplaca from './workflow/lichen/caloplaca.png';
import cladonia1 from './workflow/lichen/cladonia1.png';
import cladonia2 from './workflow/lichen/cladonia2.png';
import cladonia3 from './workflow/lichen/cladonia3.png';
import ramalina from './workflow/lichen/ramalina.png';
// -- MACROFUNGI
import mushroom from './workflow/macrofungi/mushroom.png';
import mycelium from './workflow/macrofungi/mycelium.png';
Expand Down Expand Up @@ -264,6 +270,36 @@ export const caesarBadges = [
reducerKey: 'workflow_type',
subgroup: 'labs'
},
{
icon: caloplaca,
level: 10,
reducerKey: 'workflow_type',
subgroup: 'lichen'
},
{
icon: cladonia1,
level: 50,
reducerKey: 'workflow_type',
subgroup: 'lichen'
},
{
icon: cladonia2,
level: 100,
reducerKey: 'workflow_type',
subgroup: 'lichen'
},
{
icon: cladonia3,
level: 250,
reducerKey: 'workflow_type',
subgroup: 'lichen'
},
{
icon: ramalina,
level: 500,
reducerKey: 'workflow_type',
subgroup: 'lichen'
},
{
icon: spore,
level: 10,
Expand Down
Binary file added src/badges/workflow/lichen/caloplaca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/badges/workflow/lichen/cladonia1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/badges/workflow/lichen/cladonia2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/badges/workflow/lichen/cladonia3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/badges/workflow/lichen/ramalina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e2625b

Please sign in to comment.