Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ab42777

Browse files
Add GoLang badge
1 parent 68a9ca8 commit ab42777

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

app/services/badge.service.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,12 @@ import moment from 'moment-timezone'
678678
name: 'Marathon Match 100',
679679
groupClass: 'MM100',
680680
active: false
681+
},
682+
{
683+
id: 1015,
684+
name: 'GoLang',
685+
groupClass: 'GoLang',
686+
active: false
681687
}
682688
]
683689
}

assets/css/directives/badge-tooltip.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@
5757
background-position: center center;
5858
}
5959

60+
/* Other */
61+
.GoLang {
62+
background: url(../../images/badges/GoLang1.svg);
63+
background-size: 120%;
64+
background-repeat: no-repeat;
65+
background-position: center center;
66+
}
67+
GoLang1
68+
6069
.subBadge {
6170
height: 48px;
6271
float: left;

assets/images/badges/GoLang1.svg

Lines changed: 40 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)